Optionally allow to automatically reissue an invoice after a data change

This commit is contained in:
Raphael Michel
2020-02-13 09:49:21 +01:00
parent a770f5a8e7
commit d0794d7b94
7 changed files with 75 additions and 2 deletions

View File

@@ -571,6 +571,7 @@ class InvoiceSettingsForm(SettingsForm):
'invoice_address_not_asked_free',
'invoice_include_free',
'invoice_show_payments',
'invoice_reissue_after_modify',
'invoice_generate',
'invoice_attendee_name',
'invoice_include_expire_date',

View File

@@ -15,6 +15,7 @@
{% bootstrap_field form.invoice_language layout="control" %}
{% bootstrap_field form.invoice_include_free layout="control" %}
{% bootstrap_field form.invoice_show_payments layout="control" %}
{% bootstrap_field form.invoice_reissue_after_modify layout="control" %}
{% bootstrap_field form.invoice_numbers_consecutive layout="control" %}
{% bootstrap_field form.invoice_numbers_prefix layout="control" %}
{% bootstrap_field form.invoice_numbers_prefix_cancellations layout="control" %}