akvo.rest.views.report module
- class akvo.rest.views.report.ReportViewSet(**kwargs)[source]
Bases:
BaseRSRViewSet
Viewset providing Result data.
- basename = None
- description = None
- detail = None
- get_queryset()[source]
Allow custom filter for sync_owner, since this field has been replaced by the reporting org partnership.
- name = None
- queryset
- serializer_class
alias of
ReportSerializer
- suffix = None
- akvo.rest.views.report.program_reports(request, *args, **kwargs)[source]
A view for displaying reports tagged with program parameter and owned by program’s organisation.
- akvo.rest.views.report.program_reports_period_dates(request, *args, **kwargs)[source]
A view for displaying periods start and end dates of program
- akvo.rest.views.report.project_reports(request, *args, **kwargs)[source]
A view for displaying project specific reports.