@vario-software/types 2026.30.1 → 2026.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +39 -39
- package/scripting/types.d.ts +296 -296
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -494,14 +494,14 @@ export interface AccountBankdetail {
|
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* Hauptbankverbindung für
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* origin type
|
|
@@ -1319,14 +1319,14 @@ export interface Article {
|
|
|
1319
1319
|
contingentArticleRef: ApiObjectReference;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
|
-
*
|
|
1322
|
+
* alternative name of this product
|
|
1323
1323
|
*/
|
|
1324
|
-
|
|
1324
|
+
alternativeName: string;
|
|
1325
1325
|
|
|
1326
1326
|
/**
|
|
1327
|
-
*
|
|
1327
|
+
* rabattierbarer Artikel?
|
|
1328
1328
|
*/
|
|
1329
|
-
|
|
1329
|
+
discountable: boolean;
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
1332
1332
|
* base capacity
|
|
@@ -1946,6 +1946,11 @@ export interface ArticleStorage {
|
|
|
1946
1946
|
*/
|
|
1947
1947
|
replenishmentFrom: number;
|
|
1948
1948
|
|
|
1949
|
+
/**
|
|
1950
|
+
* Aktuelle Menge in Kommissionierung
|
|
1951
|
+
*/
|
|
1952
|
+
quantityInPicking: number;
|
|
1953
|
+
|
|
1949
1954
|
/**
|
|
1950
1955
|
* Meldebestand
|
|
1951
1956
|
*/
|
|
@@ -1957,20 +1962,15 @@ export interface ArticleStorage {
|
|
|
1957
1962
|
orderedQuantity: number;
|
|
1958
1963
|
|
|
1959
1964
|
/**
|
|
1960
|
-
*
|
|
1965
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1961
1966
|
*/
|
|
1962
|
-
|
|
1967
|
+
virtualStockAmount: number;
|
|
1963
1968
|
|
|
1964
1969
|
/**
|
|
1965
1970
|
* Nachschub auf
|
|
1966
1971
|
*/
|
|
1967
1972
|
replenishmentOn: number;
|
|
1968
1973
|
|
|
1969
|
-
/**
|
|
1970
|
-
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1971
|
-
*/
|
|
1972
|
-
virtualStockAmount: number;
|
|
1973
|
-
|
|
1974
1974
|
/**
|
|
1975
1975
|
* Reservierte Menge
|
|
1976
1976
|
*/
|
|
@@ -2040,9 +2040,9 @@ export interface ArticleStorage {
|
|
|
2040
2040
|
export interface ArticleSupplier {
|
|
2041
2041
|
|
|
2042
2042
|
/**
|
|
2043
|
-
*
|
|
2043
|
+
* Lieferanten-Meldebestand
|
|
2044
2044
|
*/
|
|
2045
|
-
|
|
2045
|
+
supplierReportingStock: number;
|
|
2046
2046
|
|
|
2047
2047
|
/**
|
|
2048
2048
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -2050,19 +2050,19 @@ export interface ArticleSupplier {
|
|
|
2050
2050
|
useSupplierArticleDescription: boolean;
|
|
2051
2051
|
|
|
2052
2052
|
/**
|
|
2053
|
-
*
|
|
2053
|
+
* Anzeigename des Accounts
|
|
2054
2054
|
*/
|
|
2055
|
-
|
|
2055
|
+
accountDisplayName: string;
|
|
2056
2056
|
|
|
2057
2057
|
/**
|
|
2058
|
-
*
|
|
2058
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2059
2059
|
*/
|
|
2060
|
-
|
|
2060
|
+
useSupplierArticleIdentifier: boolean;
|
|
2061
2061
|
|
|
2062
2062
|
/**
|
|
2063
|
-
*
|
|
2063
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2064
2064
|
*/
|
|
2065
|
-
|
|
2065
|
+
deliveryTime: number;
|
|
2066
2066
|
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2110,14 +2110,14 @@ export interface ArticleSupplier {
|
|
|
2110
2110
|
info: MetaInfo;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Verpackungseinheit
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
packagingUnit: number;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
|
-
*
|
|
2118
|
+
* Referenced Article name
|
|
2119
2119
|
*/
|
|
2120
|
-
|
|
2120
|
+
articleName: string;
|
|
2121
2121
|
|
|
2122
2122
|
/**
|
|
2123
2123
|
* Lieferanten-Preise
|
|
@@ -2150,14 +2150,14 @@ export interface ArticleSupplier {
|
|
|
2150
2150
|
dropShippingAllowed: boolean;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
|
-
* Abweichende
|
|
2158
|
+
* Abweichende Produktbezeichnung
|
|
2159
2159
|
*/
|
|
2160
|
-
|
|
2160
|
+
supplierArticleName: string;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
2163
|
* Standardpreis Netto
|
|
@@ -2595,14 +2595,14 @@ export interface CrmActivity {
|
|
|
2595
2595
|
info: MetaInfo;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
|
-
*
|
|
2598
|
+
* Aktivität intern abgerechnet?
|
|
2599
2599
|
*/
|
|
2600
|
-
|
|
2600
|
+
internalBilled: boolean;
|
|
2601
2601
|
|
|
2602
2602
|
/**
|
|
2603
|
-
*
|
|
2603
|
+
* geplante Dauer
|
|
2604
2604
|
*/
|
|
2605
|
-
|
|
2605
|
+
plannedDurationInSeconds: number;
|
|
2606
2606
|
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2754,14 +2754,14 @@ export interface CrmActivityType {
|
|
|
2754
2754
|
export interface CrmChecklistItem {
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
|
-
*
|
|
2757
|
+
* Text des Checklisten-Elements
|
|
2758
2758
|
*/
|
|
2759
|
-
|
|
2759
|
+
memo: string;
|
|
2760
2760
|
|
|
2761
2761
|
/**
|
|
2762
|
-
*
|
|
2762
|
+
* Ist das Element "angehakt"?
|
|
2763
2763
|
*/
|
|
2764
|
-
|
|
2764
|
+
checked: boolean;
|
|
2765
2765
|
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Unique identifier of the Object
|
|
@@ -2852,14 +2852,14 @@ export interface CrmDeal {
|
|
|
2852
2852
|
plannedClosingDate: ScriptingDate;
|
|
2853
2853
|
|
|
2854
2854
|
/**
|
|
2855
|
-
*
|
|
2855
|
+
* Vertrag
|
|
2856
2856
|
*/
|
|
2857
|
-
|
|
2857
|
+
contractRefs: Array<DocumentRef>;
|
|
2858
2858
|
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* Verkaufsbelege
|
|
2861
2861
|
*/
|
|
2862
|
-
|
|
2862
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
2863
2863
|
|
|
2864
2864
|
/**
|
|
2865
2865
|
* Unique identifier of the Object
|
|
@@ -3163,14 +3163,14 @@ export interface CrmProject {
|
|
|
3163
3163
|
priorityRef: ApiObjectReference;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
|
-
*
|
|
3166
|
+
* Projektleiter vom Auftragnehmer
|
|
3167
3167
|
*/
|
|
3168
|
-
|
|
3168
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3169
3169
|
|
|
3170
3170
|
/**
|
|
3171
|
-
*
|
|
3171
|
+
* Phase
|
|
3172
3172
|
*/
|
|
3173
|
-
|
|
3173
|
+
phaseRef: ApiObjectReference;
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* Aufgaben-Nummer
|
|
@@ -3187,26 +3187,26 @@ export interface CrmProject {
|
|
|
3187
3187
|
*/
|
|
3188
3188
|
billedTimes: number;
|
|
3189
3189
|
|
|
3190
|
-
/**
|
|
3191
|
-
* Einkaufsbelege
|
|
3192
|
-
*/
|
|
3193
|
-
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3194
|
-
|
|
3195
3190
|
/**
|
|
3196
3191
|
* Geplanter Projektzeitraum (von)
|
|
3197
3192
|
*/
|
|
3198
3193
|
plannedProjectPeriodFrom: ScriptingDate;
|
|
3199
3194
|
|
|
3200
3195
|
/**
|
|
3201
|
-
*
|
|
3196
|
+
* Einkaufsbelege
|
|
3202
3197
|
*/
|
|
3203
|
-
|
|
3198
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3204
3199
|
|
|
3205
3200
|
/**
|
|
3206
3201
|
* Vertrag
|
|
3207
3202
|
*/
|
|
3208
3203
|
contractRefs: Array<DocumentRef>;
|
|
3209
3204
|
|
|
3205
|
+
/**
|
|
3206
|
+
* Verkaufsbelege
|
|
3207
|
+
*/
|
|
3208
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
3209
|
+
|
|
3210
3210
|
/**
|
|
3211
3211
|
* Unique identifier of the Object
|
|
3212
3212
|
*/
|
|
@@ -3424,14 +3424,14 @@ export interface CrmState {
|
|
|
3424
3424
|
readyToBill: boolean;
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
|
-
*
|
|
3427
|
+
* Handelt es sich um einen Anfang-Status
|
|
3428
3428
|
*/
|
|
3429
|
-
|
|
3429
|
+
startState: boolean;
|
|
3430
3430
|
|
|
3431
3431
|
/**
|
|
3432
|
-
*
|
|
3432
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3433
3433
|
*/
|
|
3434
|
-
|
|
3434
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3435
3435
|
|
|
3436
3436
|
/**
|
|
3437
3437
|
* MetaInformations for this Object
|
|
@@ -3479,11 +3479,6 @@ export interface CrmSubType {
|
|
|
3479
3479
|
|
|
3480
3480
|
export interface CrmTask {
|
|
3481
3481
|
|
|
3482
|
-
/**
|
|
3483
|
-
* Liste von Erinnerungen
|
|
3484
|
-
*/
|
|
3485
|
-
reminders: Array<CrmReminder>;
|
|
3486
|
-
|
|
3487
3482
|
/**
|
|
3488
3483
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3489
3484
|
*/
|
|
@@ -3494,6 +3489,11 @@ export interface CrmTask {
|
|
|
3494
3489
|
*/
|
|
3495
3490
|
customerOfferRef: DocumentRef;
|
|
3496
3491
|
|
|
3492
|
+
/**
|
|
3493
|
+
* Liste von Erinnerungen
|
|
3494
|
+
*/
|
|
3495
|
+
reminders: Array<CrmReminder>;
|
|
3496
|
+
|
|
3497
3497
|
/**
|
|
3498
3498
|
* Notizen
|
|
3499
3499
|
*/
|
|
@@ -3864,14 +3864,14 @@ export interface CurrencyReference {
|
|
|
3864
3864
|
export interface Customer {
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
|
-
*
|
|
3867
|
+
* Option für die Stapelverarbeitung
|
|
3868
3868
|
*/
|
|
3869
|
-
|
|
3869
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3870
3870
|
|
|
3871
3871
|
/**
|
|
3872
|
-
*
|
|
3872
|
+
* reference to customer group
|
|
3873
3873
|
*/
|
|
3874
|
-
|
|
3874
|
+
customerGroupRef: ApiObjectReference;
|
|
3875
3875
|
|
|
3876
3876
|
/**
|
|
3877
3877
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3889,14 +3889,14 @@ export interface Customer {
|
|
|
3889
3889
|
dueDate: ScriptingDate;
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
|
-
*
|
|
3892
|
+
* Maximal mögliche Lieferungen
|
|
3893
3893
|
*/
|
|
3894
|
-
|
|
3894
|
+
maxDeliveries: number;
|
|
3895
3895
|
|
|
3896
3896
|
/**
|
|
3897
|
-
*
|
|
3897
|
+
* collective billable
|
|
3898
3898
|
*/
|
|
3899
|
-
|
|
3899
|
+
collectiveBillable: boolean;
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
3902
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3949,14 +3949,14 @@ export interface Customer {
|
|
|
3949
3949
|
info: MetaInfo;
|
|
3950
3950
|
|
|
3951
3951
|
/**
|
|
3952
|
-
*
|
|
3952
|
+
* tax able or tax free
|
|
3953
3953
|
*/
|
|
3954
|
-
|
|
3954
|
+
taxable: boolean;
|
|
3955
3955
|
|
|
3956
3956
|
/**
|
|
3957
|
-
*
|
|
3957
|
+
* reference to the delivery method
|
|
3958
3958
|
*/
|
|
3959
|
-
|
|
3959
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3960
3960
|
|
|
3961
3961
|
/**
|
|
3962
3962
|
* active true/false
|
|
@@ -4108,14 +4108,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4108
4108
|
export interface DeliveryMethod {
|
|
4109
4109
|
|
|
4110
4110
|
/**
|
|
4111
|
-
*
|
|
4111
|
+
* E-Mail an Versender übergeben
|
|
4112
4112
|
*/
|
|
4113
|
-
|
|
4113
|
+
forwardEmailToShipper: boolean;
|
|
4114
4114
|
|
|
4115
4115
|
/**
|
|
4116
|
-
*
|
|
4116
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4117
4117
|
*/
|
|
4118
|
-
|
|
4118
|
+
splitIntoNewDocument: boolean;
|
|
4119
4119
|
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Min. Gewicht pro Paket
|
|
@@ -4167,26 +4167,26 @@ export interface DeliveryMethod {
|
|
|
4167
4167
|
*/
|
|
4168
4168
|
defaultSizeUnit: UnitTypeReference;
|
|
4169
4169
|
|
|
4170
|
-
/**
|
|
4171
|
-
* translations
|
|
4172
|
-
*/
|
|
4173
|
-
translations: Array<DocumentTypeTerm>;
|
|
4174
|
-
|
|
4175
4170
|
/**
|
|
4176
4171
|
* Quelle für Paketgewicht
|
|
4177
4172
|
*/
|
|
4178
4173
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4179
4174
|
|
|
4180
4175
|
/**
|
|
4181
|
-
*
|
|
4176
|
+
* translations
|
|
4182
4177
|
*/
|
|
4183
|
-
|
|
4178
|
+
translations: Array<DocumentTypeTerm>;
|
|
4184
4179
|
|
|
4185
4180
|
/**
|
|
4186
4181
|
* Versand-Anbieter
|
|
4187
4182
|
*/
|
|
4188
4183
|
vdsCarrierId: number;
|
|
4189
4184
|
|
|
4185
|
+
/**
|
|
4186
|
+
* Gültige Ländercodes
|
|
4187
|
+
*/
|
|
4188
|
+
validCountryCodes: Array<string>;
|
|
4189
|
+
|
|
4190
4190
|
/**
|
|
4191
4191
|
* Standardgewichtseinheit
|
|
4192
4192
|
*/
|
|
@@ -4266,14 +4266,14 @@ export interface DeliveryTerm {
|
|
|
4266
4266
|
version: number;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
|
-
*
|
|
4269
|
+
* translations
|
|
4270
4270
|
*/
|
|
4271
|
-
|
|
4271
|
+
translations: Array<DocumentTypeTerm>;
|
|
4272
4272
|
|
|
4273
4273
|
/**
|
|
4274
|
-
*
|
|
4274
|
+
* information, how the shipping charges should be calculated
|
|
4275
4275
|
*/
|
|
4276
|
-
|
|
4276
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
4279
|
* Lieferarten
|
|
@@ -4316,14 +4316,14 @@ export interface DmsOutputStream {
|
|
|
4316
4316
|
export interface Document {
|
|
4317
4317
|
|
|
4318
4318
|
/**
|
|
4319
|
-
*
|
|
4319
|
+
* Referenz zum Rechnungskonto
|
|
4320
4320
|
*/
|
|
4321
|
-
|
|
4321
|
+
billingAccountRef: ApiObjectReference;
|
|
4322
4322
|
|
|
4323
4323
|
/**
|
|
4324
|
-
*
|
|
4324
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4325
4325
|
*/
|
|
4326
|
-
|
|
4326
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4327
4327
|
|
|
4328
4328
|
/**
|
|
4329
4329
|
* Externe Belegnummer
|
|
@@ -4361,14 +4361,14 @@ export interface Document {
|
|
|
4361
4361
|
totalVat: number;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
|
-
*
|
|
4364
|
+
* Standardlager für neue Positionen
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
defaultStorageRef: ApiObjectReference;
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
|
-
*
|
|
4369
|
+
* Name der bestellenden Person
|
|
4370
4370
|
*/
|
|
4371
|
-
|
|
4371
|
+
orderedBy: string;
|
|
4372
4372
|
|
|
4373
4373
|
/**
|
|
4374
4374
|
* Lieferadresse
|
|
@@ -4403,11 +4403,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4403
4403
|
*/
|
|
4404
4404
|
deliveryQuantityPackages: number;
|
|
4405
4405
|
|
|
4406
|
-
/**
|
|
4407
|
-
* Steuerpflichtig oder steuerfrei
|
|
4408
|
-
*/
|
|
4409
|
-
taxable: boolean;
|
|
4410
|
-
|
|
4411
4406
|
/**
|
|
4412
4407
|
* Bestellnummer aus Vorbeleg
|
|
4413
4408
|
*/
|
|
@@ -4418,6 +4413,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4418
4413
|
*/
|
|
4419
4414
|
buyerReference: string;
|
|
4420
4415
|
|
|
4416
|
+
/**
|
|
4417
|
+
* Steuerpflichtig oder steuerfrei
|
|
4418
|
+
*/
|
|
4419
|
+
taxable: boolean;
|
|
4420
|
+
|
|
4421
4421
|
/**
|
|
4422
4422
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4423
4423
|
*/
|
|
@@ -4591,14 +4591,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4591
4591
|
fabricationDetail: DocumentFabricationDetail;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
|
-
*
|
|
4594
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4595
4595
|
*/
|
|
4596
|
-
|
|
4596
|
+
accountNumber: string;
|
|
4597
4597
|
|
|
4598
4598
|
/**
|
|
4599
|
-
*
|
|
4599
|
+
* Berechnungsmodus
|
|
4600
4600
|
*/
|
|
4601
|
-
|
|
4601
|
+
calculationMode: CalculationMode;
|
|
4602
4602
|
|
|
4603
4603
|
/**
|
|
4604
4604
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4676,14 +4676,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4676
4676
|
additionalInfo: DocumentAdditionalInfo;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
|
-
*
|
|
4679
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4680
4680
|
*/
|
|
4681
|
-
|
|
4681
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4682
4682
|
|
|
4683
4683
|
/**
|
|
4684
|
-
*
|
|
4684
|
+
* Bestelldatum
|
|
4685
4685
|
*/
|
|
4686
|
-
|
|
4686
|
+
orderedOn: ScriptingDate;
|
|
4687
4687
|
|
|
4688
4688
|
/**
|
|
4689
4689
|
* MetaInformations for this Object
|
|
@@ -4840,11 +4840,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4840
4840
|
*/
|
|
4841
4841
|
posReceiptChangeAmount: number;
|
|
4842
4842
|
|
|
4843
|
-
/**
|
|
4844
|
-
* Referenz auf Lieferbedingung
|
|
4845
|
-
*/
|
|
4846
|
-
deliveryTermRef: ApiObjectReference;
|
|
4847
|
-
|
|
4848
4843
|
/**
|
|
4849
4844
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4850
4845
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4852,6 +4847,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4852
4847
|
*/
|
|
4853
4848
|
posReceiptBalanced: boolean;
|
|
4854
4849
|
|
|
4850
|
+
/**
|
|
4851
|
+
* Referenz auf Lieferbedingung
|
|
4852
|
+
*/
|
|
4853
|
+
deliveryTermRef: ApiObjectReference;
|
|
4854
|
+
|
|
4855
4855
|
/**
|
|
4856
4856
|
* Gesamtbruttogewicht
|
|
4857
4857
|
*/
|
|
@@ -4883,14 +4883,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4883
4883
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4884
4884
|
|
|
4885
4885
|
/**
|
|
4886
|
-
*
|
|
4886
|
+
* Bestellt durch Ansprechpartner
|
|
4887
4887
|
*/
|
|
4888
|
-
|
|
4888
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4889
4889
|
|
|
4890
4890
|
/**
|
|
4891
|
-
*
|
|
4891
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4892
4892
|
*/
|
|
4893
|
-
|
|
4893
|
+
reportGroupRef: ApiObjectReference;
|
|
4894
4894
|
}
|
|
4895
4895
|
|
|
4896
4896
|
export interface DocumentAdditionalInfo {
|
|
@@ -5023,14 +5023,14 @@ export interface DocumentAddress {
|
|
|
5023
5023
|
postOfficeBox: string;
|
|
5024
5024
|
|
|
5025
5025
|
/**
|
|
5026
|
-
*
|
|
5026
|
+
* country code IsoAlpha3
|
|
5027
5027
|
*/
|
|
5028
|
-
|
|
5028
|
+
countryCode: string;
|
|
5029
5029
|
|
|
5030
5030
|
/**
|
|
5031
|
-
*
|
|
5031
|
+
* Street
|
|
5032
5032
|
*/
|
|
5033
|
-
|
|
5033
|
+
street: string;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
5036
|
* Unique identifier of the Object
|
|
@@ -5048,14 +5048,14 @@ export interface DocumentAddress {
|
|
|
5048
5048
|
info: MetaInfo;
|
|
5049
5049
|
|
|
5050
5050
|
/**
|
|
5051
|
-
*
|
|
5051
|
+
* GLN
|
|
5052
5052
|
*/
|
|
5053
|
-
|
|
5053
|
+
globalLocationNumber: string;
|
|
5054
5054
|
|
|
5055
5055
|
/**
|
|
5056
|
-
*
|
|
5056
|
+
* Lieferart
|
|
5057
5057
|
*/
|
|
5058
|
-
|
|
5058
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5059
5059
|
|
|
5060
5060
|
/**
|
|
5061
5061
|
* Postcode
|
|
@@ -5444,14 +5444,14 @@ export interface DocumentLine {
|
|
|
5444
5444
|
number: string;
|
|
5445
5445
|
|
|
5446
5446
|
/**
|
|
5447
|
-
*
|
|
5447
|
+
* Referenz zur Kundenauftragszeile
|
|
5448
5448
|
*/
|
|
5449
|
-
|
|
5449
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
|
-
*
|
|
5452
|
+
* Gesamtbruttogewicht
|
|
5453
5453
|
*/
|
|
5454
|
-
|
|
5454
|
+
totalGrossWeight: number;
|
|
5455
5455
|
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5609,14 +5609,14 @@ export interface DocumentLine {
|
|
|
5609
5609
|
settledOpenItemDiscountAmount: number;
|
|
5610
5610
|
|
|
5611
5611
|
/**
|
|
5612
|
-
*
|
|
5612
|
+
* Vertragsinformationen
|
|
5613
5613
|
*/
|
|
5614
|
-
|
|
5614
|
+
contractDetail: DocumentContractDetail;
|
|
5615
5615
|
|
|
5616
5616
|
/**
|
|
5617
|
-
*
|
|
5617
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5618
5618
|
*/
|
|
5619
|
-
|
|
5619
|
+
baseSalesValueNet: number;
|
|
5620
5620
|
|
|
5621
5621
|
/**
|
|
5622
5622
|
* Einheit Nettogewicht
|
|
@@ -5719,14 +5719,14 @@ export interface DocumentLine {
|
|
|
5719
5719
|
lineType: DocumentLineType;
|
|
5720
5720
|
|
|
5721
5721
|
/**
|
|
5722
|
-
*
|
|
5722
|
+
* Referenz zur Lieferantenbestellungszeile
|
|
5723
5723
|
*/
|
|
5724
|
-
|
|
5724
|
+
supplierOrderLineIds: Array<number>;
|
|
5725
5725
|
|
|
5726
5726
|
/**
|
|
5727
|
-
*
|
|
5727
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5728
5728
|
*/
|
|
5729
|
-
|
|
5729
|
+
preOrderPickedQuantity: number;
|
|
5730
5730
|
|
|
5731
5731
|
/**
|
|
5732
5732
|
* Externe Referenz zum VDS-Paket
|
|
@@ -6068,14 +6068,14 @@ export interface DocumentLineComponent {
|
|
|
6068
6068
|
custom: EavDocumentlinecomponent;
|
|
6069
6069
|
|
|
6070
6070
|
/**
|
|
6071
|
-
*
|
|
6071
|
+
* Referenz auf den Artikel der Komponente
|
|
6072
6072
|
*/
|
|
6073
|
-
|
|
6073
|
+
articleId: number;
|
|
6074
6074
|
|
|
6075
6075
|
/**
|
|
6076
|
-
*
|
|
6076
|
+
* Gelieferte Menge
|
|
6077
6077
|
*/
|
|
6078
|
-
|
|
6078
|
+
quantityCommitted: number;
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
6081
|
* Beschreibung des Artikels
|
|
@@ -6386,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6386
6386
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6387
6387
|
|
|
6388
6388
|
/**
|
|
6389
|
-
*
|
|
6389
|
+
* Status der externen Zahlung
|
|
6390
6390
|
*/
|
|
6391
|
-
|
|
6391
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6392
6392
|
|
|
6393
6393
|
/**
|
|
6394
|
-
*
|
|
6394
|
+
* Typ der Einlage/Ausgabe
|
|
6395
6395
|
*/
|
|
6396
|
-
|
|
6396
|
+
depositExpenseTypeId: number;
|
|
6397
6397
|
|
|
6398
6398
|
/**
|
|
6399
6399
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6431,14 +6431,14 @@ export interface DocumentLinePosDetail {
|
|
|
6431
6431
|
balanceBeforeWithdrawal: number;
|
|
6432
6432
|
|
|
6433
6433
|
/**
|
|
6434
|
-
*
|
|
6434
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6435
6435
|
*/
|
|
6436
|
-
|
|
6436
|
+
externalPaymentId: string;
|
|
6437
6437
|
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* Typ der Position
|
|
6440
6440
|
*/
|
|
6441
|
-
|
|
6441
|
+
posLineType: PosLineType;
|
|
6442
6442
|
|
|
6443
6443
|
/**
|
|
6444
6444
|
* Unique identifier of the Object
|
|
@@ -6659,14 +6659,14 @@ export interface DocumentPosPayment {
|
|
|
6659
6659
|
version: number;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
|
-
*
|
|
6662
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6663
6663
|
*/
|
|
6664
|
-
|
|
6664
|
+
withdrawalAmount: number;
|
|
6665
6665
|
|
|
6666
6666
|
/**
|
|
6667
|
-
*
|
|
6667
|
+
* Zahlungsart
|
|
6668
6668
|
*/
|
|
6669
|
-
|
|
6669
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6670
6670
|
|
|
6671
6671
|
/**
|
|
6672
6672
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6679,14 +6679,14 @@ export interface DocumentPosPayment {
|
|
|
6679
6679
|
balanceBeforeWithdrawal: number;
|
|
6680
6680
|
|
|
6681
6681
|
/**
|
|
6682
|
-
*
|
|
6682
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6683
6683
|
*/
|
|
6684
|
-
|
|
6684
|
+
externalPaymentId: string;
|
|
6685
6685
|
|
|
6686
6686
|
/**
|
|
6687
|
-
*
|
|
6687
|
+
* Typ der Position
|
|
6688
6688
|
*/
|
|
6689
|
-
|
|
6689
|
+
posLineType: PosLineType;
|
|
6690
6690
|
|
|
6691
6691
|
/**
|
|
6692
6692
|
* Unique identifier of the Object
|
|
@@ -6814,14 +6814,14 @@ export const enum DocumentRounding {
|
|
|
6814
6814
|
export interface DocumentShippingCost {
|
|
6815
6815
|
|
|
6816
6816
|
/**
|
|
6817
|
-
*
|
|
6817
|
+
* Die Versandkosten
|
|
6818
6818
|
*/
|
|
6819
|
-
|
|
6819
|
+
costs: number;
|
|
6820
6820
|
|
|
6821
6821
|
/**
|
|
6822
|
-
*
|
|
6822
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6823
6823
|
*/
|
|
6824
|
-
|
|
6824
|
+
manualCosts: boolean;
|
|
6825
6825
|
|
|
6826
6826
|
/**
|
|
6827
6827
|
* Keine Versandkosten (freier Versand)
|
|
@@ -7066,14 +7066,14 @@ export interface DocumentType {
|
|
|
7066
7066
|
labels: Array<DocumentTypeLabel>;
|
|
7067
7067
|
|
|
7068
7068
|
/**
|
|
7069
|
-
*
|
|
7069
|
+
* Zählerkreis
|
|
7070
7070
|
*/
|
|
7071
|
-
|
|
7071
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7072
7072
|
|
|
7073
7073
|
/**
|
|
7074
|
-
*
|
|
7074
|
+
* nächste Belegnummer
|
|
7075
7075
|
*/
|
|
7076
|
-
|
|
7076
|
+
nextNumber: string;
|
|
7077
7077
|
|
|
7078
7078
|
/**
|
|
7079
7079
|
* Sortierung
|
|
@@ -7595,14 +7595,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7595
7595
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7596
7596
|
|
|
7597
7597
|
/**
|
|
7598
|
-
*
|
|
7598
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7599
7599
|
*/
|
|
7600
|
-
|
|
7600
|
+
taxIdentificationNumber: string;
|
|
7601
7601
|
|
|
7602
7602
|
/**
|
|
7603
|
-
*
|
|
7603
|
+
* Key der Belegart
|
|
7604
7604
|
*/
|
|
7605
|
-
|
|
7605
|
+
documentTypeKey: string;
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
7608
7608
|
export interface FabricationComponentForProduction {
|
|
@@ -8078,14 +8078,14 @@ export interface OpenItem {
|
|
|
8078
8078
|
performanceCountryCode: string;
|
|
8079
8079
|
|
|
8080
8080
|
/**
|
|
8081
|
-
*
|
|
8081
|
+
* agreed Deposit payment date
|
|
8082
8082
|
*/
|
|
8083
|
-
|
|
8083
|
+
depositPaymentDate: ScriptingDate;
|
|
8084
8084
|
|
|
8085
8085
|
/**
|
|
8086
|
-
*
|
|
8086
|
+
* Valutadatum schreibgeschützt
|
|
8087
8087
|
*/
|
|
8088
|
-
|
|
8088
|
+
valueDateReadOnly: boolean;
|
|
8089
8089
|
|
|
8090
8090
|
/**
|
|
8091
8091
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8183,14 +8183,14 @@ export interface OpenItem {
|
|
|
8183
8183
|
sumFee: number;
|
|
8184
8184
|
|
|
8185
8185
|
/**
|
|
8186
|
-
*
|
|
8186
|
+
* Zahlungsplan
|
|
8187
8187
|
*/
|
|
8188
|
-
|
|
8188
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8189
8189
|
|
|
8190
8190
|
/**
|
|
8191
|
-
*
|
|
8191
|
+
* The full amount of the payment
|
|
8192
8192
|
*/
|
|
8193
|
-
|
|
8193
|
+
fullPaymentAmount: number;
|
|
8194
8194
|
|
|
8195
8195
|
/**
|
|
8196
8196
|
* Zahlungssperre
|
|
@@ -8223,14 +8223,14 @@ export interface OpenItem {
|
|
|
8223
8223
|
baseSumDiscount: number;
|
|
8224
8224
|
|
|
8225
8225
|
/**
|
|
8226
|
-
*
|
|
8226
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8227
8227
|
*/
|
|
8228
|
-
|
|
8228
|
+
baseSumDunnings: number;
|
|
8229
8229
|
|
|
8230
8230
|
/**
|
|
8231
|
-
*
|
|
8231
|
+
* Zahlungsvorlage
|
|
8232
8232
|
*/
|
|
8233
|
-
|
|
8233
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8234
8234
|
|
|
8235
8235
|
/**
|
|
8236
8236
|
* Rechnungsbetrag
|
|
@@ -8243,14 +8243,14 @@ export interface OpenItem {
|
|
|
8243
8243
|
taxRateRef: ApiObjectReference;
|
|
8244
8244
|
|
|
8245
8245
|
/**
|
|
8246
|
-
*
|
|
8246
|
+
* Anzahlungsrechnung
|
|
8247
8247
|
*/
|
|
8248
|
-
|
|
8248
|
+
depositInvoice: ApiObjectReference;
|
|
8249
8249
|
|
|
8250
8250
|
/**
|
|
8251
|
-
*
|
|
8251
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8252
8252
|
*/
|
|
8253
|
-
|
|
8253
|
+
baseCurrencyCode: string;
|
|
8254
8254
|
|
|
8255
8255
|
/**
|
|
8256
8256
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8526,14 +8526,14 @@ export interface OpenItemRecord {
|
|
|
8526
8526
|
version: number;
|
|
8527
8527
|
|
|
8528
8528
|
/**
|
|
8529
|
-
*
|
|
8529
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8530
8530
|
*/
|
|
8531
|
-
|
|
8531
|
+
transactionId: number;
|
|
8532
8532
|
|
|
8533
8533
|
/**
|
|
8534
|
-
*
|
|
8534
|
+
* Buchungsbetrag in Basiswährung
|
|
8535
8535
|
*/
|
|
8536
|
-
|
|
8536
|
+
baseAmount: number;
|
|
8537
8537
|
|
|
8538
8538
|
/**
|
|
8539
8539
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8551,14 +8551,14 @@ export interface OpenItemRecord {
|
|
|
8551
8551
|
totalAmount: number;
|
|
8552
8552
|
|
|
8553
8553
|
/**
|
|
8554
|
-
*
|
|
8554
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8555
8555
|
*/
|
|
8556
|
-
|
|
8556
|
+
baseCurrencyCode: string;
|
|
8557
8557
|
|
|
8558
8558
|
/**
|
|
8559
|
-
*
|
|
8559
|
+
* id des records, der diesen storniert hat
|
|
8560
8560
|
*/
|
|
8561
|
-
|
|
8561
|
+
revertedByRecordId: number;
|
|
8562
8562
|
|
|
8563
8563
|
/**
|
|
8564
8564
|
* qualifier of open item
|
|
@@ -8693,14 +8693,14 @@ export interface PaymentMethod {
|
|
|
8693
8693
|
dunnable: boolean;
|
|
8694
8694
|
|
|
8695
8695
|
/**
|
|
8696
|
-
*
|
|
8696
|
+
* Debitoren-OP abschließen?
|
|
8697
8697
|
*/
|
|
8698
|
-
|
|
8698
|
+
closeCustomerAccountType: boolean;
|
|
8699
8699
|
|
|
8700
8700
|
/**
|
|
8701
|
-
*
|
|
8701
|
+
* translations
|
|
8702
8702
|
*/
|
|
8703
|
-
|
|
8703
|
+
translations: Array<DocumentTypeTerm>;
|
|
8704
8704
|
|
|
8705
8705
|
/**
|
|
8706
8706
|
* +Tage für Folgelastschrift
|
|
@@ -8708,14 +8708,14 @@ export interface PaymentMethod {
|
|
|
8708
8708
|
daysToAddForFollowup: number;
|
|
8709
8709
|
|
|
8710
8710
|
/**
|
|
8711
|
-
*
|
|
8711
|
+
* external Payment Id
|
|
8712
8712
|
*/
|
|
8713
|
-
|
|
8713
|
+
externalPaymentId: string;
|
|
8714
8714
|
|
|
8715
8715
|
/**
|
|
8716
|
-
*
|
|
8716
|
+
* Die Business Transaction
|
|
8717
8717
|
*/
|
|
8718
|
-
|
|
8718
|
+
businessTransaction: ApiObjectReference;
|
|
8719
8719
|
|
|
8720
8720
|
/**
|
|
8721
8721
|
* Unique identifier of the Object
|
|
@@ -8799,14 +8799,14 @@ export interface PaymentTerm {
|
|
|
8799
8799
|
paymentDiscount2: number;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
|
-
*
|
|
8802
|
+
* Percent for Discount 1
|
|
8803
8803
|
*/
|
|
8804
|
-
|
|
8804
|
+
paymentDiscount1: number;
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
|
-
*
|
|
8807
|
+
* printDescription
|
|
8808
8808
|
*/
|
|
8809
|
-
|
|
8809
|
+
printDescription: string;
|
|
8810
8810
|
|
|
8811
8811
|
/**
|
|
8812
8812
|
* for deposit: remaining term
|
|
@@ -9539,19 +9539,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9539
9539
|
maxArticleCountPerOrder: number;
|
|
9540
9540
|
|
|
9541
9541
|
/**
|
|
9542
|
-
*
|
|
9542
|
+
* Alternative Selektion in VQL
|
|
9543
9543
|
*/
|
|
9544
|
-
|
|
9544
|
+
alternativeSelectionInVql: string;
|
|
9545
9545
|
|
|
9546
9546
|
/**
|
|
9547
|
-
*
|
|
9547
|
+
* Maximaler Auftragswert
|
|
9548
9548
|
*/
|
|
9549
|
-
|
|
9549
|
+
maxOrderValue: number;
|
|
9550
9550
|
|
|
9551
9551
|
/**
|
|
9552
|
-
*
|
|
9552
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9553
9553
|
*/
|
|
9554
|
-
|
|
9554
|
+
maxOrderCount: number;
|
|
9555
9555
|
|
|
9556
9556
|
/**
|
|
9557
9557
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9559,9 +9559,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9559
9559
|
onlyFullDeliverableOrderLines: boolean;
|
|
9560
9560
|
|
|
9561
9561
|
/**
|
|
9562
|
-
*
|
|
9562
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9563
9563
|
*/
|
|
9564
|
-
|
|
9564
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9565
9565
|
|
|
9566
9566
|
/**
|
|
9567
9567
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9725,24 +9725,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9725
9725
|
showShippingFormOnPickingFinish: boolean;
|
|
9726
9726
|
|
|
9727
9727
|
/**
|
|
9728
|
-
*
|
|
9728
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9729
9729
|
*/
|
|
9730
|
-
|
|
9730
|
+
printLabelOnScan: boolean;
|
|
9731
9731
|
|
|
9732
9732
|
/**
|
|
9733
|
-
*
|
|
9733
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9734
9734
|
*/
|
|
9735
|
-
|
|
9735
|
+
allowPickingOfServiceArticles: boolean;
|
|
9736
9736
|
|
|
9737
9737
|
/**
|
|
9738
|
-
*
|
|
9738
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9739
9739
|
*/
|
|
9740
|
-
|
|
9740
|
+
useDigitalPicklist: boolean;
|
|
9741
9741
|
|
|
9742
9742
|
/**
|
|
9743
|
-
*
|
|
9743
|
+
* Sammelbestätigung erlauben
|
|
9744
9744
|
*/
|
|
9745
|
-
|
|
9745
|
+
allowFullConfirmation: boolean;
|
|
9746
9746
|
|
|
9747
9747
|
/**
|
|
9748
9748
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9770,14 +9770,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9770
9770
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9771
9771
|
|
|
9772
9772
|
/**
|
|
9773
|
-
*
|
|
9773
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9774
9774
|
*/
|
|
9775
|
-
|
|
9775
|
+
autoDeterminationOfLots: boolean;
|
|
9776
9776
|
|
|
9777
9777
|
/**
|
|
9778
|
-
*
|
|
9778
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9779
9779
|
*/
|
|
9780
|
-
|
|
9780
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9781
9781
|
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Zielmengen in Masken verstecken?
|
|
@@ -10033,14 +10033,14 @@ export interface ProductArticleRef {
|
|
|
10033
10033
|
export interface ProductDiscount {
|
|
10034
10034
|
|
|
10035
10035
|
/**
|
|
10036
|
-
*
|
|
10036
|
+
* Kundengruppe
|
|
10037
10037
|
*/
|
|
10038
|
-
|
|
10038
|
+
customerGroupRef: ApiObjectReference;
|
|
10039
10039
|
|
|
10040
10040
|
/**
|
|
10041
|
-
*
|
|
10041
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10042
10042
|
*/
|
|
10043
|
-
|
|
10043
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10044
10044
|
|
|
10045
10045
|
/**
|
|
10046
10046
|
* Lieferantengruppe
|
|
@@ -10063,14 +10063,14 @@ export interface ProductDiscount {
|
|
|
10063
10063
|
validFrom: ScriptingDate;
|
|
10064
10064
|
|
|
10065
10065
|
/**
|
|
10066
|
-
*
|
|
10066
|
+
* Bestimmt die Art des Rabatts
|
|
10067
10067
|
*/
|
|
10068
|
-
|
|
10068
|
+
modifierType: PriceModifierType;
|
|
10069
10069
|
|
|
10070
10070
|
/**
|
|
10071
|
-
*
|
|
10071
|
+
* Warengruppe
|
|
10072
10072
|
*/
|
|
10073
|
-
|
|
10073
|
+
productGroupRef: ApiObjectReference;
|
|
10074
10074
|
|
|
10075
10075
|
/**
|
|
10076
10076
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10088,14 +10088,14 @@ export interface ProductDiscount {
|
|
|
10088
10088
|
currencyRef: CurrencyReference;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
|
-
*
|
|
10091
|
+
* Wert des Rabatts
|
|
10092
10092
|
*/
|
|
10093
|
-
|
|
10093
|
+
modifierValue: number;
|
|
10094
10094
|
|
|
10095
10095
|
/**
|
|
10096
|
-
*
|
|
10096
|
+
* Preisgruppe
|
|
10097
10097
|
*/
|
|
10098
|
-
|
|
10098
|
+
priceGroupRef: ApiObjectReference;
|
|
10099
10099
|
|
|
10100
10100
|
/**
|
|
10101
10101
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10242,14 +10242,14 @@ export interface ProductMainGroup {
|
|
|
10242
10242
|
export interface ProductPrice {
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* Kundengruppe
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
customerGroupRef: ApiObjectReference;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10251
10251
|
*/
|
|
10252
|
-
|
|
10252
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
10255
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10451,20 +10451,15 @@ export const enum RegulationSet {
|
|
|
10451
10451
|
|
|
10452
10452
|
export interface RequestDocument {
|
|
10453
10453
|
|
|
10454
|
-
/**
|
|
10455
|
-
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10456
|
-
*/
|
|
10457
|
-
incomingGoodsStorageBinId: number;
|
|
10458
|
-
|
|
10459
10454
|
/**
|
|
10460
10455
|
* Belegdatum
|
|
10461
10456
|
*/
|
|
10462
10457
|
documentDate: ScriptingDate;
|
|
10463
10458
|
|
|
10464
10459
|
/**
|
|
10465
|
-
* ID
|
|
10460
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10466
10461
|
*/
|
|
10467
|
-
|
|
10462
|
+
incomingGoodsStorageBinId: number;
|
|
10468
10463
|
|
|
10469
10464
|
/**
|
|
10470
10465
|
* Der Anzahlungsbetrag
|
|
@@ -10476,6 +10471,11 @@ export interface RequestDocument {
|
|
|
10476
10471
|
*/
|
|
10477
10472
|
performanceDate: ScriptingDate;
|
|
10478
10473
|
|
|
10474
|
+
/**
|
|
10475
|
+
* ID der Kassenschublade (bei POS)
|
|
10476
|
+
*/
|
|
10477
|
+
cashDrawerId: number;
|
|
10478
|
+
|
|
10479
10479
|
/**
|
|
10480
10480
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10481
10481
|
*/
|
|
@@ -10537,14 +10537,14 @@ export interface RequestDocument {
|
|
|
10537
10537
|
lines: Array<RequestDocumentLine>;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
|
-
*
|
|
10540
|
+
* Die Vertragsdetails
|
|
10541
10541
|
*/
|
|
10542
|
-
|
|
10542
|
+
contractDetail: DocumentContractDetail;
|
|
10543
10543
|
|
|
10544
10544
|
/**
|
|
10545
|
-
*
|
|
10545
|
+
* ID der Kasse (bei POS)
|
|
10546
10546
|
*/
|
|
10547
|
-
|
|
10547
|
+
posRegisterId: number;
|
|
10548
10548
|
|
|
10549
10549
|
/**
|
|
10550
10550
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10931,14 +10931,14 @@ export interface RequestDocumentText {
|
|
|
10931
10931
|
export interface RevenueCalculation {
|
|
10932
10932
|
|
|
10933
10933
|
/**
|
|
10934
|
-
*
|
|
10934
|
+
* Netto Umsatz
|
|
10935
10935
|
*/
|
|
10936
|
-
|
|
10936
|
+
salesValue: number;
|
|
10937
10937
|
|
|
10938
10938
|
/**
|
|
10939
|
-
*
|
|
10939
|
+
* Deckungsbeitrag (absolut)
|
|
10940
10940
|
*/
|
|
10941
|
-
|
|
10941
|
+
revenue: number;
|
|
10942
10942
|
|
|
10943
10943
|
/**
|
|
10944
10944
|
* Einkaufspreis
|
|
@@ -10959,14 +10959,14 @@ export interface SalesAgent {
|
|
|
10959
10959
|
note: string;
|
|
10960
10960
|
|
|
10961
10961
|
/**
|
|
10962
|
-
*
|
|
10962
|
+
* is sales agent taxable
|
|
10963
10963
|
*/
|
|
10964
|
-
|
|
10964
|
+
taxable: boolean;
|
|
10965
10965
|
|
|
10966
10966
|
/**
|
|
10967
|
-
*
|
|
10967
|
+
* reference to the delivery method
|
|
10968
10968
|
*/
|
|
10969
|
-
|
|
10969
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10970
10970
|
|
|
10971
10971
|
/**
|
|
10972
10972
|
* Freifelder
|
|
@@ -11443,14 +11443,14 @@ export interface ShelfDocument {
|
|
|
11443
11443
|
tags: Array<TagDto>;
|
|
11444
11444
|
|
|
11445
11445
|
/**
|
|
11446
|
-
*
|
|
11446
|
+
* Mehrsprachige Bezeichnungen
|
|
11447
11447
|
*/
|
|
11448
|
-
|
|
11448
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11449
11449
|
|
|
11450
11450
|
/**
|
|
11451
|
-
*
|
|
11451
|
+
* share informations
|
|
11452
11452
|
*/
|
|
11453
|
-
|
|
11453
|
+
shares: Array<ShelfShare>;
|
|
11454
11454
|
|
|
11455
11455
|
/**
|
|
11456
11456
|
* Automatische Löschung ab
|
|
@@ -11526,14 +11526,14 @@ export interface ShelfDocumentAttribution {
|
|
|
11526
11526
|
shelfResourceId: number;
|
|
11527
11527
|
|
|
11528
11528
|
/**
|
|
11529
|
-
*
|
|
11529
|
+
* id of the referenced object
|
|
11530
11530
|
*/
|
|
11531
|
-
|
|
11531
|
+
refId: number;
|
|
11532
11532
|
|
|
11533
11533
|
/**
|
|
11534
|
-
*
|
|
11534
|
+
* Verfügbare Transformationen zum Bild
|
|
11535
11535
|
*/
|
|
11536
|
-
|
|
11536
|
+
transformationKeys: Array<string>;
|
|
11537
11537
|
|
|
11538
11538
|
/**
|
|
11539
11539
|
* Unique identifier of the Object
|
|
@@ -12165,11 +12165,6 @@ export interface Supplier {
|
|
|
12165
12165
|
*/
|
|
12166
12166
|
info: MetaInfo;
|
|
12167
12167
|
|
|
12168
|
-
/**
|
|
12169
|
-
* reference to the delivery method
|
|
12170
|
-
*/
|
|
12171
|
-
deliveryMethodRef: ApiObjectReference;
|
|
12172
|
-
|
|
12173
12168
|
/**
|
|
12174
12169
|
* Lieferantengruppe
|
|
12175
12170
|
*/
|
|
@@ -12180,6 +12175,11 @@ export interface Supplier {
|
|
|
12180
12175
|
*/
|
|
12181
12176
|
taxable: boolean;
|
|
12182
12177
|
|
|
12178
|
+
/**
|
|
12179
|
+
* reference to the delivery method
|
|
12180
|
+
*/
|
|
12181
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12182
|
+
|
|
12183
12183
|
/**
|
|
12184
12184
|
* Mahnen?
|
|
12185
12185
|
*/
|
|
@@ -12503,14 +12503,14 @@ export interface TextTemplate {
|
|
|
12503
12503
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12504
12504
|
|
|
12505
12505
|
/**
|
|
12506
|
-
*
|
|
12506
|
+
* Texte in den angebotenen Sprachen
|
|
12507
12507
|
*/
|
|
12508
|
-
|
|
12508
|
+
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12509
12509
|
|
|
12510
12510
|
/**
|
|
12511
|
-
*
|
|
12511
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12512
12512
|
*/
|
|
12513
|
-
|
|
12513
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12514
12514
|
|
|
12515
12515
|
/**
|
|
12516
12516
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
@@ -12727,14 +12727,14 @@ export interface User {
|
|
|
12727
12727
|
id: number;
|
|
12728
12728
|
|
|
12729
12729
|
/**
|
|
12730
|
-
*
|
|
12730
|
+
* Valid to
|
|
12731
12731
|
*/
|
|
12732
|
-
|
|
12732
|
+
validTo: ScriptingDateTime;
|
|
12733
12733
|
|
|
12734
12734
|
/**
|
|
12735
|
-
*
|
|
12735
|
+
* username
|
|
12736
12736
|
*/
|
|
12737
|
-
|
|
12737
|
+
username: string;
|
|
12738
12738
|
|
|
12739
12739
|
/**
|
|
12740
12740
|
* MetaInformations for this Object
|