@vario-software/types 2026.26.2 → 2026.26.3
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 +31 -31
- package/scripting/types.d.ts +299 -299
package/scripting/types.d.ts
CHANGED
|
@@ -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
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -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
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Hauptbankverbindung für
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -1024,9 +1024,9 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Seriennummern Auszeichnungsart
|
|
@@ -1034,9 +1034,9 @@ export interface Article {
|
|
|
1034
1034
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* weight and size w.o. packaging
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
netMetric: Article$Metric;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Produktion
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
fabrication: boolean;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Soll-Handelsspanne
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
targetTradingMargin: number;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1179,14 +1179,14 @@ export interface Article {
|
|
|
1179
1179
|
solvable: boolean;
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
|
-
*
|
|
1182
|
+
* weight and size inc. packaging
|
|
1183
1183
|
*/
|
|
1184
|
-
|
|
1184
|
+
grossMetric: Article$Metric;
|
|
1185
1185
|
|
|
1186
1186
|
/**
|
|
1187
|
-
*
|
|
1187
|
+
* Verkaufseinheit
|
|
1188
1188
|
*/
|
|
1189
|
-
|
|
1189
|
+
salesUnit: number;
|
|
1190
1190
|
|
|
1191
1191
|
/**
|
|
1192
1192
|
* name of this product
|
|
@@ -1198,20 +1198,15 @@ export interface Article {
|
|
|
1198
1198
|
*/
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
|
-
/**
|
|
1202
|
-
* Arbeitseinheit in Minuten
|
|
1203
|
-
*/
|
|
1204
|
-
workUnitInMinutes: number;
|
|
1205
|
-
|
|
1206
1201
|
/**
|
|
1207
1202
|
* Country code
|
|
1208
1203
|
*/
|
|
1209
1204
|
countryOfOriginRef: CountryReference;
|
|
1210
1205
|
|
|
1211
1206
|
/**
|
|
1212
|
-
*
|
|
1207
|
+
* Arbeitseinheit in Minuten
|
|
1213
1208
|
*/
|
|
1214
|
-
|
|
1209
|
+
workUnitInMinutes: number;
|
|
1215
1210
|
|
|
1216
1211
|
/**
|
|
1217
1212
|
* description custom data
|
|
@@ -1219,15 +1214,20 @@ export interface Article {
|
|
|
1219
1214
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* Frei kommissionierbar
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
freelyPickable: boolean;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
1223
|
*/
|
|
1229
1224
|
taxLiabilityReversed: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
|
+
*/
|
|
1229
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1289,19 +1289,19 @@ export interface Article {
|
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
|
-
*
|
|
1292
|
+
* Versandlabeldruck
|
|
1293
1293
|
*/
|
|
1294
|
-
|
|
1294
|
+
shippingLabelPrinting: boolean;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* reference to Product
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* Kontingentartikel
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
contingentArticleRef: ApiObjectReference;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
1307
|
* rabattierbarer Artikel?
|
|
@@ -1309,9 +1309,9 @@ export interface Article {
|
|
|
1309
1309
|
discountable: boolean;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* alternative name of this product
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
alternativeName: string;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* Nur manuelle Produktion
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
onlyManualFabrication: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* provisionsberechtiger Artikel?
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
commissionable: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1494,14 +1494,14 @@ export interface ArticleCustomer {
|
|
|
1494
1494
|
articleName: string;
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
|
-
*
|
|
1497
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1498
1498
|
*/
|
|
1499
|
-
|
|
1499
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1500
1500
|
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Etikettdruck-Einstellungen
|
|
1503
1503
|
*/
|
|
1504
|
-
|
|
1504
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Kunden-Preise
|
|
@@ -1509,14 +1509,14 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
productPrices: Array<ProductPrice>;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
useDeviatingArticleDescription: boolean;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
*
|
|
1517
|
+
* Referenced Article
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
articleId: number;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Aktiv?
|
|
@@ -1893,6 +1893,11 @@ export interface ArticleStorage {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* Aktuelle Menge in Kommissionierung
|
|
1898
|
+
*/
|
|
1899
|
+
quantityInPicking: number;
|
|
1900
|
+
|
|
1896
1901
|
/**
|
|
1897
1902
|
* Meldebestand
|
|
1898
1903
|
*/
|
|
@@ -1903,11 +1908,6 @@ export interface ArticleStorage {
|
|
|
1903
1908
|
*/
|
|
1904
1909
|
orderedQuantity: number;
|
|
1905
1910
|
|
|
1906
|
-
/**
|
|
1907
|
-
* Aktuelle Menge in Kommissionierung
|
|
1908
|
-
*/
|
|
1909
|
-
quantityInPicking: number;
|
|
1910
|
-
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Nachschub auf
|
|
1913
1913
|
*/
|
|
@@ -1986,6 +1986,11 @@ export interface ArticleStorage {
|
|
|
1986
1986
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
|
+
/**
|
|
1990
|
+
* Anzeigename des Accounts
|
|
1991
|
+
*/
|
|
1992
|
+
accountDisplayName: string;
|
|
1993
|
+
|
|
1989
1994
|
/**
|
|
1990
1995
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1991
1996
|
*/
|
|
@@ -1997,20 +2002,15 @@ export interface ArticleSupplier {
|
|
|
1997
2002
|
supplierReportingStock: number;
|
|
1998
2003
|
|
|
1999
2004
|
/**
|
|
2000
|
-
*
|
|
2005
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2001
2006
|
*/
|
|
2002
|
-
|
|
2007
|
+
useSupplierArticleIdentifier: boolean;
|
|
2003
2008
|
|
|
2004
2009
|
/**
|
|
2005
2010
|
* Lieferzeit in (Werk-)Tagen
|
|
2006
2011
|
*/
|
|
2007
2012
|
deliveryTime: number;
|
|
2008
2013
|
|
|
2009
|
-
/**
|
|
2010
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
|
-
*/
|
|
2012
|
-
useSupplierArticleIdentifier: boolean;
|
|
2013
|
-
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2016
2016
|
*/
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Referenced Article name
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
articleName: string;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Verpackungseinheit
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
packagingUnit: number;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
orderOnComponentBase: boolean;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Einkaufseinheit
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
purchaseUnit: number;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -2999,14 +2999,14 @@ export interface CrmProject {
|
|
|
2999
2999
|
billedTimes: number;
|
|
3000
3000
|
|
|
3001
3001
|
/**
|
|
3002
|
-
*
|
|
3002
|
+
* Einkaufsbelege
|
|
3003
3003
|
*/
|
|
3004
|
-
|
|
3004
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3005
3005
|
|
|
3006
3006
|
/**
|
|
3007
|
-
*
|
|
3007
|
+
* Geplanter Projektzeitraum (von)
|
|
3008
3008
|
*/
|
|
3009
|
-
|
|
3009
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3010
3010
|
|
|
3011
3011
|
/**
|
|
3012
3012
|
* Verkaufsbelege
|
|
@@ -3039,14 +3039,14 @@ export interface CrmProject {
|
|
|
3039
3039
|
info: MetaInfo;
|
|
3040
3040
|
|
|
3041
3041
|
/**
|
|
3042
|
-
*
|
|
3042
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3043
3043
|
*/
|
|
3044
|
-
|
|
3044
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3045
3045
|
|
|
3046
3046
|
/**
|
|
3047
|
-
*
|
|
3047
|
+
* Projektleiter vom Auftraggeber
|
|
3048
3048
|
*/
|
|
3049
|
-
|
|
3049
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3050
3050
|
|
|
3051
3051
|
/**
|
|
3052
3052
|
* Übergeordnete CRM-Objekte
|
|
@@ -3290,14 +3290,14 @@ export interface CrmSubType {
|
|
|
3290
3290
|
export interface CrmTask {
|
|
3291
3291
|
|
|
3292
3292
|
/**
|
|
3293
|
-
*
|
|
3293
|
+
* Angebot
|
|
3294
3294
|
*/
|
|
3295
|
-
|
|
3295
|
+
customerOfferRef: DocumentRef;
|
|
3296
3296
|
|
|
3297
3297
|
/**
|
|
3298
|
-
*
|
|
3298
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3299
3299
|
*/
|
|
3300
|
-
|
|
3300
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3301
3301
|
|
|
3302
3302
|
/**
|
|
3303
3303
|
* Liste von Erinnerungen
|
|
@@ -3759,14 +3759,14 @@ export interface Customer {
|
|
|
3759
3759
|
info: MetaInfo;
|
|
3760
3760
|
|
|
3761
3761
|
/**
|
|
3762
|
-
*
|
|
3762
|
+
* reference to the delivery method
|
|
3763
3763
|
*/
|
|
3764
|
-
|
|
3764
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3765
3765
|
|
|
3766
3766
|
/**
|
|
3767
|
-
*
|
|
3767
|
+
* tax able or tax free
|
|
3768
3768
|
*/
|
|
3769
|
-
|
|
3769
|
+
taxable: boolean;
|
|
3770
3770
|
|
|
3771
3771
|
/**
|
|
3772
3772
|
* active true/false
|
|
@@ -3918,14 +3918,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3918
3918
|
export interface DeliveryMethod {
|
|
3919
3919
|
|
|
3920
3920
|
/**
|
|
3921
|
-
*
|
|
3921
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3922
3922
|
*/
|
|
3923
|
-
|
|
3923
|
+
splitIntoNewDocument: boolean;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* E-Mail an Versender übergeben
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
forwardEmailToShipper: boolean;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
3931
|
* Min. Gewicht pro Paket
|
|
@@ -3978,14 +3978,14 @@ export interface DeliveryMethod {
|
|
|
3978
3978
|
defaultSizeUnit: UnitTypeReference;
|
|
3979
3979
|
|
|
3980
3980
|
/**
|
|
3981
|
-
*
|
|
3981
|
+
* Quelle für Paketgewicht
|
|
3982
3982
|
*/
|
|
3983
|
-
|
|
3983
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
|
-
*
|
|
3986
|
+
* translations
|
|
3987
3987
|
*/
|
|
3988
|
-
|
|
3988
|
+
translations: Array<DocumentTypeTerm>;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
3991
|
* Versand-Anbieter
|
|
@@ -4076,14 +4076,14 @@ export interface DeliveryTerm {
|
|
|
4076
4076
|
version: number;
|
|
4077
4077
|
|
|
4078
4078
|
/**
|
|
4079
|
-
*
|
|
4079
|
+
* information, how the shipping charges should be calculated
|
|
4080
4080
|
*/
|
|
4081
|
-
|
|
4081
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4082
4082
|
|
|
4083
4083
|
/**
|
|
4084
|
-
*
|
|
4084
|
+
* translations
|
|
4085
4085
|
*/
|
|
4086
|
-
|
|
4086
|
+
translations: Array<DocumentTypeTerm>;
|
|
4087
4087
|
|
|
4088
4088
|
/**
|
|
4089
4089
|
* Lieferarten
|
|
@@ -4114,14 +4114,14 @@ export interface DeliveryTerm {
|
|
|
4114
4114
|
export interface Document {
|
|
4115
4115
|
|
|
4116
4116
|
/**
|
|
4117
|
-
*
|
|
4117
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4118
4118
|
*/
|
|
4119
|
-
|
|
4119
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4120
4120
|
|
|
4121
4121
|
/**
|
|
4122
|
-
*
|
|
4122
|
+
* Referenz zum Rechnungskonto
|
|
4123
4123
|
*/
|
|
4124
|
-
|
|
4124
|
+
billingAccountRef: ApiObjectReference;
|
|
4125
4125
|
|
|
4126
4126
|
/**
|
|
4127
4127
|
* Externe Belegnummer
|
|
@@ -4202,14 +4202,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4202
4202
|
deliveryQuantityPackages: number;
|
|
4203
4203
|
|
|
4204
4204
|
/**
|
|
4205
|
-
*
|
|
4205
|
+
* Leitweg-ID
|
|
4206
4206
|
*/
|
|
4207
|
-
|
|
4207
|
+
buyerReference: string;
|
|
4208
4208
|
|
|
4209
4209
|
/**
|
|
4210
|
-
*
|
|
4210
|
+
* Bestellnummer aus Vorbeleg
|
|
4211
4211
|
*/
|
|
4212
|
-
|
|
4212
|
+
referencedOrderNumber: string;
|
|
4213
4213
|
|
|
4214
4214
|
/**
|
|
4215
4215
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4262,14 +4262,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4262
4262
|
accountId: number;
|
|
4263
4263
|
|
|
4264
4264
|
/**
|
|
4265
|
-
* Länderkennzeichen
|
|
4265
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4266
4266
|
*/
|
|
4267
|
-
|
|
4267
|
+
sourceCountryCode: string;
|
|
4268
4268
|
|
|
4269
4269
|
/**
|
|
4270
|
-
* Länderkennzeichen
|
|
4270
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4271
4271
|
*/
|
|
4272
|
-
|
|
4272
|
+
performanceCountryCode: string;
|
|
4273
4273
|
|
|
4274
4274
|
/**
|
|
4275
4275
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4404,14 +4404,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4404
4404
|
processedByWorkflow: boolean;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
|
-
*
|
|
4407
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4408
4408
|
*/
|
|
4409
|
-
|
|
4409
|
+
baseTotalDocumentPriceModifier: number;
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
|
-
*
|
|
4412
|
+
* Telefon an Versender übergeben
|
|
4413
4413
|
*/
|
|
4414
|
-
|
|
4414
|
+
forwardPhoneToShipper: boolean;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* Liste der Belegtexte
|
|
@@ -4434,14 +4434,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4434
4434
|
defaultAddress: DocumentAddress;
|
|
4435
4435
|
|
|
4436
4436
|
/**
|
|
4437
|
-
*
|
|
4437
|
+
* Verarbeitungsoption für Stapel
|
|
4438
4438
|
*/
|
|
4439
|
-
|
|
4439
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4440
4440
|
|
|
4441
4441
|
/**
|
|
4442
|
-
*
|
|
4442
|
+
* Leistungsdatum
|
|
4443
4443
|
*/
|
|
4444
|
-
|
|
4444
|
+
performanceDate: ScriptingDate;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
4447
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4614,14 +4614,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4614
|
customerNumber: string;
|
|
4615
4615
|
|
|
4616
4616
|
/**
|
|
4617
|
-
*
|
|
4617
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4618
4618
|
*/
|
|
4619
|
-
|
|
4619
|
+
taxIdentificationNumber: string;
|
|
4620
4620
|
|
|
4621
4621
|
/**
|
|
4622
|
-
*
|
|
4622
|
+
* Statusinstanz des Belegs
|
|
4623
4623
|
*/
|
|
4624
|
-
|
|
4624
|
+
documentState: DocumentTypeState;
|
|
4625
4625
|
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Versandkostenpositionen
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4666
4666
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Status der USt-ID-Prüfung
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* Rechnungsadresse
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
billingAddress: DocumentAddress;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Bestellt durch Ansprechpartner
|
|
@@ -4839,14 +4839,14 @@ export interface DocumentAddress {
|
|
|
4839
4839
|
postOfficeBox: string;
|
|
4840
4840
|
|
|
4841
4841
|
/**
|
|
4842
|
-
*
|
|
4842
|
+
* Street
|
|
4843
4843
|
*/
|
|
4844
|
-
|
|
4844
|
+
street: string;
|
|
4845
4845
|
|
|
4846
4846
|
/**
|
|
4847
|
-
*
|
|
4847
|
+
* country code IsoAlpha3
|
|
4848
4848
|
*/
|
|
4849
|
-
|
|
4849
|
+
countryCode: string;
|
|
4850
4850
|
|
|
4851
4851
|
/**
|
|
4852
4852
|
* Unique identifier of the Object
|
|
@@ -4864,14 +4864,14 @@ export interface DocumentAddress {
|
|
|
4864
4864
|
info: MetaInfo;
|
|
4865
4865
|
|
|
4866
4866
|
/**
|
|
4867
|
-
*
|
|
4867
|
+
* Lieferart
|
|
4868
4868
|
*/
|
|
4869
|
-
|
|
4869
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4870
4870
|
|
|
4871
4871
|
/**
|
|
4872
|
-
*
|
|
4872
|
+
* GLN
|
|
4873
4873
|
*/
|
|
4874
|
-
|
|
4874
|
+
globalLocationNumber: string;
|
|
4875
4875
|
|
|
4876
4876
|
/**
|
|
4877
4877
|
* Postcode
|
|
@@ -5239,14 +5239,14 @@ export interface DocumentLine {
|
|
|
5239
5239
|
country: CountryReference;
|
|
5240
5240
|
|
|
5241
5241
|
/**
|
|
5242
|
-
*
|
|
5242
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5243
5243
|
*/
|
|
5244
|
-
|
|
5244
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5245
5245
|
|
|
5246
5246
|
/**
|
|
5247
|
-
*
|
|
5247
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5248
5248
|
*/
|
|
5249
|
-
|
|
5249
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
5252
|
* verarbeitete Menge
|
|
@@ -5294,14 +5294,14 @@ export interface DocumentLine {
|
|
|
5294
5294
|
number: string;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Gesamtbruttogewicht
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
totalGrossWeight: number;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
|
-
*
|
|
5302
|
+
* Referenz zur Kundenauftragszeile
|
|
5303
5303
|
*/
|
|
5304
|
-
|
|
5304
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5305
5305
|
|
|
5306
5306
|
/**
|
|
5307
5307
|
* skontierbare Position?
|
|
@@ -5318,6 +5318,11 @@ export interface DocumentLine {
|
|
|
5318
5318
|
*/
|
|
5319
5319
|
price: number;
|
|
5320
5320
|
|
|
5321
|
+
/**
|
|
5322
|
+
* FiBu-Buchung
|
|
5323
|
+
*/
|
|
5324
|
+
financeBooking: DocumentFinanceBooking;
|
|
5325
|
+
|
|
5321
5326
|
/**
|
|
5322
5327
|
* Gesamtpreis Position in Basiswährung
|
|
5323
5328
|
*/
|
|
@@ -5328,11 +5333,6 @@ export interface DocumentLine {
|
|
|
5328
5333
|
*/
|
|
5329
5334
|
lineType: DocumentLineType;
|
|
5330
5335
|
|
|
5331
|
-
/**
|
|
5332
|
-
* FiBu-Buchung
|
|
5333
|
-
*/
|
|
5334
|
-
financeBooking: DocumentFinanceBooking;
|
|
5335
|
-
|
|
5336
5336
|
/**
|
|
5337
5337
|
* vorgeorderte Menge in Pickvorgang
|
|
5338
5338
|
*/
|
|
@@ -5374,14 +5374,14 @@ export interface DocumentLine {
|
|
|
5374
5374
|
positionOfArticleLine: number;
|
|
5375
5375
|
|
|
5376
5376
|
/**
|
|
5377
|
-
*
|
|
5377
|
+
* Serientyp
|
|
5378
5378
|
*/
|
|
5379
|
-
|
|
5379
|
+
serialType: ArticleSerialType;
|
|
5380
5380
|
|
|
5381
5381
|
/**
|
|
5382
|
-
*
|
|
5382
|
+
* Preis pro Einheit in Basiswährung
|
|
5383
5383
|
*/
|
|
5384
|
-
|
|
5384
|
+
basePrice: number;
|
|
5385
5385
|
|
|
5386
5386
|
/**
|
|
5387
5387
|
* MetaInformations for this Object
|
|
@@ -5584,14 +5584,14 @@ export interface DocumentLine {
|
|
|
5584
5584
|
productType: ProductType;
|
|
5585
5585
|
|
|
5586
5586
|
/**
|
|
5587
|
-
*
|
|
5587
|
+
* Vertragsinformationen
|
|
5588
5588
|
*/
|
|
5589
|
-
|
|
5589
|
+
contractDetail: DocumentContractDetail;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
baseSalesValueNet: number;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
5597
|
* Einheit Nettogewicht
|
|
@@ -5828,14 +5828,14 @@ export interface DocumentLineComponent {
|
|
|
5828
5828
|
custom: EavDocumentlinecomponent;
|
|
5829
5829
|
|
|
5830
5830
|
/**
|
|
5831
|
-
*
|
|
5831
|
+
* Gelieferte Menge
|
|
5832
5832
|
*/
|
|
5833
|
-
|
|
5833
|
+
quantityCommitted: number;
|
|
5834
5834
|
|
|
5835
5835
|
/**
|
|
5836
|
-
*
|
|
5836
|
+
* Referenz auf den Artikel der Komponente
|
|
5837
5837
|
*/
|
|
5838
|
-
|
|
5838
|
+
articleId: number;
|
|
5839
5839
|
|
|
5840
5840
|
/**
|
|
5841
5841
|
* Beschreibung des Artikels
|
|
@@ -6035,14 +6035,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6035
6035
|
quantityFinished: number;
|
|
6036
6036
|
|
|
6037
6037
|
/**
|
|
6038
|
-
*
|
|
6038
|
+
* Menge defekt
|
|
6039
6039
|
*/
|
|
6040
|
-
|
|
6040
|
+
quantityDefective: number;
|
|
6041
6041
|
|
|
6042
6042
|
/**
|
|
6043
|
-
*
|
|
6043
|
+
* Produzierte Seriennummern
|
|
6044
6044
|
*/
|
|
6045
|
-
|
|
6045
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6046
6046
|
|
|
6047
6047
|
/**
|
|
6048
6048
|
* Freifeld
|
|
@@ -6141,14 +6141,14 @@ export interface DocumentLinePosDetail {
|
|
|
6141
6141
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6142
6142
|
|
|
6143
6143
|
/**
|
|
6144
|
-
*
|
|
6144
|
+
* Status der externen Zahlung
|
|
6145
6145
|
*/
|
|
6146
|
-
|
|
6146
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6147
6147
|
|
|
6148
6148
|
/**
|
|
6149
|
-
*
|
|
6149
|
+
* Typ der Einlage/Ausgabe
|
|
6150
6150
|
*/
|
|
6151
|
-
|
|
6151
|
+
depositExpenseTypeId: number;
|
|
6152
6152
|
|
|
6153
6153
|
/**
|
|
6154
6154
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6814,14 +6814,14 @@ export interface DocumentType {
|
|
|
6814
6814
|
labels: Array<DocumentTypeLabel>;
|
|
6815
6815
|
|
|
6816
6816
|
/**
|
|
6817
|
-
*
|
|
6817
|
+
* nächste Belegnummer
|
|
6818
6818
|
*/
|
|
6819
|
-
|
|
6819
|
+
nextNumber: string;
|
|
6820
6820
|
|
|
6821
6821
|
/**
|
|
6822
|
-
*
|
|
6822
|
+
* Zählerkreis
|
|
6823
6823
|
*/
|
|
6824
|
-
|
|
6824
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6825
6825
|
|
|
6826
6826
|
/**
|
|
6827
6827
|
* Sortierung
|
|
@@ -7022,14 +7022,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7022
7022
|
bookDate: ScriptingDate;
|
|
7023
7023
|
|
|
7024
7024
|
/**
|
|
7025
|
-
*
|
|
7025
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7026
7026
|
*/
|
|
7027
|
-
|
|
7027
|
+
targetExpiryDate: ScriptingDate;
|
|
7028
7028
|
|
|
7029
7029
|
/**
|
|
7030
|
-
*
|
|
7030
|
+
* Die gültige Seriennummer
|
|
7031
7031
|
*/
|
|
7032
|
-
|
|
7032
|
+
targetSerialNumber: string;
|
|
7033
7033
|
|
|
7034
7034
|
/**
|
|
7035
7035
|
* Quell-Lagerplatz
|
|
@@ -7391,14 +7391,14 @@ export interface FabricationRevertRequest {
|
|
|
7391
7391
|
export interface FabricationSerialNumber {
|
|
7392
7392
|
|
|
7393
7393
|
/**
|
|
7394
|
-
*
|
|
7394
|
+
* MHD / Verfallsdatum
|
|
7395
7395
|
*/
|
|
7396
|
-
|
|
7396
|
+
expiryDate: ScriptingDate;
|
|
7397
7397
|
|
|
7398
7398
|
/**
|
|
7399
|
-
*
|
|
7399
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7400
7400
|
*/
|
|
7401
|
-
|
|
7401
|
+
serialNumberId: number;
|
|
7402
7402
|
|
|
7403
7403
|
/**
|
|
7404
7404
|
* Bemerkung
|
|
@@ -7690,26 +7690,26 @@ export interface OpenItem {
|
|
|
7690
7690
|
*/
|
|
7691
7691
|
paymentDueDate: ScriptingDate;
|
|
7692
7692
|
|
|
7693
|
-
/**
|
|
7694
|
-
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7695
|
-
*/
|
|
7696
|
-
performanceCountryCode: string;
|
|
7697
|
-
|
|
7698
7693
|
/**
|
|
7699
7694
|
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7700
7695
|
*/
|
|
7701
7696
|
sourceCountryCode: string;
|
|
7702
7697
|
|
|
7703
7698
|
/**
|
|
7704
|
-
*
|
|
7699
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7705
7700
|
*/
|
|
7706
|
-
|
|
7701
|
+
performanceCountryCode: string;
|
|
7707
7702
|
|
|
7708
7703
|
/**
|
|
7709
7704
|
* Valutadatum schreibgeschützt
|
|
7710
7705
|
*/
|
|
7711
7706
|
valueDateReadOnly: boolean;
|
|
7712
7707
|
|
|
7708
|
+
/**
|
|
7709
|
+
* agreed Deposit payment date
|
|
7710
|
+
*/
|
|
7711
|
+
depositPaymentDate: ScriptingDate;
|
|
7712
|
+
|
|
7713
7713
|
/**
|
|
7714
7714
|
* Does this open item belong to accounts payable or accounts receivable
|
|
7715
7715
|
*/
|
|
@@ -7806,14 +7806,14 @@ export interface OpenItem {
|
|
|
7806
7806
|
sumFee: number;
|
|
7807
7807
|
|
|
7808
7808
|
/**
|
|
7809
|
-
*
|
|
7809
|
+
* The full amount of the payment
|
|
7810
7810
|
*/
|
|
7811
|
-
|
|
7811
|
+
fullPaymentAmount: number;
|
|
7812
7812
|
|
|
7813
7813
|
/**
|
|
7814
|
-
*
|
|
7814
|
+
* Zahlungsplan
|
|
7815
7815
|
*/
|
|
7816
|
-
|
|
7816
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7817
7817
|
|
|
7818
7818
|
/**
|
|
7819
7819
|
* Zahlungssperre
|
|
@@ -7846,14 +7846,14 @@ export interface OpenItem {
|
|
|
7846
7846
|
baseSumDiscount: number;
|
|
7847
7847
|
|
|
7848
7848
|
/**
|
|
7849
|
-
*
|
|
7849
|
+
* Zahlungsvorlage
|
|
7850
7850
|
*/
|
|
7851
|
-
|
|
7851
|
+
paymentTemplateRef: ApiObjectReference;
|
|
7852
7852
|
|
|
7853
7853
|
/**
|
|
7854
|
-
*
|
|
7854
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
7855
7855
|
*/
|
|
7856
|
-
|
|
7856
|
+
baseSumDunnings: number;
|
|
7857
7857
|
|
|
7858
7858
|
/**
|
|
7859
7859
|
* Rechnungsbetrag
|
|
@@ -7866,14 +7866,14 @@ export interface OpenItem {
|
|
|
7866
7866
|
taxRateRef: ApiObjectReference;
|
|
7867
7867
|
|
|
7868
7868
|
/**
|
|
7869
|
-
*
|
|
7869
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
7870
7870
|
*/
|
|
7871
|
-
|
|
7871
|
+
baseCurrencyCode: string;
|
|
7872
7872
|
|
|
7873
7873
|
/**
|
|
7874
|
-
*
|
|
7874
|
+
* Anzahlungsrechnung
|
|
7875
7875
|
*/
|
|
7876
|
-
|
|
7876
|
+
depositInvoice: ApiObjectReference;
|
|
7877
7877
|
|
|
7878
7878
|
/**
|
|
7879
7879
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8149,14 +8149,14 @@ export interface OpenItemRecord {
|
|
|
8149
8149
|
version: number;
|
|
8150
8150
|
|
|
8151
8151
|
/**
|
|
8152
|
-
*
|
|
8152
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8153
8153
|
*/
|
|
8154
|
-
|
|
8154
|
+
transactionId: number;
|
|
8155
8155
|
|
|
8156
8156
|
/**
|
|
8157
|
-
*
|
|
8157
|
+
* Buchungsbetrag in Basiswährung
|
|
8158
8158
|
*/
|
|
8159
|
-
|
|
8159
|
+
baseAmount: number;
|
|
8160
8160
|
|
|
8161
8161
|
/**
|
|
8162
8162
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8421,14 +8421,14 @@ export interface PaymentTerm {
|
|
|
8421
8421
|
paymentDiscount2: number;
|
|
8422
8422
|
|
|
8423
8423
|
/**
|
|
8424
|
-
*
|
|
8424
|
+
* printDescription
|
|
8425
8425
|
*/
|
|
8426
|
-
|
|
8426
|
+
printDescription: string;
|
|
8427
8427
|
|
|
8428
8428
|
/**
|
|
8429
|
-
*
|
|
8429
|
+
* Percent for Discount 1
|
|
8430
8430
|
*/
|
|
8431
|
-
|
|
8431
|
+
paymentDiscount1: number;
|
|
8432
8432
|
|
|
8433
8433
|
/**
|
|
8434
8434
|
* for deposit: remaining term
|
|
@@ -8559,14 +8559,14 @@ export interface PickTrolley {
|
|
|
8559
8559
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8560
8560
|
|
|
8561
8561
|
/**
|
|
8562
|
-
*
|
|
8562
|
+
* Bearbeiter der Pickliste
|
|
8563
8563
|
*/
|
|
8564
|
-
|
|
8564
|
+
processedByUserRef: ApiObjectReference;
|
|
8565
8565
|
|
|
8566
8566
|
/**
|
|
8567
|
-
*
|
|
8567
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8568
8568
|
*/
|
|
8569
|
-
|
|
8569
|
+
storageBinRef: StorageBinRef;
|
|
8570
8570
|
|
|
8571
8571
|
/**
|
|
8572
8572
|
* Beschreibung des Wagens
|
|
@@ -9248,20 +9248,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9248
9248
|
*/
|
|
9249
9249
|
printPicklist: boolean;
|
|
9250
9250
|
|
|
9251
|
-
/**
|
|
9252
|
-
* Maximale Anzahl an Positionen einer Pickliste
|
|
9253
|
-
*/
|
|
9254
|
-
maxPicklistLineCount: number;
|
|
9255
|
-
|
|
9256
9251
|
/**
|
|
9257
9252
|
* Die zu verwendende Pickwagengruppe
|
|
9258
9253
|
*/
|
|
9259
9254
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9260
9255
|
|
|
9261
9256
|
/**
|
|
9262
|
-
*
|
|
9257
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9263
9258
|
*/
|
|
9264
|
-
|
|
9259
|
+
maxPicklistLineCount: number;
|
|
9265
9260
|
|
|
9266
9261
|
/**
|
|
9267
9262
|
* Der zu verwendende Pickwagen
|
|
@@ -9273,6 +9268,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9273
9268
|
*/
|
|
9274
9269
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9275
9270
|
|
|
9271
|
+
/**
|
|
9272
|
+
* Lagerplätze vorgeben
|
|
9273
|
+
*/
|
|
9274
|
+
specifyStorageBins: boolean;
|
|
9275
|
+
|
|
9276
9276
|
/**
|
|
9277
9277
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9278
9278
|
*/
|
|
@@ -9342,9 +9342,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9342
9342
|
showShippingFormOnPickingFinish: boolean;
|
|
9343
9343
|
|
|
9344
9344
|
/**
|
|
9345
|
-
*
|
|
9345
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9346
9346
|
*/
|
|
9347
|
-
|
|
9347
|
+
useDigitalPicklist: boolean;
|
|
9348
9348
|
|
|
9349
9349
|
/**
|
|
9350
9350
|
* Sammelbestätigung erlauben
|
|
@@ -9352,9 +9352,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9352
9352
|
allowFullConfirmation: boolean;
|
|
9353
9353
|
|
|
9354
9354
|
/**
|
|
9355
|
-
*
|
|
9355
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9356
9356
|
*/
|
|
9357
|
-
|
|
9357
|
+
allowPickingOfServiceArticles: boolean;
|
|
9358
9358
|
|
|
9359
9359
|
/**
|
|
9360
9360
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
@@ -9470,14 +9470,14 @@ export interface PriceSelectionCriteria {
|
|
|
9470
9470
|
quantity: number;
|
|
9471
9471
|
|
|
9472
9472
|
/**
|
|
9473
|
-
* Liste von
|
|
9473
|
+
* Liste von Artikel-IDs
|
|
9474
9474
|
*/
|
|
9475
|
-
|
|
9475
|
+
articleIds: Array<number>;
|
|
9476
9476
|
|
|
9477
9477
|
/**
|
|
9478
|
-
* Liste von
|
|
9478
|
+
* Liste von Account-IDs
|
|
9479
9479
|
*/
|
|
9480
|
-
|
|
9480
|
+
accountIds: Array<number>;
|
|
9481
9481
|
|
|
9482
9482
|
/**
|
|
9483
9483
|
* ein qualifier
|
|
@@ -9644,14 +9644,14 @@ export interface ProductArticleRef {
|
|
|
9644
9644
|
export interface ProductDiscount {
|
|
9645
9645
|
|
|
9646
9646
|
/**
|
|
9647
|
-
*
|
|
9647
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9648
9648
|
*/
|
|
9649
|
-
|
|
9649
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9650
9650
|
|
|
9651
9651
|
/**
|
|
9652
|
-
*
|
|
9652
|
+
* Kundengruppe
|
|
9653
9653
|
*/
|
|
9654
|
-
|
|
9654
|
+
customerGroupRef: ApiObjectReference;
|
|
9655
9655
|
|
|
9656
9656
|
/**
|
|
9657
9657
|
* Lieferantengruppe
|
|
@@ -9674,14 +9674,14 @@ export interface ProductDiscount {
|
|
|
9674
9674
|
validFrom: ScriptingDate;
|
|
9675
9675
|
|
|
9676
9676
|
/**
|
|
9677
|
-
*
|
|
9677
|
+
* Warengruppe
|
|
9678
9678
|
*/
|
|
9679
|
-
|
|
9679
|
+
productGroupRef: ApiObjectReference;
|
|
9680
9680
|
|
|
9681
9681
|
/**
|
|
9682
|
-
*
|
|
9682
|
+
* Bestimmt die Art des Rabatts
|
|
9683
9683
|
*/
|
|
9684
|
-
|
|
9684
|
+
modifierType: PriceModifierType;
|
|
9685
9685
|
|
|
9686
9686
|
/**
|
|
9687
9687
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9699,14 +9699,14 @@ export interface ProductDiscount {
|
|
|
9699
9699
|
currencyRef: CurrencyReference;
|
|
9700
9700
|
|
|
9701
9701
|
/**
|
|
9702
|
-
*
|
|
9702
|
+
* Preisgruppe
|
|
9703
9703
|
*/
|
|
9704
|
-
|
|
9704
|
+
priceGroupRef: ApiObjectReference;
|
|
9705
9705
|
|
|
9706
9706
|
/**
|
|
9707
|
-
*
|
|
9707
|
+
* Wert des Rabatts
|
|
9708
9708
|
*/
|
|
9709
|
-
|
|
9709
|
+
modifierValue: number;
|
|
9710
9710
|
|
|
9711
9711
|
/**
|
|
9712
9712
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -9853,14 +9853,14 @@ export interface ProductMainGroup {
|
|
|
9853
9853
|
export interface ProductPrice {
|
|
9854
9854
|
|
|
9855
9855
|
/**
|
|
9856
|
-
*
|
|
9856
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
9857
9857
|
*/
|
|
9858
|
-
|
|
9858
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9859
9859
|
|
|
9860
9860
|
/**
|
|
9861
|
-
*
|
|
9861
|
+
* Kundengruppe
|
|
9862
9862
|
*/
|
|
9863
|
-
|
|
9863
|
+
customerGroupRef: ApiObjectReference;
|
|
9864
9864
|
|
|
9865
9865
|
/**
|
|
9866
9866
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10078,14 +10078,14 @@ export interface RequestDocument {
|
|
|
10078
10078
|
cashDrawerId: number;
|
|
10079
10079
|
|
|
10080
10080
|
/**
|
|
10081
|
-
*
|
|
10081
|
+
* Der Anzahlungsbetrag
|
|
10082
10082
|
*/
|
|
10083
|
-
|
|
10083
|
+
depositPaymentAmount: number;
|
|
10084
10084
|
|
|
10085
10085
|
/**
|
|
10086
|
-
*
|
|
10086
|
+
* Leistungsdatum
|
|
10087
10087
|
*/
|
|
10088
|
-
|
|
10088
|
+
performanceDate: ScriptingDate;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10153,14 +10153,14 @@ export interface RequestDocument {
|
|
|
10153
10153
|
posRegisterId: number;
|
|
10154
10154
|
|
|
10155
10155
|
/**
|
|
10156
|
-
*
|
|
10156
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10157
10157
|
*/
|
|
10158
|
-
|
|
10158
|
+
supplierAccountId: number;
|
|
10159
10159
|
|
|
10160
10160
|
/**
|
|
10161
|
-
*
|
|
10161
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10162
10162
|
*/
|
|
10163
|
-
|
|
10163
|
+
paymentTermId: number;
|
|
10164
10164
|
|
|
10165
10165
|
/**
|
|
10166
10166
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -10208,14 +10208,14 @@ export interface RequestDocument {
|
|
|
10208
10208
|
texts: Array<DocumentText>;
|
|
10209
10209
|
|
|
10210
10210
|
/**
|
|
10211
|
-
*
|
|
10211
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10212
10212
|
*/
|
|
10213
|
-
|
|
10213
|
+
processedByPicklistProcessing: boolean;
|
|
10214
10214
|
|
|
10215
10215
|
/**
|
|
10216
|
-
*
|
|
10216
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10217
10217
|
*/
|
|
10218
|
-
|
|
10218
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10219
10219
|
|
|
10220
10220
|
/**
|
|
10221
10221
|
* Die Rabatte des Beleges
|
|
@@ -10271,14 +10271,14 @@ export interface RequestDocumentLine {
|
|
|
10271
10271
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10272
10272
|
|
|
10273
10273
|
/**
|
|
10274
|
-
*
|
|
10274
|
+
* FiBu-Angaben
|
|
10275
10275
|
*/
|
|
10276
|
-
|
|
10276
|
+
financeBooking: DocumentFinanceBooking;
|
|
10277
10277
|
|
|
10278
10278
|
/**
|
|
10279
|
-
*
|
|
10279
|
+
* Typ dieser Position
|
|
10280
10280
|
*/
|
|
10281
|
-
|
|
10281
|
+
lineType: DocumentLineType;
|
|
10282
10282
|
|
|
10283
10283
|
/**
|
|
10284
10284
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10376,14 +10376,14 @@ export interface RequestDocumentLine {
|
|
|
10376
10376
|
name: string;
|
|
10377
10377
|
|
|
10378
10378
|
/**
|
|
10379
|
-
*
|
|
10379
|
+
* ID der Quell-Belegposition
|
|
10380
10380
|
*/
|
|
10381
|
-
|
|
10381
|
+
sourceLineId: number;
|
|
10382
10382
|
|
|
10383
10383
|
/**
|
|
10384
|
-
*
|
|
10384
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10385
10385
|
*/
|
|
10386
|
-
|
|
10386
|
+
externalArticleNumber: string;
|
|
10387
10387
|
|
|
10388
10388
|
/**
|
|
10389
10389
|
* Buchungen zu dieser Belegposition
|
|
@@ -10527,14 +10527,14 @@ export interface RequestDocumentText {
|
|
|
10527
10527
|
export interface RevenueCalculation {
|
|
10528
10528
|
|
|
10529
10529
|
/**
|
|
10530
|
-
*
|
|
10530
|
+
* Netto Umsatz
|
|
10531
10531
|
*/
|
|
10532
|
-
|
|
10532
|
+
salesValue: number;
|
|
10533
10533
|
|
|
10534
10534
|
/**
|
|
10535
|
-
*
|
|
10535
|
+
* Deckungsbeitrag (absolut)
|
|
10536
10536
|
*/
|
|
10537
|
-
|
|
10537
|
+
revenue: number;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
10540
|
* Einkaufspreis
|
|
@@ -10555,14 +10555,14 @@ export interface SalesAgent {
|
|
|
10555
10555
|
note: string;
|
|
10556
10556
|
|
|
10557
10557
|
/**
|
|
10558
|
-
*
|
|
10558
|
+
* reference to the delivery method
|
|
10559
10559
|
*/
|
|
10560
|
-
|
|
10560
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10561
10561
|
|
|
10562
10562
|
/**
|
|
10563
|
-
*
|
|
10563
|
+
* is sales agent taxable
|
|
10564
10564
|
*/
|
|
10565
|
-
|
|
10565
|
+
taxable: boolean;
|
|
10566
10566
|
|
|
10567
10567
|
/**
|
|
10568
10568
|
* Freifelder
|
|
@@ -10903,14 +10903,14 @@ export interface SequencerConfiguration {
|
|
|
10903
10903
|
key: string;
|
|
10904
10904
|
|
|
10905
10905
|
/**
|
|
10906
|
-
*
|
|
10906
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10907
10907
|
*/
|
|
10908
|
-
|
|
10908
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10909
10909
|
|
|
10910
10910
|
/**
|
|
10911
|
-
*
|
|
10911
|
+
* Contains details about the sequencer configuration
|
|
10912
10912
|
*/
|
|
10913
|
-
|
|
10913
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10914
10914
|
|
|
10915
10915
|
/**
|
|
10916
10916
|
* MetaInformations for this Object
|
|
@@ -11214,14 +11214,14 @@ export interface ShelfFile {
|
|
|
11214
11214
|
subFiles: Array<SubFileInfo>;
|
|
11215
11215
|
|
|
11216
11216
|
/**
|
|
11217
|
-
*
|
|
11217
|
+
* fileSize
|
|
11218
11218
|
*/
|
|
11219
|
-
|
|
11219
|
+
fileSize: number;
|
|
11220
11220
|
|
|
11221
11221
|
/**
|
|
11222
|
-
*
|
|
11222
|
+
* revision number of this file
|
|
11223
11223
|
*/
|
|
11224
|
-
|
|
11224
|
+
revisionNumber: number;
|
|
11225
11225
|
|
|
11226
11226
|
/**
|
|
11227
11227
|
* file-extension of this entry
|
|
@@ -11736,9 +11736,9 @@ export interface Supplier {
|
|
|
11736
11736
|
info: MetaInfo;
|
|
11737
11737
|
|
|
11738
11738
|
/**
|
|
11739
|
-
*
|
|
11739
|
+
* reference to the delivery method
|
|
11740
11740
|
*/
|
|
11741
|
-
|
|
11741
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11742
11742
|
|
|
11743
11743
|
/**
|
|
11744
11744
|
* Lieferantengruppe
|
|
@@ -11746,9 +11746,9 @@ export interface Supplier {
|
|
|
11746
11746
|
supplierGroupRef: ApiObjectReference;
|
|
11747
11747
|
|
|
11748
11748
|
/**
|
|
11749
|
-
*
|
|
11749
|
+
* tax able or tax free
|
|
11750
11750
|
*/
|
|
11751
|
-
|
|
11751
|
+
taxable: boolean;
|
|
11752
11752
|
|
|
11753
11753
|
/**
|
|
11754
11754
|
* Mahnen?
|
|
@@ -11880,14 +11880,14 @@ export const enum TagType {
|
|
|
11880
11880
|
export interface TaxIdForeignCountry {
|
|
11881
11881
|
|
|
11882
11882
|
/**
|
|
11883
|
-
*
|
|
11883
|
+
* Tax ID of the company in the associated country
|
|
11884
11884
|
*/
|
|
11885
|
-
|
|
11885
|
+
taxId: string;
|
|
11886
11886
|
|
|
11887
11887
|
/**
|
|
11888
|
-
*
|
|
11888
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
11889
11889
|
*/
|
|
11890
|
-
|
|
11890
|
+
countryCode: string;
|
|
11891
11891
|
|
|
11892
11892
|
/**
|
|
11893
11893
|
* Unique identifier of the Object
|