@vario-software/types 2026.30.2 → 2026.30.4
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 +47 -47
- package/scripting/types.d.ts +279 -279
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -143,14 +143,14 @@ export interface Account {
|
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Kostenstelle
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
costCenter: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* Erstkontakt am
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
initialContactAt: ScriptingDate;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* calculation mode of this document
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
calculationMode: CalculationMode;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -411,14 +411,14 @@ export interface AccountAddress {
|
|
|
411
411
|
streetAddressNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
|
-
*
|
|
419
|
+
* Default contacts
|
|
420
420
|
*/
|
|
421
|
-
|
|
421
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
422
422
|
|
|
423
423
|
/**
|
|
424
424
|
* Name3
|
|
@@ -504,14 +504,14 @@ export interface AccountBankdetail {
|
|
|
504
504
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* Is default bank?
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
defaultBank: boolean;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
|
-
*
|
|
512
|
+
* origin type
|
|
513
513
|
*/
|
|
514
|
-
|
|
514
|
+
originType: AccountBankdetail$OriginType;
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
517
|
* IBAN
|
|
@@ -1028,11 +1028,6 @@ export interface Article {
|
|
|
1028
1028
|
*/
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
|
-
/**
|
|
1032
|
-
* is this product sellable without any quantity at the stock
|
|
1033
|
-
*/
|
|
1034
|
-
sellableWithoutStock: boolean;
|
|
1035
|
-
|
|
1036
1031
|
/**
|
|
1037
1032
|
* Seriennummern Auszeichnungsart
|
|
1038
1033
|
*/
|
|
@@ -1043,6 +1038,11 @@ export interface Article {
|
|
|
1043
1038
|
*/
|
|
1044
1039
|
initialAvgPurchasePrice: number;
|
|
1045
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* is this product sellable without any quantity at the stock
|
|
1043
|
+
*/
|
|
1044
|
+
sellableWithoutStock: boolean;
|
|
1045
|
+
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
1048
1048
|
*/
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Soll-Handelsspanne
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
targetTradingMargin: number;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Produktion
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
fabrication: boolean;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1229,14 +1229,14 @@ export interface Article {
|
|
|
1229
1229
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
|
-
*
|
|
1232
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1233
1233
|
*/
|
|
1234
|
-
|
|
1234
|
+
taxLiabilityReversed: boolean;
|
|
1235
1235
|
|
|
1236
1236
|
/**
|
|
1237
|
-
*
|
|
1237
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1238
1238
|
*/
|
|
1239
|
-
|
|
1239
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1240
1240
|
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Notiz
|
|
@@ -1284,14 +1284,14 @@ export interface Article {
|
|
|
1284
1284
|
grossSalesPrice: number;
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* Vorgabe Herstellungskosten
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
defaultFabricationCost: number;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
|
-
*
|
|
1292
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1293
1293
|
*/
|
|
1294
|
-
|
|
1294
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Letzter EKP (Startwert)
|
|
@@ -1304,14 +1304,14 @@ export interface Article {
|
|
|
1304
1304
|
permissibleForOrderProposal: boolean;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* reference to Product
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
productRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* Versandlabeldruck
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
shippingLabelPrinting: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* Kontingentartikel
|
|
@@ -1319,14 +1319,14 @@ export interface Article {
|
|
|
1319
1319
|
contingentArticleRef: ApiObjectReference;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
|
-
*
|
|
1322
|
+
* rabattierbarer Artikel?
|
|
1323
1323
|
*/
|
|
1324
|
-
|
|
1324
|
+
discountable: boolean;
|
|
1325
1325
|
|
|
1326
1326
|
/**
|
|
1327
|
-
*
|
|
1327
|
+
* alternative name of this product
|
|
1328
1328
|
*/
|
|
1329
|
-
|
|
1329
|
+
alternativeName: string;
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
1332
1332
|
* base capacity
|
|
@@ -1399,14 +1399,14 @@ export interface Article {
|
|
|
1399
1399
|
listed: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* provisionsberechtiger Artikel?
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
commissionable: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
|
-
*
|
|
1407
|
+
* Nur manuelle Produktion
|
|
1408
1408
|
*/
|
|
1409
|
-
|
|
1409
|
+
onlyManualFabrication: boolean;
|
|
1410
1410
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1962,14 +1962,14 @@ export interface ArticleStorage {
|
|
|
1962
1962
|
orderedQuantity: number;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
|
-
*
|
|
1965
|
+
* Nachschub auf
|
|
1966
1966
|
*/
|
|
1967
|
-
|
|
1967
|
+
replenishmentOn: number;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
|
-
*
|
|
1970
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1971
1971
|
*/
|
|
1972
|
-
|
|
1972
|
+
virtualStockAmount: number;
|
|
1973
1973
|
|
|
1974
1974
|
/**
|
|
1975
1975
|
* Reservierte Menge
|
|
@@ -2012,14 +2012,14 @@ export interface ArticleStorage {
|
|
|
2012
2012
|
storageRef: ApiObjectReference;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
|
-
*
|
|
2015
|
+
* Sollbestand
|
|
2016
2016
|
*/
|
|
2017
|
-
|
|
2017
|
+
targetStock: number;
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
|
-
*
|
|
2020
|
+
* Vorgabe-Lagerplätze
|
|
2021
2021
|
*/
|
|
2022
|
-
|
|
2022
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2023
2023
|
|
|
2024
2024
|
/**
|
|
2025
2025
|
* Aktuelle Menge in Produktion
|
|
@@ -2039,11 +2039,6 @@ export interface ArticleStorage {
|
|
|
2039
2039
|
|
|
2040
2040
|
export interface ArticleSupplier {
|
|
2041
2041
|
|
|
2042
|
-
/**
|
|
2043
|
-
* Lieferanten-Meldebestand
|
|
2044
|
-
*/
|
|
2045
|
-
supplierReportingStock: number;
|
|
2046
|
-
|
|
2047
2042
|
/**
|
|
2048
2043
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2049
2044
|
*/
|
|
@@ -2054,6 +2049,11 @@ export interface ArticleSupplier {
|
|
|
2054
2049
|
*/
|
|
2055
2050
|
accountDisplayName: string;
|
|
2056
2051
|
|
|
2052
|
+
/**
|
|
2053
|
+
* Lieferanten-Meldebestand
|
|
2054
|
+
*/
|
|
2055
|
+
supplierReportingStock: number;
|
|
2056
|
+
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2059
2059
|
*/
|
|
@@ -2150,14 +2150,14 @@ export interface ArticleSupplier {
|
|
|
2150
2150
|
dropShippingAllowed: boolean;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbezeichnung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleName: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
|
-
* Abweichende
|
|
2158
|
+
* Abweichende Produktbeschreibung
|
|
2159
2159
|
*/
|
|
2160
|
-
|
|
2160
|
+
supplierArticleDescription: string;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
2163
|
* Standardpreis Netto
|
|
@@ -2754,14 +2754,14 @@ export interface CrmActivityType {
|
|
|
2754
2754
|
export interface CrmChecklistItem {
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
|
-
*
|
|
2757
|
+
* Ist das Element "angehakt"?
|
|
2758
2758
|
*/
|
|
2759
|
-
|
|
2759
|
+
checked: boolean;
|
|
2760
2760
|
|
|
2761
2761
|
/**
|
|
2762
|
-
*
|
|
2762
|
+
* Text des Checklisten-Elements
|
|
2763
2763
|
*/
|
|
2764
|
-
|
|
2764
|
+
memo: string;
|
|
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
|
+
* Verkaufsbelege
|
|
2856
2856
|
*/
|
|
2857
|
-
|
|
2857
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
2858
2858
|
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* Vertrag
|
|
2861
2861
|
*/
|
|
2862
|
-
|
|
2862
|
+
contractRefs: 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
|
+
* Phase
|
|
3167
3167
|
*/
|
|
3168
|
-
|
|
3168
|
+
phaseRef: ApiObjectReference;
|
|
3169
3169
|
|
|
3170
3170
|
/**
|
|
3171
|
-
*
|
|
3171
|
+
* Projektleiter vom Auftragnehmer
|
|
3172
3172
|
*/
|
|
3173
|
-
|
|
3173
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* Aufgaben-Nummer
|
|
@@ -3198,14 +3198,14 @@ export interface CrmProject {
|
|
|
3198
3198
|
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3199
3199
|
|
|
3200
3200
|
/**
|
|
3201
|
-
*
|
|
3201
|
+
* Verkaufsbelege
|
|
3202
3202
|
*/
|
|
3203
|
-
|
|
3203
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
3204
3204
|
|
|
3205
3205
|
/**
|
|
3206
|
-
*
|
|
3206
|
+
* Vertrag
|
|
3207
3207
|
*/
|
|
3208
|
-
|
|
3208
|
+
contractRefs: Array<DocumentRef>;
|
|
3209
3209
|
|
|
3210
3210
|
/**
|
|
3211
3211
|
* Unique identifier of the Object
|
|
@@ -3479,6 +3479,11 @@ export interface CrmSubType {
|
|
|
3479
3479
|
|
|
3480
3480
|
export interface CrmTask {
|
|
3481
3481
|
|
|
3482
|
+
/**
|
|
3483
|
+
* Liste von Erinnerungen
|
|
3484
|
+
*/
|
|
3485
|
+
reminders: Array<CrmReminder>;
|
|
3486
|
+
|
|
3482
3487
|
/**
|
|
3483
3488
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3484
3489
|
*/
|
|
@@ -3489,11 +3494,6 @@ export interface CrmTask {
|
|
|
3489
3494
|
*/
|
|
3490
3495
|
customerOfferRef: DocumentRef;
|
|
3491
3496
|
|
|
3492
|
-
/**
|
|
3493
|
-
* Liste von Erinnerungen
|
|
3494
|
-
*/
|
|
3495
|
-
reminders: Array<CrmReminder>;
|
|
3496
|
-
|
|
3497
3497
|
/**
|
|
3498
3498
|
* Notizen
|
|
3499
3499
|
*/
|
|
@@ -3685,14 +3685,14 @@ export interface CrmTask {
|
|
|
3685
3685
|
parentRefs: Array<CrmObjectRef>;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
3688
|
+
* Beauftragte Zeit in Sekunden
|
|
3689
3689
|
*/
|
|
3690
|
-
|
|
3690
|
+
effortCommissioned: number;
|
|
3691
3691
|
|
|
3692
3692
|
/**
|
|
3693
|
-
*
|
|
3693
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3694
3694
|
*/
|
|
3695
|
-
|
|
3695
|
+
externalRecordedTimes: number;
|
|
3696
3696
|
|
|
3697
3697
|
/**
|
|
3698
3698
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3864,14 +3864,14 @@ export interface CurrencyReference {
|
|
|
3864
3864
|
export interface Customer {
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
|
-
*
|
|
3867
|
+
* reference to customer group
|
|
3868
3868
|
*/
|
|
3869
|
-
|
|
3869
|
+
customerGroupRef: ApiObjectReference;
|
|
3870
3870
|
|
|
3871
3871
|
/**
|
|
3872
|
-
*
|
|
3872
|
+
* Option für die Stapelverarbeitung
|
|
3873
3873
|
*/
|
|
3874
|
-
|
|
3874
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
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
|
+
* collective billable
|
|
3893
3893
|
*/
|
|
3894
|
-
|
|
3894
|
+
collectiveBillable: boolean;
|
|
3895
3895
|
|
|
3896
3896
|
/**
|
|
3897
|
-
*
|
|
3897
|
+
* Maximal mögliche Lieferungen
|
|
3898
3898
|
*/
|
|
3899
|
-
|
|
3899
|
+
maxDeliveries: number;
|
|
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
|
+
* reference to the delivery method
|
|
3953
3953
|
*/
|
|
3954
|
-
|
|
3954
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3955
3955
|
|
|
3956
3956
|
/**
|
|
3957
|
-
*
|
|
3957
|
+
* tax able or tax free
|
|
3958
3958
|
*/
|
|
3959
|
-
|
|
3959
|
+
taxable: boolean;
|
|
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
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4112
4112
|
*/
|
|
4113
|
-
|
|
4113
|
+
splitIntoNewDocument: boolean;
|
|
4114
4114
|
|
|
4115
4115
|
/**
|
|
4116
|
-
*
|
|
4116
|
+
* E-Mail an Versender übergeben
|
|
4117
4117
|
*/
|
|
4118
|
-
|
|
4118
|
+
forwardEmailToShipper: boolean;
|
|
4119
4119
|
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Min. Gewicht pro Paket
|
|
@@ -4168,14 +4168,14 @@ export interface DeliveryMethod {
|
|
|
4168
4168
|
defaultSizeUnit: UnitTypeReference;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* translations
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
translations: Array<DocumentTypeTerm>;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
|
-
*
|
|
4176
|
+
* Quelle für Paketgewicht
|
|
4177
4177
|
*/
|
|
4178
|
-
|
|
4178
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* Versand-Anbieter
|
|
@@ -4404,14 +4404,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4404
4404
|
deliveryQuantityPackages: number;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
|
-
*
|
|
4407
|
+
* Leitweg-ID
|
|
4408
4408
|
*/
|
|
4409
|
-
|
|
4409
|
+
buyerReference: string;
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
|
-
*
|
|
4412
|
+
* Bestellnummer aus Vorbeleg
|
|
4413
4413
|
*/
|
|
4414
|
-
|
|
4414
|
+
referencedOrderNumber: string;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4590,20 +4590,15 @@ true wenn die Quittung bezahlt ist
|
|
|
4590
4590
|
*/
|
|
4591
4591
|
fabricationDetail: DocumentFabricationDetail;
|
|
4592
4592
|
|
|
4593
|
-
/**
|
|
4594
|
-
* Kontonummer der zugehörigen Organisationseinheit
|
|
4595
|
-
*/
|
|
4596
|
-
accountNumber: string;
|
|
4597
|
-
|
|
4598
4593
|
/**
|
|
4599
4594
|
* Berechnungsmodus
|
|
4600
4595
|
*/
|
|
4601
4596
|
calculationMode: CalculationMode;
|
|
4602
4597
|
|
|
4603
4598
|
/**
|
|
4604
|
-
*
|
|
4599
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4605
4600
|
*/
|
|
4606
|
-
|
|
4601
|
+
accountNumber: string;
|
|
4607
4602
|
|
|
4608
4603
|
/**
|
|
4609
4604
|
* Wird vom Workflow verarbeitet?
|
|
@@ -4611,15 +4606,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4611
4606
|
processedByWorkflow: boolean;
|
|
4612
4607
|
|
|
4613
4608
|
/**
|
|
4614
|
-
*
|
|
4609
|
+
* Referenz auf Zahlungsbedingung
|
|
4615
4610
|
*/
|
|
4616
|
-
|
|
4611
|
+
paymentTermRef: PaymentTermRef;
|
|
4617
4612
|
|
|
4618
4613
|
/**
|
|
4619
4614
|
* Telefon an Versender übergeben
|
|
4620
4615
|
*/
|
|
4621
4616
|
forwardPhoneToShipper: boolean;
|
|
4622
4617
|
|
|
4618
|
+
/**
|
|
4619
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4620
|
+
*/
|
|
4621
|
+
baseTotalDocumentPriceModifier: number;
|
|
4622
|
+
|
|
4623
4623
|
/**
|
|
4624
4624
|
* Liste der Belegtexte
|
|
4625
4625
|
*/
|
|
@@ -4901,14 +4901,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4901
4901
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
|
-
*
|
|
4904
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4905
4905
|
*/
|
|
4906
|
-
|
|
4906
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4907
4907
|
|
|
4908
4908
|
/**
|
|
4909
|
-
*
|
|
4909
|
+
* Herkunft der Sprache
|
|
4910
4910
|
*/
|
|
4911
|
-
|
|
4911
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4912
4912
|
|
|
4913
4913
|
/**
|
|
4914
4914
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -4921,14 +4921,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4921
4921
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4922
4922
|
|
|
4923
4923
|
/**
|
|
4924
|
-
*
|
|
4924
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4925
4925
|
*/
|
|
4926
|
-
|
|
4926
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4927
4927
|
|
|
4928
4928
|
/**
|
|
4929
|
-
*
|
|
4929
|
+
* Herkunft des Berechnungsmodus
|
|
4930
4930
|
*/
|
|
4931
|
-
|
|
4931
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4932
4932
|
|
|
4933
4933
|
/**
|
|
4934
4934
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -5509,14 +5509,14 @@ export interface DocumentLine {
|
|
|
5509
5509
|
serialType: ArticleSerialType;
|
|
5510
5510
|
|
|
5511
5511
|
/**
|
|
5512
|
-
*
|
|
5512
|
+
* Preiseinheit
|
|
5513
5513
|
*/
|
|
5514
|
-
|
|
5514
|
+
priceUnit: number;
|
|
5515
5515
|
|
|
5516
5516
|
/**
|
|
5517
|
-
*
|
|
5517
|
+
* Steuerschema
|
|
5518
5518
|
*/
|
|
5519
|
-
|
|
5519
|
+
taxSchemaRef: ApiObjectReference;
|
|
5520
5520
|
|
|
5521
5521
|
/**
|
|
5522
5522
|
* Preisanpassungen - Position Basiswährung
|
|
@@ -5609,14 +5609,14 @@ export interface DocumentLine {
|
|
|
5609
5609
|
settledOpenItemDiscountAmount: number;
|
|
5610
5610
|
|
|
5611
5611
|
/**
|
|
5612
|
-
*
|
|
5612
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5613
5613
|
*/
|
|
5614
|
-
|
|
5614
|
+
baseSalesValueNet: number;
|
|
5615
5615
|
|
|
5616
5616
|
/**
|
|
5617
|
-
*
|
|
5617
|
+
* Vertragsinformationen
|
|
5618
5618
|
*/
|
|
5619
|
-
|
|
5619
|
+
contractDetail: DocumentContractDetail;
|
|
5620
5620
|
|
|
5621
5621
|
/**
|
|
5622
5622
|
* Einheit Nettogewicht
|
|
@@ -5716,18 +5716,18 @@ export interface DocumentLine {
|
|
|
5716
5716
|
/**
|
|
5717
5717
|
* Positionstyp
|
|
5718
5718
|
*/
|
|
5719
|
-
lineType: DocumentLineType;
|
|
5720
|
-
|
|
5721
|
-
/**
|
|
5722
|
-
* Referenz zur Lieferantenbestellungszeile
|
|
5723
|
-
*/
|
|
5724
|
-
supplierOrderLineIds: Array<number>;
|
|
5719
|
+
lineType: DocumentLineType;
|
|
5725
5720
|
|
|
5726
5721
|
/**
|
|
5727
5722
|
* vorgeorderte Menge in Pickvorgang
|
|
5728
5723
|
*/
|
|
5729
5724
|
preOrderPickedQuantity: number;
|
|
5730
5725
|
|
|
5726
|
+
/**
|
|
5727
|
+
* Referenz zur Lieferantenbestellungszeile
|
|
5728
|
+
*/
|
|
5729
|
+
supplierOrderLineIds: Array<number>;
|
|
5730
|
+
|
|
5731
5731
|
/**
|
|
5732
5732
|
* Externe Referenz zum VDS-Paket
|
|
5733
5733
|
*/
|
|
@@ -5879,14 +5879,14 @@ export interface DocumentLine {
|
|
|
5879
5879
|
custom: EavDocumentline;
|
|
5880
5880
|
|
|
5881
5881
|
/**
|
|
5882
|
-
*
|
|
5882
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5883
5883
|
*/
|
|
5884
|
-
|
|
5884
|
+
settledOpenItemComment: string;
|
|
5885
5885
|
|
|
5886
5886
|
/**
|
|
5887
|
-
*
|
|
5887
|
+
* Artikel
|
|
5888
5888
|
*/
|
|
5889
|
-
|
|
5889
|
+
articleId: number;
|
|
5890
5890
|
|
|
5891
5891
|
/**
|
|
5892
5892
|
* Interne Preisänderungsinformationen
|
|
@@ -6068,14 +6068,14 @@ export interface DocumentLineComponent {
|
|
|
6068
6068
|
custom: EavDocumentlinecomponent;
|
|
6069
6069
|
|
|
6070
6070
|
/**
|
|
6071
|
-
*
|
|
6071
|
+
* Gelieferte Menge
|
|
6072
6072
|
*/
|
|
6073
|
-
|
|
6073
|
+
quantityCommitted: number;
|
|
6074
6074
|
|
|
6075
6075
|
/**
|
|
6076
|
-
*
|
|
6076
|
+
* Referenz auf den Artikel der Komponente
|
|
6077
6077
|
*/
|
|
6078
|
-
|
|
6078
|
+
articleId: number;
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
6081
|
* Beschreibung des Artikels
|
|
@@ -6280,14 +6280,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6280
6280
|
quantityFinished: number;
|
|
6281
6281
|
|
|
6282
6282
|
/**
|
|
6283
|
-
*
|
|
6283
|
+
* Produzierte Seriennummern
|
|
6284
6284
|
*/
|
|
6285
|
-
|
|
6285
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6286
6286
|
|
|
6287
6287
|
/**
|
|
6288
|
-
*
|
|
6288
|
+
* Menge defekt
|
|
6289
6289
|
*/
|
|
6290
|
-
|
|
6290
|
+
quantityDefective: number;
|
|
6291
6291
|
|
|
6292
6292
|
/**
|
|
6293
6293
|
* Freifeld
|
|
@@ -6386,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6386
6386
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6387
6387
|
|
|
6388
6388
|
/**
|
|
6389
|
-
*
|
|
6389
|
+
* Typ der Einlage/Ausgabe
|
|
6390
6390
|
*/
|
|
6391
|
-
|
|
6391
|
+
depositExpenseTypeId: number;
|
|
6392
6392
|
|
|
6393
6393
|
/**
|
|
6394
|
-
*
|
|
6394
|
+
* Status der externen Zahlung
|
|
6395
6395
|
*/
|
|
6396
|
-
|
|
6396
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
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
|
+
* Typ der Position
|
|
6435
6435
|
*/
|
|
6436
|
-
|
|
6436
|
+
posLineType: PosLineType;
|
|
6437
6437
|
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6440
6440
|
*/
|
|
6441
|
-
|
|
6441
|
+
externalPaymentId: string;
|
|
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
|
+
* Zahlungsart
|
|
6663
6663
|
*/
|
|
6664
|
-
|
|
6664
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6665
6665
|
|
|
6666
6666
|
/**
|
|
6667
|
-
*
|
|
6667
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6668
6668
|
*/
|
|
6669
|
-
|
|
6669
|
+
withdrawalAmount: number;
|
|
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
|
+
* Typ der Position
|
|
6683
6683
|
*/
|
|
6684
|
-
|
|
6684
|
+
posLineType: PosLineType;
|
|
6685
6685
|
|
|
6686
6686
|
/**
|
|
6687
|
-
*
|
|
6687
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6688
6688
|
*/
|
|
6689
|
-
|
|
6689
|
+
externalPaymentId: string;
|
|
6690
6690
|
|
|
6691
6691
|
/**
|
|
6692
6692
|
* Unique identifier of the Object
|
|
@@ -7274,14 +7274,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7274
7274
|
bookDate: ScriptingDate;
|
|
7275
7275
|
|
|
7276
7276
|
/**
|
|
7277
|
-
*
|
|
7277
|
+
* Die gültige Seriennummer
|
|
7278
7278
|
*/
|
|
7279
|
-
|
|
7279
|
+
targetSerialNumber: string;
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
|
-
*
|
|
7282
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7283
7283
|
*/
|
|
7284
|
-
|
|
7284
|
+
targetExpiryDate: ScriptingDate;
|
|
7285
7285
|
|
|
7286
7286
|
/**
|
|
7287
7287
|
* Quell-Lagerplatz
|
|
@@ -7595,14 +7595,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7595
7595
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7596
7596
|
|
|
7597
7597
|
/**
|
|
7598
|
-
*
|
|
7598
|
+
* Key der Belegart
|
|
7599
7599
|
*/
|
|
7600
|
-
|
|
7600
|
+
documentTypeKey: string;
|
|
7601
7601
|
|
|
7602
7602
|
/**
|
|
7603
|
-
*
|
|
7603
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7604
7604
|
*/
|
|
7605
|
-
|
|
7605
|
+
taxIdentificationNumber: string;
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
7608
7608
|
export interface FabricationComponentForProduction {
|
|
@@ -8183,14 +8183,14 @@ export interface OpenItem {
|
|
|
8183
8183
|
sumFee: number;
|
|
8184
8184
|
|
|
8185
8185
|
/**
|
|
8186
|
-
*
|
|
8186
|
+
* The full amount of the payment
|
|
8187
8187
|
*/
|
|
8188
|
-
|
|
8188
|
+
fullPaymentAmount: number;
|
|
8189
8189
|
|
|
8190
8190
|
/**
|
|
8191
|
-
*
|
|
8191
|
+
* Zahlungsplan
|
|
8192
8192
|
*/
|
|
8193
|
-
|
|
8193
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8194
8194
|
|
|
8195
8195
|
/**
|
|
8196
8196
|
* Zahlungssperre
|
|
@@ -8223,14 +8223,14 @@ export interface OpenItem {
|
|
|
8223
8223
|
baseSumDiscount: number;
|
|
8224
8224
|
|
|
8225
8225
|
/**
|
|
8226
|
-
*
|
|
8226
|
+
* Zahlungsvorlage
|
|
8227
8227
|
*/
|
|
8228
|
-
|
|
8228
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8229
8229
|
|
|
8230
8230
|
/**
|
|
8231
|
-
*
|
|
8231
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8232
8232
|
*/
|
|
8233
|
-
|
|
8233
|
+
baseSumDunnings: number;
|
|
8234
8234
|
|
|
8235
8235
|
/**
|
|
8236
8236
|
* Rechnungsbetrag
|
|
@@ -8243,14 +8243,14 @@ export interface OpenItem {
|
|
|
8243
8243
|
taxRateRef: ApiObjectReference;
|
|
8244
8244
|
|
|
8245
8245
|
/**
|
|
8246
|
-
*
|
|
8246
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8247
8247
|
*/
|
|
8248
|
-
|
|
8248
|
+
baseCurrencyCode: string;
|
|
8249
8249
|
|
|
8250
8250
|
/**
|
|
8251
|
-
*
|
|
8251
|
+
* Anzahlungsrechnung
|
|
8252
8252
|
*/
|
|
8253
|
-
|
|
8253
|
+
depositInvoice: ApiObjectReference;
|
|
8254
8254
|
|
|
8255
8255
|
/**
|
|
8256
8256
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8708,14 +8708,14 @@ export interface PaymentMethod {
|
|
|
8708
8708
|
daysToAddForFollowup: number;
|
|
8709
8709
|
|
|
8710
8710
|
/**
|
|
8711
|
-
*
|
|
8711
|
+
* Die Business Transaction
|
|
8712
8712
|
*/
|
|
8713
|
-
|
|
8713
|
+
businessTransaction: ApiObjectReference;
|
|
8714
8714
|
|
|
8715
8715
|
/**
|
|
8716
|
-
*
|
|
8716
|
+
* external Payment Id
|
|
8717
8717
|
*/
|
|
8718
|
-
|
|
8718
|
+
externalPaymentId: string;
|
|
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
|
+
* printDescription
|
|
8803
8803
|
*/
|
|
8804
|
-
|
|
8804
|
+
printDescription: string;
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
|
-
*
|
|
8807
|
+
* Percent for Discount 1
|
|
8808
8808
|
*/
|
|
8809
|
-
|
|
8809
|
+
paymentDiscount1: number;
|
|
8810
8810
|
|
|
8811
8811
|
/**
|
|
8812
8812
|
* for deposit: remaining term
|
|
@@ -8937,14 +8937,14 @@ export interface PickTrolley {
|
|
|
8937
8937
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8938
8938
|
|
|
8939
8939
|
/**
|
|
8940
|
-
*
|
|
8940
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8941
8941
|
*/
|
|
8942
|
-
|
|
8942
|
+
storageBinRef: StorageBinRef;
|
|
8943
8943
|
|
|
8944
8944
|
/**
|
|
8945
|
-
*
|
|
8945
|
+
* Bearbeiter der Pickliste
|
|
8946
8946
|
*/
|
|
8947
|
-
|
|
8947
|
+
processedByUserRef: ApiObjectReference;
|
|
8948
8948
|
|
|
8949
8949
|
/**
|
|
8950
8950
|
* Beschreibung des Wagens
|
|
@@ -9099,14 +9099,14 @@ export const enum PickingType {
|
|
|
9099
9099
|
export interface Picklist {
|
|
9100
9100
|
|
|
9101
9101
|
/**
|
|
9102
|
-
*
|
|
9102
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
9103
9103
|
*/
|
|
9104
|
-
|
|
9104
|
+
usedTemplate: PicklistTemplate;
|
|
9105
9105
|
|
|
9106
9106
|
/**
|
|
9107
|
-
*
|
|
9107
|
+
* Ziellager für Nachschub
|
|
9108
9108
|
*/
|
|
9109
|
-
|
|
9109
|
+
targetStorageRef: ApiObjectReference;
|
|
9110
9110
|
|
|
9111
9111
|
/**
|
|
9112
9112
|
* Nummer der Pickliste
|
|
@@ -9217,14 +9217,14 @@ export interface PicklistLine {
|
|
|
9217
9217
|
articleNumber: string;
|
|
9218
9218
|
|
|
9219
9219
|
/**
|
|
9220
|
-
*
|
|
9220
|
+
* Art der Position
|
|
9221
9221
|
*/
|
|
9222
|
-
|
|
9222
|
+
lineType: PicklistLineType;
|
|
9223
9223
|
|
|
9224
9224
|
/**
|
|
9225
|
-
*
|
|
9225
|
+
* Lagernummer
|
|
9226
9226
|
*/
|
|
9227
|
-
|
|
9227
|
+
storageNumber: string;
|
|
9228
9228
|
|
|
9229
9229
|
/**
|
|
9230
9230
|
* ID der Ziel-Dokumentposition
|
|
@@ -9548,6 +9548,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9548
9548
|
*/
|
|
9549
9549
|
maxOrderValue: number;
|
|
9550
9550
|
|
|
9551
|
+
/**
|
|
9552
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9553
|
+
*/
|
|
9554
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9555
|
+
|
|
9551
9556
|
/**
|
|
9552
9557
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9553
9558
|
*/
|
|
@@ -9558,11 +9563,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9558
9563
|
*/
|
|
9559
9564
|
onlyFullDeliverableOrderLines: boolean;
|
|
9560
9565
|
|
|
9561
|
-
/**
|
|
9562
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
9563
|
-
*/
|
|
9564
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9565
|
-
|
|
9566
9566
|
/**
|
|
9567
9567
|
* Selektion über den Bereich vom Belegdatum
|
|
9568
9568
|
*/
|
|
@@ -9631,15 +9631,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9631
9631
|
*/
|
|
9632
9632
|
printPicklist: boolean;
|
|
9633
9633
|
|
|
9634
|
+
/**
|
|
9635
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9636
|
+
*/
|
|
9637
|
+
maxPicklistLineCount: number;
|
|
9638
|
+
|
|
9634
9639
|
/**
|
|
9635
9640
|
* Die zu verwendende Pickwagengruppe
|
|
9636
9641
|
*/
|
|
9637
9642
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9638
9643
|
|
|
9639
9644
|
/**
|
|
9640
|
-
*
|
|
9645
|
+
* Lagerplätze vorgeben
|
|
9641
9646
|
*/
|
|
9642
|
-
|
|
9647
|
+
specifyStorageBins: boolean;
|
|
9643
9648
|
|
|
9644
9649
|
/**
|
|
9645
9650
|
* Der zu verwendende Pickwagen
|
|
@@ -9652,20 +9657,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9652
9657
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9653
9658
|
|
|
9654
9659
|
/**
|
|
9655
|
-
*
|
|
9660
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9656
9661
|
*/
|
|
9657
|
-
|
|
9662
|
+
sortByRoutePosition: boolean;
|
|
9658
9663
|
|
|
9659
9664
|
/**
|
|
9660
9665
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9661
9666
|
*/
|
|
9662
9667
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9663
9668
|
|
|
9664
|
-
/**
|
|
9665
|
-
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9666
|
-
*/
|
|
9667
|
-
sortByRoutePosition: boolean;
|
|
9668
|
-
|
|
9669
9669
|
/**
|
|
9670
9670
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9671
9671
|
*/
|
|
@@ -10033,14 +10033,14 @@ export interface ProductArticleRef {
|
|
|
10033
10033
|
export interface ProductDiscount {
|
|
10034
10034
|
|
|
10035
10035
|
/**
|
|
10036
|
-
*
|
|
10036
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10037
10037
|
*/
|
|
10038
|
-
|
|
10038
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10039
10039
|
|
|
10040
10040
|
/**
|
|
10041
|
-
*
|
|
10041
|
+
* Kundengruppe
|
|
10042
10042
|
*/
|
|
10043
|
-
|
|
10043
|
+
customerGroupRef: 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
|
+
* Warengruppe
|
|
10067
10067
|
*/
|
|
10068
|
-
|
|
10068
|
+
productGroupRef: ApiObjectReference;
|
|
10069
10069
|
|
|
10070
10070
|
/**
|
|
10071
|
-
*
|
|
10071
|
+
* Bestimmt die Art des Rabatts
|
|
10072
10072
|
*/
|
|
10073
|
-
|
|
10073
|
+
modifierType: PriceModifierType;
|
|
10074
10074
|
|
|
10075
10075
|
/**
|
|
10076
10076
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10242,14 +10242,14 @@ export interface ProductMainGroup {
|
|
|
10242
10242
|
export interface ProductPrice {
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* Kundengruppe
|
|
10251
10251
|
*/
|
|
10252
|
-
|
|
10252
|
+
customerGroupRef: ApiObjectReference;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
10255
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10451,15 +10451,20 @@ 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
|
+
|
|
10454
10459
|
/**
|
|
10455
10460
|
* Belegdatum
|
|
10456
10461
|
*/
|
|
10457
10462
|
documentDate: ScriptingDate;
|
|
10458
10463
|
|
|
10459
10464
|
/**
|
|
10460
|
-
* ID
|
|
10465
|
+
* ID der Kassenschublade (bei POS)
|
|
10461
10466
|
*/
|
|
10462
|
-
|
|
10467
|
+
cashDrawerId: number;
|
|
10463
10468
|
|
|
10464
10469
|
/**
|
|
10465
10470
|
* Der Anzahlungsbetrag
|
|
@@ -10471,11 +10476,6 @@ export interface RequestDocument {
|
|
|
10471
10476
|
*/
|
|
10472
10477
|
performanceDate: ScriptingDate;
|
|
10473
10478
|
|
|
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
|
+
* ID der Kasse (bei POS)
|
|
10541
10541
|
*/
|
|
10542
|
-
|
|
10542
|
+
posRegisterId: number;
|
|
10543
10543
|
|
|
10544
10544
|
/**
|
|
10545
|
-
*
|
|
10545
|
+
* Die Vertragsdetails
|
|
10546
10546
|
*/
|
|
10547
|
-
|
|
10547
|
+
contractDetail: DocumentContractDetail;
|
|
10548
10548
|
|
|
10549
10549
|
/**
|
|
10550
10550
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10602,14 +10602,14 @@ export interface RequestDocument {
|
|
|
10602
10602
|
texts: Array<DocumentText>;
|
|
10603
10603
|
|
|
10604
10604
|
/**
|
|
10605
|
-
*
|
|
10605
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10606
10606
|
*/
|
|
10607
|
-
|
|
10607
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10608
10608
|
|
|
10609
10609
|
/**
|
|
10610
|
-
*
|
|
10610
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10611
10611
|
*/
|
|
10612
|
-
|
|
10612
|
+
processedByPicklistProcessing: boolean;
|
|
10613
10613
|
|
|
10614
10614
|
/**
|
|
10615
10615
|
* Die Rabatte des Beleges
|
|
@@ -10730,14 +10730,14 @@ export interface RequestDocumentLine {
|
|
|
10730
10730
|
custom: EavDocumentline;
|
|
10731
10731
|
|
|
10732
10732
|
/**
|
|
10733
|
-
*
|
|
10733
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10734
10734
|
*/
|
|
10735
|
-
|
|
10735
|
+
settledOpenItemComment: string;
|
|
10736
10736
|
|
|
10737
10737
|
/**
|
|
10738
|
-
*
|
|
10738
|
+
* (optional) ID des Artikels dieser Position
|
|
10739
10739
|
*/
|
|
10740
|
-
|
|
10740
|
+
articleId: number;
|
|
10741
10741
|
|
|
10742
10742
|
/**
|
|
10743
10743
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -11526,14 +11526,14 @@ export interface ShelfDocumentAttribution {
|
|
|
11526
11526
|
shelfResourceId: number;
|
|
11527
11527
|
|
|
11528
11528
|
/**
|
|
11529
|
-
*
|
|
11529
|
+
* Verfügbare Transformationen zum Bild
|
|
11530
11530
|
*/
|
|
11531
|
-
|
|
11531
|
+
transformationKeys: Array<string>;
|
|
11532
11532
|
|
|
11533
11533
|
/**
|
|
11534
|
-
*
|
|
11534
|
+
* id of the referenced object
|
|
11535
11535
|
*/
|
|
11536
|
-
|
|
11536
|
+
refId: number;
|
|
11537
11537
|
|
|
11538
11538
|
/**
|
|
11539
11539
|
* Unique identifier of the Object
|
|
@@ -11670,14 +11670,14 @@ export interface ShelfFile {
|
|
|
11670
11670
|
version: number;
|
|
11671
11671
|
|
|
11672
11672
|
/**
|
|
11673
|
-
*
|
|
11673
|
+
* meta data
|
|
11674
11674
|
*/
|
|
11675
|
-
|
|
11675
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11676
11676
|
|
|
11677
11677
|
/**
|
|
11678
|
-
*
|
|
11678
|
+
* current reference of this file in our storage
|
|
11679
11679
|
*/
|
|
11680
|
-
|
|
11680
|
+
storageHandle: string;
|
|
11681
11681
|
|
|
11682
11682
|
/**
|
|
11683
11683
|
* MetaInformations for this Object
|
|
@@ -12171,14 +12171,14 @@ export interface Supplier {
|
|
|
12171
12171
|
supplierGroupRef: ApiObjectReference;
|
|
12172
12172
|
|
|
12173
12173
|
/**
|
|
12174
|
-
*
|
|
12174
|
+
* reference to the delivery method
|
|
12175
12175
|
*/
|
|
12176
|
-
|
|
12176
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12177
12177
|
|
|
12178
12178
|
/**
|
|
12179
|
-
*
|
|
12179
|
+
* tax able or tax free
|
|
12180
12180
|
*/
|
|
12181
|
-
|
|
12181
|
+
taxable: boolean;
|
|
12182
12182
|
|
|
12183
12183
|
/**
|
|
12184
12184
|
* Mahnen?
|