added invoice archive & configurable invoice numbers (#1541)

This commit is contained in:
Kevin Papst
2020-03-14 01:16:58 +01:00
committed by GitHub
parent dd64eb98f9
commit e6e6a1eeea
106 changed files with 2587 additions and 339 deletions

View File

@@ -14,6 +14,10 @@
<source>timesheet</source>
<target>Timesheet</target>
</trans-unit>
<trans-unit id="invoice">
<source>invoice</source>
<target>Invoices</target>
</trans-unit>
<trans-unit id="form_customer">
<source>form_customer</source>
<target>Create customer—default values</target>
@@ -194,6 +198,14 @@
<source>label.timesheet.default_begin</source>
<target>Default start-time (not used in all timetracking modes)</target>
</trans-unit>
<trans-unit id="label.simple_form">
<source>label.simple_form</source>
<target>Simple search</target>
</trans-unit>
<trans-unit id="label.invoice.number_format">
<source>label.invoice.number_format</source>
<target>Invoice number format</target>
</trans-unit>
</body>
</file>
</xliff>