@vario-software/types 2026.32.4 → 2026.32.6
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 +35 -35
- package/scripting/types.d.ts +289 -289
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Summe Forderungen
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
receivablesSum: number;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
costCenter: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -179,14 +179,14 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* calculation mode of this document
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
calculationMode: CalculationMode;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* Erstkontakt am
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
initialContactAt: ScriptingDate;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Sprache des Accounts
|
|
@@ -302,14 +302,14 @@ export interface AccountAddress {
|
|
|
302
302
|
titleRef: ApiCreatableReference;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
|
-
*
|
|
305
|
+
* Street
|
|
306
306
|
*/
|
|
307
|
-
|
|
307
|
+
street: string;
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* Country code
|
|
311
311
|
*/
|
|
312
|
-
|
|
312
|
+
countryCode: string;
|
|
313
313
|
|
|
314
314
|
/**
|
|
315
315
|
* Unique identifier of the Object
|
|
@@ -494,26 +494,26 @@ export interface AccountBankdetail {
|
|
|
494
494
|
*/
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
|
-
/**
|
|
498
|
-
* Hauptbankverbindung für
|
|
499
|
-
*/
|
|
500
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
501
|
-
|
|
502
497
|
/**
|
|
503
498
|
* city of the bank
|
|
504
499
|
*/
|
|
505
500
|
bankCity: string;
|
|
506
501
|
|
|
507
502
|
/**
|
|
508
|
-
*
|
|
503
|
+
* Hauptbankverbindung für
|
|
509
504
|
*/
|
|
510
|
-
|
|
505
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
511
506
|
|
|
512
507
|
/**
|
|
513
508
|
* origin type
|
|
514
509
|
*/
|
|
515
510
|
originType: AccountBankdetail$OriginType;
|
|
516
511
|
|
|
512
|
+
/**
|
|
513
|
+
* Is default bank?
|
|
514
|
+
*/
|
|
515
|
+
defaultBank: boolean;
|
|
516
|
+
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
519
519
|
*/
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
payablesSum: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Kreditlimit
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
maximalLoan: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* weight and size w.o. packaging
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
netMetric: Article$Metric;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1225,14 +1225,14 @@ export interface Article {
|
|
|
1225
1225
|
workUnitInMinutes: number;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
|
-
*
|
|
1228
|
+
* description custom data
|
|
1229
1229
|
*/
|
|
1230
|
-
|
|
1230
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1231
1231
|
|
|
1232
1232
|
/**
|
|
1233
|
-
*
|
|
1233
|
+
* Frei kommissionierbar
|
|
1234
1234
|
*/
|
|
1235
|
-
|
|
1235
|
+
freelyPickable: boolean;
|
|
1236
1236
|
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1284,6 +1284,11 @@ export interface Article {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
|
+
/**
|
|
1288
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1289
|
+
*/
|
|
1290
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1291
|
+
|
|
1287
1292
|
/**
|
|
1288
1293
|
* gross sales prices
|
|
1289
1294
|
*/
|
|
@@ -1294,11 +1299,6 @@ export interface Article {
|
|
|
1294
1299
|
*/
|
|
1295
1300
|
defaultFabricationCost: number;
|
|
1296
1301
|
|
|
1297
|
-
/**
|
|
1298
|
-
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1299
|
-
*/
|
|
1300
|
-
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1301
|
-
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1370,14 +1370,14 @@ export interface Article {
|
|
|
1370
1370
|
custom: EavArticle;
|
|
1371
1371
|
|
|
1372
1372
|
/**
|
|
1373
|
-
*
|
|
1373
|
+
* Art des Haltbarkeitsdatums
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
*
|
|
1378
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1379
1379
|
*/
|
|
1380
|
-
|
|
1380
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Hersteller
|
|
@@ -1552,26 +1552,26 @@ export interface ArticleCustomer {
|
|
|
1552
1552
|
*/
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
|
-
/**
|
|
1556
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1557
|
-
*/
|
|
1558
|
-
useDeviatingArticleIdentifier: boolean;
|
|
1559
|
-
|
|
1560
1555
|
/**
|
|
1561
1556
|
* Etikettdruck-Einstellungen
|
|
1562
1557
|
*/
|
|
1563
1558
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1564
1559
|
|
|
1565
1560
|
/**
|
|
1566
|
-
*
|
|
1561
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1567
1562
|
*/
|
|
1568
|
-
|
|
1563
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1569
1564
|
|
|
1570
1565
|
/**
|
|
1571
1566
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1572
1567
|
*/
|
|
1573
1568
|
useDeviatingArticleDescription: boolean;
|
|
1574
1569
|
|
|
1570
|
+
/**
|
|
1571
|
+
* Kunden-Preise
|
|
1572
|
+
*/
|
|
1573
|
+
productPrices: Array<ProductPrice>;
|
|
1574
|
+
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Referenced Article
|
|
1577
1577
|
*/
|
|
@@ -1613,14 +1613,14 @@ export interface ArticleCustomer {
|
|
|
1613
1613
|
defaultGrossPrice: number;
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
|
-
*
|
|
1616
|
+
* Art der Preisermittlung
|
|
1617
1617
|
*/
|
|
1618
|
-
|
|
1618
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1619
1619
|
|
|
1620
1620
|
/**
|
|
1621
|
-
*
|
|
1621
|
+
* Abweichende Produktnummer
|
|
1622
1622
|
*/
|
|
1623
|
-
|
|
1623
|
+
deviatingArticleNumber: string;
|
|
1624
1624
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Artikelnummer
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
*
|
|
1738
|
+
* der Sales Channel
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
salesChannelRef: ApiObjectReference;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
* der
|
|
1743
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
customLowestPriceGross: number;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -1775,14 +1775,14 @@ export interface ArticleListing {
|
|
|
1775
1775
|
alternativeName: WithDefaults<String>;
|
|
1776
1776
|
|
|
1777
1777
|
/**
|
|
1778
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1778
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1779
1779
|
*/
|
|
1780
|
-
|
|
1780
|
+
customLowestPriceNet: number;
|
|
1781
1781
|
|
|
1782
1782
|
/**
|
|
1783
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1783
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1784
1784
|
*/
|
|
1785
|
-
|
|
1785
|
+
proposedLowestPriceNet: number;
|
|
1786
1786
|
|
|
1787
1787
|
/**
|
|
1788
1788
|
* der aktuelle listing stand
|
|
@@ -1948,14 +1948,14 @@ export const enum ArticleSerialType {
|
|
|
1948
1948
|
export interface ArticleStorage {
|
|
1949
1949
|
|
|
1950
1950
|
/**
|
|
1951
|
-
*
|
|
1951
|
+
* Nachschub ab
|
|
1952
1952
|
*/
|
|
1953
|
-
|
|
1953
|
+
replenishmentFrom: number;
|
|
1954
1954
|
|
|
1955
1955
|
/**
|
|
1956
|
-
*
|
|
1956
|
+
* Bestand im Lager
|
|
1957
1957
|
*/
|
|
1958
|
-
|
|
1958
|
+
quantityInStock: number;
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* Bestellte Menge
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleStorage {
|
|
|
1973
1973
|
reorderPoint: number;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
*
|
|
1976
|
+
* Nachschub auf
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
replenishmentOn: number;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
*
|
|
1981
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
virtualStockAmount: number;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Reservierte Menge
|
|
@@ -2121,14 +2121,14 @@ export interface ArticleSupplier {
|
|
|
2121
2121
|
info: MetaInfo;
|
|
2122
2122
|
|
|
2123
2123
|
/**
|
|
2124
|
-
*
|
|
2124
|
+
* Verpackungseinheit
|
|
2125
2125
|
*/
|
|
2126
|
-
|
|
2126
|
+
packagingUnit: number;
|
|
2127
2127
|
|
|
2128
2128
|
/**
|
|
2129
|
-
*
|
|
2129
|
+
* Referenced Article name
|
|
2130
2130
|
*/
|
|
2131
|
-
|
|
2131
|
+
articleName: string;
|
|
2132
2132
|
|
|
2133
2133
|
/**
|
|
2134
2134
|
* Lieferanten-Preise
|
|
@@ -2262,14 +2262,14 @@ export interface Asset {
|
|
|
2262
2262
|
active: boolean;
|
|
2263
2263
|
|
|
2264
2264
|
/**
|
|
2265
|
-
*
|
|
2265
|
+
* Zugehörige Assets
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
|
-
*
|
|
2270
|
+
* Ende Garantie
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2272
|
+
warrantyEndDate: ScriptingDate;
|
|
2273
2273
|
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Asset-Bezeichnung
|
|
@@ -2556,14 +2556,14 @@ export interface CountryReference {
|
|
|
2556
2556
|
export interface CreateNewDocumentRequest {
|
|
2557
2557
|
|
|
2558
2558
|
/**
|
|
2559
|
-
* Belegart
|
|
2559
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2560
2560
|
*/
|
|
2561
|
-
|
|
2561
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2562
2562
|
|
|
2563
2563
|
/**
|
|
2564
|
-
*
|
|
2564
|
+
* Belegart
|
|
2565
2565
|
*/
|
|
2566
|
-
|
|
2566
|
+
documentTypeLabel: string;
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
2569
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* Aktivität intern abgerechnet?
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
internalBilled: boolean;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* geplante Dauer
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
plannedDurationInSeconds: number;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2793,14 +2793,14 @@ export interface CrmActivityType {
|
|
|
2793
2793
|
export interface CrmChecklistItem {
|
|
2794
2794
|
|
|
2795
2795
|
/**
|
|
2796
|
-
*
|
|
2796
|
+
* Text des Checklisten-Elements
|
|
2797
2797
|
*/
|
|
2798
|
-
|
|
2798
|
+
memo: string;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Ist das Element "angehakt"?
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
checked: boolean;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Unique identifier of the Object
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Geplanter Projektzeitraum (von)
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Einkaufsbelege
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3267,14 +3267,14 @@ export interface CrmProject {
|
|
|
3267
3267
|
info: MetaInfo;
|
|
3268
3268
|
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3270
|
+
* Projektleiter vom Auftraggeber
|
|
3271
3271
|
*/
|
|
3272
|
-
|
|
3272
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3276
3276
|
*/
|
|
3277
|
-
|
|
3277
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3278
3278
|
|
|
3279
3279
|
/**
|
|
3280
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3519,14 +3519,14 @@ export interface CrmSubType {
|
|
|
3519
3519
|
export interface CrmTask {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* Angebot
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
customerOfferRef: DocumentRef;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
|
-
*
|
|
3527
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3528
3528
|
*/
|
|
3529
|
-
|
|
3529
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
3532
|
* Liste von Erinnerungen
|
|
@@ -3963,14 +3963,14 @@ export interface Customer {
|
|
|
3963
3963
|
stackProcessingPriority: number;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* reference to product price group
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
|
-
*
|
|
3971
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3972
3972
|
*/
|
|
3973
|
-
|
|
3973
|
+
collectiveInvoiceManually: boolean;
|
|
3974
3974
|
|
|
3975
3975
|
/**
|
|
3976
3976
|
* Unique identifier of the Object
|
|
@@ -4217,14 +4217,14 @@ export interface DeliveryMethod {
|
|
|
4217
4217
|
translations: Array<DocumentTypeTerm>;
|
|
4218
4218
|
|
|
4219
4219
|
/**
|
|
4220
|
-
*
|
|
4220
|
+
* Gültige Ländercodes
|
|
4221
4221
|
*/
|
|
4222
|
-
|
|
4222
|
+
validCountryCodes: Array<string>;
|
|
4223
4223
|
|
|
4224
4224
|
/**
|
|
4225
|
-
*
|
|
4225
|
+
* Versand-Anbieter
|
|
4226
4226
|
*/
|
|
4227
|
-
|
|
4227
|
+
vdsCarrierId: number;
|
|
4228
4228
|
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
@@ -4325,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4325
4325
|
id: number;
|
|
4326
4326
|
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* Versandkostenartikel
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4330
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* free shipping net value
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
freeShippingNetValue: number;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* MetaInformations for this Object
|
|
@@ -4473,14 +4473,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4473
4473
|
baseDepositPaymentAmount: number;
|
|
4474
4474
|
|
|
4475
4475
|
/**
|
|
4476
|
-
*
|
|
4476
|
+
* Ist der Beleg festgeschrieben?
|
|
4477
4477
|
*/
|
|
4478
|
-
|
|
4478
|
+
frozen: boolean;
|
|
4479
4479
|
|
|
4480
4480
|
/**
|
|
4481
|
-
*
|
|
4481
|
+
* Gesamtpreis vor Rabatt [BRUTTO, NETTO]
|
|
4482
4482
|
*/
|
|
4483
|
-
|
|
4483
|
+
totalBeforeModifier: number;
|
|
4484
4484
|
|
|
4485
4485
|
/**
|
|
4486
4486
|
* Referenz auf verantwortlichen Benutzer
|
|
@@ -4705,14 +4705,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4705
4705
|
en16931Profile: EN16931Profile;
|
|
4706
4706
|
|
|
4707
4707
|
/**
|
|
4708
|
-
*
|
|
4708
|
+
* Ort der steuerlichen Leistungserbringung
|
|
4709
4709
|
*/
|
|
4710
|
-
|
|
4710
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
4711
4711
|
|
|
4712
4712
|
/**
|
|
4713
|
-
*
|
|
4713
|
+
* Wechselkurs
|
|
4714
4714
|
*/
|
|
4715
|
-
|
|
4715
|
+
exchangeRate: number;
|
|
4716
4716
|
|
|
4717
4717
|
/**
|
|
4718
4718
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4865,14 +4865,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4865
4865
|
customerNumber: string;
|
|
4866
4866
|
|
|
4867
4867
|
/**
|
|
4868
|
-
*
|
|
4868
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4869
4869
|
*/
|
|
4870
|
-
|
|
4870
|
+
taxIdentificationNumber: string;
|
|
4871
4871
|
|
|
4872
4872
|
/**
|
|
4873
|
-
*
|
|
4873
|
+
* Statusinstanz des Belegs
|
|
4874
4874
|
*/
|
|
4875
|
-
|
|
4875
|
+
documentState: DocumentTypeState;
|
|
4876
4876
|
|
|
4877
4877
|
/**
|
|
4878
4878
|
* Versandkostenpositionen
|
|
@@ -4880,9 +4880,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4880
4880
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4881
4881
|
|
|
4882
4882
|
/**
|
|
4883
|
-
* Rückgeld
|
|
4883
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4884
|
+
true wenn die Quittung ausbalanciert ist
|
|
4885
|
+
|
|
4884
4886
|
*/
|
|
4885
|
-
|
|
4887
|
+
posReceiptBalanced: boolean;
|
|
4886
4888
|
|
|
4887
4889
|
/**
|
|
4888
4890
|
* Referenz auf Lieferbedingung
|
|
@@ -4890,11 +4892,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4890
4892
|
deliveryTermRef: ApiObjectReference;
|
|
4891
4893
|
|
|
4892
4894
|
/**
|
|
4893
|
-
*
|
|
4894
|
-
true wenn die Quittung ausbalanciert ist
|
|
4895
|
-
|
|
4895
|
+
* Rückgeld
|
|
4896
4896
|
*/
|
|
4897
|
-
|
|
4897
|
+
posReceiptChangeAmount: number;
|
|
4898
4898
|
|
|
4899
4899
|
/**
|
|
4900
4900
|
* Gesamtbruttogewicht
|
|
@@ -4927,14 +4927,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4927
4927
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4928
4928
|
|
|
4929
4929
|
/**
|
|
4930
|
-
*
|
|
4930
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4931
4931
|
*/
|
|
4932
|
-
|
|
4932
|
+
reportGroupRef: ApiObjectReference;
|
|
4933
4933
|
|
|
4934
4934
|
/**
|
|
4935
|
-
*
|
|
4935
|
+
* Bestellt durch Ansprechpartner
|
|
4936
4936
|
*/
|
|
4937
|
-
|
|
4937
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4938
4938
|
}
|
|
4939
4939
|
|
|
4940
4940
|
export interface DocumentAdditionalInfo {
|
|
@@ -4945,14 +4945,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4945
4945
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4949
4949
|
*/
|
|
4950
|
-
|
|
4950
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4951
4951
|
|
|
4952
4952
|
/**
|
|
4953
|
-
*
|
|
4953
|
+
* Herkunft der Sprache
|
|
4954
4954
|
*/
|
|
4955
|
-
|
|
4955
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4956
4956
|
|
|
4957
4957
|
/**
|
|
4958
4958
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5072,14 +5072,14 @@ export interface DocumentAddress {
|
|
|
5072
5072
|
postOfficeBox: string;
|
|
5073
5073
|
|
|
5074
5074
|
/**
|
|
5075
|
-
*
|
|
5075
|
+
* Street
|
|
5076
5076
|
*/
|
|
5077
|
-
|
|
5077
|
+
street: string;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
|
-
*
|
|
5080
|
+
* country code IsoAlpha3
|
|
5081
5081
|
*/
|
|
5082
|
-
|
|
5082
|
+
countryCode: string;
|
|
5083
5083
|
|
|
5084
5084
|
/**
|
|
5085
5085
|
* Unique identifier of the Object
|
|
@@ -5097,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5097
5097
|
info: MetaInfo;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
|
-
*
|
|
5100
|
+
* Lieferart
|
|
5101
5101
|
*/
|
|
5102
|
-
|
|
5102
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
|
-
*
|
|
5105
|
+
* GLN
|
|
5106
5106
|
*/
|
|
5107
|
-
|
|
5107
|
+
globalLocationNumber: string;
|
|
5108
5108
|
|
|
5109
5109
|
/**
|
|
5110
5110
|
* Postcode
|
|
@@ -5545,9 +5545,9 @@ export interface DocumentLine {
|
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
|
-
*
|
|
5548
|
+
* Preis pro Einheit in Basiswährung
|
|
5549
5549
|
*/
|
|
5550
|
-
|
|
5550
|
+
basePrice: number;
|
|
5551
5551
|
|
|
5552
5552
|
/**
|
|
5553
5553
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
@@ -5555,9 +5555,9 @@ export interface DocumentLine {
|
|
|
5555
5555
|
positionOfArticleLine: number;
|
|
5556
5556
|
|
|
5557
5557
|
/**
|
|
5558
|
-
*
|
|
5558
|
+
* Serientyp
|
|
5559
5559
|
*/
|
|
5560
|
-
|
|
5560
|
+
serialType: ArticleSerialType;
|
|
5561
5561
|
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Steuerschema
|
|
@@ -6124,14 +6124,14 @@ export interface DocumentLineComponent {
|
|
|
6124
6124
|
custom: EavDocumentlinecomponent;
|
|
6125
6125
|
|
|
6126
6126
|
/**
|
|
6127
|
-
*
|
|
6127
|
+
* Gelieferte Menge
|
|
6128
6128
|
*/
|
|
6129
|
-
|
|
6129
|
+
quantityCommitted: number;
|
|
6130
6130
|
|
|
6131
6131
|
/**
|
|
6132
|
-
*
|
|
6132
|
+
* Referenz auf den Artikel der Komponente
|
|
6133
6133
|
*/
|
|
6134
|
-
|
|
6134
|
+
articleId: number;
|
|
6135
6135
|
|
|
6136
6136
|
/**
|
|
6137
6137
|
* Beschreibung des Artikels
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Produzierte Seriennummern
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Menge defekt
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
quantityDefective: number;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -6608,14 +6608,14 @@ export interface DocumentLineReturnDetail {
|
|
|
6608
6608
|
customerShareOnReduction: number;
|
|
6609
6609
|
|
|
6610
6610
|
/**
|
|
6611
|
-
*
|
|
6611
|
+
* Auf Retoure warten vor Warenersatz? (nur bei GOODS_EXCHANGE_ITEM_GETS_SEND_BACK)
|
|
6612
6612
|
*/
|
|
6613
|
-
|
|
6613
|
+
waitForReturnBeforeExchange: boolean;
|
|
6614
6614
|
|
|
6615
6615
|
/**
|
|
6616
|
-
*
|
|
6616
|
+
* Lieferbedingung für die Retoure (wie der Kunde zurücksendet)
|
|
6617
6617
|
*/
|
|
6618
|
-
|
|
6618
|
+
deliveryTermRef: ApiObjectReference;
|
|
6619
6619
|
|
|
6620
6620
|
/**
|
|
6621
6621
|
* Referenz auf Retourengrund
|
|
@@ -6793,14 +6793,14 @@ export interface DocumentPosPayment {
|
|
|
6793
6793
|
version: number;
|
|
6794
6794
|
|
|
6795
6795
|
/**
|
|
6796
|
-
*
|
|
6796
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6797
6797
|
*/
|
|
6798
|
-
|
|
6798
|
+
withdrawalAmount: number;
|
|
6799
6799
|
|
|
6800
6800
|
/**
|
|
6801
|
-
*
|
|
6801
|
+
* Zahlungsart
|
|
6802
6802
|
*/
|
|
6803
|
-
|
|
6803
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6804
6804
|
|
|
6805
6805
|
/**
|
|
6806
6806
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -7211,14 +7211,14 @@ export interface DocumentType {
|
|
|
7211
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7212
|
|
|
7213
7213
|
/**
|
|
7214
|
-
*
|
|
7214
|
+
* nächste Belegnummer
|
|
7215
7215
|
*/
|
|
7216
|
-
|
|
7216
|
+
nextNumber: string;
|
|
7217
7217
|
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* Zählerkreis
|
|
7220
7220
|
*/
|
|
7221
|
-
|
|
7221
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* Sortierung
|
|
@@ -7418,26 +7418,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7418
7418
|
*/
|
|
7419
7419
|
bookDate: ScriptingDate;
|
|
7420
7420
|
|
|
7421
|
-
/**
|
|
7422
|
-
* Die gültige Seriennummer
|
|
7423
|
-
*/
|
|
7424
|
-
targetSerialNumber: string;
|
|
7425
|
-
|
|
7426
7421
|
/**
|
|
7427
7422
|
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7428
7423
|
*/
|
|
7429
7424
|
targetExpiryDate: ScriptingDate;
|
|
7430
7425
|
|
|
7431
7426
|
/**
|
|
7432
|
-
*
|
|
7427
|
+
* Die gültige Seriennummer
|
|
7433
7428
|
*/
|
|
7434
|
-
|
|
7429
|
+
targetSerialNumber: string;
|
|
7435
7430
|
|
|
7436
7431
|
/**
|
|
7437
7432
|
* Quell-Lagerplatz
|
|
7438
7433
|
*/
|
|
7439
7434
|
sourceStorageBinId: number;
|
|
7440
7435
|
|
|
7436
|
+
/**
|
|
7437
|
+
* Menge
|
|
7438
|
+
*/
|
|
7439
|
+
quantity: number;
|
|
7440
|
+
|
|
7441
7441
|
/**
|
|
7442
7442
|
* Quell-Lager
|
|
7443
7443
|
*/
|
|
@@ -7677,14 +7677,14 @@ export interface ExternalDocumentWithTaxesLine {
|
|
|
7677
7677
|
quantity: number;
|
|
7678
7678
|
|
|
7679
7679
|
/**
|
|
7680
|
-
*
|
|
7680
|
+
* Steuerbetrag (nur bei steuerpflichtigem Beleg)
|
|
7681
7681
|
*/
|
|
7682
|
-
|
|
7682
|
+
taxValue: number;
|
|
7683
7683
|
|
|
7684
7684
|
/**
|
|
7685
|
-
*
|
|
7685
|
+
* Zeilen-Netto
|
|
7686
7686
|
*/
|
|
7687
|
-
|
|
7687
|
+
netAmount: number;
|
|
7688
7688
|
|
|
7689
7689
|
/**
|
|
7690
7690
|
* Netto-Einzelpreis
|
|
@@ -7865,14 +7865,14 @@ export interface FabricationRevertRequest {
|
|
|
7865
7865
|
quantity: number;
|
|
7866
7866
|
|
|
7867
7867
|
/**
|
|
7868
|
-
*
|
|
7868
|
+
* ID der zu stornierenden Position
|
|
7869
7869
|
*/
|
|
7870
|
-
|
|
7870
|
+
documentLineId: number;
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
|
-
*
|
|
7873
|
+
* Material automatisch stornieren
|
|
7874
7874
|
*/
|
|
7875
|
-
|
|
7875
|
+
autoRevertComponents: boolean;
|
|
7876
7876
|
|
|
7877
7877
|
/**
|
|
7878
7878
|
* Zu stornierende Seriennummern
|
|
@@ -8127,14 +8127,14 @@ export interface OpenItem {
|
|
|
8127
8127
|
balance: number;
|
|
8128
8128
|
|
|
8129
8129
|
/**
|
|
8130
|
-
*
|
|
8130
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8131
8131
|
*/
|
|
8132
|
-
|
|
8132
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
8133
8133
|
|
|
8134
8134
|
/**
|
|
8135
|
-
*
|
|
8135
|
+
* Kurs der Währung zu Basiswährung
|
|
8136
8136
|
*/
|
|
8137
|
-
|
|
8137
|
+
exchangeRate: number;
|
|
8138
8138
|
|
|
8139
8139
|
/**
|
|
8140
8140
|
* Die Mahnstufe
|
|
@@ -8227,14 +8227,14 @@ export interface OpenItem {
|
|
|
8227
8227
|
sourceCountryCode: string;
|
|
8228
8228
|
|
|
8229
8229
|
/**
|
|
8230
|
-
*
|
|
8230
|
+
* Valutadatum schreibgeschützt
|
|
8231
8231
|
*/
|
|
8232
|
-
|
|
8232
|
+
valueDateReadOnly: boolean;
|
|
8233
8233
|
|
|
8234
8234
|
/**
|
|
8235
|
-
*
|
|
8235
|
+
* agreed Deposit payment date
|
|
8236
8236
|
*/
|
|
8237
|
-
|
|
8237
|
+
depositPaymentDate: ScriptingDate;
|
|
8238
8238
|
|
|
8239
8239
|
/**
|
|
8240
8240
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8615,14 +8615,14 @@ export interface OpenItemRecord {
|
|
|
8615
8615
|
exchangeRate: number;
|
|
8616
8616
|
|
|
8617
8617
|
/**
|
|
8618
|
-
*
|
|
8618
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8619
8619
|
*/
|
|
8620
|
-
|
|
8620
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8621
8621
|
|
|
8622
8622
|
/**
|
|
8623
|
-
*
|
|
8623
|
+
* record discountable amount
|
|
8624
8624
|
*/
|
|
8625
|
-
|
|
8625
|
+
discountableAmount: number;
|
|
8626
8626
|
|
|
8627
8627
|
/**
|
|
8628
8628
|
* record date
|
|
@@ -8680,14 +8680,14 @@ export interface OpenItemRecord {
|
|
|
8680
8680
|
version: number;
|
|
8681
8681
|
|
|
8682
8682
|
/**
|
|
8683
|
-
*
|
|
8683
|
+
* Buchungsbetrag in Basiswährung
|
|
8684
8684
|
*/
|
|
8685
|
-
|
|
8685
|
+
baseAmount: number;
|
|
8686
8686
|
|
|
8687
8687
|
/**
|
|
8688
|
-
*
|
|
8688
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8689
8689
|
*/
|
|
8690
|
-
|
|
8690
|
+
transactionId: number;
|
|
8691
8691
|
|
|
8692
8692
|
/**
|
|
8693
8693
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8705,14 +8705,14 @@ export interface OpenItemRecord {
|
|
|
8705
8705
|
totalAmount: number;
|
|
8706
8706
|
|
|
8707
8707
|
/**
|
|
8708
|
-
*
|
|
8708
|
+
* id des records, der diesen storniert hat
|
|
8709
8709
|
*/
|
|
8710
|
-
|
|
8710
|
+
revertedByRecordId: number;
|
|
8711
8711
|
|
|
8712
8712
|
/**
|
|
8713
|
-
*
|
|
8713
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8714
8714
|
*/
|
|
8715
|
-
|
|
8715
|
+
baseCurrencyCode: string;
|
|
8716
8716
|
|
|
8717
8717
|
/**
|
|
8718
8718
|
* qualifier of open item
|
|
@@ -8965,26 +8965,26 @@ export interface PaymentTerm {
|
|
|
8965
8965
|
*/
|
|
8966
8966
|
paymentDiscount2: number;
|
|
8967
8967
|
|
|
8968
|
-
/**
|
|
8969
|
-
* Percent for Discount 1
|
|
8970
|
-
*/
|
|
8971
|
-
paymentDiscount1: number;
|
|
8972
|
-
|
|
8973
8968
|
/**
|
|
8974
8969
|
* printDescription
|
|
8975
8970
|
*/
|
|
8976
8971
|
printDescription: string;
|
|
8977
8972
|
|
|
8978
8973
|
/**
|
|
8979
|
-
*
|
|
8974
|
+
* Percent for Discount 1
|
|
8980
8975
|
*/
|
|
8981
|
-
|
|
8976
|
+
paymentDiscount1: number;
|
|
8982
8977
|
|
|
8983
8978
|
/**
|
|
8984
8979
|
* for deposit: remaining term
|
|
8985
8980
|
*/
|
|
8986
8981
|
remainingTermRef: ApiObjectReference;
|
|
8987
8982
|
|
|
8983
|
+
/**
|
|
8984
|
+
* Days for Discount 1
|
|
8985
|
+
*/
|
|
8986
|
+
paymentDays1: number;
|
|
8987
|
+
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Days for Discount 2
|
|
8990
8990
|
*/
|
|
@@ -9266,14 +9266,14 @@ export const enum PickingType {
|
|
|
9266
9266
|
export interface Picklist {
|
|
9267
9267
|
|
|
9268
9268
|
/**
|
|
9269
|
-
*
|
|
9269
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
9270
9270
|
*/
|
|
9271
|
-
|
|
9271
|
+
usedTemplate: PicklistTemplate;
|
|
9272
9272
|
|
|
9273
9273
|
/**
|
|
9274
|
-
*
|
|
9274
|
+
* Ziellager für Nachschub
|
|
9275
9275
|
*/
|
|
9276
|
-
|
|
9276
|
+
targetStorageRef: ApiObjectReference;
|
|
9277
9277
|
|
|
9278
9278
|
/**
|
|
9279
9279
|
* Nummer der Pickliste
|
|
@@ -9691,14 +9691,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9691
9691
|
onlyFullDeliverableOrderLines: boolean;
|
|
9692
9692
|
|
|
9693
9693
|
/**
|
|
9694
|
-
*
|
|
9694
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9695
9695
|
*/
|
|
9696
|
-
|
|
9696
|
+
maxOrderCount: number;
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
|
-
*
|
|
9699
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9700
9700
|
*/
|
|
9701
|
-
|
|
9701
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9768,26 +9768,26 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9768
9768
|
*/
|
|
9769
9769
|
printPicklist: boolean;
|
|
9770
9770
|
|
|
9771
|
-
/**
|
|
9772
|
-
* Die zu verwendende Pickwagengruppe
|
|
9773
|
-
*/
|
|
9774
|
-
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9775
|
-
|
|
9776
9771
|
/**
|
|
9777
9772
|
* Maximale Anzahl an Positionen einer Pickliste
|
|
9778
9773
|
*/
|
|
9779
9774
|
maxPicklistLineCount: number;
|
|
9780
9775
|
|
|
9781
9776
|
/**
|
|
9782
|
-
*
|
|
9777
|
+
* Die zu verwendende Pickwagengruppe
|
|
9783
9778
|
*/
|
|
9784
|
-
|
|
9779
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9785
9780
|
|
|
9786
9781
|
/**
|
|
9787
9782
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9788
9783
|
*/
|
|
9789
9784
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9790
9785
|
|
|
9786
|
+
/**
|
|
9787
|
+
* Der zu verwendende Pickwagen
|
|
9788
|
+
*/
|
|
9789
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9790
|
+
|
|
9791
9791
|
/**
|
|
9792
9792
|
* Lagerplätze vorgeben
|
|
9793
9793
|
*/
|
|
@@ -9897,14 +9897,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9897
9897
|
printLabelOnCompleteOrder: boolean;
|
|
9898
9898
|
|
|
9899
9899
|
/**
|
|
9900
|
-
*
|
|
9900
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9901
9901
|
*/
|
|
9902
|
-
|
|
9902
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9903
9903
|
|
|
9904
9904
|
/**
|
|
9905
|
-
*
|
|
9905
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9906
9906
|
*/
|
|
9907
|
-
|
|
9907
|
+
printLabelAfterPicking: boolean;
|
|
9908
9908
|
|
|
9909
9909
|
/**
|
|
9910
9910
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
@@ -10205,14 +10205,14 @@ export interface ProductDiscount {
|
|
|
10205
10205
|
fromQuantity: number;
|
|
10206
10206
|
|
|
10207
10207
|
/**
|
|
10208
|
-
*
|
|
10208
|
+
* Hersteller
|
|
10209
10209
|
*/
|
|
10210
|
-
|
|
10210
|
+
manufacturerRef: ApiObjectReference;
|
|
10211
10211
|
|
|
10212
10212
|
/**
|
|
10213
|
-
*
|
|
10213
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10214
10214
|
*/
|
|
10215
|
-
|
|
10215
|
+
articleRef: ApiObjectReference;
|
|
10216
10216
|
|
|
10217
10217
|
/**
|
|
10218
10218
|
* Gültig von
|
|
@@ -10220,14 +10220,14 @@ export interface ProductDiscount {
|
|
|
10220
10220
|
validFrom: ScriptingDate;
|
|
10221
10221
|
|
|
10222
10222
|
/**
|
|
10223
|
-
*
|
|
10223
|
+
* Bestimmt die Art des Rabatts
|
|
10224
10224
|
*/
|
|
10225
|
-
|
|
10225
|
+
modifierType: PriceModifierType;
|
|
10226
10226
|
|
|
10227
10227
|
/**
|
|
10228
|
-
*
|
|
10228
|
+
* Warengruppe
|
|
10229
10229
|
*/
|
|
10230
|
-
|
|
10230
|
+
productGroupRef: ApiObjectReference;
|
|
10231
10231
|
|
|
10232
10232
|
/**
|
|
10233
10233
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10275,14 +10275,14 @@ export interface ProductDiscount {
|
|
|
10275
10275
|
modifierValueType: ValueType;
|
|
10276
10276
|
|
|
10277
10277
|
/**
|
|
10278
|
-
*
|
|
10278
|
+
* Account, für den der Rabatt gültig ist
|
|
10279
10279
|
*/
|
|
10280
|
-
|
|
10280
|
+
accountRef: ApiObjectReference;
|
|
10281
10281
|
|
|
10282
10282
|
/**
|
|
10283
|
-
*
|
|
10283
|
+
* Name des Rabatts
|
|
10284
10284
|
*/
|
|
10285
|
-
|
|
10285
|
+
modifierName: string;
|
|
10286
10286
|
|
|
10287
10287
|
/**
|
|
10288
10288
|
* Unique identifier of the Object
|
|
@@ -10469,14 +10469,14 @@ export interface ProductPrice {
|
|
|
10469
10469
|
supplierGroupRef: ApiObjectReference;
|
|
10470
10470
|
|
|
10471
10471
|
/**
|
|
10472
|
-
*
|
|
10472
|
+
* Hersteller
|
|
10473
10473
|
*/
|
|
10474
|
-
|
|
10474
|
+
manufacturerRef: ApiObjectReference;
|
|
10475
10475
|
|
|
10476
10476
|
/**
|
|
10477
|
-
*
|
|
10477
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10478
10478
|
*/
|
|
10479
|
-
|
|
10479
|
+
articleRef: ApiObjectReference;
|
|
10480
10480
|
|
|
10481
10481
|
/**
|
|
10482
10482
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10629,14 +10629,14 @@ export interface RequestDocument {
|
|
|
10629
10629
|
cashDrawerId: number;
|
|
10630
10630
|
|
|
10631
10631
|
/**
|
|
10632
|
-
*
|
|
10632
|
+
* Leistungsdatum
|
|
10633
10633
|
*/
|
|
10634
|
-
|
|
10634
|
+
performanceDate: ScriptingDate;
|
|
10635
10635
|
|
|
10636
10636
|
/**
|
|
10637
|
-
*
|
|
10637
|
+
* Der Anzahlungsbetrag
|
|
10638
10638
|
*/
|
|
10639
|
-
|
|
10639
|
+
depositPaymentAmount: number;
|
|
10640
10640
|
|
|
10641
10641
|
/**
|
|
10642
10642
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10769,14 +10769,14 @@ export interface RequestDocument {
|
|
|
10769
10769
|
texts: Array<DocumentText>;
|
|
10770
10770
|
|
|
10771
10771
|
/**
|
|
10772
|
-
*
|
|
10772
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10773
10773
|
*/
|
|
10774
|
-
|
|
10774
|
+
processedByPicklistProcessing: boolean;
|
|
10775
10775
|
|
|
10776
10776
|
/**
|
|
10777
|
-
*
|
|
10777
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10778
10778
|
*/
|
|
10779
|
-
|
|
10779
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10780
10780
|
|
|
10781
10781
|
/**
|
|
10782
10782
|
* Die Rabatte des Beleges
|
|
@@ -11501,14 +11501,14 @@ export interface SequencerConfiguration {
|
|
|
11501
11501
|
key: string;
|
|
11502
11502
|
|
|
11503
11503
|
/**
|
|
11504
|
-
*
|
|
11504
|
+
* Contains details about the sequencer configuration
|
|
11505
11505
|
*/
|
|
11506
|
-
|
|
11506
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11507
11507
|
|
|
11508
11508
|
/**
|
|
11509
|
-
*
|
|
11509
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11510
11510
|
*/
|
|
11511
|
-
|
|
11511
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11512
11512
|
|
|
11513
11513
|
/**
|
|
11514
11514
|
* MetaInformations for this Object
|
|
@@ -11850,14 +11850,14 @@ export interface ShelfFile {
|
|
|
11850
11850
|
version: number;
|
|
11851
11851
|
|
|
11852
11852
|
/**
|
|
11853
|
-
*
|
|
11853
|
+
* current reference of this file in our storage
|
|
11854
11854
|
*/
|
|
11855
|
-
|
|
11855
|
+
storageHandle: string;
|
|
11856
11856
|
|
|
11857
11857
|
/**
|
|
11858
|
-
*
|
|
11858
|
+
* meta data
|
|
11859
11859
|
*/
|
|
11860
|
-
|
|
11860
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11861
11861
|
|
|
11862
11862
|
/**
|
|
11863
11863
|
* MetaInformations for this Object
|
|
@@ -12105,14 +12105,14 @@ export interface StockMovementManualApi {
|
|
|
12105
12105
|
expiryDate: ScriptingDate;
|
|
12106
12106
|
|
|
12107
12107
|
/**
|
|
12108
|
-
*
|
|
12108
|
+
* Notiz zur Seriennummer
|
|
12109
12109
|
*/
|
|
12110
|
-
|
|
12110
|
+
serialNumberNote: string;
|
|
12111
12111
|
|
|
12112
12112
|
/**
|
|
12113
|
-
*
|
|
12113
|
+
* Zugang oder Abgang
|
|
12114
12114
|
*/
|
|
12115
|
-
|
|
12115
|
+
factor: StockJournalFactor;
|
|
12116
12116
|
|
|
12117
12117
|
/**
|
|
12118
12118
|
* Lager
|
|
@@ -12143,14 +12143,14 @@ export interface StockTransferApi {
|
|
|
12143
12143
|
bookDate: ScriptingDate;
|
|
12144
12144
|
|
|
12145
12145
|
/**
|
|
12146
|
-
*
|
|
12146
|
+
* Quell-Lagerplatz
|
|
12147
12147
|
*/
|
|
12148
|
-
|
|
12148
|
+
sourceStorageBinId: number;
|
|
12149
12149
|
|
|
12150
12150
|
/**
|
|
12151
|
-
*
|
|
12151
|
+
* Menge
|
|
12152
12152
|
*/
|
|
12153
|
-
|
|
12153
|
+
quantity: number;
|
|
12154
12154
|
|
|
12155
12155
|
/**
|
|
12156
12156
|
* Quell-Lager
|
|
@@ -12356,14 +12356,14 @@ export interface Supplier {
|
|
|
12356
12356
|
deliveryMethodRef: ApiObjectReference;
|
|
12357
12357
|
|
|
12358
12358
|
/**
|
|
12359
|
-
*
|
|
12359
|
+
* tax able or tax free
|
|
12360
12360
|
*/
|
|
12361
|
-
|
|
12361
|
+
taxable: boolean;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
|
-
*
|
|
12364
|
+
* Lieferantengruppe
|
|
12365
12365
|
*/
|
|
12366
|
-
|
|
12366
|
+
supplierGroupRef: ApiObjectReference;
|
|
12367
12367
|
|
|
12368
12368
|
/**
|
|
12369
12369
|
* Mahnen?
|
|
@@ -12687,26 +12687,26 @@ export interface TextTemplate {
|
|
|
12687
12687
|
*/
|
|
12688
12688
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12689
12689
|
|
|
12690
|
-
/**
|
|
12691
|
-
* Texte in den angebotenen Sprachen
|
|
12692
|
-
*/
|
|
12693
|
-
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12694
|
-
|
|
12695
12690
|
/**
|
|
12696
12691
|
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12697
12692
|
*/
|
|
12698
12693
|
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12699
12694
|
|
|
12700
12695
|
/**
|
|
12701
|
-
*
|
|
12696
|
+
* Texte in den angebotenen Sprachen
|
|
12702
12697
|
*/
|
|
12703
|
-
|
|
12698
|
+
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12704
12699
|
|
|
12705
12700
|
/**
|
|
12706
12701
|
* article für den diese Templates gelten
|
|
12707
12702
|
*/
|
|
12708
12703
|
articleId: number;
|
|
12709
12704
|
|
|
12705
|
+
/**
|
|
12706
|
+
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12707
|
+
*/
|
|
12708
|
+
separateLine: boolean;
|
|
12709
|
+
|
|
12710
12710
|
/**
|
|
12711
12711
|
* Wann wird ein UI-Hint angezeigt
|
|
12712
12712
|
*/
|
|
@@ -12892,14 +12892,14 @@ export interface User {
|
|
|
12892
12892
|
version: number;
|
|
12893
12893
|
|
|
12894
12894
|
/**
|
|
12895
|
-
*
|
|
12895
|
+
* first-name
|
|
12896
12896
|
*/
|
|
12897
|
-
|
|
12897
|
+
firstName: string;
|
|
12898
12898
|
|
|
12899
12899
|
/**
|
|
12900
|
-
*
|
|
12900
|
+
* is the email verified
|
|
12901
12901
|
*/
|
|
12902
|
-
|
|
12902
|
+
emailVerified: boolean;
|
|
12903
12903
|
|
|
12904
12904
|
/**
|
|
12905
12905
|
* email-address
|