Project partials
    
    
    
    Source code in hypha/apply/projects/views/project_partials.py
              
            
    Source code in hypha/apply/projects/views/project_partials.py
              
    Source code in hypha/apply/projects/views/project_partials.py
              
    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 to get the invoice status for invoice detail view
Parameters:
- 
            request(HttpRequest) βrequest used to retrieve partial 
- 
            pk(int) βID of the associated project 
- 
            invoice_pk(int) βID of the invoice to retrieve the status of 
Returns:
- 
          β
          HttpResponse containing the status line of requested invoice 
Source code in hypha/apply/projects/views/project_partials.py
              
    Partial to get the actions for the invoice detail view
Parameters:
- 
            request(HttpRequest) βrequest used to retrieve partial 
- 
            pk(int) βID of the associated project 
- 
            invoice_pk(int) βID of the invoice to retrieve the status of 
Returns:
- 
          β
          HttpResponse containing the status line of requested invoice