@vario-software/types 2026.21.4 → 2026.22.0
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/schema/erp.d.ts +23023 -19385
- package/scripting/services.d.ts +160 -56
- package/scripting/types.d.ts +676 -351
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
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Post office box
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
postOfficeBox: string;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Title
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Country code
|
|
@@ -381,14 +381,14 @@ export interface AccountAddress {
|
|
|
381
381
|
version: number;
|
|
382
382
|
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* Additional address line1
|
|
385
385
|
*/
|
|
386
|
-
|
|
386
|
+
additionalAddressLine1: string;
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
|
-
*
|
|
389
|
+
* tax identification number/ UST-ID-Nr.
|
|
390
390
|
*/
|
|
391
|
-
|
|
391
|
+
taxIdentificationNumber: string;
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Parcel station
|
|
@@ -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
|
|
@@ -999,20 +999,25 @@ export interface Article {
|
|
|
999
999
|
printLabelSettings: ArticlePrintLabelSettings;
|
|
1000
1000
|
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* Gefahrgut Informationen
|
|
1003
1003
|
*/
|
|
1004
|
-
|
|
1004
|
+
dangerousGoodInformation: DangerousGoodInformation;
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
|
-
*
|
|
1007
|
+
* Zolltarifnummer
|
|
1008
1008
|
*/
|
|
1009
|
-
|
|
1009
|
+
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Product custom data
|
|
1013
1013
|
*/
|
|
1014
1014
|
listingCustom: EavArticleListing;
|
|
1015
1015
|
|
|
1016
|
+
/**
|
|
1017
|
+
* is this product purchasable
|
|
1018
|
+
*/
|
|
1019
|
+
purchasable: boolean;
|
|
1020
|
+
|
|
1016
1021
|
/**
|
|
1017
1022
|
* base capacity unit
|
|
1018
1023
|
*/
|
|
@@ -1024,14 +1029,14 @@ export interface Article {
|
|
|
1024
1029
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1025
1030
|
|
|
1026
1031
|
/**
|
|
1027
|
-
*
|
|
1032
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1033
|
*/
|
|
1029
|
-
|
|
1034
|
+
sellableWithoutStock: boolean;
|
|
1030
1035
|
|
|
1031
1036
|
/**
|
|
1032
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1038
|
*/
|
|
1034
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1035
1040
|
|
|
1036
1041
|
/**
|
|
1037
1042
|
* gross Volume in cubic meters
|
|
@@ -1059,14 +1064,14 @@ export interface Article {
|
|
|
1059
1064
|
warrantyInMonths: number;
|
|
1060
1065
|
|
|
1061
1066
|
/**
|
|
1062
|
-
*
|
|
1067
|
+
* weight and size w.o. packaging
|
|
1063
1068
|
*/
|
|
1064
|
-
|
|
1069
|
+
netMetric: Article$Metric;
|
|
1065
1070
|
|
|
1066
1071
|
/**
|
|
1067
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1068
1073
|
*/
|
|
1069
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1070
1075
|
|
|
1071
1076
|
/**
|
|
1072
1077
|
* unique product number
|
|
@@ -1078,11 +1083,6 @@ export interface Article {
|
|
|
1078
1083
|
*/
|
|
1079
1084
|
mergeable: boolean;
|
|
1080
1085
|
|
|
1081
|
-
/**
|
|
1082
|
-
* Gefahrgut Informationen
|
|
1083
|
-
*/
|
|
1084
|
-
dangerousGoodInformationRef: ApiObjectReference;
|
|
1085
|
-
|
|
1086
1086
|
/**
|
|
1087
1087
|
* skontierbarer Artikel?
|
|
1088
1088
|
*/
|
|
@@ -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,26 +1198,26 @@ 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
|
|
1218
1213
|
*/
|
|
1219
1214
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1215
|
|
|
1216
|
+
/**
|
|
1217
|
+
* Frei kommissionierbar
|
|
1218
|
+
*/
|
|
1219
|
+
freelyPickable: boolean;
|
|
1220
|
+
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1223
|
*/
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* gross sales prices
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
grossSalesPrice: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -1288,25 +1288,15 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* reference to Product
|
|
1293
|
-
*/
|
|
1294
|
-
productRef: ApiObjectReference;
|
|
1295
|
-
|
|
1296
|
-
/**
|
|
1297
|
-
* Artikel ist Gefahrgut
|
|
1298
|
-
*/
|
|
1299
|
-
isDangerousGood: boolean;
|
|
1300
|
-
|
|
1301
1291
|
/**
|
|
1302
1292
|
* Versandlabeldruck
|
|
1303
1293
|
*/
|
|
1304
1294
|
shippingLabelPrinting: boolean;
|
|
1305
1295
|
|
|
1306
1296
|
/**
|
|
1307
|
-
*
|
|
1297
|
+
* reference to Product
|
|
1308
1298
|
*/
|
|
1309
|
-
|
|
1299
|
+
productRef: ApiObjectReference;
|
|
1310
1300
|
|
|
1311
1301
|
/**
|
|
1312
1302
|
* alternative name of this product
|
|
@@ -1318,6 +1308,11 @@ export interface Article {
|
|
|
1318
1308
|
*/
|
|
1319
1309
|
contingentArticleRef: ApiObjectReference;
|
|
1320
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
|
+
*/
|
|
1314
|
+
discountable: boolean;
|
|
1315
|
+
|
|
1321
1316
|
/**
|
|
1322
1317
|
* base capacity
|
|
1323
1318
|
*/
|
|
@@ -1338,6 +1333,11 @@ export interface Article {
|
|
|
1338
1333
|
*/
|
|
1339
1334
|
baseArticle: boolean;
|
|
1340
1335
|
|
|
1336
|
+
/**
|
|
1337
|
+
* Artikel ist Gefahrgut
|
|
1338
|
+
*/
|
|
1339
|
+
dangerousGoods: boolean;
|
|
1340
|
+
|
|
1341
1341
|
/**
|
|
1342
1342
|
* all (external) product numbers (SKU, EAN, ...)
|
|
1343
1343
|
*/
|
|
@@ -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
|
|
@@ -1422,14 +1422,14 @@ export interface Article$Metric {
|
|
|
1422
1422
|
sizeX: number;
|
|
1423
1423
|
|
|
1424
1424
|
/**
|
|
1425
|
-
*
|
|
1425
|
+
* size unit
|
|
1426
1426
|
*/
|
|
1427
|
-
|
|
1427
|
+
sizeUnit: UnitTypeReference;
|
|
1428
1428
|
|
|
1429
1429
|
/**
|
|
1430
|
-
*
|
|
1430
|
+
* weight
|
|
1431
1431
|
*/
|
|
1432
|
-
|
|
1432
|
+
weight: number;
|
|
1433
1433
|
|
|
1434
1434
|
/**
|
|
1435
1435
|
* size
|
|
@@ -1437,14 +1437,14 @@ export interface Article$Metric {
|
|
|
1437
1437
|
sizeY: number;
|
|
1438
1438
|
|
|
1439
1439
|
/**
|
|
1440
|
-
*
|
|
1440
|
+
* size
|
|
1441
1441
|
*/
|
|
1442
|
-
|
|
1442
|
+
sizeZ: number;
|
|
1443
1443
|
|
|
1444
1444
|
/**
|
|
1445
|
-
*
|
|
1445
|
+
* weight unit
|
|
1446
1446
|
*/
|
|
1447
|
-
|
|
1447
|
+
weightUnit: UnitTypeReference;
|
|
1448
1448
|
}
|
|
1449
1449
|
|
|
1450
1450
|
export interface ArticleAvailabilityDetermination {
|
|
@@ -1481,6 +1481,124 @@ export const enum ArticleAvailabilityDetermination$Operation {
|
|
|
1481
1481
|
SUBTRACT = 'SUBTRACT'
|
|
1482
1482
|
}
|
|
1483
1483
|
|
|
1484
|
+
export interface ArticleCustomer {
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* Anzeigename des Accounts
|
|
1488
|
+
*/
|
|
1489
|
+
accountDisplayName: string;
|
|
1490
|
+
|
|
1491
|
+
/**
|
|
1492
|
+
* Nur Sonderpreis/-rabatt verwenden?
|
|
1493
|
+
*/
|
|
1494
|
+
useOnlyRelatedPriceOrDiscount: boolean;
|
|
1495
|
+
|
|
1496
|
+
/**
|
|
1497
|
+
* Referenced Article name
|
|
1498
|
+
*/
|
|
1499
|
+
articleName: string;
|
|
1500
|
+
|
|
1501
|
+
/**
|
|
1502
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1503
|
+
*/
|
|
1504
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1505
|
+
|
|
1506
|
+
/**
|
|
1507
|
+
* Etikettdruck-Einstellungen
|
|
1508
|
+
*/
|
|
1509
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1510
|
+
|
|
1511
|
+
/**
|
|
1512
|
+
* Kunden-Preise
|
|
1513
|
+
*/
|
|
1514
|
+
productPrices: Array<ProductPrice>;
|
|
1515
|
+
|
|
1516
|
+
/**
|
|
1517
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1518
|
+
*/
|
|
1519
|
+
useDeviatingArticleDescription: boolean;
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* Referenced Article
|
|
1523
|
+
*/
|
|
1524
|
+
articleId: number;
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* Aktiv?
|
|
1528
|
+
*/
|
|
1529
|
+
active: boolean;
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* Version Identifier for this Object (for PUT)
|
|
1533
|
+
*/
|
|
1534
|
+
version: number;
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* Abweichende Produktbeschreibung
|
|
1538
|
+
*/
|
|
1539
|
+
deviatingArticleDescription: string;
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* Standardpreis Netto
|
|
1543
|
+
*/
|
|
1544
|
+
defaultNetPrice: number;
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* Referenced Customer-Account
|
|
1548
|
+
*/
|
|
1549
|
+
accountId: number;
|
|
1550
|
+
|
|
1551
|
+
/**
|
|
1552
|
+
* Abweichende Produktbezeichnung
|
|
1553
|
+
*/
|
|
1554
|
+
deviatingArticleName: string;
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* Standardpreis Brutto
|
|
1558
|
+
*/
|
|
1559
|
+
defaultGrossPrice: number;
|
|
1560
|
+
|
|
1561
|
+
/**
|
|
1562
|
+
* Abweichende Produktnummer
|
|
1563
|
+
*/
|
|
1564
|
+
deviatingArticleNumber: string;
|
|
1565
|
+
|
|
1566
|
+
/**
|
|
1567
|
+
* Artikelnummer
|
|
1568
|
+
*/
|
|
1569
|
+
articleNumber: string;
|
|
1570
|
+
|
|
1571
|
+
/**
|
|
1572
|
+
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1573
|
+
*/
|
|
1574
|
+
deviatingArticleIdentifier: string;
|
|
1575
|
+
|
|
1576
|
+
/**
|
|
1577
|
+
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1578
|
+
*/
|
|
1579
|
+
useDeviatingArticleNumber: boolean;
|
|
1580
|
+
|
|
1581
|
+
/**
|
|
1582
|
+
* Unique identifier of the Object
|
|
1583
|
+
*/
|
|
1584
|
+
id: number;
|
|
1585
|
+
|
|
1586
|
+
/**
|
|
1587
|
+
* Soll die abweichende Produktbezeichnung verwendet werden (z.B. in Belegen)
|
|
1588
|
+
*/
|
|
1589
|
+
useDeviatingArticleName: boolean;
|
|
1590
|
+
|
|
1591
|
+
/**
|
|
1592
|
+
* Ist das Produkt für den Kunden gesperrt?
|
|
1593
|
+
*/
|
|
1594
|
+
lockedForCustomer: boolean;
|
|
1595
|
+
|
|
1596
|
+
/**
|
|
1597
|
+
* MetaInformations for this Object
|
|
1598
|
+
*/
|
|
1599
|
+
info: MetaInfo;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1484
1602
|
export interface ArticleIdentifier {
|
|
1485
1603
|
|
|
1486
1604
|
/**
|
|
@@ -1785,14 +1903,14 @@ export interface ArticleStorage {
|
|
|
1785
1903
|
reorderPoint: number;
|
|
1786
1904
|
|
|
1787
1905
|
/**
|
|
1788
|
-
*
|
|
1906
|
+
* Nachschub auf
|
|
1789
1907
|
*/
|
|
1790
|
-
|
|
1908
|
+
replenishmentOn: number;
|
|
1791
1909
|
|
|
1792
1910
|
/**
|
|
1793
|
-
*
|
|
1911
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1794
1912
|
*/
|
|
1795
|
-
|
|
1913
|
+
virtualStockAmount: number;
|
|
1796
1914
|
|
|
1797
1915
|
/**
|
|
1798
1916
|
* Reservierte Menge
|
|
@@ -1835,14 +1953,14 @@ export interface ArticleStorage {
|
|
|
1835
1953
|
storageRef: ApiObjectReference;
|
|
1836
1954
|
|
|
1837
1955
|
/**
|
|
1838
|
-
*
|
|
1956
|
+
* Sollbestand
|
|
1839
1957
|
*/
|
|
1840
|
-
|
|
1958
|
+
targetStock: number;
|
|
1841
1959
|
|
|
1842
1960
|
/**
|
|
1843
|
-
*
|
|
1961
|
+
* Vorgabe-Lagerplätze
|
|
1844
1962
|
*/
|
|
1845
|
-
|
|
1963
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1846
1964
|
|
|
1847
1965
|
/**
|
|
1848
1966
|
* Aktuelle Menge in Produktion
|
|
@@ -1862,11 +1980,6 @@ export interface ArticleStorage {
|
|
|
1862
1980
|
|
|
1863
1981
|
export interface ArticleSupplier {
|
|
1864
1982
|
|
|
1865
|
-
/**
|
|
1866
|
-
* Lieferanten-Meldebestand
|
|
1867
|
-
*/
|
|
1868
|
-
supplierReportingStock: number;
|
|
1869
|
-
|
|
1870
1983
|
/**
|
|
1871
1984
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1872
1985
|
*/
|
|
@@ -1878,15 +1991,20 @@ export interface ArticleSupplier {
|
|
|
1878
1991
|
accountDisplayName: string;
|
|
1879
1992
|
|
|
1880
1993
|
/**
|
|
1881
|
-
*
|
|
1994
|
+
* Lieferanten-Meldebestand
|
|
1882
1995
|
*/
|
|
1883
|
-
|
|
1996
|
+
supplierReportingStock: number;
|
|
1884
1997
|
|
|
1885
1998
|
/**
|
|
1886
1999
|
* Lieferzeit in (Werk-)Tagen
|
|
1887
2000
|
*/
|
|
1888
2001
|
deliveryTime: number;
|
|
1889
2002
|
|
|
2003
|
+
/**
|
|
2004
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2005
|
+
*/
|
|
2006
|
+
useSupplierArticleIdentifier: boolean;
|
|
2007
|
+
|
|
1890
2008
|
/**
|
|
1891
2009
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1892
2010
|
*/
|
|
@@ -1933,14 +2051,14 @@ export interface ArticleSupplier {
|
|
|
1933
2051
|
info: MetaInfo;
|
|
1934
2052
|
|
|
1935
2053
|
/**
|
|
1936
|
-
*
|
|
2054
|
+
* Referenced Article name
|
|
1937
2055
|
*/
|
|
1938
|
-
|
|
2056
|
+
articleName: string;
|
|
1939
2057
|
|
|
1940
2058
|
/**
|
|
1941
|
-
*
|
|
2059
|
+
* Verpackungseinheit
|
|
1942
2060
|
*/
|
|
1943
|
-
|
|
2061
|
+
packagingUnit: number;
|
|
1944
2062
|
|
|
1945
2063
|
/**
|
|
1946
2064
|
* Lieferanten-Preise
|
|
@@ -1973,14 +2091,14 @@ export interface ArticleSupplier {
|
|
|
1973
2091
|
dropShippingAllowed: boolean;
|
|
1974
2092
|
|
|
1975
2093
|
/**
|
|
1976
|
-
* Abweichende
|
|
2094
|
+
* Abweichende Produktbezeichnung
|
|
1977
2095
|
*/
|
|
1978
|
-
|
|
2096
|
+
supplierArticleName: string;
|
|
1979
2097
|
|
|
1980
2098
|
/**
|
|
1981
|
-
* Abweichende
|
|
2099
|
+
* Abweichende Produktbeschreibung
|
|
1982
2100
|
*/
|
|
1983
|
-
|
|
2101
|
+
supplierArticleDescription: string;
|
|
1984
2102
|
|
|
1985
2103
|
/**
|
|
1986
2104
|
* Standardpreis Netto
|
|
@@ -2104,6 +2222,13 @@ export const enum CalculationModeOrigin {
|
|
|
2104
2222
|
USER_DEFINED = 'USER_DEFINED'
|
|
2105
2223
|
}
|
|
2106
2224
|
|
|
2225
|
+
export const enum CashJournalWithdrawalMode {
|
|
2226
|
+
FULL = 'FULL',
|
|
2227
|
+
BALANCE = 'BALANCE',
|
|
2228
|
+
MANUAL = 'MANUAL',
|
|
2229
|
+
NONE = 'NONE'
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2107
2232
|
export const enum CommonUserType {
|
|
2108
2233
|
REGULAR = 'REGULAR',
|
|
2109
2234
|
SUPPORT = 'SUPPORT',
|
|
@@ -2181,6 +2306,11 @@ export interface CountryReference {
|
|
|
2181
2306
|
*/
|
|
2182
2307
|
isoAlpha2: string;
|
|
2183
2308
|
|
|
2309
|
+
/**
|
|
2310
|
+
* IsoAlpha3-Code des Landes
|
|
2311
|
+
*/
|
|
2312
|
+
isoAlpha3: string;
|
|
2313
|
+
|
|
2184
2314
|
/**
|
|
2185
2315
|
* Bezeichnung des Landes
|
|
2186
2316
|
*/
|
|
@@ -2271,14 +2401,14 @@ export interface CrmActivity {
|
|
|
2271
2401
|
info: MetaInfo;
|
|
2272
2402
|
|
|
2273
2403
|
/**
|
|
2274
|
-
*
|
|
2404
|
+
* geplante Dauer
|
|
2275
2405
|
*/
|
|
2276
|
-
|
|
2406
|
+
plannedDurationInSeconds: number;
|
|
2277
2407
|
|
|
2278
2408
|
/**
|
|
2279
|
-
*
|
|
2409
|
+
* Aktivität intern abgerechnet?
|
|
2280
2410
|
*/
|
|
2281
|
-
|
|
2411
|
+
internalBilled: boolean;
|
|
2282
2412
|
|
|
2283
2413
|
/**
|
|
2284
2414
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2548,14 +2678,14 @@ export interface CrmDeal {
|
|
|
2548
2678
|
info: MetaInfo;
|
|
2549
2679
|
|
|
2550
2680
|
/**
|
|
2551
|
-
*
|
|
2681
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2552
2682
|
*/
|
|
2553
|
-
|
|
2683
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2554
2684
|
|
|
2555
2685
|
/**
|
|
2556
|
-
*
|
|
2686
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2557
2687
|
*/
|
|
2558
|
-
|
|
2688
|
+
assignedUserRef: ApiObjectReference;
|
|
2559
2689
|
|
|
2560
2690
|
/**
|
|
2561
2691
|
* Chance (in Prozent)
|
|
@@ -2829,14 +2959,14 @@ export interface CrmProject {
|
|
|
2829
2959
|
priorityRef: ApiObjectReference;
|
|
2830
2960
|
|
|
2831
2961
|
/**
|
|
2832
|
-
*
|
|
2962
|
+
* Projektleiter vom Auftragnehmer
|
|
2833
2963
|
*/
|
|
2834
|
-
|
|
2964
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2835
2965
|
|
|
2836
2966
|
/**
|
|
2837
|
-
*
|
|
2967
|
+
* Phase
|
|
2838
2968
|
*/
|
|
2839
|
-
|
|
2969
|
+
phaseRef: ApiObjectReference;
|
|
2840
2970
|
|
|
2841
2971
|
/**
|
|
2842
2972
|
* Aufgaben-Nummer
|
|
@@ -3084,14 +3214,14 @@ export interface CrmState {
|
|
|
3084
3214
|
readyToBill: boolean;
|
|
3085
3215
|
|
|
3086
3216
|
/**
|
|
3087
|
-
*
|
|
3217
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3088
3218
|
*/
|
|
3089
|
-
|
|
3219
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3090
3220
|
|
|
3091
3221
|
/**
|
|
3092
|
-
*
|
|
3222
|
+
* Handelt es sich um einen Anfang-Status
|
|
3093
3223
|
*/
|
|
3094
|
-
|
|
3224
|
+
startState: boolean;
|
|
3095
3225
|
|
|
3096
3226
|
/**
|
|
3097
3227
|
* MetaInformations for this Object
|
|
@@ -3140,9 +3270,9 @@ export interface CrmSubType {
|
|
|
3140
3270
|
export interface CrmTask {
|
|
3141
3271
|
|
|
3142
3272
|
/**
|
|
3143
|
-
*
|
|
3273
|
+
* Angebot
|
|
3144
3274
|
*/
|
|
3145
|
-
|
|
3275
|
+
customerOfferRef: DocumentRef;
|
|
3146
3276
|
|
|
3147
3277
|
/**
|
|
3148
3278
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3150,9 +3280,9 @@ export interface CrmTask {
|
|
|
3150
3280
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3151
3281
|
|
|
3152
3282
|
/**
|
|
3153
|
-
*
|
|
3283
|
+
* Liste von Erinnerungen
|
|
3154
3284
|
*/
|
|
3155
|
-
|
|
3285
|
+
reminders: Array<CrmReminder>;
|
|
3156
3286
|
|
|
3157
3287
|
/**
|
|
3158
3288
|
* Notizen
|
|
@@ -3335,14 +3465,14 @@ export interface CrmTask {
|
|
|
3335
3465
|
assignedUserRef: ApiObjectReference;
|
|
3336
3466
|
|
|
3337
3467
|
/**
|
|
3338
|
-
*
|
|
3468
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3339
3469
|
*/
|
|
3340
|
-
|
|
3470
|
+
externalRecordedTimes: number;
|
|
3341
3471
|
|
|
3342
3472
|
/**
|
|
3343
|
-
*
|
|
3473
|
+
* Beauftragte Zeit in Sekunden
|
|
3344
3474
|
*/
|
|
3345
|
-
|
|
3475
|
+
effortCommissioned: number;
|
|
3346
3476
|
|
|
3347
3477
|
/**
|
|
3348
3478
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3656,7 +3786,100 @@ export interface Customer {
|
|
|
3656
3786
|
/**
|
|
3657
3787
|
* currency code IsoAlpha3
|
|
3658
3788
|
*/
|
|
3659
|
-
currencyCode: string;
|
|
3789
|
+
currencyCode: string;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
export interface DangerousGoodInformation {
|
|
3793
|
+
|
|
3794
|
+
/**
|
|
3795
|
+
* shipping name
|
|
3796
|
+
*/
|
|
3797
|
+
shippingName: string;
|
|
3798
|
+
|
|
3799
|
+
/**
|
|
3800
|
+
* tunnel restriction classes
|
|
3801
|
+
*/
|
|
3802
|
+
tunnelRestrictionCode: TunnelRestrictionCode;
|
|
3803
|
+
|
|
3804
|
+
/**
|
|
3805
|
+
* transportation category
|
|
3806
|
+
*/
|
|
3807
|
+
transportCategory: string;
|
|
3808
|
+
|
|
3809
|
+
/**
|
|
3810
|
+
* description
|
|
3811
|
+
*/
|
|
3812
|
+
description: string;
|
|
3813
|
+
|
|
3814
|
+
/**
|
|
3815
|
+
* technical name
|
|
3816
|
+
*/
|
|
3817
|
+
technicalName: string;
|
|
3818
|
+
|
|
3819
|
+
/**
|
|
3820
|
+
* Version Identifier for this Object (for PUT)
|
|
3821
|
+
*/
|
|
3822
|
+
version: number;
|
|
3823
|
+
|
|
3824
|
+
/**
|
|
3825
|
+
* secundary risk of the dangerous good
|
|
3826
|
+
*/
|
|
3827
|
+
subsidiaryRisk: boolean;
|
|
3828
|
+
|
|
3829
|
+
/**
|
|
3830
|
+
* classification code
|
|
3831
|
+
*/
|
|
3832
|
+
classificationCode: string;
|
|
3833
|
+
|
|
3834
|
+
/**
|
|
3835
|
+
* packing code
|
|
3836
|
+
*/
|
|
3837
|
+
packingCode: string;
|
|
3838
|
+
|
|
3839
|
+
/**
|
|
3840
|
+
* united nations number (un number)
|
|
3841
|
+
*/
|
|
3842
|
+
unNumber: string;
|
|
3843
|
+
|
|
3844
|
+
/**
|
|
3845
|
+
* identification class
|
|
3846
|
+
*/
|
|
3847
|
+
identificationClass: string;
|
|
3848
|
+
|
|
3849
|
+
/**
|
|
3850
|
+
* regulation code
|
|
3851
|
+
*/
|
|
3852
|
+
regulationCode: RegulationCode;
|
|
3853
|
+
|
|
3854
|
+
/**
|
|
3855
|
+
* regulation Set, e.g. ADR
|
|
3856
|
+
*/
|
|
3857
|
+
regulationSet: RegulationSet;
|
|
3858
|
+
|
|
3859
|
+
/**
|
|
3860
|
+
* Unique identifier of the Object
|
|
3861
|
+
*/
|
|
3862
|
+
id: number;
|
|
3863
|
+
|
|
3864
|
+
/**
|
|
3865
|
+
* packing group (I, II, III or blank)
|
|
3866
|
+
*/
|
|
3867
|
+
packingGroup: string;
|
|
3868
|
+
|
|
3869
|
+
/**
|
|
3870
|
+
* weight of the hazardous part
|
|
3871
|
+
*/
|
|
3872
|
+
hazardousWeight: number;
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* adr identification number
|
|
3876
|
+
*/
|
|
3877
|
+
adrNumber: string;
|
|
3878
|
+
|
|
3879
|
+
/**
|
|
3880
|
+
* MetaInformations for this Object
|
|
3881
|
+
*/
|
|
3882
|
+
info: MetaInfo;
|
|
3660
3883
|
}
|
|
3661
3884
|
|
|
3662
3885
|
export const enum DealNotificationEventConfig {
|
|
@@ -3730,14 +3953,14 @@ export interface DeliveryMethod {
|
|
|
3730
3953
|
defaultSizeUnit: UnitTypeReference;
|
|
3731
3954
|
|
|
3732
3955
|
/**
|
|
3733
|
-
*
|
|
3956
|
+
* Quelle für Paketgewicht
|
|
3734
3957
|
*/
|
|
3735
|
-
|
|
3958
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3736
3959
|
|
|
3737
3960
|
/**
|
|
3738
|
-
*
|
|
3961
|
+
* translations
|
|
3739
3962
|
*/
|
|
3740
|
-
|
|
3963
|
+
translations: Array<DocumentTypeTerm>;
|
|
3741
3964
|
|
|
3742
3965
|
/**
|
|
3743
3966
|
* Versand-Anbieter
|
|
@@ -3828,14 +4051,14 @@ export interface DeliveryTerm {
|
|
|
3828
4051
|
version: number;
|
|
3829
4052
|
|
|
3830
4053
|
/**
|
|
3831
|
-
*
|
|
4054
|
+
* information, how the shipping charges should be calculated
|
|
3832
4055
|
*/
|
|
3833
|
-
|
|
4056
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3834
4057
|
|
|
3835
4058
|
/**
|
|
3836
|
-
*
|
|
4059
|
+
* translations
|
|
3837
4060
|
*/
|
|
3838
|
-
|
|
4061
|
+
translations: Array<DocumentTypeTerm>;
|
|
3839
4062
|
|
|
3840
4063
|
/**
|
|
3841
4064
|
* Lieferarten
|
|
@@ -3954,9 +4177,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3954
4177
|
deliveryQuantityPackages: number;
|
|
3955
4178
|
|
|
3956
4179
|
/**
|
|
3957
|
-
*
|
|
4180
|
+
* Leitweg-ID
|
|
3958
4181
|
*/
|
|
3959
|
-
|
|
4182
|
+
buyerReference: string;
|
|
3960
4183
|
|
|
3961
4184
|
/**
|
|
3962
4185
|
* Bestellnummer aus Vorbeleg
|
|
@@ -3964,9 +4187,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3964
4187
|
referencedOrderNumber: string;
|
|
3965
4188
|
|
|
3966
4189
|
/**
|
|
3967
|
-
*
|
|
4190
|
+
* Steuerpflichtig oder steuerfrei
|
|
3968
4191
|
*/
|
|
3969
|
-
|
|
4192
|
+
taxable: boolean;
|
|
3970
4193
|
|
|
3971
4194
|
/**
|
|
3972
4195
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4014,14 +4237,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4014
4237
|
accountId: number;
|
|
4015
4238
|
|
|
4016
4239
|
/**
|
|
4017
|
-
* Länderkennzeichen
|
|
4240
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4018
4241
|
*/
|
|
4019
|
-
|
|
4242
|
+
performanceCountryCode: string;
|
|
4020
4243
|
|
|
4021
4244
|
/**
|
|
4022
|
-
* Länderkennzeichen
|
|
4245
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4023
4246
|
*/
|
|
4024
|
-
|
|
4247
|
+
sourceCountryCode: string;
|
|
4025
4248
|
|
|
4026
4249
|
/**
|
|
4027
4250
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4181,14 +4404,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4181
4404
|
defaultAddress: DocumentAddress;
|
|
4182
4405
|
|
|
4183
4406
|
/**
|
|
4184
|
-
*
|
|
4407
|
+
* Verarbeitungsoption für Stapel
|
|
4185
4408
|
*/
|
|
4186
|
-
|
|
4409
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4187
4410
|
|
|
4188
4411
|
/**
|
|
4189
|
-
*
|
|
4412
|
+
* Leistungsdatum
|
|
4190
4413
|
*/
|
|
4191
|
-
|
|
4414
|
+
performanceDate: ScriptingDate;
|
|
4192
4415
|
|
|
4193
4416
|
/**
|
|
4194
4417
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4216,14 +4439,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4216
4439
|
additionalInfo: DocumentAdditionalInfo;
|
|
4217
4440
|
|
|
4218
4441
|
/**
|
|
4219
|
-
*
|
|
4442
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4220
4443
|
*/
|
|
4221
|
-
|
|
4444
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4222
4445
|
|
|
4223
4446
|
/**
|
|
4224
|
-
*
|
|
4447
|
+
* Bestelldatum
|
|
4225
4448
|
*/
|
|
4226
|
-
|
|
4449
|
+
orderedOn: ScriptingDate;
|
|
4227
4450
|
|
|
4228
4451
|
/**
|
|
4229
4452
|
* MetaInformations for this Object
|
|
@@ -4360,6 +4583,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4360
4583
|
*/
|
|
4361
4584
|
customerNumber: string;
|
|
4362
4585
|
|
|
4586
|
+
/**
|
|
4587
|
+
* Versandkostenpositionen
|
|
4588
|
+
*/
|
|
4589
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4590
|
+
|
|
4363
4591
|
/**
|
|
4364
4592
|
* Umsatzsteuer-Identifikationsnummer
|
|
4365
4593
|
*/
|
|
@@ -4370,11 +4598,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4370
4598
|
*/
|
|
4371
4599
|
documentState: DocumentTypeState;
|
|
4372
4600
|
|
|
4373
|
-
/**
|
|
4374
|
-
* Versandkostenpositionen
|
|
4375
|
-
*/
|
|
4376
|
-
shippingCosts: Array<DocumentShippingCost>;
|
|
4377
|
-
|
|
4378
4601
|
/**
|
|
4379
4602
|
* Rückgeld
|
|
4380
4603
|
*/
|
|
@@ -4423,14 +4646,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4423
4646
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4424
4647
|
|
|
4425
4648
|
/**
|
|
4426
|
-
*
|
|
4649
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4427
4650
|
*/
|
|
4428
|
-
|
|
4651
|
+
reportGroupRef: ApiObjectReference;
|
|
4429
4652
|
|
|
4430
4653
|
/**
|
|
4431
|
-
*
|
|
4654
|
+
* Bestellt durch Ansprechpartner
|
|
4432
4655
|
*/
|
|
4433
|
-
|
|
4656
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4434
4657
|
}
|
|
4435
4658
|
|
|
4436
4659
|
export interface DocumentAdditionalInfo {
|
|
@@ -4441,14 +4664,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4441
4664
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4442
4665
|
|
|
4443
4666
|
/**
|
|
4444
|
-
*
|
|
4667
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4445
4668
|
*/
|
|
4446
|
-
|
|
4669
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4447
4670
|
|
|
4448
4671
|
/**
|
|
4449
|
-
*
|
|
4672
|
+
* Herkunft der Sprache
|
|
4450
4673
|
*/
|
|
4451
|
-
|
|
4674
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4452
4675
|
|
|
4453
4676
|
/**
|
|
4454
4677
|
* Herkunft der Käufer-Referenz
|
|
@@ -4456,14 +4679,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4456
4679
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4457
4680
|
|
|
4458
4681
|
/**
|
|
4459
|
-
*
|
|
4682
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4460
4683
|
*/
|
|
4461
|
-
|
|
4684
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4462
4685
|
|
|
4463
4686
|
/**
|
|
4464
|
-
*
|
|
4687
|
+
* Herkunft des Berechnungsmodus
|
|
4465
4688
|
*/
|
|
4466
|
-
|
|
4689
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4467
4690
|
|
|
4468
4691
|
/**
|
|
4469
4692
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4606,14 +4829,14 @@ export interface DocumentAddress {
|
|
|
4606
4829
|
info: MetaInfo;
|
|
4607
4830
|
|
|
4608
4831
|
/**
|
|
4609
|
-
*
|
|
4832
|
+
* Lieferart
|
|
4610
4833
|
*/
|
|
4611
|
-
|
|
4834
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4612
4835
|
|
|
4613
4836
|
/**
|
|
4614
|
-
*
|
|
4837
|
+
* GLN
|
|
4615
4838
|
*/
|
|
4616
|
-
|
|
4839
|
+
globalLocationNumber: string;
|
|
4617
4840
|
|
|
4618
4841
|
/**
|
|
4619
4842
|
* Postcode
|
|
@@ -4733,6 +4956,7 @@ export const enum DocumentCategory {
|
|
|
4733
4956
|
POS_RETURN_CASH_RECEIPT = 'POS_RETURN_CASH_RECEIPT',
|
|
4734
4957
|
POS_CASH_JOURNAL_DEPOSIT = 'POS_CASH_JOURNAL_DEPOSIT',
|
|
4735
4958
|
POS_CASH_JOURNAL_EXPENSE = 'POS_CASH_JOURNAL_EXPENSE',
|
|
4959
|
+
POS_CASH_JOURNAL_WITHDRAWAL = 'POS_CASH_JOURNAL_WITHDRAWAL',
|
|
4736
4960
|
POS_CASH_JOURNAL_CLOSING = 'POS_CASH_JOURNAL_CLOSING',
|
|
4737
4961
|
FABRICATION_ORDER = 'FABRICATION_ORDER'
|
|
4738
4962
|
}
|
|
@@ -4793,14 +5017,14 @@ export interface DocumentContractDetail {
|
|
|
4793
5017
|
runtimeToDate: ScriptingDate;
|
|
4794
5018
|
|
|
4795
5019
|
/**
|
|
4796
|
-
*
|
|
5020
|
+
* Nächste Fälligkeit
|
|
4797
5021
|
*/
|
|
4798
|
-
|
|
5022
|
+
nextDueDate: ScriptingDate;
|
|
4799
5023
|
|
|
4800
5024
|
/**
|
|
4801
|
-
*
|
|
5025
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4802
5026
|
*/
|
|
4803
|
-
|
|
5027
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4804
5028
|
|
|
4805
5029
|
/**
|
|
4806
5030
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4831,14 +5055,14 @@ export interface DocumentFabricationDetail {
|
|
|
4831
5055
|
targetStorageRef: ApiObjectReference;
|
|
4832
5056
|
|
|
4833
5057
|
/**
|
|
4834
|
-
*
|
|
5058
|
+
* Notiz
|
|
4835
5059
|
*/
|
|
4836
|
-
|
|
5060
|
+
note: string;
|
|
4837
5061
|
|
|
4838
5062
|
/**
|
|
4839
|
-
*
|
|
5063
|
+
* Material-Lager
|
|
4840
5064
|
*/
|
|
4841
|
-
|
|
5065
|
+
componentsStorageRef: ApiObjectReference;
|
|
4842
5066
|
|
|
4843
5067
|
/**
|
|
4844
5068
|
* QS-Lager
|
|
@@ -5035,14 +5259,14 @@ export interface DocumentLine {
|
|
|
5035
5259
|
number: string;
|
|
5036
5260
|
|
|
5037
5261
|
/**
|
|
5038
|
-
*
|
|
5262
|
+
* Gesamtbruttogewicht
|
|
5039
5263
|
*/
|
|
5040
|
-
|
|
5264
|
+
totalGrossWeight: number;
|
|
5041
5265
|
|
|
5042
5266
|
/**
|
|
5043
|
-
*
|
|
5267
|
+
* Referenz zur Kundenauftragszeile
|
|
5044
5268
|
*/
|
|
5045
|
-
|
|
5269
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5046
5270
|
|
|
5047
5271
|
/**
|
|
5048
5272
|
* skontierbare Position?
|
|
@@ -5059,6 +5283,11 @@ export interface DocumentLine {
|
|
|
5059
5283
|
*/
|
|
5060
5284
|
price: number;
|
|
5061
5285
|
|
|
5286
|
+
/**
|
|
5287
|
+
* FiBu-Buchung
|
|
5288
|
+
*/
|
|
5289
|
+
financeBooking: DocumentFinanceBooking;
|
|
5290
|
+
|
|
5062
5291
|
/**
|
|
5063
5292
|
* Gesamtpreis Position in Basiswährung
|
|
5064
5293
|
*/
|
|
@@ -5069,11 +5298,6 @@ export interface DocumentLine {
|
|
|
5069
5298
|
*/
|
|
5070
5299
|
lineType: DocumentLineType;
|
|
5071
5300
|
|
|
5072
|
-
/**
|
|
5073
|
-
* FiBu-Buchung
|
|
5074
|
-
*/
|
|
5075
|
-
financeBooking: DocumentFinanceBooking;
|
|
5076
|
-
|
|
5077
5301
|
/**
|
|
5078
5302
|
* vorgeorderte Menge in Pickvorgang
|
|
5079
5303
|
*/
|
|
@@ -5104,11 +5328,6 @@ export interface DocumentLine {
|
|
|
5104
5328
|
*/
|
|
5105
5329
|
id: number;
|
|
5106
5330
|
|
|
5107
|
-
/**
|
|
5108
|
-
* Externe Referenz zum VDS-Paket
|
|
5109
|
-
*/
|
|
5110
|
-
externalReferenceVds: string;
|
|
5111
|
-
|
|
5112
5331
|
/**
|
|
5113
5332
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5114
5333
|
*/
|
|
@@ -5119,6 +5338,11 @@ export interface DocumentLine {
|
|
|
5119
5338
|
*/
|
|
5120
5339
|
basePrice: number;
|
|
5121
5340
|
|
|
5341
|
+
/**
|
|
5342
|
+
* Externe Referenz zum VDS-Paket
|
|
5343
|
+
*/
|
|
5344
|
+
externalReferenceVds: string;
|
|
5345
|
+
|
|
5122
5346
|
/**
|
|
5123
5347
|
* Serientyp
|
|
5124
5348
|
*/
|
|
@@ -5130,14 +5354,14 @@ export interface DocumentLine {
|
|
|
5130
5354
|
info: MetaInfo;
|
|
5131
5355
|
|
|
5132
5356
|
/**
|
|
5133
|
-
*
|
|
5357
|
+
* Preiseinheit
|
|
5134
5358
|
*/
|
|
5135
|
-
|
|
5359
|
+
priceUnit: number;
|
|
5136
5360
|
|
|
5137
5361
|
/**
|
|
5138
|
-
*
|
|
5362
|
+
* Steuerschema
|
|
5139
5363
|
*/
|
|
5140
|
-
|
|
5364
|
+
taxSchemaRef: ApiObjectReference;
|
|
5141
5365
|
|
|
5142
5366
|
/**
|
|
5143
5367
|
* Lieferart
|
|
@@ -5220,14 +5444,14 @@ export interface DocumentLine {
|
|
|
5220
5444
|
components: Array<DocumentLineComponent>;
|
|
5221
5445
|
|
|
5222
5446
|
/**
|
|
5223
|
-
*
|
|
5447
|
+
* Versanddatum
|
|
5224
5448
|
*/
|
|
5225
|
-
|
|
5449
|
+
shippingDate: ScriptingDate;
|
|
5226
5450
|
|
|
5227
5451
|
/**
|
|
5228
|
-
*
|
|
5452
|
+
* Summe Dokumentpreisänderungen [Brutto, Netto]
|
|
5229
5453
|
*/
|
|
5230
|
-
|
|
5454
|
+
totalDocumentPriceModifier: number;
|
|
5231
5455
|
|
|
5232
5456
|
/**
|
|
5233
5457
|
* Menge in Pick-Vorgang
|
|
@@ -5274,26 +5498,26 @@ export interface DocumentLine {
|
|
|
5274
5498
|
*/
|
|
5275
5499
|
revenueCalculation: RevenueCalculation;
|
|
5276
5500
|
|
|
5277
|
-
/**
|
|
5278
|
-
* Einheitentyp
|
|
5279
|
-
*/
|
|
5280
|
-
unitType: UnitTypeReference;
|
|
5281
|
-
|
|
5282
5501
|
/**
|
|
5283
5502
|
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
5284
5503
|
*/
|
|
5285
5504
|
totalLinePrice: number;
|
|
5286
5505
|
|
|
5287
5506
|
/**
|
|
5288
|
-
*
|
|
5507
|
+
* Einheitentyp
|
|
5289
5508
|
*/
|
|
5290
|
-
|
|
5509
|
+
unitType: UnitTypeReference;
|
|
5291
5510
|
|
|
5292
5511
|
/**
|
|
5293
5512
|
* Zubehör Einfügeart
|
|
5294
5513
|
*/
|
|
5295
5514
|
insertTerm: AccessoryInsertTerm;
|
|
5296
5515
|
|
|
5516
|
+
/**
|
|
5517
|
+
* Referenz zur Basiszeile
|
|
5518
|
+
*/
|
|
5519
|
+
baseLineId: number;
|
|
5520
|
+
|
|
5297
5521
|
/**
|
|
5298
5522
|
* Einheit Bruttogewicht
|
|
5299
5523
|
*/
|
|
@@ -5325,14 +5549,14 @@ export interface DocumentLine {
|
|
|
5325
5549
|
baseSalesValueNet: number;
|
|
5326
5550
|
|
|
5327
5551
|
/**
|
|
5328
|
-
*
|
|
5552
|
+
* Einheit Nettogewicht
|
|
5329
5553
|
*/
|
|
5330
|
-
|
|
5554
|
+
netWeightUnit: UnitTypeReference;
|
|
5331
5555
|
|
|
5332
5556
|
/**
|
|
5333
|
-
*
|
|
5557
|
+
* Vertragsinformationen
|
|
5334
5558
|
*/
|
|
5335
|
-
|
|
5559
|
+
contractDetail: DocumentContractDetail;
|
|
5336
5560
|
|
|
5337
5561
|
/**
|
|
5338
5562
|
* Menge
|
|
@@ -5626,6 +5850,11 @@ export interface DocumentLineComponent {
|
|
|
5626
5850
|
|
|
5627
5851
|
export interface DocumentLineComponentFabricationDetail {
|
|
5628
5852
|
|
|
5853
|
+
/**
|
|
5854
|
+
* Quell-Gebindeartikel für die Umlagerung von Material
|
|
5855
|
+
*/
|
|
5856
|
+
sourceBundleArticleRef: ProductArticleRef;
|
|
5857
|
+
|
|
5629
5858
|
/**
|
|
5630
5859
|
* Abweichende Herstellungskosten
|
|
5631
5860
|
*/
|
|
@@ -5697,11 +5926,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5697
5926
|
*/
|
|
5698
5927
|
quantityFinished: number;
|
|
5699
5928
|
|
|
5700
|
-
/**
|
|
5701
|
-
* Menge defekt
|
|
5702
|
-
*/
|
|
5703
|
-
quantityDefective: number;
|
|
5704
|
-
|
|
5705
5929
|
/**
|
|
5706
5930
|
* Produzierte Seriennummern
|
|
5707
5931
|
*/
|
|
@@ -5712,6 +5936,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5712
5936
|
*/
|
|
5713
5937
|
custom: EavFabricationline;
|
|
5714
5938
|
|
|
5939
|
+
/**
|
|
5940
|
+
* Menge defekt
|
|
5941
|
+
*/
|
|
5942
|
+
quantityDefective: number;
|
|
5943
|
+
|
|
5715
5944
|
/**
|
|
5716
5945
|
* Menge produziert
|
|
5717
5946
|
*/
|
|
@@ -5799,14 +6028,9 @@ export interface DocumentLinePosDetail {
|
|
|
5799
6028
|
paymentOperation: PosPaymentOperation;
|
|
5800
6029
|
|
|
5801
6030
|
/**
|
|
5802
|
-
*
|
|
5803
|
-
*/
|
|
5804
|
-
paymentMethodId: number;
|
|
5805
|
-
|
|
5806
|
-
/**
|
|
5807
|
-
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
6031
|
+
* Modus für die Entnahme/Abschöpfung beim Kassenabschluss
|
|
5808
6032
|
*/
|
|
5809
|
-
|
|
6033
|
+
withdrawalMode: CashJournalWithdrawalMode;
|
|
5810
6034
|
|
|
5811
6035
|
/**
|
|
5812
6036
|
* Typ der Einlage/Ausgabe
|
|
@@ -5819,29 +6043,54 @@ export interface DocumentLinePosDetail {
|
|
|
5819
6043
|
externalPaymentStatus: PosPaymentStatus;
|
|
5820
6044
|
|
|
5821
6045
|
/**
|
|
5822
|
-
*
|
|
6046
|
+
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
5823
6047
|
*/
|
|
5824
|
-
|
|
6048
|
+
withdrawToBalance: number;
|
|
5825
6049
|
|
|
5826
6050
|
/**
|
|
5827
|
-
*
|
|
6051
|
+
* Externe Payment-ID der zu stornierenden Zahlung (nur bei CANCEL)
|
|
5828
6052
|
*/
|
|
5829
|
-
|
|
6053
|
+
cancelledExternalPaymentId: string;
|
|
5830
6054
|
|
|
5831
6055
|
/**
|
|
5832
|
-
*
|
|
6056
|
+
* Version Identifier for this Object (for PUT)
|
|
5833
6057
|
*/
|
|
5834
|
-
|
|
6058
|
+
version: number;
|
|
5835
6059
|
|
|
5836
6060
|
/**
|
|
5837
|
-
*
|
|
6061
|
+
* Abschöpfungsbetrag (Modus MANUAL)
|
|
5838
6062
|
*/
|
|
5839
|
-
|
|
6063
|
+
withdrawalAmount: number;
|
|
5840
6064
|
|
|
5841
6065
|
/**
|
|
5842
|
-
*
|
|
6066
|
+
* Zahlungsart
|
|
5843
6067
|
*/
|
|
5844
|
-
|
|
6068
|
+
paymentMethodId: number;
|
|
6069
|
+
|
|
6070
|
+
/**
|
|
6071
|
+
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
6072
|
+
*/
|
|
6073
|
+
externalPaymentErrorMessage: string;
|
|
6074
|
+
|
|
6075
|
+
/**
|
|
6076
|
+
* Saldo der Zahlungsart vor Abschöpfung
|
|
6077
|
+
*/
|
|
6078
|
+
balanceBeforeWithdrawal: number;
|
|
6079
|
+
|
|
6080
|
+
/**
|
|
6081
|
+
* Typ der Position
|
|
6082
|
+
*/
|
|
6083
|
+
posLineType: PosLineType;
|
|
6084
|
+
|
|
6085
|
+
/**
|
|
6086
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6087
|
+
*/
|
|
6088
|
+
externalPaymentId: string;
|
|
6089
|
+
|
|
6090
|
+
/**
|
|
6091
|
+
* Unique identifier of the Object
|
|
6092
|
+
*/
|
|
6093
|
+
id: number;
|
|
5845
6094
|
|
|
5846
6095
|
/**
|
|
5847
6096
|
* MetaInformations for this Object
|
|
@@ -5862,14 +6111,14 @@ export interface DocumentLineRef {
|
|
|
5862
6111
|
quantity: number;
|
|
5863
6112
|
|
|
5864
6113
|
/**
|
|
5865
|
-
*
|
|
6114
|
+
* Artikelnummer
|
|
5866
6115
|
*/
|
|
5867
|
-
|
|
6116
|
+
articleNumber: string;
|
|
5868
6117
|
|
|
5869
6118
|
/**
|
|
5870
|
-
*
|
|
6119
|
+
* Belegart
|
|
5871
6120
|
*/
|
|
5872
|
-
|
|
6121
|
+
documentType: string;
|
|
5873
6122
|
|
|
5874
6123
|
/**
|
|
5875
6124
|
* price per quantity [GROSS, NET]
|
|
@@ -6018,6 +6267,11 @@ export interface DocumentPosPayment {
|
|
|
6018
6267
|
*/
|
|
6019
6268
|
amount: number;
|
|
6020
6269
|
|
|
6270
|
+
/**
|
|
6271
|
+
* Modus für die Entnahme/Abschöpfung beim Kassenabschluss (nur bei CASH_FINAL_BALANCE-Position relevant)
|
|
6272
|
+
*/
|
|
6273
|
+
withdrawalMode: CashJournalWithdrawalMode;
|
|
6274
|
+
|
|
6021
6275
|
/**
|
|
6022
6276
|
* Typ der Einlage/Ausgabe
|
|
6023
6277
|
*/
|
|
@@ -6028,6 +6282,11 @@ export interface DocumentPosPayment {
|
|
|
6028
6282
|
*/
|
|
6029
6283
|
externalPaymentStatus: PosPaymentStatus;
|
|
6030
6284
|
|
|
6285
|
+
/**
|
|
6286
|
+
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
6287
|
+
*/
|
|
6288
|
+
withdrawToBalance: number;
|
|
6289
|
+
|
|
6031
6290
|
/**
|
|
6032
6291
|
* Externe Payment-ID der zu stornierenden Zahlung (nur bei CANCEL)
|
|
6033
6292
|
*/
|
|
@@ -6043,21 +6302,31 @@ export interface DocumentPosPayment {
|
|
|
6043
6302
|
*/
|
|
6044
6303
|
posPaymentMethodRef: ApiObjectReference;
|
|
6045
6304
|
|
|
6305
|
+
/**
|
|
6306
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6307
|
+
*/
|
|
6308
|
+
withdrawalAmount: number;
|
|
6309
|
+
|
|
6046
6310
|
/**
|
|
6047
6311
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
6048
6312
|
*/
|
|
6049
6313
|
externalPaymentErrorMessage: string;
|
|
6050
6314
|
|
|
6051
6315
|
/**
|
|
6052
|
-
*
|
|
6316
|
+
* Saldo der Zahlungsart vor Abschöpfung (vom Backend gesetzt)
|
|
6053
6317
|
*/
|
|
6054
|
-
|
|
6318
|
+
balanceBeforeWithdrawal: number;
|
|
6055
6319
|
|
|
6056
6320
|
/**
|
|
6057
6321
|
* Typ der Position
|
|
6058
6322
|
*/
|
|
6059
6323
|
posLineType: PosLineType;
|
|
6060
6324
|
|
|
6325
|
+
/**
|
|
6326
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6327
|
+
*/
|
|
6328
|
+
externalPaymentId: string;
|
|
6329
|
+
|
|
6061
6330
|
/**
|
|
6062
6331
|
* Unique identifier of the Object
|
|
6063
6332
|
*/
|
|
@@ -6431,14 +6700,14 @@ export interface DocumentType {
|
|
|
6431
6700
|
labels: Array<DocumentTypeLabel>;
|
|
6432
6701
|
|
|
6433
6702
|
/**
|
|
6434
|
-
*
|
|
6703
|
+
* nächste Belegnummer
|
|
6435
6704
|
*/
|
|
6436
|
-
|
|
6705
|
+
nextNumber: string;
|
|
6437
6706
|
|
|
6438
6707
|
/**
|
|
6439
|
-
*
|
|
6708
|
+
* Zählerkreis
|
|
6440
6709
|
*/
|
|
6441
|
-
|
|
6710
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6442
6711
|
|
|
6443
6712
|
/**
|
|
6444
6713
|
* Sortierung
|
|
@@ -6638,26 +6907,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6638
6907
|
*/
|
|
6639
6908
|
bookDate: ScriptingDate;
|
|
6640
6909
|
|
|
6641
|
-
/**
|
|
6642
|
-
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6643
|
-
*/
|
|
6644
|
-
targetExpiryDate: ScriptingDate;
|
|
6645
|
-
|
|
6646
6910
|
/**
|
|
6647
6911
|
* Die gültige Seriennummer
|
|
6648
6912
|
*/
|
|
6649
6913
|
targetSerialNumber: string;
|
|
6650
6914
|
|
|
6651
6915
|
/**
|
|
6652
|
-
*
|
|
6916
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6653
6917
|
*/
|
|
6654
|
-
|
|
6918
|
+
targetExpiryDate: ScriptingDate;
|
|
6655
6919
|
|
|
6656
6920
|
/**
|
|
6657
6921
|
* Menge
|
|
6658
6922
|
*/
|
|
6659
6923
|
quantity: number;
|
|
6660
6924
|
|
|
6925
|
+
/**
|
|
6926
|
+
* Quell-Lagerplatz
|
|
6927
|
+
*/
|
|
6928
|
+
sourceStorageBinId: number;
|
|
6929
|
+
|
|
6661
6930
|
/**
|
|
6662
6931
|
* Quell-Lager
|
|
6663
6932
|
*/
|
|
@@ -6747,6 +7016,7 @@ export const enum EDocumentCategory {
|
|
|
6747
7016
|
POS_RETURN_CASH_RECEIPT = 'POS_RETURN_CASH_RECEIPT',
|
|
6748
7017
|
POS_CASH_JOURNAL_DEPOSIT = 'POS_CASH_JOURNAL_DEPOSIT',
|
|
6749
7018
|
POS_CASH_JOURNAL_EXPENSE = 'POS_CASH_JOURNAL_EXPENSE',
|
|
7019
|
+
POS_CASH_JOURNAL_WITHDRAWAL = 'POS_CASH_JOURNAL_WITHDRAWAL',
|
|
6750
7020
|
POS_CASH_JOURNAL_CLOSING = 'POS_CASH_JOURNAL_CLOSING',
|
|
6751
7021
|
FABRICATION_ORDER = 'FABRICATION_ORDER'
|
|
6752
7022
|
}
|
|
@@ -6919,14 +7189,14 @@ export const enum FabricationOfComponents {
|
|
|
6919
7189
|
export interface FabricationProduceRequest {
|
|
6920
7190
|
|
|
6921
7191
|
/**
|
|
6922
|
-
*
|
|
7192
|
+
* Zu produzierende Menge
|
|
6923
7193
|
*/
|
|
6924
|
-
|
|
7194
|
+
quantity: number;
|
|
6925
7195
|
|
|
6926
7196
|
/**
|
|
6927
|
-
*
|
|
7197
|
+
* Material automatisch bestätigen
|
|
6928
7198
|
*/
|
|
6929
|
-
|
|
7199
|
+
autoCommitComponents: boolean;
|
|
6930
7200
|
|
|
6931
7201
|
/**
|
|
6932
7202
|
* Für die Produktion zu verwendendes Material
|
|
@@ -6980,14 +7250,14 @@ export interface FabricationRevertRequest {
|
|
|
6980
7250
|
quantity: number;
|
|
6981
7251
|
|
|
6982
7252
|
/**
|
|
6983
|
-
*
|
|
7253
|
+
* ID der zu stornierenden Position
|
|
6984
7254
|
*/
|
|
6985
|
-
|
|
7255
|
+
documentLineId: number;
|
|
6986
7256
|
|
|
6987
7257
|
/**
|
|
6988
|
-
*
|
|
7258
|
+
* Material automatisch stornieren
|
|
6989
7259
|
*/
|
|
6990
|
-
|
|
7260
|
+
autoRevertComponents: boolean;
|
|
6991
7261
|
|
|
6992
7262
|
/**
|
|
6993
7263
|
* Zu stornierende Seriennummern
|
|
@@ -7003,14 +7273,14 @@ export interface FabricationRevertRequest {
|
|
|
7003
7273
|
export interface FabricationSerialNumber {
|
|
7004
7274
|
|
|
7005
7275
|
/**
|
|
7006
|
-
*
|
|
7276
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7007
7277
|
*/
|
|
7008
|
-
|
|
7278
|
+
serialNumberId: number;
|
|
7009
7279
|
|
|
7010
7280
|
/**
|
|
7011
|
-
*
|
|
7281
|
+
* MHD / Verfallsdatum
|
|
7012
7282
|
*/
|
|
7013
|
-
|
|
7283
|
+
expiryDate: ScriptingDate;
|
|
7014
7284
|
|
|
7015
7285
|
/**
|
|
7016
7286
|
* Bemerkung
|
|
@@ -7211,6 +7481,11 @@ export interface PaymentMethod {
|
|
|
7211
7481
|
*/
|
|
7212
7482
|
translations: Array<DocumentTypeTerm>;
|
|
7213
7483
|
|
|
7484
|
+
/**
|
|
7485
|
+
* Debitoren-OP abschließen?
|
|
7486
|
+
*/
|
|
7487
|
+
closeCustomerAccountType: boolean;
|
|
7488
|
+
|
|
7214
7489
|
/**
|
|
7215
7490
|
* +Tage für Folgelastschrift
|
|
7216
7491
|
*/
|
|
@@ -7231,6 +7506,11 @@ export interface PaymentMethod {
|
|
|
7231
7506
|
*/
|
|
7232
7507
|
id: number;
|
|
7233
7508
|
|
|
7509
|
+
/**
|
|
7510
|
+
* Kreditoren-OP abschließen?
|
|
7511
|
+
*/
|
|
7512
|
+
closeSupplierAccountType: boolean;
|
|
7513
|
+
|
|
7234
7514
|
/**
|
|
7235
7515
|
* Forderungs-OP abschließen?
|
|
7236
7516
|
*/
|
|
@@ -7249,26 +7529,26 @@ export interface PaymentTerm {
|
|
|
7249
7529
|
*/
|
|
7250
7530
|
paymentDiscount2: number;
|
|
7251
7531
|
|
|
7252
|
-
/**
|
|
7253
|
-
* Percent for Discount 1
|
|
7254
|
-
*/
|
|
7255
|
-
paymentDiscount1: number;
|
|
7256
|
-
|
|
7257
7532
|
/**
|
|
7258
7533
|
* printDescription
|
|
7259
7534
|
*/
|
|
7260
7535
|
printDescription: string;
|
|
7261
7536
|
|
|
7262
7537
|
/**
|
|
7263
|
-
*
|
|
7538
|
+
* Percent for Discount 1
|
|
7264
7539
|
*/
|
|
7265
|
-
|
|
7540
|
+
paymentDiscount1: number;
|
|
7266
7541
|
|
|
7267
7542
|
/**
|
|
7268
7543
|
* for deposit: remaining term
|
|
7269
7544
|
*/
|
|
7270
7545
|
remainingTermRef: ApiObjectReference;
|
|
7271
7546
|
|
|
7547
|
+
/**
|
|
7548
|
+
* Days for Discount 1
|
|
7549
|
+
*/
|
|
7550
|
+
paymentDays1: number;
|
|
7551
|
+
|
|
7272
7552
|
/**
|
|
7273
7553
|
* Days for Discount 2
|
|
7274
7554
|
*/
|
|
@@ -7542,20 +7822,21 @@ export const enum PickingType {
|
|
|
7542
7822
|
ROLLING_ORDER_PICKING = 'ROLLING_ORDER_PICKING',
|
|
7543
7823
|
CONSOLIDATION = 'CONSOLIDATION',
|
|
7544
7824
|
REPLENISHMENT = 'REPLENISHMENT',
|
|
7825
|
+
FABRICATION = 'FABRICATION',
|
|
7545
7826
|
MISSING_GOODS_PICKING = 'MISSING_GOODS_PICKING'
|
|
7546
7827
|
}
|
|
7547
7828
|
|
|
7548
7829
|
export interface Picklist {
|
|
7549
7830
|
|
|
7550
7831
|
/**
|
|
7551
|
-
*
|
|
7832
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7552
7833
|
*/
|
|
7553
|
-
|
|
7834
|
+
usedTemplate: PicklistTemplate;
|
|
7554
7835
|
|
|
7555
7836
|
/**
|
|
7556
|
-
*
|
|
7837
|
+
* Ziellager für Nachschub
|
|
7557
7838
|
*/
|
|
7558
|
-
|
|
7839
|
+
targetStorageRef: ApiObjectReference;
|
|
7559
7840
|
|
|
7560
7841
|
/**
|
|
7561
7842
|
* Nummer der Pickliste
|
|
@@ -7666,14 +7947,14 @@ export interface PicklistLine {
|
|
|
7666
7947
|
articleNumber: string;
|
|
7667
7948
|
|
|
7668
7949
|
/**
|
|
7669
|
-
*
|
|
7950
|
+
* Lagernummer
|
|
7670
7951
|
*/
|
|
7671
|
-
|
|
7952
|
+
storageNumber: string;
|
|
7672
7953
|
|
|
7673
7954
|
/**
|
|
7674
|
-
*
|
|
7955
|
+
* Art der Position
|
|
7675
7956
|
*/
|
|
7676
|
-
|
|
7957
|
+
lineType: PicklistLineType;
|
|
7677
7958
|
|
|
7678
7959
|
/**
|
|
7679
7960
|
* ID der Ziel-Dokumentposition
|
|
@@ -7985,26 +8266,26 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7985
8266
|
*/
|
|
7986
8267
|
maxArticleCountPerOrder: number;
|
|
7987
8268
|
|
|
7988
|
-
/**
|
|
7989
|
-
* Alternative Selektion in VQL
|
|
7990
|
-
*/
|
|
7991
|
-
alternativeSelectionInVql: string;
|
|
7992
|
-
|
|
7993
8269
|
/**
|
|
7994
8270
|
* Maximaler Auftragswert
|
|
7995
8271
|
*/
|
|
7996
8272
|
maxOrderValue: number;
|
|
7997
8273
|
|
|
7998
8274
|
/**
|
|
7999
|
-
*
|
|
8275
|
+
* Alternative Selektion in VQL
|
|
8000
8276
|
*/
|
|
8001
|
-
|
|
8277
|
+
alternativeSelectionInVql: string;
|
|
8002
8278
|
|
|
8003
8279
|
/**
|
|
8004
8280
|
* Nur vollständig lieferbare Positionen
|
|
8005
8281
|
*/
|
|
8006
8282
|
onlyFullDeliverableOrderLines: boolean;
|
|
8007
8283
|
|
|
8284
|
+
/**
|
|
8285
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8286
|
+
*/
|
|
8287
|
+
maxOrderCount: number;
|
|
8288
|
+
|
|
8008
8289
|
/**
|
|
8009
8290
|
* Selektion über den Bereich vom Lieferdatum
|
|
8010
8291
|
*/
|
|
@@ -8079,14 +8360,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8079
8360
|
maxPicklistLineCount: number;
|
|
8080
8361
|
|
|
8081
8362
|
/**
|
|
8082
|
-
*
|
|
8363
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8083
8364
|
*/
|
|
8084
|
-
|
|
8365
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8085
8366
|
|
|
8086
8367
|
/**
|
|
8087
|
-
*
|
|
8368
|
+
* Der zu verwendende Pickwagen
|
|
8088
8369
|
*/
|
|
8089
|
-
|
|
8370
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8090
8371
|
|
|
8091
8372
|
/**
|
|
8092
8373
|
* Lagerplätze vorgeben
|
|
@@ -8167,14 +8448,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8167
8448
|
useDigitalPicklist: boolean;
|
|
8168
8449
|
|
|
8169
8450
|
/**
|
|
8170
|
-
*
|
|
8451
|
+
* Sammelbestätigung erlauben
|
|
8171
8452
|
*/
|
|
8172
|
-
|
|
8453
|
+
allowFullConfirmation: boolean;
|
|
8173
8454
|
|
|
8174
8455
|
/**
|
|
8175
|
-
*
|
|
8456
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8176
8457
|
*/
|
|
8177
|
-
|
|
8458
|
+
allowPickingOfServiceArticles: boolean;
|
|
8178
8459
|
|
|
8179
8460
|
/**
|
|
8180
8461
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8227,7 +8508,8 @@ export const enum PosLineType {
|
|
|
8227
8508
|
CASH_START_BALANCE = 'CASH_START_BALANCE',
|
|
8228
8509
|
CASH_FINAL_BALANCE = 'CASH_FINAL_BALANCE',
|
|
8229
8510
|
CASH_DEPOSIT = 'CASH_DEPOSIT',
|
|
8230
|
-
CASH_EXPENSE = 'CASH_EXPENSE'
|
|
8511
|
+
CASH_EXPENSE = 'CASH_EXPENSE',
|
|
8512
|
+
CASH_WITHDRAWAL = 'CASH_WITHDRAWAL'
|
|
8231
8513
|
}
|
|
8232
8514
|
|
|
8233
8515
|
export const enum PosPaymentOperation {
|
|
@@ -8274,14 +8556,14 @@ export interface PriceSelectionCriteria {
|
|
|
8274
8556
|
quantity: number;
|
|
8275
8557
|
|
|
8276
8558
|
/**
|
|
8277
|
-
* Liste von
|
|
8559
|
+
* Liste von Artikel-IDs
|
|
8278
8560
|
*/
|
|
8279
|
-
|
|
8561
|
+
articleIds: Array<number>;
|
|
8280
8562
|
|
|
8281
8563
|
/**
|
|
8282
|
-
* Liste von
|
|
8564
|
+
* Liste von Account-IDs
|
|
8283
8565
|
*/
|
|
8284
|
-
|
|
8566
|
+
accountIds: Array<number>;
|
|
8285
8567
|
|
|
8286
8568
|
/**
|
|
8287
8569
|
* ein qualifier
|
|
@@ -8307,14 +8589,14 @@ export interface PriceSelectionCriteria {
|
|
|
8307
8589
|
export interface Product {
|
|
8308
8590
|
|
|
8309
8591
|
/**
|
|
8310
|
-
*
|
|
8592
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
8311
8593
|
*/
|
|
8312
|
-
|
|
8594
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
8313
8595
|
|
|
8314
8596
|
/**
|
|
8315
|
-
*
|
|
8597
|
+
* Zolltarifnummer
|
|
8316
8598
|
*/
|
|
8317
|
-
|
|
8599
|
+
customsTariffNumber: string;
|
|
8318
8600
|
|
|
8319
8601
|
/**
|
|
8320
8602
|
* Gebindeschema dieses Produkts
|
|
@@ -8448,14 +8730,14 @@ export interface ProductArticleRef {
|
|
|
8448
8730
|
export interface ProductDiscount {
|
|
8449
8731
|
|
|
8450
8732
|
/**
|
|
8451
|
-
*
|
|
8733
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8452
8734
|
*/
|
|
8453
|
-
|
|
8735
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8454
8736
|
|
|
8455
8737
|
/**
|
|
8456
|
-
*
|
|
8738
|
+
* Kundengruppe
|
|
8457
8739
|
*/
|
|
8458
|
-
|
|
8740
|
+
customerGroupRef: ApiObjectReference;
|
|
8459
8741
|
|
|
8460
8742
|
/**
|
|
8461
8743
|
* Lieferantengruppe
|
|
@@ -8478,14 +8760,14 @@ export interface ProductDiscount {
|
|
|
8478
8760
|
validFrom: ScriptingDate;
|
|
8479
8761
|
|
|
8480
8762
|
/**
|
|
8481
|
-
*
|
|
8763
|
+
* Bestimmt die Art des Rabatts
|
|
8482
8764
|
*/
|
|
8483
|
-
|
|
8765
|
+
modifierType: PriceModifierType;
|
|
8484
8766
|
|
|
8485
8767
|
/**
|
|
8486
|
-
*
|
|
8768
|
+
* Warengruppe
|
|
8487
8769
|
*/
|
|
8488
|
-
|
|
8770
|
+
productGroupRef: ApiObjectReference;
|
|
8489
8771
|
|
|
8490
8772
|
/**
|
|
8491
8773
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8571,14 +8853,14 @@ export interface ProductGroup {
|
|
|
8571
8853
|
targetTradingMargin: number;
|
|
8572
8854
|
|
|
8573
8855
|
/**
|
|
8574
|
-
*
|
|
8856
|
+
* main product group
|
|
8575
8857
|
*/
|
|
8576
|
-
|
|
8858
|
+
mainGroupRef: ApiObjectReference;
|
|
8577
8859
|
|
|
8578
8860
|
/**
|
|
8579
|
-
*
|
|
8861
|
+
* Freifeld
|
|
8580
8862
|
*/
|
|
8581
|
-
|
|
8863
|
+
custom: EavProductgroup;
|
|
8582
8864
|
|
|
8583
8865
|
/**
|
|
8584
8866
|
* warengruppe aktiv ja/nein
|
|
@@ -8657,14 +8939,14 @@ export interface ProductMainGroup {
|
|
|
8657
8939
|
export interface ProductPrice {
|
|
8658
8940
|
|
|
8659
8941
|
/**
|
|
8660
|
-
*
|
|
8942
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8661
8943
|
*/
|
|
8662
|
-
|
|
8944
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8663
8945
|
|
|
8664
8946
|
/**
|
|
8665
|
-
*
|
|
8947
|
+
* Kundengruppe
|
|
8666
8948
|
*/
|
|
8667
|
-
|
|
8949
|
+
customerGroupRef: ApiObjectReference;
|
|
8668
8950
|
|
|
8669
8951
|
/**
|
|
8670
8952
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8831,12 +9113,19 @@ export interface RecommendedRetailPrice {
|
|
|
8831
9113
|
export interface Referenceable {
|
|
8832
9114
|
}
|
|
8833
9115
|
|
|
8834
|
-
export
|
|
9116
|
+
export const enum RegulationCode {
|
|
9117
|
+
FR = 'FR',
|
|
9118
|
+
LQ = 'LQ',
|
|
9119
|
+
EQ = 'EQ',
|
|
9120
|
+
LR = 'LR'
|
|
9121
|
+
}
|
|
8835
9122
|
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
9123
|
+
export const enum RegulationSet {
|
|
9124
|
+
ADR = 'ADR',
|
|
9125
|
+
IATA = 'IATA'
|
|
9126
|
+
}
|
|
9127
|
+
|
|
9128
|
+
export interface RequestDocument {
|
|
8840
9129
|
|
|
8841
9130
|
/**
|
|
8842
9131
|
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
@@ -8844,15 +9133,20 @@ export interface RequestDocument {
|
|
|
8844
9133
|
incomingGoodsStorageBinId: number;
|
|
8845
9134
|
|
|
8846
9135
|
/**
|
|
8847
|
-
*
|
|
9136
|
+
* Belegdatum
|
|
8848
9137
|
*/
|
|
8849
|
-
|
|
9138
|
+
documentDate: ScriptingDate;
|
|
8850
9139
|
|
|
8851
9140
|
/**
|
|
8852
9141
|
* ID der Kassenschublade (bei POS)
|
|
8853
9142
|
*/
|
|
8854
9143
|
cashDrawerId: number;
|
|
8855
9144
|
|
|
9145
|
+
/**
|
|
9146
|
+
* Der Anzahlungsbetrag
|
|
9147
|
+
*/
|
|
9148
|
+
depositPaymentAmount: number;
|
|
9149
|
+
|
|
8856
9150
|
/**
|
|
8857
9151
|
* Leistungsdatum
|
|
8858
9152
|
*/
|
|
@@ -8929,14 +9223,14 @@ export interface RequestDocument {
|
|
|
8929
9223
|
contractDetail: DocumentContractDetail;
|
|
8930
9224
|
|
|
8931
9225
|
/**
|
|
8932
|
-
*
|
|
9226
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8933
9227
|
*/
|
|
8934
|
-
|
|
9228
|
+
paymentTermId: number;
|
|
8935
9229
|
|
|
8936
9230
|
/**
|
|
8937
|
-
*
|
|
9231
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8938
9232
|
*/
|
|
8939
|
-
|
|
9233
|
+
supplierAccountId: number;
|
|
8940
9234
|
|
|
8941
9235
|
/**
|
|
8942
9236
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9047,14 +9341,14 @@ export interface RequestDocumentLine {
|
|
|
9047
9341
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9048
9342
|
|
|
9049
9343
|
/**
|
|
9050
|
-
*
|
|
9344
|
+
* FiBu-Angaben
|
|
9051
9345
|
*/
|
|
9052
|
-
|
|
9346
|
+
financeBooking: DocumentFinanceBooking;
|
|
9053
9347
|
|
|
9054
9348
|
/**
|
|
9055
|
-
*
|
|
9349
|
+
* Typ dieser Position
|
|
9056
9350
|
*/
|
|
9057
|
-
|
|
9351
|
+
lineType: DocumentLineType;
|
|
9058
9352
|
|
|
9059
9353
|
/**
|
|
9060
9354
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9096,6 +9390,11 @@ export interface RequestDocumentLine {
|
|
|
9096
9390
|
*/
|
|
9097
9391
|
quantity: number;
|
|
9098
9392
|
|
|
9393
|
+
/**
|
|
9394
|
+
* Versandkosten mit Bedingungen
|
|
9395
|
+
*/
|
|
9396
|
+
shippingCostDetail: RequestDocumentLineShippingCostDetail;
|
|
9397
|
+
|
|
9099
9398
|
/**
|
|
9100
9399
|
* Details Produktionsbelegen
|
|
9101
9400
|
*/
|
|
@@ -9231,6 +9530,24 @@ export interface RequestDocumentLineFabricationDetail {
|
|
|
9231
9530
|
fabricationSerialNumbers: Array<FabricationSerialNumber>;
|
|
9232
9531
|
}
|
|
9233
9532
|
|
|
9533
|
+
export interface RequestDocumentLineShippingCostDetail {
|
|
9534
|
+
|
|
9535
|
+
/**
|
|
9536
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
9537
|
+
*/
|
|
9538
|
+
manualCosts: boolean;
|
|
9539
|
+
|
|
9540
|
+
/**
|
|
9541
|
+
* Keine Versandkosten (freier Versand)
|
|
9542
|
+
*/
|
|
9543
|
+
freeShipping: boolean;
|
|
9544
|
+
|
|
9545
|
+
/**
|
|
9546
|
+
* Einkaufspreis in Basiswährung
|
|
9547
|
+
*/
|
|
9548
|
+
purchasePrice: number;
|
|
9549
|
+
}
|
|
9550
|
+
|
|
9234
9551
|
export interface RequestDocumentPriceModifier {
|
|
9235
9552
|
|
|
9236
9553
|
/**
|
|
@@ -9303,14 +9620,14 @@ export interface SalesAgent {
|
|
|
9303
9620
|
note: string;
|
|
9304
9621
|
|
|
9305
9622
|
/**
|
|
9306
|
-
*
|
|
9623
|
+
* reference to the delivery method
|
|
9307
9624
|
*/
|
|
9308
|
-
|
|
9625
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9309
9626
|
|
|
9310
9627
|
/**
|
|
9311
|
-
*
|
|
9628
|
+
* is sales agent taxable
|
|
9312
9629
|
*/
|
|
9313
|
-
|
|
9630
|
+
taxable: boolean;
|
|
9314
9631
|
|
|
9315
9632
|
/**
|
|
9316
9633
|
* Freifelder
|
|
@@ -10249,14 +10566,14 @@ export interface StockMovementManualApi {
|
|
|
10249
10566
|
purchasePrice: number;
|
|
10250
10567
|
|
|
10251
10568
|
/**
|
|
10252
|
-
*
|
|
10569
|
+
* Zugang oder Abgang
|
|
10253
10570
|
*/
|
|
10254
|
-
|
|
10571
|
+
factor: StockJournalFactor;
|
|
10255
10572
|
|
|
10256
10573
|
/**
|
|
10257
|
-
*
|
|
10574
|
+
* Notiz zur Seriennummer
|
|
10258
10575
|
*/
|
|
10259
|
-
|
|
10576
|
+
serialNumberNote: string;
|
|
10260
10577
|
|
|
10261
10578
|
/**
|
|
10262
10579
|
* Lager
|
|
@@ -10287,14 +10604,14 @@ export interface StockTransferApi {
|
|
|
10287
10604
|
bookDate: ScriptingDate;
|
|
10288
10605
|
|
|
10289
10606
|
/**
|
|
10290
|
-
*
|
|
10607
|
+
* Menge
|
|
10291
10608
|
*/
|
|
10292
|
-
|
|
10609
|
+
quantity: number;
|
|
10293
10610
|
|
|
10294
10611
|
/**
|
|
10295
|
-
*
|
|
10612
|
+
* Quell-Lagerplatz
|
|
10296
10613
|
*/
|
|
10297
|
-
|
|
10614
|
+
sourceStorageBinId: number;
|
|
10298
10615
|
|
|
10299
10616
|
/**
|
|
10300
10617
|
* Quell-Lager
|
|
@@ -10484,14 +10801,14 @@ export interface Supplier {
|
|
|
10484
10801
|
info: MetaInfo;
|
|
10485
10802
|
|
|
10486
10803
|
/**
|
|
10487
|
-
*
|
|
10804
|
+
* reference to the delivery method
|
|
10488
10805
|
*/
|
|
10489
|
-
|
|
10806
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10490
10807
|
|
|
10491
10808
|
/**
|
|
10492
|
-
*
|
|
10809
|
+
* Lieferantengruppe
|
|
10493
10810
|
*/
|
|
10494
|
-
|
|
10811
|
+
supplierGroupRef: ApiObjectReference;
|
|
10495
10812
|
|
|
10496
10813
|
/**
|
|
10497
10814
|
* tax able or tax free
|
|
@@ -10549,14 +10866,14 @@ export interface Supplier {
|
|
|
10549
10866
|
performanceCountryCode: string;
|
|
10550
10867
|
|
|
10551
10868
|
/**
|
|
10552
|
-
*
|
|
10869
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10553
10870
|
*/
|
|
10554
|
-
|
|
10871
|
+
defaultDeliveryTime: number;
|
|
10555
10872
|
|
|
10556
10873
|
/**
|
|
10557
|
-
*
|
|
10874
|
+
* reference to the payment method
|
|
10558
10875
|
*/
|
|
10559
|
-
|
|
10876
|
+
paymentMethodRef: ApiObjectReference;
|
|
10560
10877
|
|
|
10561
10878
|
/**
|
|
10562
10879
|
* currency code IsoAlpha3
|
|
@@ -10823,6 +11140,14 @@ export const enum TssSignature$TssSignatureStatus {
|
|
|
10823
11140
|
ERROR = 'ERROR'
|
|
10824
11141
|
}
|
|
10825
11142
|
|
|
11143
|
+
export const enum TunnelRestrictionCode {
|
|
11144
|
+
A = 'A',
|
|
11145
|
+
B = 'B',
|
|
11146
|
+
C = 'C',
|
|
11147
|
+
D = 'D',
|
|
11148
|
+
E = 'E'
|
|
11149
|
+
}
|
|
11150
|
+
|
|
10826
11151
|
export interface UUID {
|
|
10827
11152
|
}
|
|
10828
11153
|
|