14. September 2025 Kasse
For branch operators, it is important to be able to better distinguish invoices from one another. For this purpose, the format of invoice numbers can now be freely configured.
The format can be stored in the "Tax Office" function.
Here are a few example formats:
| Format | Examples |
|---|---|
| TEST-%d | Examples: TEST-1, TEST-2, etc. |
| TEST-%06d | Examples: TEST-000001, TEST-000002, etc. |
| TEST-1%6d | Examples: TEST-1000001, TEST-1000002, etc. |
| %06d-TEST | Examples: 000001-TEST, 000002-TEST, etc. |