@vario-software/types 2026.32.7 → 2026.32.8
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 +10 -5
- package/readme.md +24 -5
- package/scripting/services.d.ts +40 -40
- package/scripting/types.d.ts +391 -391
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Summe Forderungen
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
receivablesSum: number;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
costCenter: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -292,14 +292,14 @@ export interface AccountAddress {
|
|
|
292
292
|
regionRef: ApiObjectReference;
|
|
293
293
|
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* Title
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
titleRef: ApiCreatableReference;
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Post office box
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
postOfficeBox: string;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
305
|
* Street
|
|
@@ -412,14 +412,14 @@ export interface AccountAddress {
|
|
|
412
412
|
streetAddressNumber: string;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Default contacts
|
|
416
416
|
*/
|
|
417
|
-
|
|
417
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Parcel station customer number
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
parcelStationCustomerNumber: string;
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
425
|
* Name3
|
|
@@ -452,14 +452,14 @@ export interface AccountAddress {
|
|
|
452
452
|
name1: string;
|
|
453
453
|
|
|
454
454
|
/**
|
|
455
|
-
*
|
|
455
|
+
* abweichende Zahlungsbedingungen
|
|
456
456
|
*/
|
|
457
|
-
|
|
457
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
|
-
*
|
|
460
|
+
* Contacts
|
|
461
461
|
*/
|
|
462
|
-
|
|
462
|
+
contacts: Array<Contact>;
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
465
|
* is this the default address of the account
|
|
@@ -494,26 +494,26 @@ export interface AccountBankdetail {
|
|
|
494
494
|
*/
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
|
-
/**
|
|
498
|
-
* Hauptbankverbindung für
|
|
499
|
-
*/
|
|
500
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
501
|
-
|
|
502
497
|
/**
|
|
503
498
|
* city of the bank
|
|
504
499
|
*/
|
|
505
500
|
bankCity: string;
|
|
506
501
|
|
|
507
502
|
/**
|
|
508
|
-
*
|
|
503
|
+
* Hauptbankverbindung für
|
|
509
504
|
*/
|
|
510
|
-
|
|
505
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
511
506
|
|
|
512
507
|
/**
|
|
513
508
|
* origin type
|
|
514
509
|
*/
|
|
515
510
|
originType: AccountBankdetail$OriginType;
|
|
516
511
|
|
|
512
|
+
/**
|
|
513
|
+
* Is default bank?
|
|
514
|
+
*/
|
|
515
|
+
defaultBank: boolean;
|
|
516
|
+
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
519
519
|
*/
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
payablesSum: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Kreditlimit
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
maximalLoan: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -1029,11 +1029,6 @@ export interface Article {
|
|
|
1029
1029
|
*/
|
|
1030
1030
|
baseCapacityUnit: UnitTypeReference;
|
|
1031
1031
|
|
|
1032
|
-
/**
|
|
1033
|
-
* Durchschnittl. EKP (Startwert)
|
|
1034
|
-
*/
|
|
1035
|
-
initialAvgPurchasePrice: number;
|
|
1036
|
-
|
|
1037
1032
|
/**
|
|
1038
1033
|
* is this product sellable without any quantity at the stock
|
|
1039
1034
|
*/
|
|
@@ -1044,6 +1039,11 @@ export interface Article {
|
|
|
1044
1039
|
*/
|
|
1045
1040
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1046
1041
|
|
|
1042
|
+
/**
|
|
1043
|
+
* Durchschnittl. EKP (Startwert)
|
|
1044
|
+
*/
|
|
1045
|
+
initialAvgPurchasePrice: number;
|
|
1046
|
+
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* weight and size w.o. packaging
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
netMetric: Article$Metric;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1145,14 +1145,14 @@ export interface Article {
|
|
|
1145
1145
|
deliveryMethodRef: ApiObjectReference;
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
|
-
*
|
|
1148
|
+
* Produktion
|
|
1149
1149
|
*/
|
|
1150
|
-
|
|
1150
|
+
fabrication: boolean;
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
|
-
*
|
|
1153
|
+
* Soll-Handelsspanne
|
|
1154
1154
|
*/
|
|
1155
|
-
|
|
1155
|
+
targetTradingMargin: number;
|
|
1156
1156
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* active
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* weight and size inc. packaging
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
grossMetric: Article$Metric;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* Verkaufseinheit
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
salesUnit: number;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -1214,20 +1214,15 @@ export interface Article {
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
listingStateChangeTime: ScriptingDateTime;
|
|
1216
1216
|
|
|
1217
|
-
/**
|
|
1218
|
-
* Arbeitseinheit in Minuten
|
|
1219
|
-
*/
|
|
1220
|
-
workUnitInMinutes: number;
|
|
1221
|
-
|
|
1222
1217
|
/**
|
|
1223
1218
|
* Country code
|
|
1224
1219
|
*/
|
|
1225
1220
|
countryOfOriginRef: CountryReference;
|
|
1226
1221
|
|
|
1227
1222
|
/**
|
|
1228
|
-
*
|
|
1223
|
+
* Arbeitseinheit in Minuten
|
|
1229
1224
|
*/
|
|
1230
|
-
|
|
1225
|
+
workUnitInMinutes: number;
|
|
1231
1226
|
|
|
1232
1227
|
/**
|
|
1233
1228
|
* description custom data
|
|
@@ -1235,9 +1230,14 @@ export interface Article {
|
|
|
1235
1230
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1236
1231
|
|
|
1237
1232
|
/**
|
|
1238
|
-
*
|
|
1233
|
+
* Frei kommissionierbar
|
|
1239
1234
|
*/
|
|
1240
|
-
|
|
1235
|
+
freelyPickable: boolean;
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1239
|
+
*/
|
|
1240
|
+
taxLiabilityReversed: boolean;
|
|
1241
1241
|
|
|
1242
1242
|
/**
|
|
1243
1243
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
@@ -1245,9 +1245,9 @@ export interface Article {
|
|
|
1245
1245
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1246
1246
|
|
|
1247
1247
|
/**
|
|
1248
|
-
*
|
|
1248
|
+
* Notiz
|
|
1249
1249
|
*/
|
|
1250
|
-
|
|
1250
|
+
note: string;
|
|
1251
1251
|
|
|
1252
1252
|
/**
|
|
1253
1253
|
* Erlaubte Arten der Kommissionierung
|
|
@@ -1284,6 +1284,11 @@ export interface Article {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
|
+
/**
|
|
1288
|
+
* gross sales prices
|
|
1289
|
+
*/
|
|
1290
|
+
grossSalesPrice: number;
|
|
1291
|
+
|
|
1287
1292
|
/**
|
|
1288
1293
|
* Vorgabe Herstellungskosten
|
|
1289
1294
|
*/
|
|
@@ -1294,11 +1299,6 @@ export interface Article {
|
|
|
1294
1299
|
*/
|
|
1295
1300
|
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1296
1301
|
|
|
1297
|
-
/**
|
|
1298
|
-
* gross sales prices
|
|
1299
|
-
*/
|
|
1300
|
-
grossSalesPrice: number;
|
|
1301
|
-
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1309,20 +1309,15 @@ export interface Article {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
|
-
/**
|
|
1313
|
-
* Versandlabeldruck
|
|
1314
|
-
*/
|
|
1315
|
-
shippingLabelPrinting: boolean;
|
|
1316
|
-
|
|
1317
1312
|
/**
|
|
1318
1313
|
* reference to Product
|
|
1319
1314
|
*/
|
|
1320
1315
|
productRef: ApiObjectReference;
|
|
1321
1316
|
|
|
1322
1317
|
/**
|
|
1323
|
-
*
|
|
1318
|
+
* Versandlabeldruck
|
|
1324
1319
|
*/
|
|
1325
|
-
|
|
1320
|
+
shippingLabelPrinting: boolean;
|
|
1326
1321
|
|
|
1327
1322
|
/**
|
|
1328
1323
|
* Kontingentartikel
|
|
@@ -1334,6 +1329,11 @@ export interface Article {
|
|
|
1334
1329
|
*/
|
|
1335
1330
|
discountable: boolean;
|
|
1336
1331
|
|
|
1332
|
+
/**
|
|
1333
|
+
* alternative name of this product
|
|
1334
|
+
*/
|
|
1335
|
+
alternativeName: string;
|
|
1336
|
+
|
|
1337
1337
|
/**
|
|
1338
1338
|
* base capacity
|
|
1339
1339
|
*/
|
|
@@ -1370,14 +1370,14 @@ export interface Article {
|
|
|
1370
1370
|
custom: EavArticle;
|
|
1371
1371
|
|
|
1372
1372
|
/**
|
|
1373
|
-
*
|
|
1373
|
+
* Art des Haltbarkeitsdatums
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
*
|
|
1378
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1379
1379
|
*/
|
|
1380
|
-
|
|
1380
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Hersteller
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* provisionsberechtiger Artikel?
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
commissionable: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* Nur manuelle Produktion
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
onlyManualFabrication: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1458,14 +1458,14 @@ export interface Article$Metric {
|
|
|
1458
1458
|
sizeY: number;
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
*
|
|
1461
|
+
* size
|
|
1462
1462
|
*/
|
|
1463
|
-
|
|
1463
|
+
sizeZ: number;
|
|
1464
1464
|
|
|
1465
1465
|
/**
|
|
1466
|
-
*
|
|
1466
|
+
* weight unit
|
|
1467
1467
|
*/
|
|
1468
|
-
|
|
1468
|
+
weightUnit: UnitTypeReference;
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
1471
|
export interface ArticleAssetInformation {
|
|
@@ -1553,14 +1553,14 @@ export interface ArticleCustomer {
|
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
1555
|
/**
|
|
1556
|
-
*
|
|
1556
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1557
1557
|
*/
|
|
1558
|
-
|
|
1558
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1559
1559
|
|
|
1560
1560
|
/**
|
|
1561
|
-
*
|
|
1561
|
+
* Etikettdruck-Einstellungen
|
|
1562
1562
|
*/
|
|
1563
|
-
|
|
1563
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Kunden-Preise
|
|
@@ -1568,14 +1568,14 @@ export interface ArticleCustomer {
|
|
|
1568
1568
|
productPrices: Array<ProductPrice>;
|
|
1569
1569
|
|
|
1570
1570
|
/**
|
|
1571
|
-
*
|
|
1571
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1572
1572
|
*/
|
|
1573
|
-
|
|
1573
|
+
useDeviatingArticleDescription: boolean;
|
|
1574
1574
|
|
|
1575
1575
|
/**
|
|
1576
|
-
*
|
|
1576
|
+
* Referenced Article
|
|
1577
1577
|
*/
|
|
1578
|
-
|
|
1578
|
+
articleId: number;
|
|
1579
1579
|
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Aktiv?
|
|
@@ -1612,11 +1612,6 @@ export interface ArticleCustomer {
|
|
|
1612
1612
|
*/
|
|
1613
1613
|
defaultGrossPrice: number;
|
|
1614
1614
|
|
|
1615
|
-
/**
|
|
1616
|
-
* Artikelnummer
|
|
1617
|
-
*/
|
|
1618
|
-
articleNumber: string;
|
|
1619
|
-
|
|
1620
1615
|
/**
|
|
1621
1616
|
* Abweichende Produktnummer
|
|
1622
1617
|
*/
|
|
@@ -1627,6 +1622,11 @@ export interface ArticleCustomer {
|
|
|
1627
1622
|
*/
|
|
1628
1623
|
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1629
1624
|
|
|
1625
|
+
/**
|
|
1626
|
+
* Artikelnummer
|
|
1627
|
+
*/
|
|
1628
|
+
articleNumber: string;
|
|
1629
|
+
|
|
1630
1630
|
/**
|
|
1631
1631
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1632
1632
|
*/
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleStorage {
|
|
|
1973
1973
|
reorderPoint: number;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
*
|
|
1976
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
virtualStockAmount: number;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
*
|
|
1981
|
+
* Nachschub auf
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
replenishmentOn: number;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Reservierte Menge
|
|
@@ -2050,11 +2050,6 @@ export interface ArticleStorage {
|
|
|
2050
2050
|
|
|
2051
2051
|
export interface ArticleSupplier {
|
|
2052
2052
|
|
|
2053
|
-
/**
|
|
2054
|
-
* Lieferanten-Meldebestand
|
|
2055
|
-
*/
|
|
2056
|
-
supplierReportingStock: number;
|
|
2057
|
-
|
|
2058
2053
|
/**
|
|
2059
2054
|
* Anzeigename des Accounts
|
|
2060
2055
|
*/
|
|
@@ -2066,15 +2061,20 @@ export interface ArticleSupplier {
|
|
|
2066
2061
|
useSupplierArticleDescription: boolean;
|
|
2067
2062
|
|
|
2068
2063
|
/**
|
|
2069
|
-
*
|
|
2064
|
+
* Lieferanten-Meldebestand
|
|
2070
2065
|
*/
|
|
2071
|
-
|
|
2066
|
+
supplierReportingStock: number;
|
|
2072
2067
|
|
|
2073
2068
|
/**
|
|
2074
2069
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2075
2070
|
*/
|
|
2076
2071
|
useSupplierArticleIdentifier: boolean;
|
|
2077
2072
|
|
|
2073
|
+
/**
|
|
2074
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2075
|
+
*/
|
|
2076
|
+
deliveryTime: number;
|
|
2077
|
+
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2080
2080
|
*/
|
|
@@ -2181,14 +2181,14 @@ export interface ArticleSupplier {
|
|
|
2181
2181
|
purchaseUnit: number;
|
|
2182
2182
|
|
|
2183
2183
|
/**
|
|
2184
|
-
*
|
|
2184
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2185
2185
|
*/
|
|
2186
|
-
|
|
2186
|
+
orderOnComponentBase: boolean;
|
|
2187
2187
|
|
|
2188
2188
|
/**
|
|
2189
|
-
*
|
|
2189
|
+
* Referenced Supplier-Account
|
|
2190
2190
|
*/
|
|
2191
|
-
|
|
2191
|
+
accountId: number;
|
|
2192
2192
|
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2262,14 +2262,14 @@ export interface Asset {
|
|
|
2262
2262
|
active: boolean;
|
|
2263
2263
|
|
|
2264
2264
|
/**
|
|
2265
|
-
*
|
|
2265
|
+
* Ende Garantie
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
warrantyEndDate: ScriptingDate;
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
|
-
*
|
|
2270
|
+
* Zugehörige Assets
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2272
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2273
2273
|
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Asset-Bezeichnung
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* geplante Dauer
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
plannedDurationInSeconds: number;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* Aktivität intern abgerechnet?
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
internalBilled: boolean;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2679,14 +2679,14 @@ export interface CrmActivity {
|
|
|
2679
2679
|
userRef: ApiObjectReference;
|
|
2680
2680
|
|
|
2681
2681
|
/**
|
|
2682
|
-
*
|
|
2682
|
+
* tatsächliche Startzeit
|
|
2683
2683
|
*/
|
|
2684
|
-
|
|
2684
|
+
startDateTime: ScriptingDateTime;
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2688
2688
|
*/
|
|
2689
|
-
|
|
2689
|
+
system: boolean;
|
|
2690
2690
|
|
|
2691
2691
|
/**
|
|
2692
2692
|
* Inhalt dieser Aktivität
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Einkaufsbelege
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Geplanter Projektzeitraum (von)
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3365,14 +3365,14 @@ export const enum CrmReferenceType {
|
|
|
3365
3365
|
export interface CrmReminder {
|
|
3366
3366
|
|
|
3367
3367
|
/**
|
|
3368
|
-
*
|
|
3368
|
+
* ID des CRM Objekts
|
|
3369
3369
|
*/
|
|
3370
|
-
|
|
3370
|
+
crmId: number;
|
|
3371
3371
|
|
|
3372
3372
|
/**
|
|
3373
|
-
*
|
|
3373
|
+
* Notiz zur Erinnerung
|
|
3374
3374
|
*/
|
|
3375
|
-
|
|
3375
|
+
note: string;
|
|
3376
3376
|
|
|
3377
3377
|
/**
|
|
3378
3378
|
* Wer soll erinnert werden
|
|
@@ -3724,14 +3724,14 @@ export interface CrmTask {
|
|
|
3724
3724
|
parentRefs: Array<CrmObjectRef>;
|
|
3725
3725
|
|
|
3726
3726
|
/**
|
|
3727
|
-
*
|
|
3727
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3728
3728
|
*/
|
|
3729
|
-
|
|
3729
|
+
externalRecordedTimes: number;
|
|
3730
3730
|
|
|
3731
3731
|
/**
|
|
3732
|
-
*
|
|
3732
|
+
* Beauftragte Zeit in Sekunden
|
|
3733
3733
|
*/
|
|
3734
|
-
|
|
3734
|
+
effortCommissioned: number;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3903,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3903
3903
|
export interface Customer {
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* reference to customer group
|
|
3907
3907
|
*/
|
|
3908
|
-
|
|
3908
|
+
customerGroupRef: ApiObjectReference;
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
|
-
*
|
|
3911
|
+
* Option für die Stapelverarbeitung
|
|
3912
3912
|
*/
|
|
3913
|
-
|
|
3913
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3928,14 +3928,14 @@ export interface Customer {
|
|
|
3928
3928
|
dueDate: ScriptingDate;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* collective billable
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
collectiveBillable: boolean;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
|
-
*
|
|
3936
|
+
* Maximal mögliche Lieferungen
|
|
3937
3937
|
*/
|
|
3938
|
-
|
|
3938
|
+
maxDeliveries: number;
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3963,14 +3963,14 @@ export interface Customer {
|
|
|
3963
3963
|
stackProcessingPriority: number;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* reference to product price group
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
|
-
*
|
|
3971
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3972
3972
|
*/
|
|
3973
|
-
|
|
3973
|
+
collectiveInvoiceManually: boolean;
|
|
3974
3974
|
|
|
3975
3975
|
/**
|
|
3976
3976
|
* Unique identifier of the Object
|
|
@@ -3988,14 +3988,14 @@ export interface Customer {
|
|
|
3988
3988
|
info: MetaInfo;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
*
|
|
3991
|
+
* reference to the delivery method
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
|
-
*
|
|
3996
|
+
* tax able or tax free
|
|
3997
3997
|
*/
|
|
3998
|
-
|
|
3998
|
+
taxable: boolean;
|
|
3999
3999
|
|
|
4000
4000
|
/**
|
|
4001
4001
|
* active true/false
|
|
@@ -4147,14 +4147,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4147
4147
|
export interface DeliveryMethod {
|
|
4148
4148
|
|
|
4149
4149
|
/**
|
|
4150
|
-
*
|
|
4150
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4151
4151
|
*/
|
|
4152
|
-
|
|
4152
|
+
splitIntoNewDocument: boolean;
|
|
4153
4153
|
|
|
4154
4154
|
/**
|
|
4155
|
-
*
|
|
4155
|
+
* E-Mail an Versender übergeben
|
|
4156
4156
|
*/
|
|
4157
|
-
|
|
4157
|
+
forwardEmailToShipper: boolean;
|
|
4158
4158
|
|
|
4159
4159
|
/**
|
|
4160
4160
|
* Min. Gewicht pro Paket
|
|
@@ -4206,26 +4206,26 @@ export interface DeliveryMethod {
|
|
|
4206
4206
|
*/
|
|
4207
4207
|
defaultSizeUnit: UnitTypeReference;
|
|
4208
4208
|
|
|
4209
|
-
/**
|
|
4210
|
-
* translations
|
|
4211
|
-
*/
|
|
4212
|
-
translations: Array<DocumentTypeTerm>;
|
|
4213
|
-
|
|
4214
4209
|
/**
|
|
4215
4210
|
* Quelle für Paketgewicht
|
|
4216
4211
|
*/
|
|
4217
4212
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4218
4213
|
|
|
4219
4214
|
/**
|
|
4220
|
-
*
|
|
4215
|
+
* translations
|
|
4221
4216
|
*/
|
|
4222
|
-
|
|
4217
|
+
translations: Array<DocumentTypeTerm>;
|
|
4223
4218
|
|
|
4224
4219
|
/**
|
|
4225
4220
|
* Gültige Ländercodes
|
|
4226
4221
|
*/
|
|
4227
4222
|
validCountryCodes: Array<string>;
|
|
4228
4223
|
|
|
4224
|
+
/**
|
|
4225
|
+
* Versand-Anbieter
|
|
4226
|
+
*/
|
|
4227
|
+
vdsCarrierId: number;
|
|
4228
|
+
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
4231
4231
|
*/
|
|
@@ -4305,14 +4305,14 @@ export interface DeliveryTerm {
|
|
|
4305
4305
|
version: number;
|
|
4306
4306
|
|
|
4307
4307
|
/**
|
|
4308
|
-
*
|
|
4308
|
+
* information, how the shipping charges should be calculated
|
|
4309
4309
|
*/
|
|
4310
|
-
|
|
4310
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4311
4311
|
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* translations
|
|
4314
4314
|
*/
|
|
4315
|
-
|
|
4315
|
+
translations: Array<DocumentTypeTerm>;
|
|
4316
4316
|
|
|
4317
4317
|
/**
|
|
4318
4318
|
* Lieferarten
|
|
@@ -4325,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4325
4325
|
id: number;
|
|
4326
4326
|
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* Versandkostenartikel
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4330
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* free shipping net value
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
freeShippingNetValue: number;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* MetaInformations for this Object
|
|
@@ -4355,14 +4355,14 @@ export interface DmsOutputStream {
|
|
|
4355
4355
|
export interface Document {
|
|
4356
4356
|
|
|
4357
4357
|
/**
|
|
4358
|
-
*
|
|
4358
|
+
* Referenz zum Rechnungskonto
|
|
4359
4359
|
*/
|
|
4360
|
-
|
|
4360
|
+
billingAccountRef: ApiObjectReference;
|
|
4361
4361
|
|
|
4362
4362
|
/**
|
|
4363
|
-
*
|
|
4363
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4364
4364
|
*/
|
|
4365
|
-
|
|
4365
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4366
4366
|
|
|
4367
4367
|
/**
|
|
4368
4368
|
* Externe Belegnummer
|
|
@@ -4400,14 +4400,14 @@ export interface Document {
|
|
|
4400
4400
|
totalVat: number;
|
|
4401
4401
|
|
|
4402
4402
|
/**
|
|
4403
|
-
*
|
|
4403
|
+
* Standardlager für neue Positionen
|
|
4404
4404
|
*/
|
|
4405
|
-
|
|
4405
|
+
defaultStorageRef: ApiObjectReference;
|
|
4406
4406
|
|
|
4407
4407
|
/**
|
|
4408
|
-
*
|
|
4408
|
+
* Name der bestellenden Person
|
|
4409
4409
|
*/
|
|
4410
|
-
|
|
4410
|
+
orderedBy: string;
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
4413
|
* Lieferadresse
|
|
@@ -4448,14 +4448,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4448
4448
|
returnDeliveryAddress: DocumentAddress;
|
|
4449
4449
|
|
|
4450
4450
|
/**
|
|
4451
|
-
*
|
|
4451
|
+
* Leitweg-ID
|
|
4452
4452
|
*/
|
|
4453
|
-
|
|
4453
|
+
buyerReference: string;
|
|
4454
4454
|
|
|
4455
4455
|
/**
|
|
4456
|
-
*
|
|
4456
|
+
* Bestellnummer aus Vorbeleg
|
|
4457
4457
|
*/
|
|
4458
|
-
|
|
4458
|
+
referencedOrderNumber: string;
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
4461
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4513,14 +4513,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4513
4513
|
accountId: number;
|
|
4514
4514
|
|
|
4515
4515
|
/**
|
|
4516
|
-
* Länderkennzeichen
|
|
4516
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4517
4517
|
*/
|
|
4518
|
-
|
|
4518
|
+
sourceCountryCode: string;
|
|
4519
4519
|
|
|
4520
4520
|
/**
|
|
4521
|
-
* Länderkennzeichen
|
|
4521
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4522
4522
|
*/
|
|
4523
|
-
|
|
4523
|
+
performanceCountryCode: string;
|
|
4524
4524
|
|
|
4525
4525
|
/**
|
|
4526
4526
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4619,25 +4619,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4619
4619
|
*/
|
|
4620
4620
|
contractDetail: DocumentContractDetail;
|
|
4621
4621
|
|
|
4622
|
-
/**
|
|
4623
|
-
* Skontofähiger Bruttogesamtbetrag
|
|
4624
|
-
*/
|
|
4625
|
-
cashDiscountableTotalGrossPrice: number;
|
|
4626
|
-
|
|
4627
4622
|
/**
|
|
4628
4623
|
* Zahlungsplan vorhanden?
|
|
4629
4624
|
*/
|
|
4630
4625
|
paymentPlan: boolean;
|
|
4631
4626
|
|
|
4632
4627
|
/**
|
|
4633
|
-
*
|
|
4628
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4634
4629
|
*/
|
|
4635
|
-
|
|
4630
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4636
4631
|
|
|
4637
4632
|
/**
|
|
4638
|
-
*
|
|
4633
|
+
* Produktionsdetails
|
|
4639
4634
|
*/
|
|
4640
|
-
|
|
4635
|
+
fabricationDetail: DocumentFabricationDetail;
|
|
4641
4636
|
|
|
4642
4637
|
/**
|
|
4643
4638
|
* Kontonummer der zugehörigen Organisationseinheit
|
|
@@ -4645,15 +4640,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4645
4640
|
accountNumber: string;
|
|
4646
4641
|
|
|
4647
4642
|
/**
|
|
4648
|
-
*
|
|
4643
|
+
* Berechnungsmodus
|
|
4649
4644
|
*/
|
|
4650
|
-
|
|
4645
|
+
calculationMode: CalculationMode;
|
|
4651
4646
|
|
|
4652
4647
|
/**
|
|
4653
4648
|
* Referenz auf Zahlungsbedingung
|
|
4654
4649
|
*/
|
|
4655
4650
|
paymentTermRef: PaymentTermRef;
|
|
4656
4651
|
|
|
4652
|
+
/**
|
|
4653
|
+
* Wird vom Workflow verarbeitet?
|
|
4654
|
+
*/
|
|
4655
|
+
processedByWorkflow: boolean;
|
|
4656
|
+
|
|
4657
4657
|
/**
|
|
4658
4658
|
* Preisanpassungen - Beleg Basiswährung
|
|
4659
4659
|
*/
|
|
@@ -4695,14 +4695,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4695
4695
|
performanceDate: ScriptingDate;
|
|
4696
4696
|
|
|
4697
4697
|
/**
|
|
4698
|
-
*
|
|
4698
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4699
4699
|
*/
|
|
4700
|
-
|
|
4700
|
+
en16931Profile: EN16931Profile;
|
|
4701
4701
|
|
|
4702
4702
|
/**
|
|
4703
|
-
*
|
|
4703
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4704
4704
|
*/
|
|
4705
|
-
|
|
4705
|
+
dropShippingInvoiceApproved: boolean;
|
|
4706
4706
|
|
|
4707
4707
|
/**
|
|
4708
4708
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -5097,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5097
5097
|
info: MetaInfo;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
|
-
*
|
|
5100
|
+
* Lieferart
|
|
5101
5101
|
*/
|
|
5102
|
-
|
|
5102
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
|
-
*
|
|
5105
|
+
* GLN
|
|
5106
5106
|
*/
|
|
5107
|
-
|
|
5107
|
+
globalLocationNumber: string;
|
|
5108
5108
|
|
|
5109
5109
|
/**
|
|
5110
5110
|
* Postcode
|
|
@@ -5287,14 +5287,14 @@ export interface DocumentContractDetail {
|
|
|
5287
5287
|
runtimeToDate: ScriptingDate;
|
|
5288
5288
|
|
|
5289
5289
|
/**
|
|
5290
|
-
*
|
|
5290
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5291
5291
|
*/
|
|
5292
|
-
|
|
5292
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5293
5293
|
|
|
5294
5294
|
/**
|
|
5295
|
-
*
|
|
5295
|
+
* Nächste Fälligkeit
|
|
5296
5296
|
*/
|
|
5297
|
-
|
|
5297
|
+
nextDueDate: ScriptingDate;
|
|
5298
5298
|
|
|
5299
5299
|
/**
|
|
5300
5300
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5549,26 +5549,26 @@ export interface DocumentLine {
|
|
|
5549
5549
|
*/
|
|
5550
5550
|
serialType: ArticleSerialType;
|
|
5551
5551
|
|
|
5552
|
-
/**
|
|
5553
|
-
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5554
|
-
*/
|
|
5555
|
-
positionOfArticleLine: number;
|
|
5556
|
-
|
|
5557
5552
|
/**
|
|
5558
5553
|
* Preis pro Einheit in Basiswährung
|
|
5559
5554
|
*/
|
|
5560
5555
|
basePrice: number;
|
|
5561
5556
|
|
|
5562
5557
|
/**
|
|
5563
|
-
*
|
|
5558
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5564
5559
|
*/
|
|
5565
|
-
|
|
5560
|
+
positionOfArticleLine: number;
|
|
5566
5561
|
|
|
5567
5562
|
/**
|
|
5568
5563
|
* Steuerschema
|
|
5569
5564
|
*/
|
|
5570
5565
|
taxSchemaRef: ApiObjectReference;
|
|
5571
5566
|
|
|
5567
|
+
/**
|
|
5568
|
+
* Preiseinheit
|
|
5569
|
+
*/
|
|
5570
|
+
priceUnit: number;
|
|
5571
|
+
|
|
5572
5572
|
/**
|
|
5573
5573
|
* Preisanpassungen - Position Basiswährung
|
|
5574
5574
|
*/
|
|
@@ -5670,14 +5670,14 @@ export interface DocumentLine {
|
|
|
5670
5670
|
contractDetail: DocumentContractDetail;
|
|
5671
5671
|
|
|
5672
5672
|
/**
|
|
5673
|
-
*
|
|
5673
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5674
5674
|
*/
|
|
5675
|
-
|
|
5675
|
+
baseSalesValueNet: number;
|
|
5676
5676
|
|
|
5677
5677
|
/**
|
|
5678
|
-
*
|
|
5678
|
+
* Einheit Nettogewicht
|
|
5679
5679
|
*/
|
|
5680
|
-
|
|
5680
|
+
netWeightUnit: UnitTypeReference;
|
|
5681
5681
|
|
|
5682
5682
|
/**
|
|
5683
5683
|
* Versandkosten-Details; nur gesetzt für Versandkostenpositionen, die als nummerierte Belegposition geführt werden (z.B. Sammelrechnung)
|
|
@@ -5765,14 +5765,14 @@ export interface DocumentLine {
|
|
|
5765
5765
|
commissions: Array<DocumentLineCommission>;
|
|
5766
5766
|
|
|
5767
5767
|
/**
|
|
5768
|
-
*
|
|
5768
|
+
* Gesamtpreis Position in Basiswährung
|
|
5769
5769
|
*/
|
|
5770
|
-
|
|
5770
|
+
baseTotalLinePrice: number;
|
|
5771
5771
|
|
|
5772
5772
|
/**
|
|
5773
|
-
*
|
|
5773
|
+
* Positionstyp
|
|
5774
5774
|
*/
|
|
5775
|
-
|
|
5775
|
+
lineType: DocumentLineType;
|
|
5776
5776
|
|
|
5777
5777
|
/**
|
|
5778
5778
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5810,14 +5810,14 @@ export interface DocumentLine {
|
|
|
5810
5810
|
countryRegion: ApiObjectReference;
|
|
5811
5811
|
|
|
5812
5812
|
/**
|
|
5813
|
-
*
|
|
5813
|
+
* Provisionsursprung
|
|
5814
5814
|
*/
|
|
5815
|
-
|
|
5815
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
5816
5816
|
|
|
5817
5817
|
/**
|
|
5818
|
-
*
|
|
5818
|
+
* Nettogewicht
|
|
5819
5819
|
*/
|
|
5820
|
-
|
|
5820
|
+
netWeight: number;
|
|
5821
5821
|
|
|
5822
5822
|
/**
|
|
5823
5823
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Menge defekt
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
quantityDefective: number;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Produzierte Seriennummern
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -6487,14 +6487,14 @@ export interface DocumentLinePosDetail {
|
|
|
6487
6487
|
balanceBeforeWithdrawal: number;
|
|
6488
6488
|
|
|
6489
6489
|
/**
|
|
6490
|
-
*
|
|
6490
|
+
* Typ der Position
|
|
6491
6491
|
*/
|
|
6492
|
-
|
|
6492
|
+
posLineType: PosLineType;
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
|
-
*
|
|
6495
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6496
6496
|
*/
|
|
6497
|
-
|
|
6497
|
+
externalPaymentId: string;
|
|
6498
6498
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* Unique identifier of the Object
|
|
@@ -6813,14 +6813,14 @@ export interface DocumentPosPayment {
|
|
|
6813
6813
|
balanceBeforeWithdrawal: number;
|
|
6814
6814
|
|
|
6815
6815
|
/**
|
|
6816
|
-
*
|
|
6816
|
+
* Typ der Position
|
|
6817
6817
|
*/
|
|
6818
|
-
|
|
6818
|
+
posLineType: PosLineType;
|
|
6819
6819
|
|
|
6820
6820
|
/**
|
|
6821
|
-
*
|
|
6821
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6822
6822
|
*/
|
|
6823
|
-
|
|
6823
|
+
externalPaymentId: string;
|
|
6824
6824
|
|
|
6825
6825
|
/**
|
|
6826
6826
|
* Unique identifier of the Object
|
|
@@ -7419,14 +7419,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7419
7419
|
bookDate: ScriptingDate;
|
|
7420
7420
|
|
|
7421
7421
|
/**
|
|
7422
|
-
*
|
|
7422
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7423
7423
|
*/
|
|
7424
|
-
|
|
7424
|
+
targetExpiryDate: ScriptingDate;
|
|
7425
7425
|
|
|
7426
7426
|
/**
|
|
7427
|
-
*
|
|
7427
|
+
* Die gültige Seriennummer
|
|
7428
7428
|
*/
|
|
7429
|
-
|
|
7429
|
+
targetSerialNumber: string;
|
|
7430
7430
|
|
|
7431
7431
|
/**
|
|
7432
7432
|
* Quell-Lagerplatz
|
|
@@ -7888,14 +7888,14 @@ export interface FabricationRevertRequest {
|
|
|
7888
7888
|
export interface FabricationSerialNumber {
|
|
7889
7889
|
|
|
7890
7890
|
/**
|
|
7891
|
-
*
|
|
7891
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7892
7892
|
*/
|
|
7893
|
-
|
|
7893
|
+
serialNumberId: number;
|
|
7894
7894
|
|
|
7895
7895
|
/**
|
|
7896
|
-
*
|
|
7896
|
+
* MHD / Verfallsdatum
|
|
7897
7897
|
*/
|
|
7898
|
-
|
|
7898
|
+
expiryDate: ScriptingDate;
|
|
7899
7899
|
|
|
7900
7900
|
/**
|
|
7901
7901
|
* Bemerkung
|
|
@@ -8216,26 +8216,26 @@ export interface OpenItem {
|
|
|
8216
8216
|
*/
|
|
8217
8217
|
paymentDueDate: ScriptingDate;
|
|
8218
8218
|
|
|
8219
|
-
/**
|
|
8220
|
-
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8221
|
-
*/
|
|
8222
|
-
performanceCountryCode: string;
|
|
8223
|
-
|
|
8224
8219
|
/**
|
|
8225
8220
|
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8226
8221
|
*/
|
|
8227
8222
|
sourceCountryCode: string;
|
|
8228
8223
|
|
|
8229
8224
|
/**
|
|
8230
|
-
*
|
|
8225
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8231
8226
|
*/
|
|
8232
|
-
|
|
8227
|
+
performanceCountryCode: string;
|
|
8233
8228
|
|
|
8234
8229
|
/**
|
|
8235
8230
|
* agreed Deposit payment date
|
|
8236
8231
|
*/
|
|
8237
8232
|
depositPaymentDate: ScriptingDate;
|
|
8238
8233
|
|
|
8234
|
+
/**
|
|
8235
|
+
* Valutadatum schreibgeschützt
|
|
8236
|
+
*/
|
|
8237
|
+
valueDateReadOnly: boolean;
|
|
8238
|
+
|
|
8239
8239
|
/**
|
|
8240
8240
|
* Does this open item belong to accounts payable or accounts receivable
|
|
8241
8241
|
*/
|
|
@@ -8332,14 +8332,14 @@ export interface OpenItem {
|
|
|
8332
8332
|
sumFee: number;
|
|
8333
8333
|
|
|
8334
8334
|
/**
|
|
8335
|
-
*
|
|
8335
|
+
* The full amount of the payment
|
|
8336
8336
|
*/
|
|
8337
|
-
|
|
8337
|
+
fullPaymentAmount: number;
|
|
8338
8338
|
|
|
8339
8339
|
/**
|
|
8340
|
-
*
|
|
8340
|
+
* Zahlungsplan
|
|
8341
8341
|
*/
|
|
8342
|
-
|
|
8342
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8343
8343
|
|
|
8344
8344
|
/**
|
|
8345
8345
|
* Zahlungssperre
|
|
@@ -8352,14 +8352,14 @@ export interface OpenItem {
|
|
|
8352
8352
|
originalPaymentDueDate: ScriptingDate;
|
|
8353
8353
|
|
|
8354
8354
|
/**
|
|
8355
|
-
*
|
|
8355
|
+
* Valutadatum
|
|
8356
8356
|
*/
|
|
8357
|
-
|
|
8357
|
+
valueDate: ScriptingDate;
|
|
8358
8358
|
|
|
8359
8359
|
/**
|
|
8360
|
-
*
|
|
8360
|
+
* whether this open item is balanced, partially paid or open
|
|
8361
8361
|
*/
|
|
8362
|
-
|
|
8362
|
+
balanceState: OpenItemBalanceState;
|
|
8363
8363
|
|
|
8364
8364
|
/**
|
|
8365
8365
|
* Skontobetrag 1
|
|
@@ -8372,14 +8372,14 @@ export interface OpenItem {
|
|
|
8372
8372
|
baseSumDiscount: number;
|
|
8373
8373
|
|
|
8374
8374
|
/**
|
|
8375
|
-
*
|
|
8375
|
+
* Zahlungsvorlage
|
|
8376
8376
|
*/
|
|
8377
|
-
|
|
8377
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8378
8378
|
|
|
8379
8379
|
/**
|
|
8380
|
-
*
|
|
8380
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8381
8381
|
*/
|
|
8382
|
-
|
|
8382
|
+
baseSumDunnings: number;
|
|
8383
8383
|
|
|
8384
8384
|
/**
|
|
8385
8385
|
* Rechnungsbetrag
|
|
@@ -8392,14 +8392,14 @@ export interface OpenItem {
|
|
|
8392
8392
|
taxRateRef: ApiObjectReference;
|
|
8393
8393
|
|
|
8394
8394
|
/**
|
|
8395
|
-
*
|
|
8395
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8396
8396
|
*/
|
|
8397
|
-
|
|
8397
|
+
baseCurrencyCode: string;
|
|
8398
8398
|
|
|
8399
8399
|
/**
|
|
8400
|
-
*
|
|
8400
|
+
* Anzahlungsrechnung
|
|
8401
8401
|
*/
|
|
8402
|
-
|
|
8402
|
+
depositInvoice: ApiObjectReference;
|
|
8403
8403
|
|
|
8404
8404
|
/**
|
|
8405
8405
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8615,14 +8615,14 @@ export interface OpenItemRecord {
|
|
|
8615
8615
|
exchangeRate: number;
|
|
8616
8616
|
|
|
8617
8617
|
/**
|
|
8618
|
-
*
|
|
8618
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8619
8619
|
*/
|
|
8620
|
-
|
|
8620
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8621
8621
|
|
|
8622
8622
|
/**
|
|
8623
|
-
*
|
|
8623
|
+
* record discountable amount
|
|
8624
8624
|
*/
|
|
8625
|
-
|
|
8625
|
+
discountableAmount: number;
|
|
8626
8626
|
|
|
8627
8627
|
/**
|
|
8628
8628
|
* record date
|
|
@@ -8965,26 +8965,26 @@ export interface PaymentTerm {
|
|
|
8965
8965
|
*/
|
|
8966
8966
|
paymentDiscount2: number;
|
|
8967
8967
|
|
|
8968
|
-
/**
|
|
8969
|
-
* Percent for Discount 1
|
|
8970
|
-
*/
|
|
8971
|
-
paymentDiscount1: number;
|
|
8972
|
-
|
|
8973
8968
|
/**
|
|
8974
8969
|
* printDescription
|
|
8975
8970
|
*/
|
|
8976
8971
|
printDescription: string;
|
|
8977
8972
|
|
|
8978
8973
|
/**
|
|
8979
|
-
*
|
|
8974
|
+
* Percent for Discount 1
|
|
8980
8975
|
*/
|
|
8981
|
-
|
|
8976
|
+
paymentDiscount1: number;
|
|
8982
8977
|
|
|
8983
8978
|
/**
|
|
8984
8979
|
* for deposit: remaining term
|
|
8985
8980
|
*/
|
|
8986
8981
|
remainingTermRef: ApiObjectReference;
|
|
8987
8982
|
|
|
8983
|
+
/**
|
|
8984
|
+
* Days for Discount 1
|
|
8985
|
+
*/
|
|
8986
|
+
paymentDays1: number;
|
|
8987
|
+
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Days for Discount 2
|
|
8990
8990
|
*/
|
|
@@ -9266,14 +9266,14 @@ export const enum PickingType {
|
|
|
9266
9266
|
export interface Picklist {
|
|
9267
9267
|
|
|
9268
9268
|
/**
|
|
9269
|
-
*
|
|
9269
|
+
* Ziellager für Nachschub
|
|
9270
9270
|
*/
|
|
9271
|
-
|
|
9271
|
+
targetStorageRef: ApiObjectReference;
|
|
9272
9272
|
|
|
9273
9273
|
/**
|
|
9274
|
-
*
|
|
9274
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
9275
9275
|
*/
|
|
9276
|
-
|
|
9276
|
+
usedTemplate: PicklistTemplate;
|
|
9277
9277
|
|
|
9278
9278
|
/**
|
|
9279
9279
|
* Nummer der Pickliste
|
|
@@ -9455,14 +9455,14 @@ export interface PicklistLineComponent {
|
|
|
9455
9455
|
quantityCollected: number;
|
|
9456
9456
|
|
|
9457
9457
|
/**
|
|
9458
|
-
*
|
|
9458
|
+
* Artikelbezeichnung
|
|
9459
9459
|
*/
|
|
9460
|
-
|
|
9460
|
+
articleName: string;
|
|
9461
9461
|
|
|
9462
9462
|
/**
|
|
9463
|
-
*
|
|
9463
|
+
* Menge der Position
|
|
9464
9464
|
*/
|
|
9465
|
-
|
|
9465
|
+
quantity: number;
|
|
9466
9466
|
|
|
9467
9467
|
/**
|
|
9468
9468
|
* Artikelbeschreibung
|
|
@@ -9676,19 +9676,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9676
9676
|
maxArticleCountPerOrder: number;
|
|
9677
9677
|
|
|
9678
9678
|
/**
|
|
9679
|
-
*
|
|
9679
|
+
* Maximaler Auftragswert
|
|
9680
9680
|
*/
|
|
9681
|
-
|
|
9681
|
+
maxOrderValue: number;
|
|
9682
9682
|
|
|
9683
9683
|
/**
|
|
9684
|
-
*
|
|
9684
|
+
* Alternative Selektion in VQL
|
|
9685
9685
|
*/
|
|
9686
|
-
|
|
9686
|
+
alternativeSelectionInVql: string;
|
|
9687
9687
|
|
|
9688
9688
|
/**
|
|
9689
|
-
*
|
|
9689
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9690
9690
|
*/
|
|
9691
|
-
|
|
9691
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9692
9692
|
|
|
9693
9693
|
/**
|
|
9694
9694
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9696,9 +9696,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9696
9696
|
onlyFullDeliverableOrderLines: boolean;
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
|
-
*
|
|
9699
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9700
9700
|
*/
|
|
9701
|
-
|
|
9701
|
+
maxOrderCount: number;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9768,20 +9768,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9768
9768
|
*/
|
|
9769
9769
|
printPicklist: boolean;
|
|
9770
9770
|
|
|
9771
|
-
/**
|
|
9772
|
-
* Maximale Anzahl an Positionen einer Pickliste
|
|
9773
|
-
*/
|
|
9774
|
-
maxPicklistLineCount: number;
|
|
9775
|
-
|
|
9776
9771
|
/**
|
|
9777
9772
|
* Die zu verwendende Pickwagengruppe
|
|
9778
9773
|
*/
|
|
9779
9774
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9780
9775
|
|
|
9781
9776
|
/**
|
|
9782
|
-
*
|
|
9777
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9783
9778
|
*/
|
|
9784
|
-
|
|
9779
|
+
maxPicklistLineCount: number;
|
|
9785
9780
|
|
|
9786
9781
|
/**
|
|
9787
9782
|
* Der zu verwendende Pickwagen
|
|
@@ -9793,6 +9788,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9793
9788
|
*/
|
|
9794
9789
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9795
9790
|
|
|
9791
|
+
/**
|
|
9792
|
+
* Lagerplätze vorgeben
|
|
9793
|
+
*/
|
|
9794
|
+
specifyStorageBins: boolean;
|
|
9795
|
+
|
|
9796
9796
|
/**
|
|
9797
9797
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9798
9798
|
*/
|
|
@@ -9847,14 +9847,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9847
9847
|
alwaysShowDeliveryMethod: boolean;
|
|
9848
9848
|
|
|
9849
9849
|
/**
|
|
9850
|
-
*
|
|
9850
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9851
9851
|
*/
|
|
9852
|
-
|
|
9852
|
+
autoPrintDeliveryDocument: boolean;
|
|
9853
9853
|
|
|
9854
9854
|
/**
|
|
9855
|
-
*
|
|
9855
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9856
9856
|
*/
|
|
9857
|
-
|
|
9857
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9858
9858
|
|
|
9859
9859
|
/**
|
|
9860
9860
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9862,24 +9862,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9862
9862
|
showShippingFormOnPickingFinish: boolean;
|
|
9863
9863
|
|
|
9864
9864
|
/**
|
|
9865
|
-
*
|
|
9865
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9866
9866
|
*/
|
|
9867
|
-
|
|
9867
|
+
allowPickingOfServiceArticles: boolean;
|
|
9868
9868
|
|
|
9869
9869
|
/**
|
|
9870
|
-
*
|
|
9870
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9871
9871
|
*/
|
|
9872
|
-
|
|
9872
|
+
printLabelOnScan: boolean;
|
|
9873
9873
|
|
|
9874
9874
|
/**
|
|
9875
|
-
*
|
|
9875
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9876
9876
|
*/
|
|
9877
|
-
|
|
9877
|
+
useDigitalPicklist: boolean;
|
|
9878
9878
|
|
|
9879
9879
|
/**
|
|
9880
|
-
*
|
|
9880
|
+
* Sammelbestätigung erlauben
|
|
9881
9881
|
*/
|
|
9882
|
-
|
|
9882
|
+
allowFullConfirmation: boolean;
|
|
9883
9883
|
|
|
9884
9884
|
/**
|
|
9885
9885
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9896,26 +9896,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9896
9896
|
*/
|
|
9897
9897
|
printLabelOnCompleteOrder: boolean;
|
|
9898
9898
|
|
|
9899
|
-
/**
|
|
9900
|
-
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9901
|
-
*/
|
|
9902
|
-
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9903
|
-
|
|
9904
9899
|
/**
|
|
9905
9900
|
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9906
9901
|
*/
|
|
9907
9902
|
printLabelAfterPicking: boolean;
|
|
9908
9903
|
|
|
9909
9904
|
/**
|
|
9910
|
-
*
|
|
9905
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9911
9906
|
*/
|
|
9912
|
-
|
|
9907
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9913
9908
|
|
|
9914
9909
|
/**
|
|
9915
9910
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9916
9911
|
*/
|
|
9917
9912
|
autoDeterminationOfLots: boolean;
|
|
9918
9913
|
|
|
9914
|
+
/**
|
|
9915
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9916
|
+
*/
|
|
9917
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9918
|
+
|
|
9919
9919
|
/**
|
|
9920
9920
|
* Zielmengen in Masken verstecken?
|
|
9921
9921
|
*/
|
|
@@ -9985,26 +9985,26 @@ export interface PriceSelectionCriteria {
|
|
|
9985
9985
|
*/
|
|
9986
9986
|
date: ScriptingDate;
|
|
9987
9987
|
|
|
9988
|
-
/**
|
|
9989
|
-
* Eine Menge
|
|
9990
|
-
*/
|
|
9991
|
-
quantity: number;
|
|
9992
|
-
|
|
9993
9988
|
/**
|
|
9994
9989
|
* Die Preisgruppe
|
|
9995
9990
|
*/
|
|
9996
9991
|
priceGroupId: number;
|
|
9997
9992
|
|
|
9998
9993
|
/**
|
|
9999
|
-
*
|
|
9994
|
+
* Eine Menge
|
|
10000
9995
|
*/
|
|
10001
|
-
|
|
9996
|
+
quantity: number;
|
|
10002
9997
|
|
|
10003
9998
|
/**
|
|
10004
9999
|
* Liste von Artikel-IDs
|
|
10005
10000
|
*/
|
|
10006
10001
|
articleIds: Array<number>;
|
|
10007
10002
|
|
|
10003
|
+
/**
|
|
10004
|
+
* Liste von Account-IDs
|
|
10005
|
+
*/
|
|
10006
|
+
accountIds: Array<number>;
|
|
10007
|
+
|
|
10008
10008
|
/**
|
|
10009
10009
|
* ein qualifier
|
|
10010
10010
|
*/
|
|
@@ -10029,14 +10029,14 @@ export interface PriceSelectionCriteria {
|
|
|
10029
10029
|
export interface Product {
|
|
10030
10030
|
|
|
10031
10031
|
/**
|
|
10032
|
-
*
|
|
10032
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
10033
10033
|
*/
|
|
10034
|
-
|
|
10034
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
10035
10035
|
|
|
10036
10036
|
/**
|
|
10037
|
-
*
|
|
10037
|
+
* Zolltarifnummer
|
|
10038
10038
|
*/
|
|
10039
|
-
|
|
10039
|
+
customsTariffNumber: string;
|
|
10040
10040
|
|
|
10041
10041
|
/**
|
|
10042
10042
|
* Gebindeschema dieses Produkts
|
|
@@ -10205,14 +10205,14 @@ export interface ProductDiscount {
|
|
|
10205
10205
|
fromQuantity: number;
|
|
10206
10206
|
|
|
10207
10207
|
/**
|
|
10208
|
-
*
|
|
10208
|
+
* Hersteller
|
|
10209
10209
|
*/
|
|
10210
|
-
|
|
10210
|
+
manufacturerRef: ApiObjectReference;
|
|
10211
10211
|
|
|
10212
10212
|
/**
|
|
10213
|
-
*
|
|
10213
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10214
10214
|
*/
|
|
10215
|
-
|
|
10215
|
+
articleRef: ApiObjectReference;
|
|
10216
10216
|
|
|
10217
10217
|
/**
|
|
10218
10218
|
* Gültig von
|
|
@@ -10260,14 +10260,14 @@ export interface ProductDiscount {
|
|
|
10260
10260
|
qualifier: ProductPriceQualifier;
|
|
10261
10261
|
|
|
10262
10262
|
/**
|
|
10263
|
-
*
|
|
10263
|
+
* Aktionpreis
|
|
10264
10264
|
*/
|
|
10265
|
-
|
|
10265
|
+
specialOfferPrice: boolean;
|
|
10266
10266
|
|
|
10267
10267
|
/**
|
|
10268
|
-
*
|
|
10268
|
+
* Gültig bis
|
|
10269
10269
|
*/
|
|
10270
|
-
|
|
10270
|
+
validUntil: ScriptingDate;
|
|
10271
10271
|
|
|
10272
10272
|
/**
|
|
10273
10273
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10469,14 +10469,14 @@ export interface ProductPrice {
|
|
|
10469
10469
|
supplierGroupRef: ApiObjectReference;
|
|
10470
10470
|
|
|
10471
10471
|
/**
|
|
10472
|
-
*
|
|
10472
|
+
* Hersteller
|
|
10473
10473
|
*/
|
|
10474
|
-
|
|
10474
|
+
manufacturerRef: ApiObjectReference;
|
|
10475
10475
|
|
|
10476
10476
|
/**
|
|
10477
|
-
*
|
|
10477
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10478
10478
|
*/
|
|
10479
|
-
|
|
10479
|
+
articleRef: ApiObjectReference;
|
|
10480
10480
|
|
|
10481
10481
|
/**
|
|
10482
10482
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10499,9 +10499,9 @@ export interface ProductPrice {
|
|
|
10499
10499
|
qualifier: ProductPriceQualifier;
|
|
10500
10500
|
|
|
10501
10501
|
/**
|
|
10502
|
-
*
|
|
10502
|
+
* Preisbasis
|
|
10503
10503
|
*/
|
|
10504
|
-
|
|
10504
|
+
priceBase: ArticlePriceBase;
|
|
10505
10505
|
|
|
10506
10506
|
/**
|
|
10507
10507
|
* Aktionpreis
|
|
@@ -10509,9 +10509,9 @@ export interface ProductPrice {
|
|
|
10509
10509
|
specialOfferPrice: boolean;
|
|
10510
10510
|
|
|
10511
10511
|
/**
|
|
10512
|
-
*
|
|
10512
|
+
* Gültig bis
|
|
10513
10513
|
*/
|
|
10514
|
-
|
|
10514
|
+
validUntil: ScriptingDate;
|
|
10515
10515
|
|
|
10516
10516
|
/**
|
|
10517
10517
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
@@ -10614,14 +10614,14 @@ export const enum RegulationSet {
|
|
|
10614
10614
|
export interface RequestDocument {
|
|
10615
10615
|
|
|
10616
10616
|
/**
|
|
10617
|
-
*
|
|
10617
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10618
10618
|
*/
|
|
10619
|
-
|
|
10619
|
+
incomingGoodsStorageBinId: number;
|
|
10620
10620
|
|
|
10621
10621
|
/**
|
|
10622
|
-
*
|
|
10622
|
+
* Belegdatum
|
|
10623
10623
|
*/
|
|
10624
|
-
|
|
10624
|
+
documentDate: ScriptingDate;
|
|
10625
10625
|
|
|
10626
10626
|
/**
|
|
10627
10627
|
* Der Anzahlungsbetrag
|
|
@@ -10734,14 +10734,14 @@ export interface RequestDocument {
|
|
|
10734
10734
|
custom: EavDocument;
|
|
10735
10735
|
|
|
10736
10736
|
/**
|
|
10737
|
-
*
|
|
10737
|
+
* target document type for document copy
|
|
10738
10738
|
*/
|
|
10739
|
-
|
|
10739
|
+
targetDocumentType: DocumentType;
|
|
10740
10740
|
|
|
10741
10741
|
/**
|
|
10742
|
-
*
|
|
10742
|
+
* reference to the corresponding document in an external system
|
|
10743
10743
|
*/
|
|
10744
|
-
|
|
10744
|
+
externalId: string;
|
|
10745
10745
|
|
|
10746
10746
|
/**
|
|
10747
10747
|
* ID vom Pickwagen für den Wareneingang (wenn incomingGoodsStorageBinId = null)
|
|
@@ -10857,14 +10857,14 @@ export interface RequestDocumentLine {
|
|
|
10857
10857
|
dropShippingPolicy: DropShippingPolicy;
|
|
10858
10858
|
|
|
10859
10859
|
/**
|
|
10860
|
-
*
|
|
10860
|
+
* (optional) Lager-ID
|
|
10861
10861
|
*/
|
|
10862
|
-
|
|
10862
|
+
storageId: number;
|
|
10863
10863
|
|
|
10864
10864
|
/**
|
|
10865
|
-
*
|
|
10865
|
+
* Positionsnummer der Artikel
|
|
10866
10866
|
*/
|
|
10867
|
-
|
|
10867
|
+
positionOfArticleLine: number;
|
|
10868
10868
|
|
|
10869
10869
|
/**
|
|
10870
10870
|
* Vertragsdetails zur Belegposition
|
|
@@ -10877,14 +10877,14 @@ export interface RequestDocumentLine {
|
|
|
10877
10877
|
supplierAccountId: number;
|
|
10878
10878
|
|
|
10879
10879
|
/**
|
|
10880
|
-
*
|
|
10880
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
10881
10881
|
*/
|
|
10882
|
-
|
|
10882
|
+
mainArticleLinePosition: number;
|
|
10883
10883
|
|
|
10884
10884
|
/**
|
|
10885
|
-
*
|
|
10885
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
10886
10886
|
*/
|
|
10887
|
-
|
|
10887
|
+
quantity: number;
|
|
10888
10888
|
|
|
10889
10889
|
/**
|
|
10890
10890
|
* Versandkosten mit Bedingungen
|
|
@@ -10967,14 +10967,14 @@ export interface RequestDocumentLine {
|
|
|
10967
10967
|
externalArticleNumber: string;
|
|
10968
10968
|
|
|
10969
10969
|
/**
|
|
10970
|
-
*
|
|
10970
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10971
10971
|
*/
|
|
10972
|
-
|
|
10972
|
+
doLabelPrint: boolean;
|
|
10973
10973
|
|
|
10974
10974
|
/**
|
|
10975
|
-
*
|
|
10975
|
+
* (optional) Preis des Artikels dieser Position
|
|
10976
10976
|
*/
|
|
10977
|
-
|
|
10977
|
+
productPrice: number;
|
|
10978
10978
|
}
|
|
10979
10979
|
|
|
10980
10980
|
export interface RequestDocumentLineBooking {
|
|
@@ -11395,14 +11395,14 @@ export interface ScenarioDimensionValue {
|
|
|
11395
11395
|
export interface ScenarioFactDef {
|
|
11396
11396
|
|
|
11397
11397
|
/**
|
|
11398
|
-
* Attribut
|
|
11398
|
+
* Attribut Name
|
|
11399
11399
|
*/
|
|
11400
|
-
|
|
11400
|
+
factAttribute: string;
|
|
11401
11401
|
|
|
11402
11402
|
/**
|
|
11403
|
-
* Attribut
|
|
11403
|
+
* Attribut Typ
|
|
11404
11404
|
*/
|
|
11405
|
-
|
|
11405
|
+
attributeType: ScenarioFactDef$FactType;
|
|
11406
11406
|
|
|
11407
11407
|
/**
|
|
11408
11408
|
* Unique identifier of the Object
|
|
@@ -11501,14 +11501,14 @@ export interface SequencerConfiguration {
|
|
|
11501
11501
|
key: string;
|
|
11502
11502
|
|
|
11503
11503
|
/**
|
|
11504
|
-
*
|
|
11504
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11505
11505
|
*/
|
|
11506
|
-
|
|
11506
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11507
11507
|
|
|
11508
11508
|
/**
|
|
11509
|
-
*
|
|
11509
|
+
* Contains details about the sequencer configuration
|
|
11510
11510
|
*/
|
|
11511
|
-
|
|
11511
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11512
11512
|
|
|
11513
11513
|
/**
|
|
11514
11514
|
* MetaInformations for this Object
|
|
@@ -12351,9 +12351,9 @@ export interface Supplier {
|
|
|
12351
12351
|
info: MetaInfo;
|
|
12352
12352
|
|
|
12353
12353
|
/**
|
|
12354
|
-
*
|
|
12354
|
+
* Lieferantengruppe
|
|
12355
12355
|
*/
|
|
12356
|
-
|
|
12356
|
+
supplierGroupRef: ApiObjectReference;
|
|
12357
12357
|
|
|
12358
12358
|
/**
|
|
12359
12359
|
* reference to the delivery method
|
|
@@ -12361,9 +12361,9 @@ export interface Supplier {
|
|
|
12361
12361
|
deliveryMethodRef: ApiObjectReference;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
|
-
*
|
|
12364
|
+
* tax able or tax free
|
|
12365
12365
|
*/
|
|
12366
|
-
|
|
12366
|
+
taxable: boolean;
|
|
12367
12367
|
|
|
12368
12368
|
/**
|
|
12369
12369
|
* Mahnen?
|
|
@@ -12416,14 +12416,14 @@ export interface Supplier {
|
|
|
12416
12416
|
performanceCountryCode: string;
|
|
12417
12417
|
|
|
12418
12418
|
/**
|
|
12419
|
-
*
|
|
12419
|
+
* reference to the payment method
|
|
12420
12420
|
*/
|
|
12421
|
-
|
|
12421
|
+
paymentMethodRef: ApiObjectReference;
|
|
12422
12422
|
|
|
12423
12423
|
/**
|
|
12424
|
-
*
|
|
12424
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12425
12425
|
*/
|
|
12426
|
-
|
|
12426
|
+
defaultDeliveryTime: number;
|
|
12427
12427
|
|
|
12428
12428
|
/**
|
|
12429
12429
|
* Bestellsperre
|
|
@@ -12688,14 +12688,14 @@ export interface TextTemplate {
|
|
|
12688
12688
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12689
12689
|
|
|
12690
12690
|
/**
|
|
12691
|
-
*
|
|
12691
|
+
* Texte in den angebotenen Sprachen
|
|
12692
12692
|
*/
|
|
12693
|
-
|
|
12693
|
+
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12694
12694
|
|
|
12695
12695
|
/**
|
|
12696
|
-
*
|
|
12696
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12697
12697
|
*/
|
|
12698
|
-
|
|
12698
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12699
12699
|
|
|
12700
12700
|
/**
|
|
12701
12701
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|