@vario-software/types 2026.24.2 → 2026.24.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 +27 -27
- package/scripting/types.d.ts +329 -329
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
|
|
@@ -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
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Standard-Ansprechpartner
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
defaultPerson: AccountPerson;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -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
|
* Street
|
|
@@ -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
|
-
* city of the bank
|
|
493
|
-
*/
|
|
494
|
-
bankCity: string;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* Hauptbankverbindung für
|
|
498
493
|
*/
|
|
499
494
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* city of the bank
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
bankCity: string;
|
|
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
|
*/
|
|
@@ -1029,14 +1029,14 @@ export interface Article {
|
|
|
1029
1029
|
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* description custom data
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Frei kommissionierbar
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
freelyPickable: boolean;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
@@ -1304,14 +1304,14 @@ export interface Article {
|
|
|
1304
1304
|
contingentArticleRef: ApiObjectReference;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* rabattierbarer Artikel?
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
discountable: boolean;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* alternative name of this product
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
alternativeName: string;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Art des Haltbarkeitsdatums
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1504,14 +1504,14 @@ export interface ArticleCustomer {
|
|
|
1504
1504
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
|
-
*
|
|
1507
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1508
1508
|
*/
|
|
1509
|
-
|
|
1509
|
+
useDeviatingArticleDescription: boolean;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Kunden-Preise
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
productPrices: Array<ProductPrice>;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* Referenced Article
|
|
@@ -1716,14 +1716,14 @@ export interface ArticleListing {
|
|
|
1716
1716
|
alternativeName: WithDefaults<String>;
|
|
1717
1717
|
|
|
1718
1718
|
/**
|
|
1719
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1719
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1720
1720
|
*/
|
|
1721
|
-
|
|
1721
|
+
customLowestPriceNet: number;
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1724
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1725
1725
|
*/
|
|
1726
|
-
|
|
1726
|
+
proposedLowestPriceNet: number;
|
|
1727
1727
|
|
|
1728
1728
|
/**
|
|
1729
1729
|
* der aktuelle listing stand
|
|
@@ -1884,19 +1884,19 @@ export const enum ArticleSerialType {
|
|
|
1884
1884
|
export interface ArticleStorage {
|
|
1885
1885
|
|
|
1886
1886
|
/**
|
|
1887
|
-
*
|
|
1887
|
+
* Nachschub ab
|
|
1888
1888
|
*/
|
|
1889
|
-
|
|
1889
|
+
replenishmentFrom: number;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
*
|
|
1892
|
+
* Bestand im Lager
|
|
1893
1893
|
*/
|
|
1894
|
-
|
|
1894
|
+
quantityInStock: number;
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
|
-
*
|
|
1897
|
+
* Meldebestand
|
|
1898
1898
|
*/
|
|
1899
|
-
|
|
1899
|
+
reorderPoint: number;
|
|
1900
1900
|
|
|
1901
1901
|
/**
|
|
1902
1902
|
* Bestellte Menge
|
|
@@ -1904,19 +1904,19 @@ export interface ArticleStorage {
|
|
|
1904
1904
|
orderedQuantity: number;
|
|
1905
1905
|
|
|
1906
1906
|
/**
|
|
1907
|
-
*
|
|
1907
|
+
* Aktuelle Menge in Kommissionierung
|
|
1908
1908
|
*/
|
|
1909
|
-
|
|
1909
|
+
quantityInPicking: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
|
-
*
|
|
1912
|
+
* Nachschub auf
|
|
1913
1913
|
*/
|
|
1914
|
-
|
|
1914
|
+
replenishmentOn: number;
|
|
1915
1915
|
|
|
1916
1916
|
/**
|
|
1917
|
-
*
|
|
1917
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1918
1918
|
*/
|
|
1919
|
-
|
|
1919
|
+
virtualStockAmount: number;
|
|
1920
1920
|
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
@@ -1992,14 +1992,14 @@ export interface ArticleSupplier {
|
|
|
1992
1992
|
accountDisplayName: string;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Lieferanten-Meldebestand
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
supplierReportingStock: number;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
|
-
*
|
|
2000
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2001
2001
|
*/
|
|
2002
|
-
|
|
2002
|
+
useSupplierArticleDescription: boolean;
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Verpackungseinheit
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
packagingUnit: number;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Referenced Article name
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
articleName: string;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2097,14 +2097,14 @@ export interface ArticleSupplier {
|
|
|
2097
2097
|
dropShippingAllowed: boolean;
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* Abweichende
|
|
2100
|
+
* Abweichende Produktbezeichnung
|
|
2101
2101
|
*/
|
|
2102
|
-
|
|
2102
|
+
supplierArticleName: string;
|
|
2103
2103
|
|
|
2104
2104
|
/**
|
|
2105
|
-
* Abweichende
|
|
2105
|
+
* Abweichende Produktbeschreibung
|
|
2106
2106
|
*/
|
|
2107
|
-
|
|
2107
|
+
supplierArticleDescription: string;
|
|
2108
2108
|
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Standardpreis Netto
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Einkaufseinheit
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
purchaseUnit: number;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
orderOnComponentBase: boolean;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -2334,14 +2334,14 @@ export interface CountryReference {
|
|
|
2334
2334
|
export interface CreateNewDocumentRequest {
|
|
2335
2335
|
|
|
2336
2336
|
/**
|
|
2337
|
-
*
|
|
2337
|
+
* Belegart
|
|
2338
2338
|
*/
|
|
2339
|
-
|
|
2339
|
+
documentTypeLabel: string;
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
|
2342
|
-
* Belegart
|
|
2342
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2343
2343
|
*/
|
|
2344
|
-
|
|
2344
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2345
2345
|
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Details zum Beleg
|
|
@@ -2566,14 +2566,14 @@ export interface CrmActivityType {
|
|
|
2566
2566
|
export interface CrmChecklistItem {
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
|
-
*
|
|
2569
|
+
* Ist das Element "angehakt"?
|
|
2570
2570
|
*/
|
|
2571
|
-
|
|
2571
|
+
checked: boolean;
|
|
2572
2572
|
|
|
2573
2573
|
/**
|
|
2574
|
-
*
|
|
2574
|
+
* Text des Checklisten-Elements
|
|
2575
2575
|
*/
|
|
2576
|
-
|
|
2576
|
+
memo: string;
|
|
2577
2577
|
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Unique identifier of the Object
|
|
@@ -2965,14 +2965,14 @@ export interface CrmProject {
|
|
|
2965
2965
|
priorityRef: ApiObjectReference;
|
|
2966
2966
|
|
|
2967
2967
|
/**
|
|
2968
|
-
*
|
|
2968
|
+
* Projektleiter vom Auftragnehmer
|
|
2969
2969
|
*/
|
|
2970
|
-
|
|
2970
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2971
2971
|
|
|
2972
2972
|
/**
|
|
2973
|
-
*
|
|
2973
|
+
* Phase
|
|
2974
2974
|
*/
|
|
2975
|
-
|
|
2975
|
+
phaseRef: ApiObjectReference;
|
|
2976
2976
|
|
|
2977
2977
|
/**
|
|
2978
2978
|
* Aufgaben-Nummer
|
|
@@ -3220,14 +3220,14 @@ export interface CrmState {
|
|
|
3220
3220
|
readyToBill: boolean;
|
|
3221
3221
|
|
|
3222
3222
|
/**
|
|
3223
|
-
*
|
|
3223
|
+
* Handelt es sich um einen Anfang-Status
|
|
3224
3224
|
*/
|
|
3225
|
-
|
|
3225
|
+
startState: boolean;
|
|
3226
3226
|
|
|
3227
3227
|
/**
|
|
3228
|
-
*
|
|
3228
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3229
3229
|
*/
|
|
3230
|
-
|
|
3230
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3231
3231
|
|
|
3232
3232
|
/**
|
|
3233
3233
|
* MetaInformations for this Object
|
|
@@ -3275,11 +3275,6 @@ export interface CrmSubType {
|
|
|
3275
3275
|
|
|
3276
3276
|
export interface CrmTask {
|
|
3277
3277
|
|
|
3278
|
-
/**
|
|
3279
|
-
* Liste von Erinnerungen
|
|
3280
|
-
*/
|
|
3281
|
-
reminders: Array<CrmReminder>;
|
|
3282
|
-
|
|
3283
3278
|
/**
|
|
3284
3279
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3285
3280
|
*/
|
|
@@ -3290,6 +3285,11 @@ export interface CrmTask {
|
|
|
3290
3285
|
*/
|
|
3291
3286
|
customerOfferRef: DocumentRef;
|
|
3292
3287
|
|
|
3288
|
+
/**
|
|
3289
|
+
* Liste von Erinnerungen
|
|
3290
|
+
*/
|
|
3291
|
+
reminders: Array<CrmReminder>;
|
|
3292
|
+
|
|
3293
3293
|
/**
|
|
3294
3294
|
* Notizen
|
|
3295
3295
|
*/
|
|
@@ -3655,14 +3655,14 @@ export interface CurrencyReference {
|
|
|
3655
3655
|
export interface Customer {
|
|
3656
3656
|
|
|
3657
3657
|
/**
|
|
3658
|
-
*
|
|
3658
|
+
* reference to customer group
|
|
3659
3659
|
*/
|
|
3660
|
-
|
|
3660
|
+
customerGroupRef: ApiObjectReference;
|
|
3661
3661
|
|
|
3662
3662
|
/**
|
|
3663
|
-
*
|
|
3663
|
+
* Option für die Stapelverarbeitung
|
|
3664
3664
|
*/
|
|
3665
|
-
|
|
3665
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3666
3666
|
|
|
3667
3667
|
/**
|
|
3668
3668
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3680,14 +3680,14 @@ export interface Customer {
|
|
|
3680
3680
|
dueDate: ScriptingDate;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* collective billable
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
collectiveBillable: boolean;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
3688
|
+
* Maximal mögliche Lieferungen
|
|
3689
3689
|
*/
|
|
3690
|
-
|
|
3690
|
+
maxDeliveries: number;
|
|
3691
3691
|
|
|
3692
3692
|
/**
|
|
3693
3693
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3740,14 +3740,14 @@ export interface Customer {
|
|
|
3740
3740
|
info: MetaInfo;
|
|
3741
3741
|
|
|
3742
3742
|
/**
|
|
3743
|
-
*
|
|
3743
|
+
* reference to the delivery method
|
|
3744
3744
|
*/
|
|
3745
|
-
|
|
3745
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3746
3746
|
|
|
3747
3747
|
/**
|
|
3748
|
-
*
|
|
3748
|
+
* tax able or tax free
|
|
3749
3749
|
*/
|
|
3750
|
-
|
|
3750
|
+
taxable: boolean;
|
|
3751
3751
|
|
|
3752
3752
|
/**
|
|
3753
3753
|
* active true/false
|
|
@@ -3899,14 +3899,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3899
3899
|
export interface DeliveryMethod {
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
|
-
*
|
|
3902
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3903
3903
|
*/
|
|
3904
|
-
|
|
3904
|
+
splitIntoNewDocument: boolean;
|
|
3905
3905
|
|
|
3906
3906
|
/**
|
|
3907
|
-
*
|
|
3907
|
+
* E-Mail an Versender übergeben
|
|
3908
3908
|
*/
|
|
3909
|
-
|
|
3909
|
+
forwardEmailToShipper: boolean;
|
|
3910
3910
|
|
|
3911
3911
|
/**
|
|
3912
3912
|
* Min. Gewicht pro Paket
|
|
@@ -3969,14 +3969,14 @@ export interface DeliveryMethod {
|
|
|
3969
3969
|
translations: Array<DocumentTypeTerm>;
|
|
3970
3970
|
|
|
3971
3971
|
/**
|
|
3972
|
-
*
|
|
3972
|
+
* Gültige Ländercodes
|
|
3973
3973
|
*/
|
|
3974
|
-
|
|
3974
|
+
validCountryCodes: Array<string>;
|
|
3975
3975
|
|
|
3976
3976
|
/**
|
|
3977
|
-
*
|
|
3977
|
+
* Versand-Anbieter
|
|
3978
3978
|
*/
|
|
3979
|
-
|
|
3979
|
+
vdsCarrierId: number;
|
|
3980
3980
|
|
|
3981
3981
|
/**
|
|
3982
3982
|
* Standardgewichtseinheit
|
|
@@ -4057,14 +4057,14 @@ export interface DeliveryTerm {
|
|
|
4057
4057
|
version: number;
|
|
4058
4058
|
|
|
4059
4059
|
/**
|
|
4060
|
-
*
|
|
4060
|
+
* information, how the shipping charges should be calculated
|
|
4061
4061
|
*/
|
|
4062
|
-
|
|
4062
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4063
4063
|
|
|
4064
4064
|
/**
|
|
4065
|
-
*
|
|
4065
|
+
* translations
|
|
4066
4066
|
*/
|
|
4067
|
-
|
|
4067
|
+
translations: Array<DocumentTypeTerm>;
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
4070
|
* Lieferarten
|
|
@@ -4077,14 +4077,14 @@ export interface DeliveryTerm {
|
|
|
4077
4077
|
id: number;
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
|
-
*
|
|
4080
|
+
* Versandkostenartikel
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4083
4083
|
|
|
4084
4084
|
/**
|
|
4085
|
-
*
|
|
4085
|
+
* free shipping net value
|
|
4086
4086
|
*/
|
|
4087
|
-
|
|
4087
|
+
freeShippingNetValue: number;
|
|
4088
4088
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* MetaInformations for this Object
|
|
@@ -4095,14 +4095,14 @@ export interface DeliveryTerm {
|
|
|
4095
4095
|
export interface Document {
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4098
|
+
* Referenz zum Rechnungskonto
|
|
4099
4099
|
*/
|
|
4100
|
-
|
|
4100
|
+
billingAccountRef: ApiObjectReference;
|
|
4101
4101
|
|
|
4102
4102
|
/**
|
|
4103
|
-
*
|
|
4103
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4104
4104
|
*/
|
|
4105
|
-
|
|
4105
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
4108
|
* Externe Belegnummer
|
|
@@ -4140,14 +4140,14 @@ export interface Document {
|
|
|
4140
4140
|
totalVat: number;
|
|
4141
4141
|
|
|
4142
4142
|
/**
|
|
4143
|
-
*
|
|
4143
|
+
* Standardlager für neue Positionen
|
|
4144
4144
|
*/
|
|
4145
|
-
|
|
4145
|
+
defaultStorageRef: ApiObjectReference;
|
|
4146
4146
|
|
|
4147
4147
|
/**
|
|
4148
|
-
*
|
|
4148
|
+
* Name der bestellenden Person
|
|
4149
4149
|
*/
|
|
4150
|
-
|
|
4150
|
+
orderedBy: string;
|
|
4151
4151
|
|
|
4152
4152
|
/**
|
|
4153
4153
|
* Lieferadresse
|
|
@@ -4298,20 +4298,27 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4298
4298
|
supplierNumber: string;
|
|
4299
4299
|
|
|
4300
4300
|
/**
|
|
4301
|
-
*
|
|
4301
|
+
* Gesamtpreis brutto
|
|
4302
4302
|
*/
|
|
4303
|
-
|
|
4303
|
+
totalGrossPrice: number;
|
|
4304
4304
|
|
|
4305
4305
|
/**
|
|
4306
|
-
*
|
|
4306
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4307
4307
|
*/
|
|
4308
|
-
|
|
4308
|
+
deliveryApproved: boolean;
|
|
4309
4309
|
|
|
4310
4310
|
/**
|
|
4311
4311
|
* Kassen-Zahlungspositionen
|
|
4312
4312
|
*/
|
|
4313
4313
|
posPayments: Array<DocumentPosPayment>;
|
|
4314
4314
|
|
|
4315
|
+
/**
|
|
4316
|
+
* Ist die Quittung bezahlt
|
|
4317
|
+
true wenn die Quittung bezahlt ist
|
|
4318
|
+
|
|
4319
|
+
*/
|
|
4320
|
+
posReceiptPayed: boolean;
|
|
4321
|
+
|
|
4315
4322
|
/**
|
|
4316
4323
|
* Kundennummer beim Lieferanten
|
|
4317
4324
|
*/
|
|
@@ -4322,13 +4329,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4322
4329
|
*/
|
|
4323
4330
|
maxDeliveries: number;
|
|
4324
4331
|
|
|
4325
|
-
/**
|
|
4326
|
-
* Ist die Quittung bezahlt
|
|
4327
|
-
true wenn die Quittung bezahlt ist
|
|
4328
|
-
|
|
4329
|
-
*/
|
|
4330
|
-
posReceiptPayed: boolean;
|
|
4331
|
-
|
|
4332
4332
|
/**
|
|
4333
4333
|
* Quittung: Summe Zahlbetrag
|
|
4334
4334
|
*/
|
|
@@ -4350,14 +4350,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4350
4350
|
contractDetail: DocumentContractDetail;
|
|
4351
4351
|
|
|
4352
4352
|
/**
|
|
4353
|
-
*
|
|
4353
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4354
4354
|
*/
|
|
4355
|
-
|
|
4355
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4356
4356
|
|
|
4357
4357
|
/**
|
|
4358
|
-
*
|
|
4358
|
+
* Zahlungsplan vorhanden?
|
|
4359
4359
|
*/
|
|
4360
|
-
|
|
4360
|
+
paymentPlan: boolean;
|
|
4361
4361
|
|
|
4362
4362
|
/**
|
|
4363
4363
|
* Produktionsdetails
|
|
@@ -4375,14 +4375,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4375
4375
|
accountNumber: string;
|
|
4376
4376
|
|
|
4377
4377
|
/**
|
|
4378
|
-
*
|
|
4378
|
+
* Referenz auf Zahlungsbedingung
|
|
4379
4379
|
*/
|
|
4380
|
-
|
|
4380
|
+
paymentTermRef: PaymentTermRef;
|
|
4381
4381
|
|
|
4382
4382
|
/**
|
|
4383
|
-
*
|
|
4383
|
+
* Wird vom Workflow verarbeitet?
|
|
4384
4384
|
*/
|
|
4385
|
-
|
|
4385
|
+
processedByWorkflow: boolean;
|
|
4386
4386
|
|
|
4387
4387
|
/**
|
|
4388
4388
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4415,14 +4415,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4415
4415
|
defaultAddress: DocumentAddress;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Leistungsdatum
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
performanceDate: ScriptingDate;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
|
-
*
|
|
4423
|
+
* Verarbeitungsoption für Stapel
|
|
4424
4424
|
*/
|
|
4425
|
-
|
|
4425
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
4428
4428
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4480,14 +4480,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4480
4480
|
dropShipping: boolean;
|
|
4481
4481
|
|
|
4482
4482
|
/**
|
|
4483
|
-
*
|
|
4483
|
+
* Gesamtpreis netto
|
|
4484
4484
|
*/
|
|
4485
|
-
|
|
4485
|
+
totalNetPrice: number;
|
|
4486
4486
|
|
|
4487
4487
|
/**
|
|
4488
|
-
*
|
|
4488
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4489
4489
|
*/
|
|
4490
|
-
|
|
4490
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4491
4491
|
|
|
4492
4492
|
/**
|
|
4493
4493
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4646,25 +4646,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4646
4646
|
*/
|
|
4647
4647
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4648
4648
|
|
|
4649
|
-
/**
|
|
4650
|
-
* Status der USt-ID-Prüfung
|
|
4651
|
-
*/
|
|
4652
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4653
|
-
|
|
4654
4649
|
/**
|
|
4655
4650
|
* Rechnungsadresse
|
|
4656
4651
|
*/
|
|
4657
4652
|
billingAddress: DocumentAddress;
|
|
4658
4653
|
|
|
4659
4654
|
/**
|
|
4660
|
-
*
|
|
4655
|
+
* Status der USt-ID-Prüfung
|
|
4661
4656
|
*/
|
|
4662
|
-
|
|
4657
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4663
4658
|
|
|
4664
4659
|
/**
|
|
4665
4660
|
* Bestellt durch Ansprechpartner
|
|
4666
4661
|
*/
|
|
4667
4662
|
orderedByPersonRef: ApiObjectReference;
|
|
4663
|
+
|
|
4664
|
+
/**
|
|
4665
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4666
|
+
*/
|
|
4667
|
+
reportGroupRef: ApiObjectReference;
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
4670
|
export interface DocumentAdditionalInfo {
|
|
@@ -4675,14 +4675,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4675
4675
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4676
4676
|
|
|
4677
4677
|
/**
|
|
4678
|
-
*
|
|
4678
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4679
4679
|
*/
|
|
4680
|
-
|
|
4680
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4681
4681
|
|
|
4682
4682
|
/**
|
|
4683
|
-
*
|
|
4683
|
+
* Herkunft der Sprache
|
|
4684
4684
|
*/
|
|
4685
|
-
|
|
4685
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
4688
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5033,14 +5033,14 @@ export interface DocumentContractDetail {
|
|
|
5033
5033
|
runtimeToDate: ScriptingDate;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
|
-
*
|
|
5036
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5037
5037
|
*/
|
|
5038
|
-
|
|
5038
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5039
5039
|
|
|
5040
5040
|
/**
|
|
5041
|
-
*
|
|
5041
|
+
* Nächste Fälligkeit
|
|
5042
5042
|
*/
|
|
5043
|
-
|
|
5043
|
+
nextDueDate: ScriptingDate;
|
|
5044
5044
|
|
|
5045
5045
|
/**
|
|
5046
5046
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5220,14 +5220,14 @@ export interface DocumentLine {
|
|
|
5220
5220
|
country: CountryReference;
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
|
-
*
|
|
5223
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5224
5224
|
*/
|
|
5225
|
-
|
|
5225
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5226
5226
|
|
|
5227
5227
|
/**
|
|
5228
|
-
*
|
|
5228
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5229
5229
|
*/
|
|
5230
|
-
|
|
5230
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5231
5231
|
|
|
5232
5232
|
/**
|
|
5233
5233
|
* verarbeitete Menge
|
|
@@ -5345,24 +5345,24 @@ export interface DocumentLine {
|
|
|
5345
5345
|
id: number;
|
|
5346
5346
|
|
|
5347
5347
|
/**
|
|
5348
|
-
*
|
|
5348
|
+
* Externe Referenz zum VDS-Paket
|
|
5349
5349
|
*/
|
|
5350
|
-
|
|
5350
|
+
externalReferenceVds: string;
|
|
5351
5351
|
|
|
5352
5352
|
/**
|
|
5353
|
-
*
|
|
5353
|
+
* Preis pro Einheit in Basiswährung
|
|
5354
5354
|
*/
|
|
5355
|
-
|
|
5355
|
+
basePrice: number;
|
|
5356
5356
|
|
|
5357
5357
|
/**
|
|
5358
|
-
*
|
|
5358
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5359
5359
|
*/
|
|
5360
|
-
|
|
5360
|
+
positionOfArticleLine: number;
|
|
5361
5361
|
|
|
5362
5362
|
/**
|
|
5363
|
-
*
|
|
5363
|
+
* Serientyp
|
|
5364
5364
|
*/
|
|
5365
|
-
|
|
5365
|
+
serialType: ArticleSerialType;
|
|
5366
5366
|
|
|
5367
5367
|
/**
|
|
5368
5368
|
* MetaInformations for this Object
|
|
@@ -5500,14 +5500,14 @@ export interface DocumentLine {
|
|
|
5500
5500
|
sourceLineRef: DocumentLineRef;
|
|
5501
5501
|
|
|
5502
5502
|
/**
|
|
5503
|
-
*
|
|
5503
|
+
* Preisherkunft
|
|
5504
5504
|
*/
|
|
5505
|
-
|
|
5505
|
+
priceOrigin: ProductPriceOrigin;
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
|
-
*
|
|
5508
|
+
* Referenz zum Lager
|
|
5509
5509
|
*/
|
|
5510
|
-
|
|
5510
|
+
storage: ApiObjectReference;
|
|
5511
5511
|
|
|
5512
5512
|
/**
|
|
5513
5513
|
* Preisermittlungskriterien
|
|
@@ -5562,18 +5562,18 @@ export interface DocumentLine {
|
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Produkttyp
|
|
5564
5564
|
*/
|
|
5565
|
-
productType: ProductType;
|
|
5566
|
-
|
|
5567
|
-
/**
|
|
5568
|
-
* Vertragsinformationen
|
|
5569
|
-
*/
|
|
5570
|
-
contractDetail: DocumentContractDetail;
|
|
5565
|
+
productType: ProductType;
|
|
5571
5566
|
|
|
5572
5567
|
/**
|
|
5573
5568
|
* Nettoverkaufswert der Position in Basiswährung
|
|
5574
5569
|
*/
|
|
5575
5570
|
baseSalesValueNet: number;
|
|
5576
5571
|
|
|
5572
|
+
/**
|
|
5573
|
+
* Vertragsinformationen
|
|
5574
|
+
*/
|
|
5575
|
+
contractDetail: DocumentContractDetail;
|
|
5576
|
+
|
|
5577
5577
|
/**
|
|
5578
5578
|
* Einheit Nettogewicht
|
|
5579
5579
|
*/
|
|
@@ -6016,14 +6016,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6016
6016
|
quantityFinished: number;
|
|
6017
6017
|
|
|
6018
6018
|
/**
|
|
6019
|
-
*
|
|
6019
|
+
* Menge defekt
|
|
6020
6020
|
*/
|
|
6021
|
-
|
|
6021
|
+
quantityDefective: number;
|
|
6022
6022
|
|
|
6023
6023
|
/**
|
|
6024
|
-
*
|
|
6024
|
+
* Produzierte Seriennummern
|
|
6025
6025
|
*/
|
|
6026
|
-
|
|
6026
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6027
6027
|
|
|
6028
6028
|
/**
|
|
6029
6029
|
* Freifeld
|
|
@@ -6388,14 +6388,14 @@ export interface DocumentPosPayment {
|
|
|
6388
6388
|
version: number;
|
|
6389
6389
|
|
|
6390
6390
|
/**
|
|
6391
|
-
*
|
|
6391
|
+
* Zahlungsart
|
|
6392
6392
|
*/
|
|
6393
|
-
|
|
6393
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6394
6394
|
|
|
6395
6395
|
/**
|
|
6396
|
-
*
|
|
6396
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6397
6397
|
*/
|
|
6398
|
-
|
|
6398
|
+
withdrawalAmount: number;
|
|
6399
6399
|
|
|
6400
6400
|
/**
|
|
6401
6401
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -7003,14 +7003,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7003
7003
|
bookDate: ScriptingDate;
|
|
7004
7004
|
|
|
7005
7005
|
/**
|
|
7006
|
-
*
|
|
7006
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7007
7007
|
*/
|
|
7008
|
-
|
|
7008
|
+
targetExpiryDate: ScriptingDate;
|
|
7009
7009
|
|
|
7010
7010
|
/**
|
|
7011
|
-
*
|
|
7011
|
+
* Die gültige Seriennummer
|
|
7012
7012
|
*/
|
|
7013
|
-
|
|
7013
|
+
targetSerialNumber: string;
|
|
7014
7014
|
|
|
7015
7015
|
/**
|
|
7016
7016
|
* Quell-Lagerplatz
|
|
@@ -7370,14 +7370,14 @@ export interface FabricationRevertRequest {
|
|
|
7370
7370
|
export interface FabricationSerialNumber {
|
|
7371
7371
|
|
|
7372
7372
|
/**
|
|
7373
|
-
*
|
|
7373
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7374
7374
|
*/
|
|
7375
|
-
|
|
7375
|
+
serialNumberId: number;
|
|
7376
7376
|
|
|
7377
7377
|
/**
|
|
7378
|
-
*
|
|
7378
|
+
* MHD / Verfallsdatum
|
|
7379
7379
|
*/
|
|
7380
|
-
|
|
7380
|
+
expiryDate: ScriptingDate;
|
|
7381
7381
|
|
|
7382
7382
|
/**
|
|
7383
7383
|
* Bemerkung
|
|
@@ -7574,14 +7574,14 @@ export interface PaymentMethod {
|
|
|
7574
7574
|
dunnable: boolean;
|
|
7575
7575
|
|
|
7576
7576
|
/**
|
|
7577
|
-
*
|
|
7577
|
+
* Debitoren-OP abschließen?
|
|
7578
7578
|
*/
|
|
7579
|
-
|
|
7579
|
+
closeCustomerAccountType: boolean;
|
|
7580
7580
|
|
|
7581
7581
|
/**
|
|
7582
|
-
*
|
|
7582
|
+
* translations
|
|
7583
7583
|
*/
|
|
7584
|
-
|
|
7584
|
+
translations: Array<DocumentTypeTerm>;
|
|
7585
7585
|
|
|
7586
7586
|
/**
|
|
7587
7587
|
* +Tage für Folgelastschrift
|
|
@@ -7626,26 +7626,26 @@ export interface PaymentTerm {
|
|
|
7626
7626
|
*/
|
|
7627
7627
|
paymentDiscount2: number;
|
|
7628
7628
|
|
|
7629
|
-
/**
|
|
7630
|
-
* Percent for Discount 1
|
|
7631
|
-
*/
|
|
7632
|
-
paymentDiscount1: number;
|
|
7633
|
-
|
|
7634
7629
|
/**
|
|
7635
7630
|
* printDescription
|
|
7636
7631
|
*/
|
|
7637
7632
|
printDescription: string;
|
|
7638
7633
|
|
|
7639
7634
|
/**
|
|
7640
|
-
*
|
|
7635
|
+
* Percent for Discount 1
|
|
7641
7636
|
*/
|
|
7642
|
-
|
|
7637
|
+
paymentDiscount1: number;
|
|
7643
7638
|
|
|
7644
7639
|
/**
|
|
7645
7640
|
* for deposit: remaining term
|
|
7646
7641
|
*/
|
|
7647
7642
|
remainingTermRef: ApiObjectReference;
|
|
7648
7643
|
|
|
7644
|
+
/**
|
|
7645
|
+
* Days for Discount 1
|
|
7646
|
+
*/
|
|
7647
|
+
paymentDays1: number;
|
|
7648
|
+
|
|
7649
7649
|
/**
|
|
7650
7650
|
* Days for Discount 2
|
|
7651
7651
|
*/
|
|
@@ -7927,14 +7927,14 @@ export const enum PickingType {
|
|
|
7927
7927
|
export interface Picklist {
|
|
7928
7928
|
|
|
7929
7929
|
/**
|
|
7930
|
-
*
|
|
7930
|
+
* Ziellager für Nachschub
|
|
7931
7931
|
*/
|
|
7932
|
-
|
|
7932
|
+
targetStorageRef: ApiObjectReference;
|
|
7933
7933
|
|
|
7934
7934
|
/**
|
|
7935
|
-
*
|
|
7935
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7936
7936
|
*/
|
|
7937
|
-
|
|
7937
|
+
usedTemplate: PicklistTemplate;
|
|
7938
7938
|
|
|
7939
7939
|
/**
|
|
7940
7940
|
* Nummer der Pickliste
|
|
@@ -8191,14 +8191,14 @@ export interface PicklistLineComponent {
|
|
|
8191
8191
|
targetDocumentLineComponentId: number;
|
|
8192
8192
|
|
|
8193
8193
|
/**
|
|
8194
|
-
*
|
|
8194
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8195
8195
|
*/
|
|
8196
|
-
|
|
8196
|
+
quantityPerAssemblyGroup: number;
|
|
8197
8197
|
|
|
8198
8198
|
/**
|
|
8199
|
-
*
|
|
8199
|
+
* abweichende Artikelbezeichnung
|
|
8200
8200
|
*/
|
|
8201
|
-
|
|
8201
|
+
articleAlternativeName: string;
|
|
8202
8202
|
|
|
8203
8203
|
/**
|
|
8204
8204
|
* Verpackte Menge der Position
|
|
@@ -8367,14 +8367,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8367
8367
|
maxArticleCountPerOrder: number;
|
|
8368
8368
|
|
|
8369
8369
|
/**
|
|
8370
|
-
*
|
|
8370
|
+
* Maximaler Auftragswert
|
|
8371
8371
|
*/
|
|
8372
|
-
|
|
8372
|
+
maxOrderValue: number;
|
|
8373
8373
|
|
|
8374
8374
|
/**
|
|
8375
|
-
*
|
|
8375
|
+
* Alternative Selektion in VQL
|
|
8376
8376
|
*/
|
|
8377
|
-
|
|
8377
|
+
alternativeSelectionInVql: string;
|
|
8378
8378
|
|
|
8379
8379
|
/**
|
|
8380
8380
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -8455,19 +8455,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8455
8455
|
printPicklist: boolean;
|
|
8456
8456
|
|
|
8457
8457
|
/**
|
|
8458
|
-
*
|
|
8458
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
8459
8459
|
*/
|
|
8460
|
-
|
|
8460
|
+
maxPicklistLineCount: number;
|
|
8461
8461
|
|
|
8462
8462
|
/**
|
|
8463
|
-
*
|
|
8463
|
+
* Die zu verwendende Pickwagengruppe
|
|
8464
8464
|
*/
|
|
8465
|
-
|
|
8465
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
8466
8466
|
|
|
8467
8467
|
/**
|
|
8468
|
-
*
|
|
8468
|
+
* Lagerplätze vorgeben
|
|
8469
8469
|
*/
|
|
8470
|
-
|
|
8470
|
+
specifyStorageBins: boolean;
|
|
8471
8471
|
|
|
8472
8472
|
/**
|
|
8473
8473
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -8475,9 +8475,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8475
8475
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8476
8476
|
|
|
8477
8477
|
/**
|
|
8478
|
-
*
|
|
8478
|
+
* Der zu verwendende Pickwagen
|
|
8479
8479
|
*/
|
|
8480
|
-
|
|
8480
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8481
8481
|
|
|
8482
8482
|
/**
|
|
8483
8483
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -8533,20 +8533,25 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8533
8533
|
alwaysShowDeliveryMethod: boolean;
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
autoPrintDeliveryDocument: boolean;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Versand-Dialog beim Abschluss zeigen
|
|
8547
8547
|
*/
|
|
8548
8548
|
showShippingFormOnPickingFinish: boolean;
|
|
8549
8549
|
|
|
8550
|
+
/**
|
|
8551
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8552
|
+
*/
|
|
8553
|
+
allowPickingOfServiceArticles: boolean;
|
|
8554
|
+
|
|
8550
8555
|
/**
|
|
8551
8556
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8552
8557
|
*/
|
|
@@ -8557,11 +8562,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8557
8562
|
*/
|
|
8558
8563
|
printLabelOnScan: boolean;
|
|
8559
8564
|
|
|
8560
|
-
/**
|
|
8561
|
-
* Sollen Dienstleistungen kommissioniert werden?
|
|
8562
|
-
*/
|
|
8563
|
-
allowPickingOfServiceArticles: boolean;
|
|
8564
|
-
|
|
8565
8565
|
/**
|
|
8566
8566
|
* Sammelbestätigung erlauben
|
|
8567
8567
|
*/
|
|
@@ -8583,14 +8583,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8583
8583
|
printLabelOnCompleteOrder: boolean;
|
|
8584
8584
|
|
|
8585
8585
|
/**
|
|
8586
|
-
*
|
|
8586
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
8587
8587
|
*/
|
|
8588
|
-
|
|
8588
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8589
8589
|
|
|
8590
8590
|
/**
|
|
8591
|
-
*
|
|
8591
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
8592
8592
|
*/
|
|
8593
|
-
|
|
8593
|
+
printLabelAfterPicking: boolean;
|
|
8594
8594
|
|
|
8595
8595
|
/**
|
|
8596
8596
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
@@ -8880,14 +8880,14 @@ export interface ProductDiscount {
|
|
|
8880
8880
|
validFrom: ScriptingDate;
|
|
8881
8881
|
|
|
8882
8882
|
/**
|
|
8883
|
-
*
|
|
8883
|
+
* Bestimmt die Art des Rabatts
|
|
8884
8884
|
*/
|
|
8885
|
-
|
|
8885
|
+
modifierType: PriceModifierType;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* Warengruppe
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
productGroupRef: ApiObjectReference;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
8893
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9134,14 +9134,14 @@ export interface ProductPrice {
|
|
|
9134
9134
|
qualifier: ProductPriceQualifier;
|
|
9135
9135
|
|
|
9136
9136
|
/**
|
|
9137
|
-
*
|
|
9137
|
+
* Preisbasis
|
|
9138
9138
|
*/
|
|
9139
|
-
|
|
9139
|
+
priceBase: ArticlePriceBase;
|
|
9140
9140
|
|
|
9141
9141
|
/**
|
|
9142
|
-
*
|
|
9142
|
+
* Aktionpreis
|
|
9143
9143
|
*/
|
|
9144
|
-
|
|
9144
|
+
specialOfferPrice: boolean;
|
|
9145
9145
|
|
|
9146
9146
|
/**
|
|
9147
9147
|
* Gültig bis
|
|
@@ -9248,19 +9248,19 @@ export const enum RegulationSet {
|
|
|
9248
9248
|
export interface RequestDocument {
|
|
9249
9249
|
|
|
9250
9250
|
/**
|
|
9251
|
-
*
|
|
9251
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
9252
9252
|
*/
|
|
9253
|
-
|
|
9253
|
+
incomingGoodsStorageBinId: number;
|
|
9254
9254
|
|
|
9255
9255
|
/**
|
|
9256
|
-
*
|
|
9256
|
+
* Belegdatum
|
|
9257
9257
|
*/
|
|
9258
|
-
|
|
9258
|
+
documentDate: ScriptingDate;
|
|
9259
9259
|
|
|
9260
9260
|
/**
|
|
9261
|
-
*
|
|
9261
|
+
* ID der Kassenschublade (bei POS)
|
|
9262
9262
|
*/
|
|
9263
|
-
|
|
9263
|
+
cashDrawerId: number;
|
|
9264
9264
|
|
|
9265
9265
|
/**
|
|
9266
9266
|
* Leistungsdatum
|
|
@@ -9268,9 +9268,9 @@ export interface RequestDocument {
|
|
|
9268
9268
|
performanceDate: ScriptingDate;
|
|
9269
9269
|
|
|
9270
9270
|
/**
|
|
9271
|
-
*
|
|
9271
|
+
* Der Anzahlungsbetrag
|
|
9272
9272
|
*/
|
|
9273
|
-
|
|
9273
|
+
depositPaymentAmount: number;
|
|
9274
9274
|
|
|
9275
9275
|
/**
|
|
9276
9276
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9338,14 +9338,14 @@ export interface RequestDocument {
|
|
|
9338
9338
|
posRegisterId: number;
|
|
9339
9339
|
|
|
9340
9340
|
/**
|
|
9341
|
-
*
|
|
9341
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9342
9342
|
*/
|
|
9343
|
-
|
|
9343
|
+
supplierAccountId: number;
|
|
9344
9344
|
|
|
9345
9345
|
/**
|
|
9346
|
-
*
|
|
9346
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9347
9347
|
*/
|
|
9348
|
-
|
|
9348
|
+
paymentTermId: number;
|
|
9349
9349
|
|
|
9350
9350
|
/**
|
|
9351
9351
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9426,14 +9426,14 @@ export interface RequestDocumentLine {
|
|
|
9426
9426
|
description: string;
|
|
9427
9427
|
|
|
9428
9428
|
/**
|
|
9429
|
-
*
|
|
9429
|
+
* Herkunft des Preises
|
|
9430
9430
|
*/
|
|
9431
|
-
|
|
9431
|
+
priceOrigin: ProductPriceOrigin;
|
|
9432
9432
|
|
|
9433
9433
|
/**
|
|
9434
|
-
*
|
|
9434
|
+
* Quittungsdetails zur Belegposition
|
|
9435
9435
|
*/
|
|
9436
|
-
|
|
9436
|
+
posDetail: DocumentLinePosDetail;
|
|
9437
9437
|
|
|
9438
9438
|
/**
|
|
9439
9439
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -9471,14 +9471,14 @@ export interface RequestDocumentLine {
|
|
|
9471
9471
|
dropShippingPolicy: DropShippingPolicy;
|
|
9472
9472
|
|
|
9473
9473
|
/**
|
|
9474
|
-
*
|
|
9474
|
+
* Positionsnummer der Artikel
|
|
9475
9475
|
*/
|
|
9476
|
-
|
|
9476
|
+
positionOfArticleLine: number;
|
|
9477
9477
|
|
|
9478
9478
|
/**
|
|
9479
|
-
*
|
|
9479
|
+
* (optional) Lager-ID
|
|
9480
9480
|
*/
|
|
9481
|
-
|
|
9481
|
+
storageId: number;
|
|
9482
9482
|
|
|
9483
9483
|
/**
|
|
9484
9484
|
* Vertragsdetails zur Belegposition
|
|
@@ -9556,14 +9556,14 @@ export interface RequestDocumentLine {
|
|
|
9556
9556
|
name: string;
|
|
9557
9557
|
|
|
9558
9558
|
/**
|
|
9559
|
-
*
|
|
9559
|
+
* ID der Quell-Belegposition
|
|
9560
9560
|
*/
|
|
9561
|
-
|
|
9561
|
+
sourceLineId: number;
|
|
9562
9562
|
|
|
9563
9563
|
/**
|
|
9564
|
-
*
|
|
9564
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9565
9565
|
*/
|
|
9566
|
-
|
|
9566
|
+
externalArticleNumber: string;
|
|
9567
9567
|
|
|
9568
9568
|
/**
|
|
9569
9569
|
* Buchungen zu dieser Belegposition
|
|
@@ -9571,14 +9571,14 @@ export interface RequestDocumentLine {
|
|
|
9571
9571
|
bookings: Array<RequestDocumentLineBooking>;
|
|
9572
9572
|
|
|
9573
9573
|
/**
|
|
9574
|
-
*
|
|
9574
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
9575
9575
|
*/
|
|
9576
|
-
|
|
9576
|
+
doLabelPrint: boolean;
|
|
9577
9577
|
|
|
9578
9578
|
/**
|
|
9579
|
-
*
|
|
9579
|
+
* (optional) Preis des Artikels dieser Position
|
|
9580
9580
|
*/
|
|
9581
|
-
|
|
9581
|
+
productPrice: number;
|
|
9582
9582
|
}
|
|
9583
9583
|
|
|
9584
9584
|
export interface RequestDocumentLineBooking {
|
|
@@ -9735,14 +9735,14 @@ export interface SalesAgent {
|
|
|
9735
9735
|
note: string;
|
|
9736
9736
|
|
|
9737
9737
|
/**
|
|
9738
|
-
*
|
|
9738
|
+
* reference to the delivery method
|
|
9739
9739
|
*/
|
|
9740
|
-
|
|
9740
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9741
9741
|
|
|
9742
9742
|
/**
|
|
9743
|
-
*
|
|
9743
|
+
* is sales agent taxable
|
|
9744
9744
|
*/
|
|
9745
|
-
|
|
9745
|
+
taxable: boolean;
|
|
9746
9746
|
|
|
9747
9747
|
/**
|
|
9748
9748
|
* Freifelder
|
|
@@ -10285,14 +10285,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10285
10285
|
shelfResourceId: number;
|
|
10286
10286
|
|
|
10287
10287
|
/**
|
|
10288
|
-
*
|
|
10288
|
+
* Verfügbare Transformationen zum Bild
|
|
10289
10289
|
*/
|
|
10290
|
-
|
|
10290
|
+
transformationKeys: Array<string>;
|
|
10291
10291
|
|
|
10292
10292
|
/**
|
|
10293
|
-
*
|
|
10293
|
+
* id of the referenced object
|
|
10294
10294
|
*/
|
|
10295
|
-
|
|
10295
|
+
refId: number;
|
|
10296
10296
|
|
|
10297
10297
|
/**
|
|
10298
10298
|
* Unique identifier of the Object
|
|
@@ -10429,14 +10429,14 @@ export interface ShelfFile {
|
|
|
10429
10429
|
version: number;
|
|
10430
10430
|
|
|
10431
10431
|
/**
|
|
10432
|
-
*
|
|
10432
|
+
* meta data
|
|
10433
10433
|
*/
|
|
10434
|
-
|
|
10434
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10435
10435
|
|
|
10436
10436
|
/**
|
|
10437
|
-
*
|
|
10437
|
+
* current reference of this file in our storage
|
|
10438
10438
|
*/
|
|
10439
|
-
|
|
10439
|
+
storageHandle: string;
|
|
10440
10440
|
|
|
10441
10441
|
/**
|
|
10442
10442
|
* MetaInformations for this Object
|
|
@@ -10915,6 +10915,11 @@ export interface Supplier {
|
|
|
10915
10915
|
*/
|
|
10916
10916
|
info: MetaInfo;
|
|
10917
10917
|
|
|
10918
|
+
/**
|
|
10919
|
+
* reference to the delivery method
|
|
10920
|
+
*/
|
|
10921
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10922
|
+
|
|
10918
10923
|
/**
|
|
10919
10924
|
* Lieferantengruppe
|
|
10920
10925
|
*/
|
|
@@ -10925,11 +10930,6 @@ export interface Supplier {
|
|
|
10925
10930
|
*/
|
|
10926
10931
|
taxable: boolean;
|
|
10927
10932
|
|
|
10928
|
-
/**
|
|
10929
|
-
* reference to the delivery method
|
|
10930
|
-
*/
|
|
10931
|
-
deliveryMethodRef: ApiObjectReference;
|
|
10932
|
-
|
|
10933
10933
|
/**
|
|
10934
10934
|
* Mahnen?
|
|
10935
10935
|
*/
|
|
@@ -11060,14 +11060,14 @@ export const enum TagType {
|
|
|
11060
11060
|
export interface TaxIdForeignCountry {
|
|
11061
11061
|
|
|
11062
11062
|
/**
|
|
11063
|
-
*
|
|
11063
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
11064
11064
|
*/
|
|
11065
|
-
|
|
11065
|
+
countryCode: string;
|
|
11066
11066
|
|
|
11067
11067
|
/**
|
|
11068
|
-
*
|
|
11068
|
+
* Tax ID of the company in the associated country
|
|
11069
11069
|
*/
|
|
11070
|
-
|
|
11070
|
+
taxId: string;
|
|
11071
11071
|
|
|
11072
11072
|
/**
|
|
11073
11073
|
* Unique identifier of the Object
|
|
@@ -11348,14 +11348,14 @@ export interface User {
|
|
|
11348
11348
|
version: number;
|
|
11349
11349
|
|
|
11350
11350
|
/**
|
|
11351
|
-
*
|
|
11351
|
+
* is the email verified
|
|
11352
11352
|
*/
|
|
11353
|
-
|
|
11353
|
+
emailVerified: boolean;
|
|
11354
11354
|
|
|
11355
11355
|
/**
|
|
11356
|
-
*
|
|
11356
|
+
* first-name
|
|
11357
11357
|
*/
|
|
11358
|
-
|
|
11358
|
+
firstName: string;
|
|
11359
11359
|
|
|
11360
11360
|
/**
|
|
11361
11361
|
* email-address
|
|
@@ -11558,14 +11558,14 @@ export interface VariantValue {
|
|
|
11558
11558
|
version: number;
|
|
11559
11559
|
|
|
11560
11560
|
/**
|
|
11561
|
-
*
|
|
11561
|
+
* Variantenattribut
|
|
11562
11562
|
*/
|
|
11563
|
-
|
|
11563
|
+
attributeRef: ApiObjectReference;
|
|
11564
11564
|
|
|
11565
11565
|
/**
|
|
11566
|
-
*
|
|
11566
|
+
* Mehrsprachige Bezeichnungen
|
|
11567
11567
|
*/
|
|
11568
|
-
|
|
11568
|
+
labels: Array<VariantDescription>;
|
|
11569
11569
|
|
|
11570
11570
|
/**
|
|
11571
11571
|
* MetaInformations for this Object
|