@vario-software/types 2026.20.3 → 2026.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +30 -30
- package/scripting/types.d.ts +242 -242
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -470,27 +470,27 @@ export interface ArticleScriptingService {
|
|
|
470
470
|
*
|
|
471
471
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
472
472
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
473
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
474
473
|
*/
|
|
475
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
474
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
476
475
|
|
|
477
476
|
/**
|
|
478
477
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
479
478
|
*
|
|
480
479
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
481
480
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
481
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
482
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
482
483
|
*/
|
|
483
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
484
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, articleSerialNumberId: number, labelCount: number): void;
|
|
484
485
|
|
|
485
486
|
/**
|
|
486
487
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
487
488
|
*
|
|
488
489
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
489
490
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
490
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
491
491
|
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
492
492
|
*/
|
|
493
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number,
|
|
493
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
494
494
|
|
|
495
495
|
/**
|
|
496
496
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -536,16 +536,16 @@ export interface ArticleScriptingService {
|
|
|
536
536
|
* Führt einen Etikettendrucklauf aus
|
|
537
537
|
*
|
|
538
538
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
539
|
+
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
539
540
|
*/
|
|
540
|
-
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
541
|
+
executeLabelPrintBatch(batchIdentifier: string, reportGroupIdentifier: string): void;
|
|
541
542
|
|
|
542
543
|
/**
|
|
543
544
|
* Führt einen Etikettendrucklauf aus
|
|
544
545
|
*
|
|
545
546
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
546
|
-
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
547
547
|
*/
|
|
548
|
-
executeLabelPrintBatch(batchIdentifier: string
|
|
548
|
+
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
549
549
|
|
|
550
550
|
/**
|
|
551
551
|
* Liefert die Einkaufsrabatte zu einem Artikel
|
|
@@ -594,38 +594,38 @@ export interface ArticleScriptingService {
|
|
|
594
594
|
newLabelPrintBatchIdentifier(): string;
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
|
-
* Liest einen Artikel mit Texten zur Sprache
|
|
597
|
+
* Liest einen Artikel mit Texten zur Sprache der eigenen Adresse
|
|
598
598
|
*
|
|
599
599
|
* @param {number} id - ID vom zu lesenden Artikel
|
|
600
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
601
600
|
* @return {Article} Der gelesene Artikel
|
|
602
601
|
*/
|
|
603
|
-
readById(id: number
|
|
602
|
+
readById(id: number): Article;
|
|
604
603
|
|
|
605
604
|
/**
|
|
606
|
-
* Liest einen Artikel mit Texten zur Sprache
|
|
605
|
+
* Liest einen Artikel mit Texten zur Sprache languageCode
|
|
607
606
|
*
|
|
608
607
|
* @param {number} id - ID vom zu lesenden Artikel
|
|
608
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
609
609
|
* @return {Article} Der gelesene Artikel
|
|
610
610
|
*/
|
|
611
|
-
readById(id: number): Article;
|
|
611
|
+
readById(id: number, languageCode: string): Article;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
614
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache {@code languageCode}
|
|
615
615
|
*
|
|
616
616
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
617
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
617
618
|
* @return {Article} Der gelesene Artikel
|
|
618
619
|
*/
|
|
619
|
-
readByNumber(articleNumber: string): Article;
|
|
620
|
+
readByNumber(articleNumber: string, languageCode: string): Article;
|
|
620
621
|
|
|
621
622
|
/**
|
|
622
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
623
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache der eigenen Adresse
|
|
623
624
|
*
|
|
624
625
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
625
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
626
626
|
* @return {Article} Der gelesene Artikel
|
|
627
627
|
*/
|
|
628
|
-
readByNumber(articleNumber: string
|
|
628
|
+
readByNumber(articleNumber: string): Article;
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
631
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -1554,35 +1554,35 @@ export interface DocumentScriptingService {
|
|
|
1554
1554
|
* Löst einen Beleg auf
|
|
1555
1555
|
*
|
|
1556
1556
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1557
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1557
1558
|
* @return {Document} Der aufgelöste Beleg
|
|
1558
1559
|
*/
|
|
1559
|
-
dissolve(documentId: number): Document;
|
|
1560
|
+
dissolve(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1560
1561
|
|
|
1561
1562
|
/**
|
|
1562
1563
|
* Löst einen Beleg auf
|
|
1563
1564
|
*
|
|
1564
1565
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1565
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1566
1566
|
* @return {Document} Der aufgelöste Beleg
|
|
1567
1567
|
*/
|
|
1568
|
-
dissolve(documentId: number
|
|
1568
|
+
dissolve(documentId: number): Document;
|
|
1569
1569
|
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
1572
1572
|
*
|
|
1573
1573
|
* @param {number} documentId - ID des Belegs
|
|
1574
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1574
1575
|
* @return {Document} Der Beleg in Bearbeitung
|
|
1575
1576
|
*/
|
|
1576
|
-
edit(documentId: number): Document;
|
|
1577
|
+
edit(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1577
1578
|
|
|
1578
1579
|
/**
|
|
1579
1580
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
1580
1581
|
*
|
|
1581
1582
|
* @param {number} documentId - ID des Belegs
|
|
1582
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1583
1583
|
* @return {Document} Der Beleg in Bearbeitung
|
|
1584
1584
|
*/
|
|
1585
|
-
edit(documentId: number
|
|
1585
|
+
edit(documentId: number): Document;
|
|
1586
1586
|
|
|
1587
1587
|
/**
|
|
1588
1588
|
* Erstellt ein AdditionalParameter-Objekt
|
|
@@ -1685,16 +1685,16 @@ export interface DocumentScriptingService {
|
|
|
1685
1685
|
* Versendet einen Beleg per Mail
|
|
1686
1686
|
*
|
|
1687
1687
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1688
|
+
* @param {string} reportGroupIdentifier -
|
|
1688
1689
|
*/
|
|
1689
|
-
sendViaMail(documentId: number): void;
|
|
1690
|
+
sendViaMail(documentId: number, reportGroupIdentifier: string): void;
|
|
1690
1691
|
|
|
1691
1692
|
/**
|
|
1692
1693
|
* Versendet einen Beleg per Mail
|
|
1693
1694
|
*
|
|
1694
1695
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1695
|
-
* @param {string} reportGroupIdentifier -
|
|
1696
1696
|
*/
|
|
1697
|
-
sendViaMail(documentId: number
|
|
1697
|
+
sendViaMail(documentId: number): void;
|
|
1698
1698
|
|
|
1699
1699
|
/**
|
|
1700
1700
|
* Überführt einen Beleg in einen anderen Status
|
|
@@ -2774,18 +2774,18 @@ export interface ScriptingUtilities {
|
|
|
2774
2774
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2775
2775
|
*
|
|
2776
2776
|
* @param {object} value - Der Quell-Wert
|
|
2777
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
2777
2778
|
* @return {number} Ein BigDecimal-Wert
|
|
2778
2779
|
*/
|
|
2779
|
-
newBigDecimal(value: object): number;
|
|
2780
|
+
newBigDecimal(value: object, scale: number): number;
|
|
2780
2781
|
|
|
2781
2782
|
/**
|
|
2782
2783
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2783
2784
|
*
|
|
2784
2785
|
* @param {object} value - Der Quell-Wert
|
|
2785
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
2786
2786
|
* @return {number} Ein BigDecimal-Wert
|
|
2787
2787
|
*/
|
|
2788
|
-
newBigDecimal(value: object
|
|
2788
|
+
newBigDecimal(value: object): number;
|
|
2789
2789
|
|
|
2790
2790
|
/**
|
|
2791
2791
|
* 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
|
+
* first contact type for this account
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
accountZoneId: AccountZoneId;
|
|
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
|
+
* Summe Forderungen
|
|
147
147
|
*/
|
|
148
|
-
|
|
148
|
+
receivablesSum: number;
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* Kostenstelle
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
costCenter: string;
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
156
|
* companyLegal for this account
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Post office box
|
|
295
|
-
*/
|
|
296
|
-
postOfficeBox: string;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Title
|
|
300
295
|
*/
|
|
301
296
|
titleRef: ApiCreatableReference;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Post office box
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
|
|
|
488
488
|
*/
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* Hauptbankverbindung für
|
|
493
|
-
*/
|
|
494
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* city of the bank
|
|
498
493
|
*/
|
|
499
494
|
bankCity: string;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
502
|
* origin type
|
|
508
503
|
*/
|
|
509
504
|
originType: AccountBankdetail$OriginType;
|
|
510
505
|
|
|
506
|
+
/**
|
|
507
|
+
* Is default bank?
|
|
508
|
+
*/
|
|
509
|
+
defaultBank: boolean;
|
|
510
|
+
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
513
513
|
*/
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
payablesSum: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1013,6 +1013,11 @@ export interface Article {
|
|
|
1013
1013
|
*/
|
|
1014
1014
|
baseCapacityUnit: UnitTypeReference;
|
|
1015
1015
|
|
|
1016
|
+
/**
|
|
1017
|
+
* Durchschnittl. EKP (Startwert)
|
|
1018
|
+
*/
|
|
1019
|
+
initialAvgPurchasePrice: number;
|
|
1020
|
+
|
|
1016
1021
|
/**
|
|
1017
1022
|
* is this product sellable without any quantity at the stock
|
|
1018
1023
|
*/
|
|
@@ -1023,11 +1028,6 @@ export interface Article {
|
|
|
1023
1028
|
*/
|
|
1024
1029
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1025
1030
|
|
|
1026
|
-
/**
|
|
1027
|
-
* Durchschnittl. EKP (Startwert)
|
|
1028
|
-
*/
|
|
1029
|
-
initialAvgPurchasePrice: number;
|
|
1030
|
-
|
|
1031
1031
|
/**
|
|
1032
1032
|
* gross Volume in cubic meters
|
|
1033
1033
|
*/
|
|
@@ -1124,14 +1124,14 @@ export interface Article {
|
|
|
1124
1124
|
deliveryMethodRef: ApiObjectReference;
|
|
1125
1125
|
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* Soll-Handelsspanne
|
|
1128
1128
|
*/
|
|
1129
|
-
|
|
1129
|
+
targetTradingMargin: number;
|
|
1130
1130
|
|
|
1131
1131
|
/**
|
|
1132
|
-
*
|
|
1132
|
+
* Produktion
|
|
1133
1133
|
*/
|
|
1134
|
-
|
|
1134
|
+
fabrication: boolean;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* active
|
|
@@ -1188,26 +1188,26 @@ export interface Article {
|
|
|
1188
1188
|
*/
|
|
1189
1189
|
listingStateChangeTime: ScriptingDateTime;
|
|
1190
1190
|
|
|
1191
|
-
/**
|
|
1192
|
-
* Country code
|
|
1193
|
-
*/
|
|
1194
|
-
countryOfOriginRef: CountryReference;
|
|
1195
|
-
|
|
1196
1191
|
/**
|
|
1197
1192
|
* Arbeitseinheit in Minuten
|
|
1198
1193
|
*/
|
|
1199
1194
|
workUnitInMinutes: number;
|
|
1200
1195
|
|
|
1201
1196
|
/**
|
|
1202
|
-
*
|
|
1197
|
+
* Country code
|
|
1203
1198
|
*/
|
|
1204
|
-
|
|
1199
|
+
countryOfOriginRef: CountryReference;
|
|
1205
1200
|
|
|
1206
1201
|
/**
|
|
1207
1202
|
* description custom data
|
|
1208
1203
|
*/
|
|
1209
1204
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1210
1205
|
|
|
1206
|
+
/**
|
|
1207
|
+
* Frei kommissionierbar
|
|
1208
|
+
*/
|
|
1209
|
+
freelyPickable: boolean;
|
|
1210
|
+
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1213
1213
|
*/
|
|
@@ -1268,6 +1268,11 @@ export interface Article {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
permissibleForOrderProposal: boolean;
|
|
1270
1270
|
|
|
1271
|
+
/**
|
|
1272
|
+
* Artikel ist Gefahrgut
|
|
1273
|
+
*/
|
|
1274
|
+
isDangerousGood: boolean;
|
|
1275
|
+
|
|
1271
1276
|
/**
|
|
1272
1277
|
* reference to Product
|
|
1273
1278
|
*/
|
|
@@ -1279,14 +1284,9 @@ export interface Article {
|
|
|
1279
1284
|
shippingLabelPrinting: boolean;
|
|
1280
1285
|
|
|
1281
1286
|
/**
|
|
1282
|
-
* Artikel
|
|
1283
|
-
*/
|
|
1284
|
-
isDangerousGood: boolean;
|
|
1285
|
-
|
|
1286
|
-
/**
|
|
1287
|
-
* Kontingentartikel
|
|
1287
|
+
* rabattierbarer Artikel?
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
discountable: boolean;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* alternative name of this product
|
|
@@ -1294,9 +1294,9 @@ export interface Article {
|
|
|
1294
1294
|
alternativeName: string;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* Kontingentartikel
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
contingentArticleRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
1302
|
* base capacity
|
|
@@ -1397,14 +1397,14 @@ export interface Article$Metric {
|
|
|
1397
1397
|
sizeX: number;
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
|
-
*
|
|
1400
|
+
* weight
|
|
1401
1401
|
*/
|
|
1402
|
-
|
|
1402
|
+
weight: number;
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* size unit
|
|
1406
1406
|
*/
|
|
1407
|
-
|
|
1407
|
+
sizeUnit: UnitTypeReference;
|
|
1408
1408
|
|
|
1409
1409
|
/**
|
|
1410
1410
|
* size
|
|
@@ -1522,14 +1522,14 @@ export interface ArticleListing {
|
|
|
1522
1522
|
proposedLowestPriceGross: number;
|
|
1523
1523
|
|
|
1524
1524
|
/**
|
|
1525
|
-
*
|
|
1525
|
+
* der Sales Channel
|
|
1526
1526
|
*/
|
|
1527
|
-
|
|
1527
|
+
salesChannelRef: ApiObjectReference;
|
|
1528
1528
|
|
|
1529
1529
|
/**
|
|
1530
|
-
* der
|
|
1530
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1531
1531
|
*/
|
|
1532
|
-
|
|
1532
|
+
customLowestPriceGross: number;
|
|
1533
1533
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* soll der Artikel gelistet werden
|
|
@@ -1738,6 +1738,11 @@ export interface ArticleStorage {
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
replenishmentFrom: number;
|
|
1740
1740
|
|
|
1741
|
+
/**
|
|
1742
|
+
* Bestellte Menge
|
|
1743
|
+
*/
|
|
1744
|
+
orderedQuantity: number;
|
|
1745
|
+
|
|
1741
1746
|
/**
|
|
1742
1747
|
* Aktuelle Menge in Kommissionierung
|
|
1743
1748
|
*/
|
|
@@ -1748,11 +1753,6 @@ export interface ArticleStorage {
|
|
|
1748
1753
|
*/
|
|
1749
1754
|
reorderPoint: number;
|
|
1750
1755
|
|
|
1751
|
-
/**
|
|
1752
|
-
* Bestellte Menge
|
|
1753
|
-
*/
|
|
1754
|
-
orderedQuantity: number;
|
|
1755
|
-
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Nachschub auf
|
|
1758
1758
|
*/
|
|
@@ -1804,14 +1804,14 @@ export interface ArticleStorage {
|
|
|
1804
1804
|
storageRef: ApiObjectReference;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
*
|
|
1807
|
+
* Vorgabe-Lagerplätze
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* Sollbestand
|
|
1813
1813
|
*/
|
|
1814
|
-
|
|
1814
|
+
targetStock: number;
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Aktuelle Menge in Produktion
|
|
@@ -1837,14 +1837,14 @@ export interface ArticleSupplier {
|
|
|
1837
1837
|
accountDisplayName: string;
|
|
1838
1838
|
|
|
1839
1839
|
/**
|
|
1840
|
-
*
|
|
1840
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1841
1841
|
*/
|
|
1842
|
-
|
|
1842
|
+
useSupplierArticleDescription: boolean;
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
|
-
*
|
|
1845
|
+
* Lieferanten-Meldebestand
|
|
1846
1846
|
*/
|
|
1847
|
-
|
|
1847
|
+
supplierReportingStock: number;
|
|
1848
1848
|
|
|
1849
1849
|
/**
|
|
1850
1850
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -1957,14 +1957,14 @@ export interface ArticleSupplier {
|
|
|
1957
1957
|
defaultNetPrice: number;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
|
-
*
|
|
1960
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1961
1961
|
*/
|
|
1962
|
-
|
|
1962
|
+
orderOnComponentBase: boolean;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
|
-
*
|
|
1965
|
+
* Einkaufseinheit
|
|
1966
1966
|
*/
|
|
1967
|
-
|
|
1967
|
+
purchaseUnit: number;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Referenced Supplier-Account
|
|
@@ -2798,14 +2798,14 @@ export interface CrmProject {
|
|
|
2798
2798
|
priorityRef: ApiObjectReference;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Phase
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
phaseRef: ApiObjectReference;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
|
-
*
|
|
2806
|
+
* Projektleiter vom Auftragnehmer
|
|
2807
2807
|
*/
|
|
2808
|
-
|
|
2808
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2809
2809
|
|
|
2810
2810
|
/**
|
|
2811
2811
|
* Aufgaben-Nummer
|
|
@@ -2823,14 +2823,14 @@ export interface CrmProject {
|
|
|
2823
2823
|
billedTimes: number;
|
|
2824
2824
|
|
|
2825
2825
|
/**
|
|
2826
|
-
*
|
|
2826
|
+
* Geplanter Projektzeitraum (von)
|
|
2827
2827
|
*/
|
|
2828
|
-
|
|
2828
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2829
2829
|
|
|
2830
2830
|
/**
|
|
2831
|
-
*
|
|
2831
|
+
* Einkaufsbelege
|
|
2832
2832
|
*/
|
|
2833
|
-
|
|
2833
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2834
2834
|
|
|
2835
2835
|
/**
|
|
2836
2836
|
* Verkaufsbelege
|
|
@@ -2858,14 +2858,14 @@ export interface CrmProject {
|
|
|
2858
2858
|
info: MetaInfo;
|
|
2859
2859
|
|
|
2860
2860
|
/**
|
|
2861
|
-
*
|
|
2861
|
+
* Projektleiter vom Auftraggeber
|
|
2862
2862
|
*/
|
|
2863
|
-
|
|
2863
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
2864
2864
|
|
|
2865
2865
|
/**
|
|
2866
|
-
*
|
|
2866
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2867
2867
|
*/
|
|
2868
|
-
|
|
2868
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2869
2869
|
|
|
2870
2870
|
/**
|
|
2871
2871
|
* Gesamt beauftragte Zeit in Sekunden
|
|
@@ -3108,11 +3108,6 @@ export interface CrmSubType {
|
|
|
3108
3108
|
|
|
3109
3109
|
export interface CrmTask {
|
|
3110
3110
|
|
|
3111
|
-
/**
|
|
3112
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3113
|
-
*/
|
|
3114
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3115
|
-
|
|
3116
3111
|
/**
|
|
3117
3112
|
* Angebot
|
|
3118
3113
|
*/
|
|
@@ -3123,6 +3118,11 @@ export interface CrmTask {
|
|
|
3123
3118
|
*/
|
|
3124
3119
|
reminders: Array<CrmReminder>;
|
|
3125
3120
|
|
|
3121
|
+
/**
|
|
3122
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3123
|
+
*/
|
|
3124
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3125
|
+
|
|
3126
3126
|
/**
|
|
3127
3127
|
* Notizen
|
|
3128
3128
|
*/
|
|
@@ -3488,14 +3488,14 @@ export interface CurrencyReference {
|
|
|
3488
3488
|
export interface Customer {
|
|
3489
3489
|
|
|
3490
3490
|
/**
|
|
3491
|
-
*
|
|
3491
|
+
* reference to customer group
|
|
3492
3492
|
*/
|
|
3493
|
-
|
|
3493
|
+
customerGroupRef: ApiObjectReference;
|
|
3494
3494
|
|
|
3495
3495
|
/**
|
|
3496
|
-
*
|
|
3496
|
+
* Option für die Stapelverarbeitung
|
|
3497
3497
|
*/
|
|
3498
|
-
|
|
3498
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3499
3499
|
|
|
3500
3500
|
/**
|
|
3501
3501
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3513,14 +3513,14 @@ export interface Customer {
|
|
|
3513
3513
|
dueDate: ScriptingDate;
|
|
3514
3514
|
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* collective billable
|
|
3517
3517
|
*/
|
|
3518
|
-
|
|
3518
|
+
collectiveBillable: boolean;
|
|
3519
3519
|
|
|
3520
3520
|
/**
|
|
3521
|
-
*
|
|
3521
|
+
* Maximal mögliche Lieferungen
|
|
3522
3522
|
*/
|
|
3523
|
-
|
|
3523
|
+
maxDeliveries: number;
|
|
3524
3524
|
|
|
3525
3525
|
/**
|
|
3526
3526
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3548,14 +3548,14 @@ export interface Customer {
|
|
|
3548
3548
|
stackProcessingPriority: number;
|
|
3549
3549
|
|
|
3550
3550
|
/**
|
|
3551
|
-
*
|
|
3551
|
+
* reference to product price group
|
|
3552
3552
|
*/
|
|
3553
|
-
|
|
3553
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3554
3554
|
|
|
3555
3555
|
/**
|
|
3556
|
-
*
|
|
3556
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3557
3557
|
*/
|
|
3558
|
-
|
|
3558
|
+
collectiveInvoiceManually: boolean;
|
|
3559
3559
|
|
|
3560
3560
|
/**
|
|
3561
3561
|
* Unique identifier of the Object
|
|
@@ -3709,14 +3709,14 @@ export interface DeliveryMethod {
|
|
|
3709
3709
|
translations: Array<DocumentTypeTerm>;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
|
-
*
|
|
3712
|
+
* Gültige Ländercodes
|
|
3713
3713
|
*/
|
|
3714
|
-
|
|
3714
|
+
validCountryCodes: Array<string>;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* Versand-Anbieter
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
vdsCarrierId: number;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Standardgewichtseinheit
|
|
@@ -3923,14 +3923,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3923
3923
|
deliveryQuantityPackages: number;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* Leitweg-ID
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
buyerReference: string;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* Bestellnummer aus Vorbeleg
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
referencedOrderNumber: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -3983,14 +3983,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3983
3983
|
accountId: number;
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
|
-
* Länderkennzeichen
|
|
3986
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3987
3987
|
*/
|
|
3988
|
-
|
|
3988
|
+
performanceCountryCode: string;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
* Länderkennzeichen
|
|
3991
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
sourceCountryCode: string;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
3996
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4110,14 +4110,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4110
4110
|
accountNumber: string;
|
|
4111
4111
|
|
|
4112
4112
|
/**
|
|
4113
|
-
*
|
|
4113
|
+
* Referenz auf Zahlungsbedingung
|
|
4114
4114
|
*/
|
|
4115
|
-
|
|
4115
|
+
paymentTermRef: PaymentTermRef;
|
|
4116
4116
|
|
|
4117
4117
|
/**
|
|
4118
|
-
*
|
|
4118
|
+
* Wird vom Workflow verarbeitet?
|
|
4119
4119
|
*/
|
|
4120
|
-
|
|
4120
|
+
processedByWorkflow: boolean;
|
|
4121
4121
|
|
|
4122
4122
|
/**
|
|
4123
4123
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4265,14 +4265,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4265
4265
|
documentTypeCategory: DocumentCategory;
|
|
4266
4266
|
|
|
4267
4267
|
/**
|
|
4268
|
-
*
|
|
4268
|
+
* Gesamtgewicht wurde manuell gesetzt
|
|
4269
4269
|
*/
|
|
4270
|
-
|
|
4270
|
+
userDefinedWeight: boolean;
|
|
4271
4271
|
|
|
4272
4272
|
/**
|
|
4273
|
-
*
|
|
4273
|
+
* Importmodus des Belegs
|
|
4274
4274
|
*/
|
|
4275
|
-
|
|
4275
|
+
importType: DocumentImportType;
|
|
4276
4276
|
|
|
4277
4277
|
/**
|
|
4278
4278
|
* Referenz zum zugeordneten Vertriebskanal
|
|
@@ -4345,9 +4345,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4345
4345
|
documentState: DocumentTypeState;
|
|
4346
4346
|
|
|
4347
4347
|
/**
|
|
4348
|
-
*
|
|
4348
|
+
* Referenz auf Lieferbedingung
|
|
4349
4349
|
*/
|
|
4350
|
-
|
|
4350
|
+
deliveryTermRef: ApiObjectReference;
|
|
4351
4351
|
|
|
4352
4352
|
/**
|
|
4353
4353
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4357,9 +4357,9 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4357
4357
|
posReceiptBalanced: boolean;
|
|
4358
4358
|
|
|
4359
4359
|
/**
|
|
4360
|
-
*
|
|
4360
|
+
* Rückgeld
|
|
4361
4361
|
*/
|
|
4362
|
-
|
|
4362
|
+
posReceiptChangeAmount: number;
|
|
4363
4363
|
|
|
4364
4364
|
/**
|
|
4365
4365
|
* Gesamtbruttogewicht
|
|
@@ -4410,14 +4410,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4410
4410
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
|
-
*
|
|
4413
|
+
* Herkunft der Sprache
|
|
4414
4414
|
*/
|
|
4415
|
-
|
|
4415
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
4423
|
* Herkunft der Käufer-Referenz
|
|
@@ -4550,14 +4550,14 @@ export interface DocumentAddress {
|
|
|
4550
4550
|
postOfficeBox: string;
|
|
4551
4551
|
|
|
4552
4552
|
/**
|
|
4553
|
-
*
|
|
4553
|
+
* Street
|
|
4554
4554
|
*/
|
|
4555
|
-
|
|
4555
|
+
street: string;
|
|
4556
4556
|
|
|
4557
4557
|
/**
|
|
4558
|
-
*
|
|
4558
|
+
* country code IsoAlpha3
|
|
4559
4559
|
*/
|
|
4560
|
-
|
|
4560
|
+
countryCode: string;
|
|
4561
4561
|
|
|
4562
4562
|
/**
|
|
4563
4563
|
* Unique identifier of the Object
|
|
@@ -5029,14 +5029,14 @@ export interface DocumentLine {
|
|
|
5029
5029
|
price: number;
|
|
5030
5030
|
|
|
5031
5031
|
/**
|
|
5032
|
-
*
|
|
5032
|
+
* FiBu-Buchung
|
|
5033
5033
|
*/
|
|
5034
|
-
|
|
5034
|
+
financeBooking: DocumentFinanceBooking;
|
|
5035
5035
|
|
|
5036
5036
|
/**
|
|
5037
|
-
*
|
|
5037
|
+
* Gesamtpreis Position in Basiswährung
|
|
5038
5038
|
*/
|
|
5039
|
-
|
|
5039
|
+
baseTotalLinePrice: number;
|
|
5040
5040
|
|
|
5041
5041
|
/**
|
|
5042
5042
|
* Positionstyp
|
|
@@ -5074,9 +5074,9 @@ export interface DocumentLine {
|
|
|
5074
5074
|
id: number;
|
|
5075
5075
|
|
|
5076
5076
|
/**
|
|
5077
|
-
*
|
|
5077
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5078
5078
|
*/
|
|
5079
|
-
|
|
5079
|
+
positionOfArticleLine: number;
|
|
5080
5080
|
|
|
5081
5081
|
/**
|
|
5082
5082
|
* Externe Referenz zum VDS-Paket
|
|
@@ -5084,14 +5084,14 @@ export interface DocumentLine {
|
|
|
5084
5084
|
externalReferenceVds: string;
|
|
5085
5085
|
|
|
5086
5086
|
/**
|
|
5087
|
-
*
|
|
5087
|
+
* Serientyp
|
|
5088
5088
|
*/
|
|
5089
|
-
|
|
5089
|
+
serialType: ArticleSerialType;
|
|
5090
5090
|
|
|
5091
5091
|
/**
|
|
5092
|
-
*
|
|
5092
|
+
* Preis pro Einheit in Basiswährung
|
|
5093
5093
|
*/
|
|
5094
|
-
|
|
5094
|
+
basePrice: number;
|
|
5095
5095
|
|
|
5096
5096
|
/**
|
|
5097
5097
|
* MetaInformations for this Object
|
|
@@ -5243,26 +5243,26 @@ export interface DocumentLine {
|
|
|
5243
5243
|
*/
|
|
5244
5244
|
revenueCalculation: RevenueCalculation;
|
|
5245
5245
|
|
|
5246
|
-
/**
|
|
5247
|
-
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
5248
|
-
*/
|
|
5249
|
-
totalLinePrice: number;
|
|
5250
|
-
|
|
5251
5246
|
/**
|
|
5252
5247
|
* Einheitentyp
|
|
5253
5248
|
*/
|
|
5254
5249
|
unitType: UnitTypeReference;
|
|
5255
5250
|
|
|
5256
5251
|
/**
|
|
5257
|
-
*
|
|
5252
|
+
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
5258
5253
|
*/
|
|
5259
|
-
|
|
5254
|
+
totalLinePrice: number;
|
|
5260
5255
|
|
|
5261
5256
|
/**
|
|
5262
5257
|
* Referenz zur Basiszeile
|
|
5263
5258
|
*/
|
|
5264
5259
|
baseLineId: number;
|
|
5265
5260
|
|
|
5261
|
+
/**
|
|
5262
|
+
* Zubehör Einfügeart
|
|
5263
|
+
*/
|
|
5264
|
+
insertTerm: AccessoryInsertTerm;
|
|
5265
|
+
|
|
5266
5266
|
/**
|
|
5267
5267
|
* Einheit Bruttogewicht
|
|
5268
5268
|
*/
|
|
@@ -5289,14 +5289,14 @@ export interface DocumentLine {
|
|
|
5289
5289
|
productType: ProductType;
|
|
5290
5290
|
|
|
5291
5291
|
/**
|
|
5292
|
-
*
|
|
5292
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5293
5293
|
*/
|
|
5294
|
-
|
|
5294
|
+
baseSalesValueNet: number;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Vertragsinformationen
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
contractDetail: DocumentContractDetail;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Einheit Nettogewicht
|
|
@@ -5667,14 +5667,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5667
5667
|
quantityFinished: number;
|
|
5668
5668
|
|
|
5669
5669
|
/**
|
|
5670
|
-
*
|
|
5670
|
+
* Menge defekt
|
|
5671
5671
|
*/
|
|
5672
|
-
|
|
5672
|
+
quantityDefective: number;
|
|
5673
5673
|
|
|
5674
5674
|
/**
|
|
5675
|
-
*
|
|
5675
|
+
* Produzierte Seriennummern
|
|
5676
5676
|
*/
|
|
5677
|
-
|
|
5677
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5678
5678
|
|
|
5679
5679
|
/**
|
|
5680
5680
|
* Freifeld
|
|
@@ -6283,14 +6283,14 @@ export interface DocumentText {
|
|
|
6283
6283
|
transferableIntoSubsequentDocuments: boolean;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
|
-
*
|
|
6286
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6287
6287
|
*/
|
|
6288
|
-
|
|
6288
|
+
deleted: boolean;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
textPosition: TextPosition;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
6296
|
* textBaustein Vorlage
|
|
@@ -6400,14 +6400,14 @@ export interface DocumentType {
|
|
|
6400
6400
|
labels: Array<DocumentTypeLabel>;
|
|
6401
6401
|
|
|
6402
6402
|
/**
|
|
6403
|
-
*
|
|
6403
|
+
* Zählerkreis
|
|
6404
6404
|
*/
|
|
6405
|
-
|
|
6405
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6406
6406
|
|
|
6407
6407
|
/**
|
|
6408
|
-
*
|
|
6408
|
+
* nächste Belegnummer
|
|
6409
6409
|
*/
|
|
6410
|
-
|
|
6410
|
+
nextNumber: string;
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
6413
|
* Sortierung
|
|
@@ -6909,14 +6909,14 @@ export interface FabricationRevertRequest {
|
|
|
6909
6909
|
export interface FabricationSerialNumber {
|
|
6910
6910
|
|
|
6911
6911
|
/**
|
|
6912
|
-
*
|
|
6912
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6913
6913
|
*/
|
|
6914
|
-
|
|
6914
|
+
serialNumberId: number;
|
|
6915
6915
|
|
|
6916
6916
|
/**
|
|
6917
|
-
*
|
|
6917
|
+
* MHD / Verfallsdatum
|
|
6918
6918
|
*/
|
|
6919
|
-
|
|
6919
|
+
expiryDate: ScriptingDate;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
6922
|
* Bemerkung
|
|
@@ -7123,14 +7123,14 @@ export interface PaymentMethod {
|
|
|
7123
7123
|
daysToAddForFollowup: number;
|
|
7124
7124
|
|
|
7125
7125
|
/**
|
|
7126
|
-
*
|
|
7126
|
+
* external Payment Id
|
|
7127
7127
|
*/
|
|
7128
|
-
|
|
7128
|
+
externalPaymentId: string;
|
|
7129
7129
|
|
|
7130
7130
|
/**
|
|
7131
|
-
*
|
|
7131
|
+
* Die Business Transaction
|
|
7132
7132
|
*/
|
|
7133
|
-
|
|
7133
|
+
businessTransaction: ApiObjectReference;
|
|
7134
7134
|
|
|
7135
7135
|
/**
|
|
7136
7136
|
* Unique identifier of the Object
|
|
@@ -7454,14 +7454,14 @@ export const enum PickingType {
|
|
|
7454
7454
|
export interface Picklist {
|
|
7455
7455
|
|
|
7456
7456
|
/**
|
|
7457
|
-
*
|
|
7457
|
+
* Ziellager für Nachschub
|
|
7458
7458
|
*/
|
|
7459
|
-
|
|
7459
|
+
targetStorageRef: ApiObjectReference;
|
|
7460
7460
|
|
|
7461
7461
|
/**
|
|
7462
|
-
*
|
|
7462
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7463
7463
|
*/
|
|
7464
|
-
|
|
7464
|
+
usedTemplate: PicklistTemplate;
|
|
7465
7465
|
|
|
7466
7466
|
/**
|
|
7467
7467
|
* Nummer der Pickliste
|
|
@@ -7876,20 +7876,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7876
7876
|
*/
|
|
7877
7877
|
maxArticleCountPerOrder: number;
|
|
7878
7878
|
|
|
7879
|
-
/**
|
|
7880
|
-
* Maximaler Auftragswert
|
|
7881
|
-
*/
|
|
7882
|
-
maxOrderValue: number;
|
|
7883
|
-
|
|
7884
7879
|
/**
|
|
7885
7880
|
* Alternative Selektion in VQL
|
|
7886
7881
|
*/
|
|
7887
7882
|
alternativeSelectionInVql: string;
|
|
7888
7883
|
|
|
7889
7884
|
/**
|
|
7890
|
-
*
|
|
7885
|
+
* Maximaler Auftragswert
|
|
7891
7886
|
*/
|
|
7892
|
-
|
|
7887
|
+
maxOrderValue: number;
|
|
7893
7888
|
|
|
7894
7889
|
/**
|
|
7895
7890
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -7901,6 +7896,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7901
7896
|
*/
|
|
7902
7897
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7903
7898
|
|
|
7899
|
+
/**
|
|
7900
|
+
* Nur vollständig lieferbare Positionen
|
|
7901
|
+
*/
|
|
7902
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
7903
|
+
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Selektion über den Bereich vom Belegdatum
|
|
7906
7906
|
*/
|
|
@@ -7985,14 +7985,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7985
7985
|
specifyStorageBins: boolean;
|
|
7986
7986
|
|
|
7987
7987
|
/**
|
|
7988
|
-
*
|
|
7988
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7989
7989
|
*/
|
|
7990
|
-
|
|
7990
|
+
sortByRoutePosition: boolean;
|
|
7991
7991
|
|
|
7992
7992
|
/**
|
|
7993
|
-
*
|
|
7993
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7994
7994
|
*/
|
|
7995
|
-
|
|
7995
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
7996
7996
|
|
|
7997
7997
|
/**
|
|
7998
7998
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -8037,25 +8037,20 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8037
8037
|
*/
|
|
8038
8038
|
alwaysShowDeliveryMethod: boolean;
|
|
8039
8039
|
|
|
8040
|
-
/**
|
|
8041
|
-
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8042
|
-
*/
|
|
8043
|
-
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8044
|
-
|
|
8045
8040
|
/**
|
|
8046
8041
|
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8047
8042
|
*/
|
|
8048
8043
|
autoPrintDeliveryDocument: boolean;
|
|
8049
8044
|
|
|
8050
8045
|
/**
|
|
8051
|
-
*
|
|
8046
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8052
8047
|
*/
|
|
8053
|
-
|
|
8048
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8054
8049
|
|
|
8055
8050
|
/**
|
|
8056
|
-
*
|
|
8051
|
+
* Versand-Dialog beim Abschluss zeigen
|
|
8057
8052
|
*/
|
|
8058
|
-
|
|
8053
|
+
showShippingFormOnPickingFinish: boolean;
|
|
8059
8054
|
|
|
8060
8055
|
/**
|
|
8061
8056
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -8067,6 +8062,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8067
8062
|
*/
|
|
8068
8063
|
allowFullConfirmation: boolean;
|
|
8069
8064
|
|
|
8065
|
+
/**
|
|
8066
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8067
|
+
*/
|
|
8068
|
+
useDigitalPicklist: boolean;
|
|
8069
|
+
|
|
8070
8070
|
/**
|
|
8071
8071
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8072
8072
|
*/
|
|
@@ -8165,14 +8165,14 @@ export interface PriceSelectionCriteria {
|
|
|
8165
8165
|
quantity: number;
|
|
8166
8166
|
|
|
8167
8167
|
/**
|
|
8168
|
-
* Liste von
|
|
8168
|
+
* Liste von Account-IDs
|
|
8169
8169
|
*/
|
|
8170
|
-
|
|
8170
|
+
accountIds: Array<number>;
|
|
8171
8171
|
|
|
8172
8172
|
/**
|
|
8173
|
-
* Liste von
|
|
8173
|
+
* Liste von Artikel-IDs
|
|
8174
8174
|
*/
|
|
8175
|
-
|
|
8175
|
+
articleIds: Array<number>;
|
|
8176
8176
|
|
|
8177
8177
|
/**
|
|
8178
8178
|
* ein qualifier
|
|
@@ -8379,14 +8379,14 @@ export interface ProductDiscount {
|
|
|
8379
8379
|
currencyRef: CurrencyReference;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Wert des Rabatts
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
modifierValue: number;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Preisgruppe
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
priceGroupRef: ApiObjectReference;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8757,14 +8757,14 @@ export interface RequestDocument {
|
|
|
8757
8757
|
lines: Array<RequestDocumentLine>;
|
|
8758
8758
|
|
|
8759
8759
|
/**
|
|
8760
|
-
*
|
|
8760
|
+
* ID der Kasse (bei POS)
|
|
8761
8761
|
*/
|
|
8762
|
-
|
|
8762
|
+
posRegisterId: number;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Die Vertragsdetails
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
contractDetail: DocumentContractDetail;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
8770
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -8817,14 +8817,14 @@ export interface RequestDocument {
|
|
|
8817
8817
|
accountId: number;
|
|
8818
8818
|
|
|
8819
8819
|
/**
|
|
8820
|
-
*
|
|
8820
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
8821
8821
|
*/
|
|
8822
|
-
|
|
8822
|
+
processedByPicklistProcessing: boolean;
|
|
8823
8823
|
|
|
8824
8824
|
/**
|
|
8825
|
-
*
|
|
8825
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
8826
8826
|
*/
|
|
8827
|
-
|
|
8827
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
8828
8828
|
|
|
8829
8829
|
/**
|
|
8830
8830
|
* Die Rabatte des Beleges
|
|
@@ -9141,14 +9141,14 @@ export interface SalesAgent {
|
|
|
9141
9141
|
note: string;
|
|
9142
9142
|
|
|
9143
9143
|
/**
|
|
9144
|
-
*
|
|
9144
|
+
* is sales agent taxable
|
|
9145
9145
|
*/
|
|
9146
|
-
|
|
9146
|
+
taxable: boolean;
|
|
9147
9147
|
|
|
9148
9148
|
/**
|
|
9149
|
-
*
|
|
9149
|
+
* reference to the delivery method
|
|
9150
9150
|
*/
|
|
9151
|
-
|
|
9151
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9152
9152
|
|
|
9153
9153
|
/**
|
|
9154
9154
|
* Freifelder
|
|
@@ -9835,14 +9835,14 @@ export interface ShelfFile {
|
|
|
9835
9835
|
version: number;
|
|
9836
9836
|
|
|
9837
9837
|
/**
|
|
9838
|
-
*
|
|
9838
|
+
* meta data
|
|
9839
9839
|
*/
|
|
9840
|
-
|
|
9840
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
9841
9841
|
|
|
9842
9842
|
/**
|
|
9843
|
-
*
|
|
9843
|
+
* current reference of this file in our storage
|
|
9844
9844
|
*/
|
|
9845
|
-
|
|
9845
|
+
storageHandle: string;
|
|
9846
9846
|
|
|
9847
9847
|
/**
|
|
9848
9848
|
* MetaInformations for this Object
|
|
@@ -10105,14 +10105,14 @@ export interface StockMovementManualApi {
|
|
|
10105
10105
|
export interface StockTransferApi {
|
|
10106
10106
|
|
|
10107
10107
|
/**
|
|
10108
|
-
*
|
|
10108
|
+
* Seriennummer
|
|
10109
10109
|
*/
|
|
10110
|
-
|
|
10110
|
+
serialNumberId: number;
|
|
10111
10111
|
|
|
10112
10112
|
/**
|
|
10113
|
-
*
|
|
10113
|
+
* Ziel-Lager
|
|
10114
10114
|
*/
|
|
10115
|
-
|
|
10115
|
+
targetStorageId: number;
|
|
10116
10116
|
|
|
10117
10117
|
/**
|
|
10118
10118
|
* Bemerkung
|
|
@@ -10466,14 +10466,14 @@ export const enum TagType {
|
|
|
10466
10466
|
export interface TaxIdForeignCountry {
|
|
10467
10467
|
|
|
10468
10468
|
/**
|
|
10469
|
-
*
|
|
10469
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10470
10470
|
*/
|
|
10471
|
-
|
|
10471
|
+
countryCode: string;
|
|
10472
10472
|
|
|
10473
10473
|
/**
|
|
10474
|
-
*
|
|
10474
|
+
* Tax ID of the company in the associated country
|
|
10475
10475
|
*/
|
|
10476
|
-
|
|
10476
|
+
taxId: string;
|
|
10477
10477
|
|
|
10478
10478
|
/**
|
|
10479
10479
|
* Unique identifier of the Object
|