Vertrag: Auftragsnummer Vertriebsplattform vor Kundennummer
Contract.orderNumberAtSalesPlatform (VARCHAR(191) NULL) mit Migration 20260619100000_contract_order_number_at_sales_platform (IF NOT EXISTS). Form-Input, Detail-Zeile mit Copy-Button, Audit-Mapping, Renewal-Copy und XSS-Strip-Allowlist analog zu den bestehenden Sales-Platform-Feldern. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -454,6 +454,7 @@ export interface Contract {
|
||||
tariffName?: string;
|
||||
customerNumberAtProvider?: string;
|
||||
contractNumberAtProvider?: string;
|
||||
orderNumberAtSalesPlatform?: string;
|
||||
customerNumberAtSalesPlatform?: string;
|
||||
contractNumberAtSalesPlatform?: string;
|
||||
priceFirst12Months?: string;
|
||||
|
||||
Reference in New Issue
Block a user