Skip to main content

Customization

You can customize portions of NEMO-CE to suit your organization's needs.

Invoices settings

Only allow generating invoices from this date forward.
The format to use when creating invoice numbers. See Python Format String Syntax for more details.
The current invoice number.
0001
The django template used in the zip file when downloading invoices. Use '/' to organize into subfolders. The context variables invoice, project_name, account_name are provided.
test-account/test-project-2024-October-0002.pdf

Invoice email subject & message

This is the email the project contact will receive with his invoice. The following context variables are provided when the email is rendered:

  • invoice - the project's invoice

Invoice reminder email subject & message

This is the email the project contact will receive as a reminder when his invoice has an outstanding balance. The following context variables are provided when the email is rendered:

  • invoice - the project's invoice