Invoices settings

{% csrf_token %}
{% if errors.invoice_number_format %} {{ errors.invoice_number_format.error }} {% else %} The format to use when creating invoice numbers. See Python Format String Syntax for more details. {% endif %}
The current invoice number.
{{ invoice_number_formatted }}

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:

{% include 'customizations/customizations_upload.html' with element=email_send_invoice_subject name='email send invoice subject' button_name='Upload invoice email subject' extension='txt' key='invoices' %}
{% include 'customizations/customizations_upload.html' with element=email_send_invoice_message name='email send invoice message' button_name='Upload invoice email' key='invoices' %}

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:

{% include 'customizations/customizations_upload.html' with element=email_send_invoice_reminder_subject name='email send invoice reminder subject' button_name='Upload invoice reminder email subject' extension='txt' key='invoices' %}
{% include 'customizations/customizations_upload.html' with element=email_send_invoice_reminder_message name='email send invoice reminder message' button_name='Upload invoice reminder email' key='invoices' %}