@vario-software/types 2026.21.1 → 2026.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +27 -27
- package/scripting/types.d.ts +254 -254
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -471,9 +471,10 @@ export interface ArticleScriptingService {
|
|
|
471
471
|
*
|
|
472
472
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
473
473
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
474
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
474
475
|
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
475
476
|
*/
|
|
476
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
477
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, articleSerialNumberId: number, labelCount: number): void;
|
|
477
478
|
|
|
478
479
|
/**
|
|
479
480
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
@@ -488,10 +489,9 @@ export interface ArticleScriptingService {
|
|
|
488
489
|
*
|
|
489
490
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
490
491
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
491
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
492
492
|
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
493
493
|
*/
|
|
494
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number,
|
|
494
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
497
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -1523,18 +1523,18 @@ export interface DocumentScriptingService {
|
|
|
1523
1523
|
* Bricht die Bearbeitung eines Belegs ab (Transition EDIT -> SAVED)
|
|
1524
1524
|
*
|
|
1525
1525
|
* @param {number} documentId - ID des Belegs
|
|
1526
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1527
1526
|
* @return {Document} Der abgebrochene Beleg. Falls der Beleg erst angelegt und noch nicht gespeichert wurde, wird er gelöscht und es wird {@code null} zurückgeliefert
|
|
1528
1527
|
*/
|
|
1529
|
-
cancel(documentId: number
|
|
1528
|
+
cancel(documentId: number): Document;
|
|
1530
1529
|
|
|
1531
1530
|
/**
|
|
1532
1531
|
* Bricht die Bearbeitung eines Belegs ab (Transition EDIT -> SAVED)
|
|
1533
1532
|
*
|
|
1534
1533
|
* @param {number} documentId - ID des Belegs
|
|
1534
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1535
1535
|
* @return {Document} Der abgebrochene Beleg. Falls der Beleg erst angelegt und noch nicht gespeichert wurde, wird er gelöscht und es wird {@code null} zurückgeliefert
|
|
1536
1536
|
*/
|
|
1537
|
-
cancel(documentId: number): Document;
|
|
1537
|
+
cancel(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1538
1538
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
@@ -1584,18 +1584,18 @@ export interface DocumentScriptingService {
|
|
|
1584
1584
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
1585
1585
|
*
|
|
1586
1586
|
* @param {number} documentId - ID des Belegs
|
|
1587
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1588
1587
|
* @return {Document} Der Beleg in Bearbeitung
|
|
1589
1588
|
*/
|
|
1590
|
-
edit(documentId: number
|
|
1589
|
+
edit(documentId: number): Document;
|
|
1591
1590
|
|
|
1592
1591
|
/**
|
|
1593
1592
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
1594
1593
|
*
|
|
1595
1594
|
* @param {number} documentId - ID des Belegs
|
|
1595
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1596
1596
|
* @return {Document} Der Beleg in Bearbeitung
|
|
1597
1597
|
*/
|
|
1598
|
-
edit(documentId: number): Document;
|
|
1598
|
+
edit(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1599
1599
|
|
|
1600
1600
|
/**
|
|
1601
1601
|
* Erstellt ein AdditionalParameter-Objekt
|
|
@@ -1681,18 +1681,18 @@ export interface DocumentScriptingService {
|
|
|
1681
1681
|
* Speichert einen Beleg (Transition EDIT -> SAVED)
|
|
1682
1682
|
*
|
|
1683
1683
|
* @param {number} documentId - ID des zu speichernden Belegs
|
|
1684
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1685
1684
|
* @return {Document} Der gespeicherte Beleg
|
|
1686
1685
|
*/
|
|
1687
|
-
save(documentId: number
|
|
1686
|
+
save(documentId: number): Document;
|
|
1688
1687
|
|
|
1689
1688
|
/**
|
|
1690
1689
|
* Speichert einen Beleg (Transition EDIT -> SAVED)
|
|
1691
1690
|
*
|
|
1692
1691
|
* @param {number} documentId - ID des zu speichernden Belegs
|
|
1692
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1693
1693
|
* @return {Document} Der gespeicherte Beleg
|
|
1694
1694
|
*/
|
|
1695
|
-
save(documentId: number): Document;
|
|
1695
|
+
save(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1696
1696
|
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Versendet einen Beleg per Mail
|
|
@@ -2585,14 +2585,14 @@ export interface ScriptingServiceList {
|
|
|
2585
2585
|
accountService: AccountScriptingService;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* Logging im Scripting
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
logger: LoggingScriptingService;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* Verwaltung von Versandarten
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
deliveryMethodService: DeliveryMethodScriptingService;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Service zur Verarbeitung von Deals
|
|
@@ -2610,14 +2610,14 @@ export interface ScriptingServiceList {
|
|
|
2610
2610
|
productGroupService: ProductGroupScriptingService;
|
|
2611
2611
|
|
|
2612
2612
|
/**
|
|
2613
|
-
*
|
|
2613
|
+
* Ausgabe-Support Methoden
|
|
2614
2614
|
*/
|
|
2615
|
-
|
|
2615
|
+
outputHelper: ScriptOutputHelperService;
|
|
2616
2616
|
|
|
2617
2617
|
/**
|
|
2618
|
-
*
|
|
2618
|
+
* Service zur Verarbeitung von Hauptwarengruppen im Skripten
|
|
2619
2619
|
*/
|
|
2620
|
-
|
|
2620
|
+
productMainGroupService: ProductMainGroupScriptingService;
|
|
2621
2621
|
|
|
2622
2622
|
/**
|
|
2623
2623
|
* Service zur Verarbeitung von Account-Listings in Skripten
|
|
@@ -2670,14 +2670,14 @@ export interface ScriptingServiceList {
|
|
|
2670
2670
|
articleStorageService: ArticleStorageScriptingService;
|
|
2671
2671
|
|
|
2672
2672
|
/**
|
|
2673
|
-
*
|
|
2673
|
+
* Anfragen von neuen Zählerkreis-Nummern
|
|
2674
2674
|
*/
|
|
2675
|
-
|
|
2675
|
+
freeSequencerService: FreeSequencerScriptingService;
|
|
2676
2676
|
|
|
2677
2677
|
/**
|
|
2678
|
-
*
|
|
2678
|
+
* Verwaltung von Zahlungsarten
|
|
2679
2679
|
*/
|
|
2680
|
-
|
|
2680
|
+
paymentMethodService: PaymentMethodScriptingService;
|
|
2681
2681
|
|
|
2682
2682
|
/**
|
|
2683
2683
|
* Service zur Bestandsabfrage und Lagerbuchung in Skripten
|
|
@@ -2787,18 +2787,18 @@ export interface ScriptingUtilities {
|
|
|
2787
2787
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2788
2788
|
*
|
|
2789
2789
|
* @param {object} value - Der Quell-Wert
|
|
2790
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
2790
2791
|
* @return {number} Ein BigDecimal-Wert
|
|
2791
2792
|
*/
|
|
2792
|
-
newBigDecimal(value: object): number;
|
|
2793
|
+
newBigDecimal(value: object, scale: number): number;
|
|
2793
2794
|
|
|
2794
2795
|
/**
|
|
2795
2796
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2796
2797
|
*
|
|
2797
2798
|
* @param {object} value - Der Quell-Wert
|
|
2798
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
2799
2799
|
* @return {number} Ein BigDecimal-Wert
|
|
2800
2800
|
*/
|
|
2801
|
-
newBigDecimal(value: object
|
|
2801
|
+
newBigDecimal(value: object): number;
|
|
2802
2802
|
|
|
2803
2803
|
/**
|
|
2804
2804
|
* Erstellt eine API-Referenz
|
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -143,14 +143,14 @@ export interface Account {
|
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* Kostenstelle
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
costCenter: string;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
receivablesSum: number;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -499,14 +499,14 @@ export interface AccountBankdetail {
|
|
|
499
499
|
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* Is default bank?
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
defaultBank: boolean;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* origin type
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
originType: AccountBankdetail$OriginType;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
@@ -1018,6 +1018,11 @@ export interface Article {
|
|
|
1018
1018
|
*/
|
|
1019
1019
|
baseCapacityUnit: UnitTypeReference;
|
|
1020
1020
|
|
|
1021
|
+
/**
|
|
1022
|
+
* is this product sellable without any quantity at the stock
|
|
1023
|
+
*/
|
|
1024
|
+
sellableWithoutStock: boolean;
|
|
1025
|
+
|
|
1021
1026
|
/**
|
|
1022
1027
|
* Seriennummern Auszeichnungsart
|
|
1023
1028
|
*/
|
|
@@ -1028,11 +1033,6 @@ export interface Article {
|
|
|
1028
1033
|
*/
|
|
1029
1034
|
initialAvgPurchasePrice: number;
|
|
1030
1035
|
|
|
1031
|
-
/**
|
|
1032
|
-
* is this product sellable without any quantity at the stock
|
|
1033
|
-
*/
|
|
1034
|
-
sellableWithoutStock: boolean;
|
|
1035
|
-
|
|
1036
1036
|
/**
|
|
1037
1037
|
* gross Volume in cubic meters
|
|
1038
1038
|
*/
|
|
@@ -1059,14 +1059,14 @@ export interface Article {
|
|
|
1059
1059
|
warrantyInMonths: number;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
|
-
*
|
|
1062
|
+
* weight and size w.o. packaging
|
|
1063
1063
|
*/
|
|
1064
|
-
|
|
1064
|
+
netMetric: Article$Metric;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* unique product number
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Produktion
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
fabrication: boolean;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Soll-Handelsspanne
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
targetTradingMargin: number;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1199,14 +1199,14 @@ export interface Article {
|
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* Country code
|
|
1203
1203
|
*/
|
|
1204
|
-
|
|
1204
|
+
countryOfOriginRef: CountryReference;
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
|
-
*
|
|
1207
|
+
* Arbeitseinheit in Minuten
|
|
1208
1208
|
*/
|
|
1209
|
-
|
|
1209
|
+
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* description custom data
|
|
@@ -1218,11 +1218,6 @@ export interface Article {
|
|
|
1218
1218
|
*/
|
|
1219
1219
|
freelyPickable: boolean;
|
|
1220
1220
|
|
|
1221
|
-
/**
|
|
1222
|
-
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1223
|
-
*/
|
|
1224
|
-
taxLiabilityReversed: boolean;
|
|
1225
|
-
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1223
|
*/
|
|
@@ -1233,6 +1228,11 @@ export interface Article {
|
|
|
1233
1228
|
*/
|
|
1234
1229
|
note: string;
|
|
1235
1230
|
|
|
1231
|
+
/**
|
|
1232
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1233
|
+
*/
|
|
1234
|
+
taxLiabilityReversed: boolean;
|
|
1235
|
+
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Erlaubte Arten der Kommissionierung
|
|
1238
1238
|
*/
|
|
@@ -1288,11 +1288,6 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* Artikel ist Gefahrgut
|
|
1293
|
-
*/
|
|
1294
|
-
isDangerousGood: boolean;
|
|
1295
|
-
|
|
1296
1291
|
/**
|
|
1297
1292
|
* Versandlabeldruck
|
|
1298
1293
|
*/
|
|
@@ -1304,9 +1299,14 @@ export interface Article {
|
|
|
1304
1299
|
productRef: ApiObjectReference;
|
|
1305
1300
|
|
|
1306
1301
|
/**
|
|
1307
|
-
*
|
|
1302
|
+
* Artikel ist Gefahrgut
|
|
1308
1303
|
*/
|
|
1309
|
-
|
|
1304
|
+
isDangerousGood: boolean;
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* Kontingentartikel
|
|
1308
|
+
*/
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* rabattierbarer Artikel?
|
|
@@ -1314,9 +1314,9 @@ export interface Article {
|
|
|
1314
1314
|
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
|
-
*
|
|
1317
|
+
* alternative name of this product
|
|
1318
1318
|
*/
|
|
1319
|
-
|
|
1319
|
+
alternativeName: string;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
1322
|
* base capacity
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* Nur manuelle Produktion
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
onlyManualFabrication: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* provisionsberechtiger Artikel?
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
commissionable: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1552,14 +1552,14 @@ export interface ArticleListing {
|
|
|
1552
1552
|
proposedLowestPriceGross: number;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
|
-
* der
|
|
1555
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1556
1556
|
*/
|
|
1557
|
-
|
|
1557
|
+
customLowestPriceGross: number;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* der Sales Channel
|
|
1561
1561
|
*/
|
|
1562
|
-
|
|
1562
|
+
salesChannelRef: ApiObjectReference;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
1565
|
* soll der Artikel gelistet werden
|
|
@@ -1592,14 +1592,14 @@ export interface ArticleListing {
|
|
|
1592
1592
|
alternativeName: WithDefaults<String>;
|
|
1593
1593
|
|
|
1594
1594
|
/**
|
|
1595
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1595
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1596
1596
|
*/
|
|
1597
|
-
|
|
1597
|
+
proposedLowestPriceNet: number;
|
|
1598
1598
|
|
|
1599
1599
|
/**
|
|
1600
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1600
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1601
1601
|
*/
|
|
1602
|
-
|
|
1602
|
+
customLowestPriceNet: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
1605
|
* der aktuelle listing stand
|
|
@@ -1760,14 +1760,14 @@ export const enum ArticleSerialType {
|
|
|
1760
1760
|
export interface ArticleStorage {
|
|
1761
1761
|
|
|
1762
1762
|
/**
|
|
1763
|
-
*
|
|
1763
|
+
* Bestand im Lager
|
|
1764
1764
|
*/
|
|
1765
|
-
|
|
1765
|
+
quantityInStock: number;
|
|
1766
1766
|
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* Nachschub ab
|
|
1769
1769
|
*/
|
|
1770
|
-
|
|
1770
|
+
replenishmentFrom: number;
|
|
1771
1771
|
|
|
1772
1772
|
/**
|
|
1773
1773
|
* Meldebestand
|
|
@@ -1835,14 +1835,14 @@ export interface ArticleStorage {
|
|
|
1835
1835
|
storageRef: ApiObjectReference;
|
|
1836
1836
|
|
|
1837
1837
|
/**
|
|
1838
|
-
*
|
|
1838
|
+
* Vorgabe-Lagerplätze
|
|
1839
1839
|
*/
|
|
1840
|
-
|
|
1840
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
|
-
*
|
|
1843
|
+
* Sollbestand
|
|
1844
1844
|
*/
|
|
1845
|
-
|
|
1845
|
+
targetStock: number;
|
|
1846
1846
|
|
|
1847
1847
|
/**
|
|
1848
1848
|
* Aktuelle Menge in Produktion
|
|
@@ -1863,14 +1863,14 @@ export interface ArticleStorage {
|
|
|
1863
1863
|
export interface ArticleSupplier {
|
|
1864
1864
|
|
|
1865
1865
|
/**
|
|
1866
|
-
*
|
|
1866
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1867
1867
|
*/
|
|
1868
|
-
|
|
1868
|
+
useSupplierArticleDescription: boolean;
|
|
1869
1869
|
|
|
1870
1870
|
/**
|
|
1871
|
-
*
|
|
1871
|
+
* Anzeigename des Accounts
|
|
1872
1872
|
*/
|
|
1873
|
-
|
|
1873
|
+
accountDisplayName: string;
|
|
1874
1874
|
|
|
1875
1875
|
/**
|
|
1876
1876
|
* Lieferanten-Meldebestand
|
|
@@ -1878,14 +1878,14 @@ export interface ArticleSupplier {
|
|
|
1878
1878
|
supplierReportingStock: number;
|
|
1879
1879
|
|
|
1880
1880
|
/**
|
|
1881
|
-
*
|
|
1881
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1882
1882
|
*/
|
|
1883
|
-
|
|
1883
|
+
useSupplierArticleIdentifier: boolean;
|
|
1884
1884
|
|
|
1885
1885
|
/**
|
|
1886
|
-
*
|
|
1886
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1887
1887
|
*/
|
|
1888
|
-
|
|
1888
|
+
deliveryTime: number;
|
|
1889
1889
|
|
|
1890
1890
|
/**
|
|
1891
1891
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -1932,26 +1932,26 @@ export interface ArticleSupplier {
|
|
|
1932
1932
|
*/
|
|
1933
1933
|
info: MetaInfo;
|
|
1934
1934
|
|
|
1935
|
-
/**
|
|
1936
|
-
* Referenced Article name
|
|
1937
|
-
*/
|
|
1938
|
-
articleName: string;
|
|
1939
|
-
|
|
1940
1935
|
/**
|
|
1941
1936
|
* Verpackungseinheit
|
|
1942
1937
|
*/
|
|
1943
1938
|
packagingUnit: number;
|
|
1944
1939
|
|
|
1945
1940
|
/**
|
|
1946
|
-
* Referenced Article
|
|
1941
|
+
* Referenced Article name
|
|
1947
1942
|
*/
|
|
1948
|
-
|
|
1943
|
+
articleName: string;
|
|
1949
1944
|
|
|
1950
1945
|
/**
|
|
1951
1946
|
* Lieferanten-Preise
|
|
1952
1947
|
*/
|
|
1953
1948
|
productPrices: Array<ProductPrice>;
|
|
1954
1949
|
|
|
1950
|
+
/**
|
|
1951
|
+
* Referenced Article
|
|
1952
|
+
*/
|
|
1953
|
+
articleId: number;
|
|
1954
|
+
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Aktiv?
|
|
1957
1957
|
*/
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleSupplier {
|
|
|
1973
1973
|
dropShippingAllowed: boolean;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
* Abweichende
|
|
1976
|
+
* Abweichende Produktbezeichnung
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
supplierArticleName: string;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
* Abweichende
|
|
1981
|
+
* Abweichende Produktbeschreibung
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
supplierArticleDescription: string;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Standardpreis Netto
|
|
@@ -1988,14 +1988,14 @@ export interface ArticleSupplier {
|
|
|
1988
1988
|
defaultNetPrice: number;
|
|
1989
1989
|
|
|
1990
1990
|
/**
|
|
1991
|
-
*
|
|
1991
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1992
1992
|
*/
|
|
1993
|
-
|
|
1993
|
+
orderOnComponentBase: boolean;
|
|
1994
1994
|
|
|
1995
1995
|
/**
|
|
1996
|
-
*
|
|
1996
|
+
* Einkaufseinheit
|
|
1997
1997
|
*/
|
|
1998
|
-
|
|
1998
|
+
purchaseUnit: number;
|
|
1999
1999
|
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Referenced Supplier-Account
|
|
@@ -2430,14 +2430,14 @@ export interface CrmActivityType {
|
|
|
2430
2430
|
export interface CrmChecklistItem {
|
|
2431
2431
|
|
|
2432
2432
|
/**
|
|
2433
|
-
*
|
|
2433
|
+
* Text des Checklisten-Elements
|
|
2434
2434
|
*/
|
|
2435
|
-
|
|
2435
|
+
memo: string;
|
|
2436
2436
|
|
|
2437
2437
|
/**
|
|
2438
|
-
*
|
|
2438
|
+
* Ist das Element "angehakt"?
|
|
2439
2439
|
*/
|
|
2440
|
-
|
|
2440
|
+
checked: boolean;
|
|
2441
2441
|
|
|
2442
2442
|
/**
|
|
2443
2443
|
* Unique identifier of the Object
|
|
@@ -2854,14 +2854,14 @@ export interface CrmProject {
|
|
|
2854
2854
|
billedTimes: number;
|
|
2855
2855
|
|
|
2856
2856
|
/**
|
|
2857
|
-
*
|
|
2857
|
+
* Geplanter Projektzeitraum (von)
|
|
2858
2858
|
*/
|
|
2859
|
-
|
|
2859
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2860
2860
|
|
|
2861
2861
|
/**
|
|
2862
|
-
*
|
|
2862
|
+
* Einkaufsbelege
|
|
2863
2863
|
*/
|
|
2864
|
-
|
|
2864
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2865
2865
|
|
|
2866
2866
|
/**
|
|
2867
2867
|
* Verkaufsbelege
|
|
@@ -2889,14 +2889,14 @@ export interface CrmProject {
|
|
|
2889
2889
|
info: MetaInfo;
|
|
2890
2890
|
|
|
2891
2891
|
/**
|
|
2892
|
-
*
|
|
2892
|
+
* Projektleiter vom Auftraggeber
|
|
2893
2893
|
*/
|
|
2894
|
-
|
|
2894
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
2895
2895
|
|
|
2896
2896
|
/**
|
|
2897
|
-
*
|
|
2897
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2898
2898
|
*/
|
|
2899
|
-
|
|
2899
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2900
2900
|
|
|
2901
2901
|
/**
|
|
2902
2902
|
* Gesamt beauftragte Zeit in Sekunden
|
|
@@ -3140,14 +3140,14 @@ export interface CrmSubType {
|
|
|
3140
3140
|
export interface CrmTask {
|
|
3141
3141
|
|
|
3142
3142
|
/**
|
|
3143
|
-
*
|
|
3143
|
+
* Angebot
|
|
3144
3144
|
*/
|
|
3145
|
-
|
|
3145
|
+
customerOfferRef: DocumentRef;
|
|
3146
3146
|
|
|
3147
3147
|
/**
|
|
3148
|
-
*
|
|
3148
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3149
3149
|
*/
|
|
3150
|
-
|
|
3150
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3151
3151
|
|
|
3152
3152
|
/**
|
|
3153
3153
|
* Liste von Erinnerungen
|
|
@@ -3828,14 +3828,14 @@ export interface DeliveryTerm {
|
|
|
3828
3828
|
version: number;
|
|
3829
3829
|
|
|
3830
3830
|
/**
|
|
3831
|
-
*
|
|
3831
|
+
* information, how the shipping charges should be calculated
|
|
3832
3832
|
*/
|
|
3833
|
-
|
|
3833
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3834
3834
|
|
|
3835
3835
|
/**
|
|
3836
|
-
*
|
|
3836
|
+
* translations
|
|
3837
3837
|
*/
|
|
3838
|
-
|
|
3838
|
+
translations: Array<DocumentTypeTerm>;
|
|
3839
3839
|
|
|
3840
3840
|
/**
|
|
3841
3841
|
* Lieferarten
|
|
@@ -4140,26 +4140,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4140
4140
|
*/
|
|
4141
4141
|
accountNumber: string;
|
|
4142
4142
|
|
|
4143
|
-
/**
|
|
4144
|
-
* Referenz auf Zahlungsbedingung
|
|
4145
|
-
*/
|
|
4146
|
-
paymentTermRef: PaymentTermRef;
|
|
4147
|
-
|
|
4148
4143
|
/**
|
|
4149
4144
|
* Wird vom Workflow verarbeitet?
|
|
4150
4145
|
*/
|
|
4151
4146
|
processedByWorkflow: boolean;
|
|
4152
4147
|
|
|
4153
4148
|
/**
|
|
4154
|
-
*
|
|
4149
|
+
* Referenz auf Zahlungsbedingung
|
|
4155
4150
|
*/
|
|
4156
|
-
|
|
4151
|
+
paymentTermRef: PaymentTermRef;
|
|
4157
4152
|
|
|
4158
4153
|
/**
|
|
4159
4154
|
* Telefon an Versender übergeben
|
|
4160
4155
|
*/
|
|
4161
4156
|
forwardPhoneToShipper: boolean;
|
|
4162
4157
|
|
|
4158
|
+
/**
|
|
4159
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4160
|
+
*/
|
|
4161
|
+
baseTotalDocumentPriceModifier: number;
|
|
4162
|
+
|
|
4163
4163
|
/**
|
|
4164
4164
|
* Liste der Belegtexte
|
|
4165
4165
|
*/
|
|
@@ -4376,9 +4376,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4376
4376
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4377
4377
|
|
|
4378
4378
|
/**
|
|
4379
|
-
* Rückgeld
|
|
4379
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4380
|
+
true wenn die Quittung ausbalanciert ist
|
|
4381
|
+
|
|
4380
4382
|
*/
|
|
4381
|
-
|
|
4383
|
+
posReceiptBalanced: boolean;
|
|
4382
4384
|
|
|
4383
4385
|
/**
|
|
4384
4386
|
* Referenz auf Lieferbedingung
|
|
@@ -4386,11 +4388,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4386
4388
|
deliveryTermRef: ApiObjectReference;
|
|
4387
4389
|
|
|
4388
4390
|
/**
|
|
4389
|
-
*
|
|
4390
|
-
true wenn die Quittung ausbalanciert ist
|
|
4391
|
-
|
|
4391
|
+
* Rückgeld
|
|
4392
4392
|
*/
|
|
4393
|
-
|
|
4393
|
+
posReceiptChangeAmount: number;
|
|
4394
4394
|
|
|
4395
4395
|
/**
|
|
4396
4396
|
* Gesamtbruttogewicht
|
|
@@ -4831,14 +4831,14 @@ export interface DocumentFabricationDetail {
|
|
|
4831
4831
|
targetStorageRef: ApiObjectReference;
|
|
4832
4832
|
|
|
4833
4833
|
/**
|
|
4834
|
-
*
|
|
4834
|
+
* Material-Lager
|
|
4835
4835
|
*/
|
|
4836
|
-
|
|
4836
|
+
componentsStorageRef: ApiObjectReference;
|
|
4837
4837
|
|
|
4838
4838
|
/**
|
|
4839
|
-
*
|
|
4839
|
+
* Notiz
|
|
4840
4840
|
*/
|
|
4841
|
-
|
|
4841
|
+
note: string;
|
|
4842
4842
|
|
|
4843
4843
|
/**
|
|
4844
4844
|
* QS-Lager
|
|
@@ -4965,14 +4965,14 @@ export const enum DocumentImportType {
|
|
|
4965
4965
|
export interface DocumentLine {
|
|
4966
4966
|
|
|
4967
4967
|
/**
|
|
4968
|
-
*
|
|
4968
|
+
* Leistungsdatum
|
|
4969
4969
|
*/
|
|
4970
|
-
|
|
4970
|
+
performanceDate: ScriptingDate;
|
|
4971
4971
|
|
|
4972
4972
|
/**
|
|
4973
|
-
*
|
|
4973
|
+
* Zolltarifnummer
|
|
4974
4974
|
*/
|
|
4975
|
-
|
|
4975
|
+
customsTariffNumber: string;
|
|
4976
4976
|
|
|
4977
4977
|
/**
|
|
4978
4978
|
* Land der Herkunft
|
|
@@ -5104,20 +5104,15 @@ export interface DocumentLine {
|
|
|
5104
5104
|
*/
|
|
5105
5105
|
id: number;
|
|
5106
5106
|
|
|
5107
|
-
/**
|
|
5108
|
-
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5109
|
-
*/
|
|
5110
|
-
positionOfArticleLine: number;
|
|
5111
|
-
|
|
5112
5107
|
/**
|
|
5113
5108
|
* Externe Referenz zum VDS-Paket
|
|
5114
5109
|
*/
|
|
5115
5110
|
externalReferenceVds: string;
|
|
5116
5111
|
|
|
5117
5112
|
/**
|
|
5118
|
-
*
|
|
5113
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5119
5114
|
*/
|
|
5120
|
-
|
|
5115
|
+
positionOfArticleLine: number;
|
|
5121
5116
|
|
|
5122
5117
|
/**
|
|
5123
5118
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5125,20 +5120,25 @@ export interface DocumentLine {
|
|
|
5125
5120
|
basePrice: number;
|
|
5126
5121
|
|
|
5127
5122
|
/**
|
|
5128
|
-
*
|
|
5123
|
+
* Serientyp
|
|
5129
5124
|
*/
|
|
5130
|
-
|
|
5125
|
+
serialType: ArticleSerialType;
|
|
5131
5126
|
|
|
5132
5127
|
/**
|
|
5133
|
-
*
|
|
5128
|
+
* MetaInformations for this Object
|
|
5134
5129
|
*/
|
|
5135
|
-
|
|
5130
|
+
info: MetaInfo;
|
|
5136
5131
|
|
|
5137
5132
|
/**
|
|
5138
5133
|
* Steuerschema
|
|
5139
5134
|
*/
|
|
5140
5135
|
taxSchemaRef: ApiObjectReference;
|
|
5141
5136
|
|
|
5137
|
+
/**
|
|
5138
|
+
* Preiseinheit
|
|
5139
|
+
*/
|
|
5140
|
+
priceUnit: number;
|
|
5141
|
+
|
|
5142
5142
|
/**
|
|
5143
5143
|
* Lieferart
|
|
5144
5144
|
*/
|
|
@@ -5320,14 +5320,14 @@ export interface DocumentLine {
|
|
|
5320
5320
|
productType: ProductType;
|
|
5321
5321
|
|
|
5322
5322
|
/**
|
|
5323
|
-
*
|
|
5323
|
+
* Vertragsinformationen
|
|
5324
5324
|
*/
|
|
5325
|
-
|
|
5325
|
+
contractDetail: DocumentContractDetail;
|
|
5326
5326
|
|
|
5327
5327
|
/**
|
|
5328
|
-
*
|
|
5328
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5329
5329
|
*/
|
|
5330
|
-
|
|
5330
|
+
baseSalesValueNet: number;
|
|
5331
5331
|
|
|
5332
5332
|
/**
|
|
5333
5333
|
* Einheit Nettogewicht
|
|
@@ -5697,6 +5697,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5697
5697
|
*/
|
|
5698
5698
|
quantityFinished: number;
|
|
5699
5699
|
|
|
5700
|
+
/**
|
|
5701
|
+
* Menge defekt
|
|
5702
|
+
*/
|
|
5703
|
+
quantityDefective: number;
|
|
5704
|
+
|
|
5700
5705
|
/**
|
|
5701
5706
|
* Produzierte Seriennummern
|
|
5702
5707
|
*/
|
|
@@ -5707,11 +5712,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5707
5712
|
*/
|
|
5708
5713
|
custom: EavFabricationline;
|
|
5709
5714
|
|
|
5710
|
-
/**
|
|
5711
|
-
* Menge defekt
|
|
5712
|
-
*/
|
|
5713
|
-
quantityDefective: number;
|
|
5714
|
-
|
|
5715
5715
|
/**
|
|
5716
5716
|
* Menge produziert
|
|
5717
5717
|
*/
|
|
@@ -6179,14 +6179,14 @@ export interface DocumentRef {
|
|
|
6179
6179
|
export interface DocumentShippingCost {
|
|
6180
6180
|
|
|
6181
6181
|
/**
|
|
6182
|
-
*
|
|
6182
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6183
6183
|
*/
|
|
6184
|
-
|
|
6184
|
+
manualCosts: boolean;
|
|
6185
6185
|
|
|
6186
6186
|
/**
|
|
6187
|
-
*
|
|
6187
|
+
* Die Versandkosten
|
|
6188
6188
|
*/
|
|
6189
|
-
|
|
6189
|
+
costs: number;
|
|
6190
6190
|
|
|
6191
6191
|
/**
|
|
6192
6192
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6638,26 +6638,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6638
6638
|
*/
|
|
6639
6639
|
bookDate: ScriptingDate;
|
|
6640
6640
|
|
|
6641
|
-
/**
|
|
6642
|
-
* Die gültige Seriennummer
|
|
6643
|
-
*/
|
|
6644
|
-
targetSerialNumber: string;
|
|
6645
|
-
|
|
6646
6641
|
/**
|
|
6647
6642
|
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6648
6643
|
*/
|
|
6649
6644
|
targetExpiryDate: ScriptingDate;
|
|
6650
6645
|
|
|
6651
6646
|
/**
|
|
6652
|
-
*
|
|
6647
|
+
* Die gültige Seriennummer
|
|
6653
6648
|
*/
|
|
6654
|
-
|
|
6649
|
+
targetSerialNumber: string;
|
|
6655
6650
|
|
|
6656
6651
|
/**
|
|
6657
6652
|
* Quell-Lagerplatz
|
|
6658
6653
|
*/
|
|
6659
6654
|
sourceStorageBinId: number;
|
|
6660
6655
|
|
|
6656
|
+
/**
|
|
6657
|
+
* Menge
|
|
6658
|
+
*/
|
|
6659
|
+
quantity: number;
|
|
6660
|
+
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Quell-Lager
|
|
6663
6663
|
*/
|
|
@@ -6919,14 +6919,14 @@ export const enum FabricationOfComponents {
|
|
|
6919
6919
|
export interface FabricationProduceRequest {
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* Material automatisch bestätigen
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
autoCommitComponents: boolean;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* Zu produzierende Menge
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
quantity: number;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* Für die Produktion zu verwendendes Material
|
|
@@ -6980,14 +6980,14 @@ export interface FabricationRevertRequest {
|
|
|
6980
6980
|
quantity: number;
|
|
6981
6981
|
|
|
6982
6982
|
/**
|
|
6983
|
-
*
|
|
6983
|
+
* Material automatisch stornieren
|
|
6984
6984
|
*/
|
|
6985
|
-
|
|
6985
|
+
autoRevertComponents: boolean;
|
|
6986
6986
|
|
|
6987
6987
|
/**
|
|
6988
|
-
*
|
|
6988
|
+
* ID der zu stornierenden Position
|
|
6989
6989
|
*/
|
|
6990
|
-
|
|
6990
|
+
documentLineId: number;
|
|
6991
6991
|
|
|
6992
6992
|
/**
|
|
6993
6993
|
* Zu stornierende Seriennummern
|
|
@@ -7250,14 +7250,14 @@ export interface PaymentTerm {
|
|
|
7250
7250
|
paymentDiscount2: number;
|
|
7251
7251
|
|
|
7252
7252
|
/**
|
|
7253
|
-
*
|
|
7253
|
+
* Percent for Discount 1
|
|
7254
7254
|
*/
|
|
7255
|
-
|
|
7255
|
+
paymentDiscount1: number;
|
|
7256
7256
|
|
|
7257
7257
|
/**
|
|
7258
|
-
*
|
|
7258
|
+
* printDescription
|
|
7259
7259
|
*/
|
|
7260
|
-
|
|
7260
|
+
printDescription: string;
|
|
7261
7261
|
|
|
7262
7262
|
/**
|
|
7263
7263
|
* for deposit: remaining term
|
|
@@ -7388,14 +7388,14 @@ export interface PickTrolley {
|
|
|
7388
7388
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7389
7389
|
|
|
7390
7390
|
/**
|
|
7391
|
-
*
|
|
7391
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7392
7392
|
*/
|
|
7393
|
-
|
|
7393
|
+
storageBinRef: StorageBinRef;
|
|
7394
7394
|
|
|
7395
7395
|
/**
|
|
7396
|
-
*
|
|
7396
|
+
* Bearbeiter der Pickliste
|
|
7397
7397
|
*/
|
|
7398
|
-
|
|
7398
|
+
processedByUserRef: ApiObjectReference;
|
|
7399
7399
|
|
|
7400
7400
|
/**
|
|
7401
7401
|
* Beschreibung des Wagens
|
|
@@ -7606,14 +7606,14 @@ export interface Picklist {
|
|
|
7606
7606
|
export interface PicklistLine {
|
|
7607
7607
|
|
|
7608
7608
|
/**
|
|
7609
|
-
*
|
|
7609
|
+
* Gesammelte Menge der Position
|
|
7610
7610
|
*/
|
|
7611
|
-
|
|
7611
|
+
quantityCollected: number;
|
|
7612
7612
|
|
|
7613
7613
|
/**
|
|
7614
|
-
*
|
|
7614
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7615
7615
|
*/
|
|
7616
|
-
|
|
7616
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7617
7617
|
|
|
7618
7618
|
/**
|
|
7619
7619
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7651,14 +7651,14 @@ export interface PicklistLine {
|
|
|
7651
7651
|
version: number;
|
|
7652
7652
|
|
|
7653
7653
|
/**
|
|
7654
|
-
*
|
|
7654
|
+
* Lageranzeigename
|
|
7655
7655
|
*/
|
|
7656
|
-
|
|
7656
|
+
storageDisplayName: string;
|
|
7657
7657
|
|
|
7658
7658
|
/**
|
|
7659
|
-
*
|
|
7659
|
+
* ID der Quell-Dokumentposition
|
|
7660
7660
|
*/
|
|
7661
|
-
|
|
7661
|
+
sourceDocumentLineId: number;
|
|
7662
7662
|
|
|
7663
7663
|
/**
|
|
7664
7664
|
* Artikelnummer
|
|
@@ -7985,26 +7985,26 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7985
7985
|
*/
|
|
7986
7986
|
maxArticleCountPerOrder: number;
|
|
7987
7987
|
|
|
7988
|
-
/**
|
|
7989
|
-
* Alternative Selektion in VQL
|
|
7990
|
-
*/
|
|
7991
|
-
alternativeSelectionInVql: string;
|
|
7992
|
-
|
|
7993
7988
|
/**
|
|
7994
7989
|
* Maximaler Auftragswert
|
|
7995
7990
|
*/
|
|
7996
7991
|
maxOrderValue: number;
|
|
7997
7992
|
|
|
7998
7993
|
/**
|
|
7999
|
-
* Selektion
|
|
7994
|
+
* Alternative Selektion in VQL
|
|
8000
7995
|
*/
|
|
8001
|
-
|
|
7996
|
+
alternativeSelectionInVql: string;
|
|
8002
7997
|
|
|
8003
7998
|
/**
|
|
8004
7999
|
* Nur vollständig lieferbare Positionen
|
|
8005
8000
|
*/
|
|
8006
8001
|
onlyFullDeliverableOrderLines: boolean;
|
|
8007
8002
|
|
|
8003
|
+
/**
|
|
8004
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8005
|
+
*/
|
|
8006
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8007
|
+
|
|
8008
8008
|
/**
|
|
8009
8009
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8010
8010
|
*/
|
|
@@ -8094,14 +8094,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8094
8094
|
specifyStorageBins: boolean;
|
|
8095
8095
|
|
|
8096
8096
|
/**
|
|
8097
|
-
*
|
|
8097
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8098
8098
|
*/
|
|
8099
|
-
|
|
8099
|
+
sortByRoutePosition: boolean;
|
|
8100
8100
|
|
|
8101
8101
|
/**
|
|
8102
|
-
*
|
|
8102
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
8103
8103
|
*/
|
|
8104
|
-
|
|
8104
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
8105
8105
|
|
|
8106
8106
|
/**
|
|
8107
8107
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8147,14 +8147,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8147
8147
|
alwaysShowDeliveryMethod: boolean;
|
|
8148
8148
|
|
|
8149
8149
|
/**
|
|
8150
|
-
*
|
|
8150
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8151
8151
|
*/
|
|
8152
|
-
|
|
8152
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8153
8153
|
|
|
8154
8154
|
/**
|
|
8155
|
-
*
|
|
8155
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8156
8156
|
*/
|
|
8157
|
-
|
|
8157
|
+
autoPrintDeliveryDocument: boolean;
|
|
8158
8158
|
|
|
8159
8159
|
/**
|
|
8160
8160
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8162,14 +8162,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8162
8162
|
showShippingFormOnPickingFinish: boolean;
|
|
8163
8163
|
|
|
8164
8164
|
/**
|
|
8165
|
-
*
|
|
8165
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8166
8166
|
*/
|
|
8167
|
-
|
|
8167
|
+
allowPickingOfServiceArticles: boolean;
|
|
8168
8168
|
|
|
8169
8169
|
/**
|
|
8170
|
-
*
|
|
8170
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8171
8171
|
*/
|
|
8172
|
-
|
|
8172
|
+
useDigitalPicklist: boolean;
|
|
8173
8173
|
|
|
8174
8174
|
/**
|
|
8175
8175
|
* Sammelbestätigung erlauben
|
|
@@ -8274,14 +8274,14 @@ export interface PriceSelectionCriteria {
|
|
|
8274
8274
|
quantity: number;
|
|
8275
8275
|
|
|
8276
8276
|
/**
|
|
8277
|
-
* Liste von
|
|
8277
|
+
* Liste von Account-IDs
|
|
8278
8278
|
*/
|
|
8279
|
-
|
|
8279
|
+
accountIds: Array<number>;
|
|
8280
8280
|
|
|
8281
8281
|
/**
|
|
8282
|
-
* Liste von
|
|
8282
|
+
* Liste von Artikel-IDs
|
|
8283
8283
|
*/
|
|
8284
|
-
|
|
8284
|
+
articleIds: Array<number>;
|
|
8285
8285
|
|
|
8286
8286
|
/**
|
|
8287
8287
|
* ein qualifier
|
|
@@ -8307,14 +8307,14 @@ export interface PriceSelectionCriteria {
|
|
|
8307
8307
|
export interface Product {
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
|
-
*
|
|
8315
|
+
* Zolltarifnummer
|
|
8316
8316
|
*/
|
|
8317
|
-
|
|
8317
|
+
customsTariffNumber: string;
|
|
8318
8318
|
|
|
8319
8319
|
/**
|
|
8320
8320
|
* Gebindeschema dieses Produkts
|
|
@@ -8478,14 +8478,14 @@ export interface ProductDiscount {
|
|
|
8478
8478
|
validFrom: ScriptingDate;
|
|
8479
8479
|
|
|
8480
8480
|
/**
|
|
8481
|
-
*
|
|
8481
|
+
* Warengruppe
|
|
8482
8482
|
*/
|
|
8483
|
-
|
|
8483
|
+
productGroupRef: ApiObjectReference;
|
|
8484
8484
|
|
|
8485
8485
|
/**
|
|
8486
|
-
*
|
|
8486
|
+
* Bestimmt die Art des Rabatts
|
|
8487
8487
|
*/
|
|
8488
|
-
|
|
8488
|
+
modifierType: PriceModifierType;
|
|
8489
8489
|
|
|
8490
8490
|
/**
|
|
8491
8491
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8503,14 +8503,14 @@ export interface ProductDiscount {
|
|
|
8503
8503
|
currencyRef: CurrencyReference;
|
|
8504
8504
|
|
|
8505
8505
|
/**
|
|
8506
|
-
*
|
|
8506
|
+
* Preisgruppe
|
|
8507
8507
|
*/
|
|
8508
|
-
|
|
8508
|
+
priceGroupRef: ApiObjectReference;
|
|
8509
8509
|
|
|
8510
8510
|
/**
|
|
8511
|
-
*
|
|
8511
|
+
* Wert des Rabatts
|
|
8512
8512
|
*/
|
|
8513
|
-
|
|
8513
|
+
modifierValue: number;
|
|
8514
8514
|
|
|
8515
8515
|
/**
|
|
8516
8516
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8533,14 +8533,14 @@ export interface ProductDiscount {
|
|
|
8533
8533
|
modifierValueType: ValueType;
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Name des Rabatts
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
modifierName: string;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Account, für den der Rabatt gültig ist
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
accountRef: ApiObjectReference;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Unique identifier of the Object
|
|
@@ -8849,14 +8849,14 @@ export interface RequestDocument {
|
|
|
8849
8849
|
cashDrawerId: number;
|
|
8850
8850
|
|
|
8851
8851
|
/**
|
|
8852
|
-
*
|
|
8852
|
+
* Leistungsdatum
|
|
8853
8853
|
*/
|
|
8854
|
-
|
|
8854
|
+
performanceDate: ScriptingDate;
|
|
8855
8855
|
|
|
8856
8856
|
/**
|
|
8857
|
-
*
|
|
8857
|
+
* Der Anzahlungsbetrag
|
|
8858
8858
|
*/
|
|
8859
|
-
|
|
8859
|
+
depositPaymentAmount: number;
|
|
8860
8860
|
|
|
8861
8861
|
/**
|
|
8862
8862
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -8919,14 +8919,14 @@ export interface RequestDocument {
|
|
|
8919
8919
|
lines: Array<RequestDocumentLine>;
|
|
8920
8920
|
|
|
8921
8921
|
/**
|
|
8922
|
-
*
|
|
8922
|
+
* Die Vertragsdetails
|
|
8923
8923
|
*/
|
|
8924
|
-
|
|
8924
|
+
contractDetail: DocumentContractDetail;
|
|
8925
8925
|
|
|
8926
8926
|
/**
|
|
8927
|
-
*
|
|
8927
|
+
* ID der Kasse (bei POS)
|
|
8928
8928
|
*/
|
|
8929
|
-
|
|
8929
|
+
posRegisterId: number;
|
|
8930
8930
|
|
|
8931
8931
|
/**
|
|
8932
8932
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -9146,6 +9146,11 @@ export interface RequestDocumentLine {
|
|
|
9146
9146
|
*/
|
|
9147
9147
|
name: string;
|
|
9148
9148
|
|
|
9149
|
+
/**
|
|
9150
|
+
* Buchungen zu dieser Belegposition
|
|
9151
|
+
*/
|
|
9152
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
9153
|
+
|
|
9149
9154
|
/**
|
|
9150
9155
|
* ID der Quell-Belegposition
|
|
9151
9156
|
*/
|
|
@@ -9156,11 +9161,6 @@ export interface RequestDocumentLine {
|
|
|
9156
9161
|
*/
|
|
9157
9162
|
externalArticleNumber: string;
|
|
9158
9163
|
|
|
9159
|
-
/**
|
|
9160
|
-
* Buchungen zu dieser Belegposition
|
|
9161
|
-
*/
|
|
9162
|
-
bookings: Array<RequestDocumentLineBooking>;
|
|
9163
|
-
|
|
9164
9164
|
/**
|
|
9165
9165
|
* (optional) Preis des Artikels dieser Position
|
|
9166
9166
|
*/
|
|
@@ -9909,14 +9909,14 @@ export interface ShelfDocumentType {
|
|
|
9909
9909
|
active: boolean;
|
|
9910
9910
|
|
|
9911
9911
|
/**
|
|
9912
|
-
*
|
|
9912
|
+
* access level or reading
|
|
9913
9913
|
*/
|
|
9914
|
-
|
|
9914
|
+
accessLevelRead: number;
|
|
9915
9915
|
|
|
9916
9916
|
/**
|
|
9917
|
-
*
|
|
9917
|
+
* label of type
|
|
9918
9918
|
*/
|
|
9919
|
-
|
|
9919
|
+
label: string;
|
|
9920
9920
|
|
|
9921
9921
|
/**
|
|
9922
9922
|
* storage rule for revisions
|
|
@@ -10287,14 +10287,14 @@ export interface StockTransferApi {
|
|
|
10287
10287
|
bookDate: ScriptingDate;
|
|
10288
10288
|
|
|
10289
10289
|
/**
|
|
10290
|
-
*
|
|
10290
|
+
* Quell-Lagerplatz
|
|
10291
10291
|
*/
|
|
10292
|
-
|
|
10292
|
+
sourceStorageBinId: number;
|
|
10293
10293
|
|
|
10294
10294
|
/**
|
|
10295
|
-
*
|
|
10295
|
+
* Menge
|
|
10296
10296
|
*/
|
|
10297
|
-
|
|
10297
|
+
quantity: number;
|
|
10298
10298
|
|
|
10299
10299
|
/**
|
|
10300
10300
|
* Quell-Lager
|
|
@@ -10908,14 +10908,14 @@ export interface User {
|
|
|
10908
10908
|
version: number;
|
|
10909
10909
|
|
|
10910
10910
|
/**
|
|
10911
|
-
*
|
|
10911
|
+
* first-name
|
|
10912
10912
|
*/
|
|
10913
|
-
|
|
10913
|
+
firstName: string;
|
|
10914
10914
|
|
|
10915
10915
|
/**
|
|
10916
|
-
*
|
|
10916
|
+
* is the email verified
|
|
10917
10917
|
*/
|
|
10918
|
-
|
|
10918
|
+
emailVerified: boolean;
|
|
10919
10919
|
|
|
10920
10920
|
/**
|
|
10921
10921
|
* email-address
|