Project partials
hypha.apply.projects.views.project_partials
¶
partial_project_lead
¶
partial_project_title
¶
Source code in hypha/apply/projects/views/project_partials.py
partial_project_information
¶
Source code in hypha/apply/projects/views/project_partials.py
partial_supporting_documents
¶
Source code in hypha/apply/projects/views/project_partials.py
partial_contracting_documents
¶
Source code in hypha/apply/projects/views/project_partials.py
partial_get_invoice_status_table
¶
Partial to get the invoice status table
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –PK of the project to retrieve invoices for
-
rejected(Optional[bool], default:False) –retrieve rejected invoices, by default only retrieves not rejected invoices
Returns:
-
–
HttpResponse containing the table of requested invoices
Source code in hypha/apply/projects/views/project_partials.py
partial_get_invoice_status
¶
Partial to get the invoice status for invoice detail view
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –ID of the invoice to retrieve the status of
Returns:
-
–
HttpResponse containing the activity of requested invoice
Source code in hypha/apply/projects/views/project_partials.py
partial_get_report_status
¶
Partial to get the report status for report detail view
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –ID of the associated project
-
report_pk(int) –ID of the report to retrieve the status of
Returns:
-
–
HttpResponse containing the activity of requested report
Source code in hypha/apply/projects/views/project_partials.py
partial_get_sow_status
¶
Partial to get the SOW status for SOW detail view
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –ID of the associated project
-
sow_pk(int) –ID of the SOW to retrieve the status of
Returns:
-
–
HttpResponse containing activity
Source code in hypha/apply/projects/views/project_partials.py
partial_get_pf_status
¶
Partial to get the project form status for approval detail view
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –ID of the associated project
-
pfp_pk(int) –ID of the ProjectFormPointer to retrieve status of the project form for
Returns:
-
–
HttpResponse containing the activity of requested project form
Source code in hypha/apply/projects/views/project_partials.py
partial_get_invoice_detail_actions
¶
Partial to get the actions for the invoice detail view
Parameters:
-
request(HttpRequest) –request used to retrieve partial
-
pk(int) –ID of the invoice to retrieve the actions for
Returns:
-
–
HttpResponse containing the status line of requested invoice