feat(settings): separate numbering config for received orders, issued orders, and projects

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-09 19:31:36 +02:00
parent ed9ea52a44
commit 5c03570f07
5 changed files with 186 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ export interface CompanySettingsData {
offer_number_pattern?: string;
order_number_pattern?: string;
invoice_number_pattern?: string;
issued_order_number_pattern?: string;
issued_order_type_code?: string;
project_number_pattern?: string;
project_type_code?: string;
warehouse_receipt_prefix?: string;
warehouse_receipt_number_pattern?: string;
warehouse_issue_prefix?: string;