contractnumber provider added, old provider number field only if no previous contact exist
This commit is contained in:
@@ -297,6 +297,11 @@ export interface Contract {
|
||||
salesPlatform?: SalesPlatform;
|
||||
previousContractId?: number;
|
||||
previousContract?: Contract;
|
||||
// Altanbieter (nur wenn kein Vorgängervertrag)
|
||||
previousProviderId?: number;
|
||||
previousProvider?: Provider;
|
||||
previousCustomerNumber?: string;
|
||||
previousContractNumber?: string;
|
||||
providerId?: number;
|
||||
provider?: Provider;
|
||||
tariffId?: number;
|
||||
@@ -308,6 +313,7 @@ export interface Contract {
|
||||
providerName?: string;
|
||||
tariffName?: string;
|
||||
customerNumberAtProvider?: string;
|
||||
contractNumberAtProvider?: string;
|
||||
priceFirst12Months?: string;
|
||||
priceFrom13Months?: string;
|
||||
priceAfter24Months?: string;
|
||||
|
||||
Reference in New Issue
Block a user