@vario-software/types 2026.28.3 → 2026.28.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 +37 -37
- package/scripting/types.d.ts +300 -300
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -494,14 +494,14 @@ export interface AccountBankdetail {
|
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* Hauptbankverbindung für
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* origin type
|
|
@@ -1028,11 +1028,6 @@ export interface Article {
|
|
|
1028
1028
|
*/
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
|
-
/**
|
|
1032
|
-
* Durchschnittl. EKP (Startwert)
|
|
1033
|
-
*/
|
|
1034
|
-
initialAvgPurchasePrice: number;
|
|
1035
|
-
|
|
1036
1031
|
/**
|
|
1037
1032
|
* is this product sellable without any quantity at the stock
|
|
1038
1033
|
*/
|
|
@@ -1043,6 +1038,11 @@ export interface Article {
|
|
|
1043
1038
|
*/
|
|
1044
1039
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1045
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* Durchschnittl. EKP (Startwert)
|
|
1043
|
+
*/
|
|
1044
|
+
initialAvgPurchasePrice: number;
|
|
1045
|
+
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
1048
1048
|
*/
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Produktion
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
fabrication: boolean;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Soll-Handelsspanne
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
targetTradingMargin: number;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1208,20 +1208,15 @@ export interface Article {
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
|
-
/**
|
|
1212
|
-
* Arbeitseinheit in Minuten
|
|
1213
|
-
*/
|
|
1214
|
-
workUnitInMinutes: number;
|
|
1215
|
-
|
|
1216
1211
|
/**
|
|
1217
1212
|
* Country code
|
|
1218
1213
|
*/
|
|
1219
1214
|
countryOfOriginRef: CountryReference;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* Arbeitseinheit in Minuten
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
workUnitInMinutes: number;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Frei kommissionierbar
|
|
@@ -1229,15 +1224,20 @@ export interface Article {
|
|
|
1229
1224
|
freelyPickable: boolean;
|
|
1230
1225
|
|
|
1231
1226
|
/**
|
|
1232
|
-
*
|
|
1227
|
+
* description custom data
|
|
1233
1228
|
*/
|
|
1234
|
-
|
|
1229
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1235
1230
|
|
|
1236
1231
|
/**
|
|
1237
1232
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1238
1233
|
*/
|
|
1239
1234
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1240
1235
|
|
|
1236
|
+
/**
|
|
1237
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1238
|
+
*/
|
|
1239
|
+
taxLiabilityReversed: boolean;
|
|
1240
|
+
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Notiz
|
|
1243
1243
|
*/
|
|
@@ -1279,14 +1279,14 @@ export interface Article {
|
|
|
1279
1279
|
capacity: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
|
-
*
|
|
1282
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1283
1283
|
*/
|
|
1284
|
-
|
|
1284
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* gross sales prices
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
grossSalesPrice: number;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Letzter EKP (Startwert)
|
|
@@ -1308,11 +1308,6 @@ export interface Article {
|
|
|
1308
1308
|
*/
|
|
1309
1309
|
productRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
|
-
/**
|
|
1312
|
-
* rabattierbarer Artikel?
|
|
1313
|
-
*/
|
|
1314
|
-
discountable: boolean;
|
|
1315
|
-
|
|
1316
1311
|
/**
|
|
1317
1312
|
* Kontingentartikel
|
|
1318
1313
|
*/
|
|
@@ -1323,6 +1318,11 @@ export interface Article {
|
|
|
1323
1318
|
*/
|
|
1324
1319
|
alternativeName: string;
|
|
1325
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* rabattierbarer Artikel?
|
|
1323
|
+
*/
|
|
1324
|
+
discountable: boolean;
|
|
1325
|
+
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
1328
1328
|
*/
|
|
@@ -1394,14 +1394,14 @@ export interface Article {
|
|
|
1394
1394
|
listed: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
|
-
*
|
|
1397
|
+
* Nur manuelle Produktion
|
|
1398
1398
|
*/
|
|
1399
|
-
|
|
1399
|
+
onlyManualFabrication: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* provisionsberechtiger Artikel?
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
commissionable: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1542,14 +1542,14 @@ export interface ArticleCustomer {
|
|
|
1542
1542
|
articleName: string;
|
|
1543
1543
|
|
|
1544
1544
|
/**
|
|
1545
|
-
*
|
|
1545
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1546
1546
|
*/
|
|
1547
|
-
|
|
1547
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Etikettdruck-Einstellungen
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Kunden-Preise
|
|
@@ -1602,14 +1602,14 @@ export interface ArticleCustomer {
|
|
|
1602
1602
|
defaultGrossPrice: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
|
-
*
|
|
1605
|
+
* Art der Preisermittlung
|
|
1606
1606
|
*/
|
|
1607
|
-
|
|
1607
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Abweichende Produktnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
deviatingArticleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Artikelnummer
|
|
@@ -1931,15 +1931,20 @@ export const enum ArticleSerialType {
|
|
|
1931
1931
|
|
|
1932
1932
|
export interface ArticleStorage {
|
|
1933
1933
|
|
|
1934
|
+
/**
|
|
1935
|
+
* Bestand im Lager
|
|
1936
|
+
*/
|
|
1937
|
+
quantityInStock: number;
|
|
1938
|
+
|
|
1934
1939
|
/**
|
|
1935
1940
|
* Nachschub ab
|
|
1936
1941
|
*/
|
|
1937
1942
|
replenishmentFrom: number;
|
|
1938
1943
|
|
|
1939
1944
|
/**
|
|
1940
|
-
*
|
|
1945
|
+
* Aktuelle Menge in Kommissionierung
|
|
1941
1946
|
*/
|
|
1942
|
-
|
|
1947
|
+
quantityInPicking: number;
|
|
1943
1948
|
|
|
1944
1949
|
/**
|
|
1945
1950
|
* Meldebestand
|
|
@@ -1952,20 +1957,15 @@ export interface ArticleStorage {
|
|
|
1952
1957
|
orderedQuantity: number;
|
|
1953
1958
|
|
|
1954
1959
|
/**
|
|
1955
|
-
*
|
|
1960
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1956
1961
|
*/
|
|
1957
|
-
|
|
1962
|
+
virtualStockAmount: number;
|
|
1958
1963
|
|
|
1959
1964
|
/**
|
|
1960
1965
|
* Nachschub auf
|
|
1961
1966
|
*/
|
|
1962
1967
|
replenishmentOn: number;
|
|
1963
1968
|
|
|
1964
|
-
/**
|
|
1965
|
-
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1966
|
-
*/
|
|
1967
|
-
virtualStockAmount: number;
|
|
1968
|
-
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Reservierte Menge
|
|
1971
1971
|
*/
|
|
@@ -2040,14 +2040,14 @@ export interface ArticleSupplier {
|
|
|
2040
2040
|
accountDisplayName: string;
|
|
2041
2041
|
|
|
2042
2042
|
/**
|
|
2043
|
-
*
|
|
2043
|
+
* Lieferanten-Meldebestand
|
|
2044
2044
|
*/
|
|
2045
|
-
|
|
2045
|
+
supplierReportingStock: number;
|
|
2046
2046
|
|
|
2047
2047
|
/**
|
|
2048
|
-
*
|
|
2048
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2049
2049
|
*/
|
|
2050
|
-
|
|
2050
|
+
useSupplierArticleDescription: boolean;
|
|
2051
2051
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -2145,14 +2145,14 @@ export interface ArticleSupplier {
|
|
|
2145
2145
|
dropShippingAllowed: boolean;
|
|
2146
2146
|
|
|
2147
2147
|
/**
|
|
2148
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbezeichnung
|
|
2149
2149
|
*/
|
|
2150
|
-
|
|
2150
|
+
supplierArticleName: string;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Standardpreis Netto
|
|
@@ -2218,14 +2218,14 @@ export interface Asset {
|
|
|
2218
2218
|
active: boolean;
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Asset-Bezeichnung
|
|
@@ -2512,14 +2512,14 @@ export interface CountryReference {
|
|
|
2512
2512
|
export interface CreateNewDocumentRequest {
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* Belegart
|
|
2515
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2516
2516
|
*/
|
|
2517
|
-
|
|
2517
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Belegart
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
documentTypeLabel: string;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Details zum Beleg
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* geplante Dauer
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
plannedDurationInSeconds: number;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* Aktivität intern abgerechnet?
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
internalBilled: boolean;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2630,14 +2630,14 @@ export interface CrmActivity {
|
|
|
2630
2630
|
userRef: ApiObjectReference;
|
|
2631
2631
|
|
|
2632
2632
|
/**
|
|
2633
|
-
*
|
|
2633
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2634
2634
|
*/
|
|
2635
|
-
|
|
2635
|
+
system: boolean;
|
|
2636
2636
|
|
|
2637
2637
|
/**
|
|
2638
|
-
*
|
|
2638
|
+
* tatsächliche Startzeit
|
|
2639
2639
|
*/
|
|
2640
|
-
|
|
2640
|
+
startDateTime: ScriptingDateTime;
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Inhalt dieser Aktivität
|
|
@@ -2744,14 +2744,14 @@ export interface CrmActivityType {
|
|
|
2744
2744
|
export interface CrmChecklistItem {
|
|
2745
2745
|
|
|
2746
2746
|
/**
|
|
2747
|
-
*
|
|
2747
|
+
* Ist das Element "angehakt"?
|
|
2748
2748
|
*/
|
|
2749
|
-
|
|
2749
|
+
checked: boolean;
|
|
2750
2750
|
|
|
2751
2751
|
/**
|
|
2752
|
-
*
|
|
2752
|
+
* Text des Checklisten-Elements
|
|
2753
2753
|
*/
|
|
2754
|
-
|
|
2754
|
+
memo: string;
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Unique identifier of the Object
|
|
@@ -2867,14 +2867,14 @@ export interface CrmDeal {
|
|
|
2867
2867
|
info: MetaInfo;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
assignedUserRef: ApiObjectReference;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2876
2876
|
*/
|
|
2877
|
-
|
|
2877
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Chance (in Prozent)
|
|
@@ -3153,14 +3153,14 @@ export interface CrmProject {
|
|
|
3153
3153
|
priorityRef: ApiObjectReference;
|
|
3154
3154
|
|
|
3155
3155
|
/**
|
|
3156
|
-
*
|
|
3156
|
+
* Phase
|
|
3157
3157
|
*/
|
|
3158
|
-
|
|
3158
|
+
phaseRef: ApiObjectReference;
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
3161
|
-
*
|
|
3161
|
+
* Projektleiter vom Auftragnehmer
|
|
3162
3162
|
*/
|
|
3163
|
-
|
|
3163
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
3166
|
* Aufgaben-Nummer
|
|
@@ -3218,14 +3218,14 @@ export interface CrmProject {
|
|
|
3218
3218
|
info: MetaInfo;
|
|
3219
3219
|
|
|
3220
3220
|
/**
|
|
3221
|
-
*
|
|
3221
|
+
* Projektleiter vom Auftraggeber
|
|
3222
3222
|
*/
|
|
3223
|
-
|
|
3223
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3224
3224
|
|
|
3225
3225
|
/**
|
|
3226
|
-
*
|
|
3226
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3227
3227
|
*/
|
|
3228
|
-
|
|
3228
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3229
3229
|
|
|
3230
3230
|
/**
|
|
3231
3231
|
* Übergeordnete CRM-Objekte
|
|
@@ -3414,14 +3414,14 @@ export interface CrmState {
|
|
|
3414
3414
|
readyToBill: boolean;
|
|
3415
3415
|
|
|
3416
3416
|
/**
|
|
3417
|
-
*
|
|
3417
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3418
3418
|
*/
|
|
3419
|
-
|
|
3419
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3420
3420
|
|
|
3421
3421
|
/**
|
|
3422
|
-
*
|
|
3422
|
+
* Handelt es sich um einen Anfang-Status
|
|
3423
3423
|
*/
|
|
3424
|
-
|
|
3424
|
+
startState: boolean;
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
3427
|
* MetaInformations for this Object
|
|
@@ -3470,9 +3470,9 @@ export interface CrmSubType {
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Liste von Erinnerungen
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
reminders: Array<CrmReminder>;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
3478
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3480,9 +3480,9 @@ export interface CrmTask {
|
|
|
3480
3480
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Angebot
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
customerOfferRef: DocumentRef;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
3488
|
* Notizen
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* reference to customer group
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
customerGroupRef: ApiObjectReference;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* Option für die Stapelverarbeitung
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -4168,14 +4168,14 @@ export interface DeliveryMethod {
|
|
|
4168
4168
|
translations: Array<DocumentTypeTerm>;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* Gültige Ländercodes
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
validCountryCodes: Array<string>;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
|
-
*
|
|
4176
|
+
* Versand-Anbieter
|
|
4177
4177
|
*/
|
|
4178
|
-
|
|
4178
|
+
vdsCarrierId: number;
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* Standardgewichtseinheit
|
|
@@ -4276,14 +4276,14 @@ export interface DeliveryTerm {
|
|
|
4276
4276
|
id: number;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* Versandkostenartikel
|
|
4280
4280
|
*/
|
|
4281
|
-
|
|
4281
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4282
4282
|
|
|
4283
4283
|
/**
|
|
4284
|
-
*
|
|
4284
|
+
* free shipping net value
|
|
4285
4285
|
*/
|
|
4286
|
-
|
|
4286
|
+
freeShippingNetValue: number;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
4289
|
* MetaInformations for this Object
|
|
@@ -4393,6 +4393,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
deliveryQuantityPackages: number;
|
|
4395
4395
|
|
|
4396
|
+
/**
|
|
4397
|
+
* Steuerpflichtig oder steuerfrei
|
|
4398
|
+
*/
|
|
4399
|
+
taxable: boolean;
|
|
4400
|
+
|
|
4396
4401
|
/**
|
|
4397
4402
|
* Leitweg-ID
|
|
4398
4403
|
*/
|
|
@@ -4403,11 +4408,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4403
4408
|
*/
|
|
4404
4409
|
referencedOrderNumber: string;
|
|
4405
4410
|
|
|
4406
|
-
/**
|
|
4407
|
-
* Steuerpflichtig oder steuerfrei
|
|
4408
|
-
*/
|
|
4409
|
-
taxable: boolean;
|
|
4410
|
-
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4413
4413
|
*/
|
|
@@ -4494,14 +4494,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4494
4494
|
documentDate: ScriptingDate;
|
|
4495
4495
|
|
|
4496
4496
|
/**
|
|
4497
|
-
*
|
|
4497
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4498
4498
|
*/
|
|
4499
|
-
|
|
4499
|
+
roundingAmount: number;
|
|
4500
4500
|
|
|
4501
4501
|
/**
|
|
4502
|
-
*
|
|
4502
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4503
4503
|
*/
|
|
4504
|
-
|
|
4504
|
+
taxLiabilityReversed: boolean;
|
|
4505
4505
|
|
|
4506
4506
|
/**
|
|
4507
4507
|
* Versanddatum
|
|
@@ -4580,26 +4580,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4580
4580
|
*/
|
|
4581
4581
|
fabricationDetail: DocumentFabricationDetail;
|
|
4582
4582
|
|
|
4583
|
-
/**
|
|
4584
|
-
* Berechnungsmodus
|
|
4585
|
-
*/
|
|
4586
|
-
calculationMode: CalculationMode;
|
|
4587
|
-
|
|
4588
4583
|
/**
|
|
4589
4584
|
* Kontonummer der zugehörigen Organisationseinheit
|
|
4590
4585
|
*/
|
|
4591
4586
|
accountNumber: string;
|
|
4592
4587
|
|
|
4593
4588
|
/**
|
|
4594
|
-
*
|
|
4589
|
+
* Berechnungsmodus
|
|
4595
4590
|
*/
|
|
4596
|
-
|
|
4591
|
+
calculationMode: CalculationMode;
|
|
4597
4592
|
|
|
4598
4593
|
/**
|
|
4599
4594
|
* Wird vom Workflow verarbeitet?
|
|
4600
4595
|
*/
|
|
4601
4596
|
processedByWorkflow: boolean;
|
|
4602
4597
|
|
|
4598
|
+
/**
|
|
4599
|
+
* Referenz auf Zahlungsbedingung
|
|
4600
|
+
*/
|
|
4601
|
+
paymentTermRef: PaymentTermRef;
|
|
4602
|
+
|
|
4603
4603
|
/**
|
|
4604
4604
|
* Preisanpassungen - Beleg Basiswährung
|
|
4605
4605
|
*/
|
|
@@ -4651,14 +4651,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4651
4651
|
en16931Profile: EN16931Profile;
|
|
4652
4652
|
|
|
4653
4653
|
/**
|
|
4654
|
-
*
|
|
4654
|
+
* Wechselkurs
|
|
4655
4655
|
*/
|
|
4656
|
-
|
|
4656
|
+
exchangeRate: number;
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
|
-
*
|
|
4659
|
+
* Ort der steuerlichen Leistungserbringung
|
|
4660
4660
|
*/
|
|
4661
|
-
|
|
4661
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
4662
4662
|
|
|
4663
4663
|
/**
|
|
4664
4664
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4666
4666
|
additionalInfo: DocumentAdditionalInfo;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Bestelldatum
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
orderedOn: ScriptingDate;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* MetaInformations for this Object
|
|
@@ -4811,14 +4811,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4811
4811
|
customerNumber: string;
|
|
4812
4812
|
|
|
4813
4813
|
/**
|
|
4814
|
-
*
|
|
4814
|
+
* Statusinstanz des Belegs
|
|
4815
4815
|
*/
|
|
4816
|
-
|
|
4816
|
+
documentState: DocumentTypeState;
|
|
4817
4817
|
|
|
4818
4818
|
/**
|
|
4819
|
-
*
|
|
4819
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4820
4820
|
*/
|
|
4821
|
-
|
|
4821
|
+
taxIdentificationNumber: string;
|
|
4822
4822
|
|
|
4823
4823
|
/**
|
|
4824
4824
|
* Versandkostenpositionen
|
|
@@ -4873,14 +4873,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4873
4873
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4874
4874
|
|
|
4875
4875
|
/**
|
|
4876
|
-
*
|
|
4876
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4877
4877
|
*/
|
|
4878
|
-
|
|
4878
|
+
reportGroupRef: ApiObjectReference;
|
|
4879
4879
|
|
|
4880
4880
|
/**
|
|
4881
|
-
*
|
|
4881
|
+
* Bestellt durch Ansprechpartner
|
|
4882
4882
|
*/
|
|
4883
|
-
|
|
4883
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
4886
|
export interface DocumentAdditionalInfo {
|
|
@@ -4891,14 +4891,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4891
4891
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4892
4892
|
|
|
4893
4893
|
/**
|
|
4894
|
-
*
|
|
4894
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4895
4895
|
*/
|
|
4896
|
-
|
|
4896
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4897
4897
|
|
|
4898
4898
|
/**
|
|
4899
|
-
*
|
|
4899
|
+
* Herkunft der Sprache
|
|
4900
4900
|
*/
|
|
4901
|
-
|
|
4901
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
4904
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5061,14 +5061,14 @@ export interface DocumentAddress {
|
|
|
5061
5061
|
info: MetaInfo;
|
|
5062
5062
|
|
|
5063
5063
|
/**
|
|
5064
|
-
*
|
|
5064
|
+
* Lieferart
|
|
5065
5065
|
*/
|
|
5066
|
-
|
|
5066
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5067
5067
|
|
|
5068
5068
|
/**
|
|
5069
|
-
*
|
|
5069
|
+
* GLN
|
|
5070
5070
|
*/
|
|
5071
|
-
|
|
5071
|
+
globalLocationNumber: string;
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
5074
5074
|
* Postcode
|
|
@@ -5249,14 +5249,14 @@ export interface DocumentContractDetail {
|
|
|
5249
5249
|
runtimeToDate: ScriptingDate;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Nächste Fälligkeit
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
nextDueDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5506,14 +5506,14 @@ export interface DocumentLine {
|
|
|
5506
5506
|
positionOfArticleLine: number;
|
|
5507
5507
|
|
|
5508
5508
|
/**
|
|
5509
|
-
*
|
|
5509
|
+
* Preis pro Einheit in Basiswährung
|
|
5510
5510
|
*/
|
|
5511
|
-
|
|
5511
|
+
basePrice: number;
|
|
5512
5512
|
|
|
5513
5513
|
/**
|
|
5514
|
-
*
|
|
5514
|
+
* Serientyp
|
|
5515
5515
|
*/
|
|
5516
|
-
|
|
5516
|
+
serialType: ArticleSerialType;
|
|
5517
5517
|
|
|
5518
5518
|
/**
|
|
5519
5519
|
* Steuerschema
|
|
@@ -5605,11 +5605,6 @@ export interface DocumentLine {
|
|
|
5605
5605
|
*/
|
|
5606
5606
|
deliveryDateEnd: ScriptingDate;
|
|
5607
5607
|
|
|
5608
|
-
/**
|
|
5609
|
-
* Vertragsinformationen
|
|
5610
|
-
*/
|
|
5611
|
-
contractDetail: DocumentContractDetail;
|
|
5612
|
-
|
|
5613
5608
|
/**
|
|
5614
5609
|
* Nettoverkaufswert der Position in Basiswährung
|
|
5615
5610
|
*/
|
|
@@ -5620,6 +5615,11 @@ export interface DocumentLine {
|
|
|
5620
5615
|
*/
|
|
5621
5616
|
netWeightUnit: UnitTypeReference;
|
|
5622
5617
|
|
|
5618
|
+
/**
|
|
5619
|
+
* Vertragsinformationen
|
|
5620
|
+
*/
|
|
5621
|
+
contractDetail: DocumentContractDetail;
|
|
5622
|
+
|
|
5623
5623
|
/**
|
|
5624
5624
|
* Produktionsdetails
|
|
5625
5625
|
*/
|
|
@@ -6042,18 +6042,18 @@ export interface DocumentLineComponent {
|
|
|
6042
6042
|
/**
|
|
6043
6043
|
* Freifelder
|
|
6044
6044
|
*/
|
|
6045
|
-
custom: EavDocumentlinecomponent;
|
|
6046
|
-
|
|
6047
|
-
/**
|
|
6048
|
-
* Referenz auf den Artikel der Komponente
|
|
6049
|
-
*/
|
|
6050
|
-
articleId: number;
|
|
6045
|
+
custom: EavDocumentlinecomponent;
|
|
6051
6046
|
|
|
6052
6047
|
/**
|
|
6053
6048
|
* Gelieferte Menge
|
|
6054
6049
|
*/
|
|
6055
6050
|
quantityCommitted: number;
|
|
6056
6051
|
|
|
6052
|
+
/**
|
|
6053
|
+
* Referenz auf den Artikel der Komponente
|
|
6054
|
+
*/
|
|
6055
|
+
articleId: number;
|
|
6056
|
+
|
|
6057
6057
|
/**
|
|
6058
6058
|
* Beschreibung des Artikels
|
|
6059
6059
|
*/
|
|
@@ -6252,14 +6252,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6252
6252
|
quantityFinished: number;
|
|
6253
6253
|
|
|
6254
6254
|
/**
|
|
6255
|
-
*
|
|
6255
|
+
* Menge defekt
|
|
6256
6256
|
*/
|
|
6257
|
-
|
|
6257
|
+
quantityDefective: number;
|
|
6258
6258
|
|
|
6259
6259
|
/**
|
|
6260
|
-
*
|
|
6260
|
+
* Produzierte Seriennummern
|
|
6261
6261
|
*/
|
|
6262
|
-
|
|
6262
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6263
6263
|
|
|
6264
6264
|
/**
|
|
6265
6265
|
* Freifeld
|
|
@@ -6436,14 +6436,14 @@ export interface DocumentLineRef {
|
|
|
6436
6436
|
quantity: number;
|
|
6437
6437
|
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* Artikelnummer
|
|
6440
6440
|
*/
|
|
6441
|
-
|
|
6441
|
+
articleNumber: string;
|
|
6442
6442
|
|
|
6443
6443
|
/**
|
|
6444
|
-
*
|
|
6444
|
+
* Belegart
|
|
6445
6445
|
*/
|
|
6446
|
-
|
|
6446
|
+
documentType: string;
|
|
6447
6447
|
|
|
6448
6448
|
/**
|
|
6449
6449
|
* price per quantity [GROSS, NET]
|
|
@@ -6629,14 +6629,14 @@ export interface DocumentPosPayment {
|
|
|
6629
6629
|
version: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
|
-
*
|
|
6632
|
+
* Zahlungsart
|
|
6633
6633
|
*/
|
|
6634
|
-
|
|
6634
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6635
6635
|
|
|
6636
6636
|
/**
|
|
6637
|
-
*
|
|
6637
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6638
6638
|
*/
|
|
6639
|
-
|
|
6639
|
+
withdrawalAmount: number;
|
|
6640
6640
|
|
|
6641
6641
|
/**
|
|
6642
6642
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6794,14 +6794,14 @@ export interface DocumentShippingCost {
|
|
|
6794
6794
|
manualCosts: boolean;
|
|
6795
6795
|
|
|
6796
6796
|
/**
|
|
6797
|
-
*
|
|
6797
|
+
* Texte
|
|
6798
6798
|
*/
|
|
6799
|
-
|
|
6799
|
+
texts: Array<DocumentText>;
|
|
6800
6800
|
|
|
6801
6801
|
/**
|
|
6802
|
-
*
|
|
6802
|
+
* Keine Versandkosten (freier Versand)
|
|
6803
6803
|
*/
|
|
6804
|
-
|
|
6804
|
+
freeShipping: boolean;
|
|
6805
6805
|
|
|
6806
6806
|
/**
|
|
6807
6807
|
* Artikelname
|
|
@@ -6919,14 +6919,14 @@ export interface DocumentText {
|
|
|
6919
6919
|
transferableIntoSubsequentDocuments: boolean;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
textPosition: TextPosition;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
deleted: boolean;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* textBaustein Vorlage
|
|
@@ -7036,14 +7036,14 @@ export interface DocumentType {
|
|
|
7036
7036
|
labels: Array<DocumentTypeLabel>;
|
|
7037
7037
|
|
|
7038
7038
|
/**
|
|
7039
|
-
*
|
|
7039
|
+
* Zählerkreis
|
|
7040
7040
|
*/
|
|
7041
|
-
|
|
7041
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7042
7042
|
|
|
7043
7043
|
/**
|
|
7044
|
-
*
|
|
7044
|
+
* nächste Belegnummer
|
|
7045
7045
|
*/
|
|
7046
|
-
|
|
7046
|
+
nextNumber: string;
|
|
7047
7047
|
|
|
7048
7048
|
/**
|
|
7049
7049
|
* Sortierung
|
|
@@ -7831,14 +7831,14 @@ export interface OpenItem {
|
|
|
7831
7831
|
balance: number;
|
|
7832
7832
|
|
|
7833
7833
|
/**
|
|
7834
|
-
*
|
|
7834
|
+
* Kurs der Währung zu Basiswährung
|
|
7835
7835
|
*/
|
|
7836
|
-
|
|
7836
|
+
exchangeRate: number;
|
|
7837
7837
|
|
|
7838
7838
|
/**
|
|
7839
|
-
*
|
|
7839
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7840
7840
|
*/
|
|
7841
|
-
|
|
7841
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
7842
7842
|
|
|
7843
7843
|
/**
|
|
7844
7844
|
* Die Mahnstufe
|
|
@@ -7931,14 +7931,14 @@ export interface OpenItem {
|
|
|
7931
7931
|
performanceCountryCode: string;
|
|
7932
7932
|
|
|
7933
7933
|
/**
|
|
7934
|
-
*
|
|
7934
|
+
* agreed Deposit payment date
|
|
7935
7935
|
*/
|
|
7936
|
-
|
|
7936
|
+
depositPaymentDate: ScriptingDate;
|
|
7937
7937
|
|
|
7938
7938
|
/**
|
|
7939
|
-
*
|
|
7939
|
+
* Valutadatum schreibgeschützt
|
|
7940
7940
|
*/
|
|
7941
|
-
|
|
7941
|
+
valueDateReadOnly: boolean;
|
|
7942
7942
|
|
|
7943
7943
|
/**
|
|
7944
7944
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8006,14 +8006,14 @@ export interface OpenItem {
|
|
|
8006
8006
|
paymentAmount: number;
|
|
8007
8007
|
|
|
8008
8008
|
/**
|
|
8009
|
-
*
|
|
8009
|
+
* Rechnungskorrektur
|
|
8010
8010
|
*/
|
|
8011
|
-
|
|
8011
|
+
creditNote: ApiObjectReference;
|
|
8012
8012
|
|
|
8013
8013
|
/**
|
|
8014
|
-
*
|
|
8014
|
+
* how should a refund be done?
|
|
8015
8015
|
*/
|
|
8016
|
-
|
|
8016
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8017
8017
|
|
|
8018
8018
|
/**
|
|
8019
8019
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8404,14 +8404,14 @@ export interface OpenItemRecord {
|
|
|
8404
8404
|
totalAmount: number;
|
|
8405
8405
|
|
|
8406
8406
|
/**
|
|
8407
|
-
*
|
|
8407
|
+
* id des records, der diesen storniert hat
|
|
8408
8408
|
*/
|
|
8409
|
-
|
|
8409
|
+
revertedByRecordId: number;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
baseCurrencyCode: string;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
8417
|
* qualifier of open item
|
|
@@ -8789,14 +8789,14 @@ export interface PickTrolley {
|
|
|
8789
8789
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8790
8790
|
|
|
8791
8791
|
/**
|
|
8792
|
-
*
|
|
8792
|
+
* Bearbeiter der Pickliste
|
|
8793
8793
|
*/
|
|
8794
|
-
|
|
8794
|
+
processedByUserRef: ApiObjectReference;
|
|
8795
8795
|
|
|
8796
8796
|
/**
|
|
8797
|
-
*
|
|
8797
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8798
8798
|
*/
|
|
8799
|
-
|
|
8799
|
+
storageBinRef: StorageBinRef;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
8802
|
* Beschreibung des Wagens
|
|
@@ -9069,14 +9069,14 @@ export interface PicklistLine {
|
|
|
9069
9069
|
articleNumber: string;
|
|
9070
9070
|
|
|
9071
9071
|
/**
|
|
9072
|
-
*
|
|
9072
|
+
* Lagernummer
|
|
9073
9073
|
*/
|
|
9074
|
-
|
|
9074
|
+
storageNumber: string;
|
|
9075
9075
|
|
|
9076
9076
|
/**
|
|
9077
|
-
*
|
|
9077
|
+
* Art der Position
|
|
9078
9078
|
*/
|
|
9079
|
-
|
|
9079
|
+
lineType: PicklistLineType;
|
|
9080
9080
|
|
|
9081
9081
|
/**
|
|
9082
9082
|
* ID der Ziel-Dokumentposition
|
|
@@ -9215,14 +9215,14 @@ export interface PicklistLineComponent {
|
|
|
9215
9215
|
targetDocumentLineComponentId: number;
|
|
9216
9216
|
|
|
9217
9217
|
/**
|
|
9218
|
-
*
|
|
9218
|
+
* abweichende Artikelbezeichnung
|
|
9219
9219
|
*/
|
|
9220
|
-
|
|
9220
|
+
articleAlternativeName: string;
|
|
9221
9221
|
|
|
9222
9222
|
/**
|
|
9223
|
-
*
|
|
9223
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9224
9224
|
*/
|
|
9225
|
-
|
|
9225
|
+
quantityPerAssemblyGroup: number;
|
|
9226
9226
|
|
|
9227
9227
|
/**
|
|
9228
9228
|
* Verpackte Menge der Position
|
|
@@ -9391,19 +9391,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9391
9391
|
maxArticleCountPerOrder: number;
|
|
9392
9392
|
|
|
9393
9393
|
/**
|
|
9394
|
-
*
|
|
9394
|
+
* Alternative Selektion in VQL
|
|
9395
9395
|
*/
|
|
9396
|
-
|
|
9396
|
+
alternativeSelectionInVql: string;
|
|
9397
9397
|
|
|
9398
9398
|
/**
|
|
9399
|
-
*
|
|
9399
|
+
* Maximaler Auftragswert
|
|
9400
9400
|
*/
|
|
9401
|
-
|
|
9401
|
+
maxOrderValue: number;
|
|
9402
9402
|
|
|
9403
9403
|
/**
|
|
9404
|
-
*
|
|
9404
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9405
9405
|
*/
|
|
9406
|
-
|
|
9406
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9407
9407
|
|
|
9408
9408
|
/**
|
|
9409
9409
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9411,9 +9411,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9411
9411
|
maxOrderCount: number;
|
|
9412
9412
|
|
|
9413
9413
|
/**
|
|
9414
|
-
*
|
|
9414
|
+
* Nur vollständig lieferbare Positionen
|
|
9415
9415
|
*/
|
|
9416
|
-
|
|
9416
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9417
9417
|
|
|
9418
9418
|
/**
|
|
9419
9419
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9479,19 +9479,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9479
9479
|
printPicklist: boolean;
|
|
9480
9480
|
|
|
9481
9481
|
/**
|
|
9482
|
-
*
|
|
9482
|
+
* Die zu verwendende Pickwagengruppe
|
|
9483
9483
|
*/
|
|
9484
|
-
|
|
9484
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9485
9485
|
|
|
9486
9486
|
/**
|
|
9487
|
-
*
|
|
9487
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9488
9488
|
*/
|
|
9489
|
-
|
|
9489
|
+
maxPicklistLineCount: number;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
9497
|
* Der zu verwendende Pickwagen
|
|
@@ -9499,9 +9499,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9499
9499
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
|
-
*
|
|
9502
|
+
* Lagerplätze vorgeben
|
|
9503
9503
|
*/
|
|
9504
|
-
|
|
9504
|
+
specifyStorageBins: boolean;
|
|
9505
9505
|
|
|
9506
9506
|
/**
|
|
9507
9507
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
@@ -9572,24 +9572,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9572
9572
|
showShippingFormOnPickingFinish: boolean;
|
|
9573
9573
|
|
|
9574
9574
|
/**
|
|
9575
|
-
*
|
|
9575
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9576
9576
|
*/
|
|
9577
|
-
|
|
9577
|
+
useDigitalPicklist: boolean;
|
|
9578
9578
|
|
|
9579
9579
|
/**
|
|
9580
|
-
*
|
|
9580
|
+
* Sammelbestätigung erlauben
|
|
9581
9581
|
*/
|
|
9582
|
-
|
|
9582
|
+
allowFullConfirmation: boolean;
|
|
9583
9583
|
|
|
9584
9584
|
/**
|
|
9585
|
-
*
|
|
9585
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9586
9586
|
*/
|
|
9587
|
-
|
|
9587
|
+
allowPickingOfServiceArticles: boolean;
|
|
9588
9588
|
|
|
9589
9589
|
/**
|
|
9590
|
-
*
|
|
9590
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9591
9591
|
*/
|
|
9592
|
-
|
|
9592
|
+
printLabelOnScan: boolean;
|
|
9593
9593
|
|
|
9594
9594
|
/**
|
|
9595
9595
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9965,14 +9965,14 @@ export interface ProductDiscount {
|
|
|
9965
9965
|
modifierValueType: ValueType;
|
|
9966
9966
|
|
|
9967
9967
|
/**
|
|
9968
|
-
*
|
|
9968
|
+
* Name des Rabatts
|
|
9969
9969
|
*/
|
|
9970
|
-
|
|
9970
|
+
modifierName: string;
|
|
9971
9971
|
|
|
9972
9972
|
/**
|
|
9973
|
-
*
|
|
9973
|
+
* Account, für den der Rabatt gültig ist
|
|
9974
9974
|
*/
|
|
9975
|
-
|
|
9975
|
+
accountRef: ApiObjectReference;
|
|
9976
9976
|
|
|
9977
9977
|
/**
|
|
9978
9978
|
* Unique identifier of the Object
|
|
@@ -10184,14 +10184,14 @@ export interface ProductPrice {
|
|
|
10184
10184
|
qualifier: ProductPriceQualifier;
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
10187
|
-
*
|
|
10187
|
+
* Aktionpreis
|
|
10188
10188
|
*/
|
|
10189
|
-
|
|
10189
|
+
specialOfferPrice: boolean;
|
|
10190
10190
|
|
|
10191
10191
|
/**
|
|
10192
|
-
*
|
|
10192
|
+
* Preisbasis
|
|
10193
10193
|
*/
|
|
10194
|
-
|
|
10194
|
+
priceBase: ArticlePriceBase;
|
|
10195
10195
|
|
|
10196
10196
|
/**
|
|
10197
10197
|
* Gültig bis
|
|
@@ -10314,14 +10314,14 @@ export interface RequestDocument {
|
|
|
10314
10314
|
cashDrawerId: number;
|
|
10315
10315
|
|
|
10316
10316
|
/**
|
|
10317
|
-
*
|
|
10317
|
+
* Leistungsdatum
|
|
10318
10318
|
*/
|
|
10319
|
-
|
|
10319
|
+
performanceDate: ScriptingDate;
|
|
10320
10320
|
|
|
10321
10321
|
/**
|
|
10322
|
-
*
|
|
10322
|
+
* Der Anzahlungsbetrag
|
|
10323
10323
|
*/
|
|
10324
|
-
|
|
10324
|
+
depositPaymentAmount: number;
|
|
10325
10325
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10379,14 +10379,14 @@ export interface RequestDocument {
|
|
|
10379
10379
|
lines: Array<RequestDocumentLine>;
|
|
10380
10380
|
|
|
10381
10381
|
/**
|
|
10382
|
-
*
|
|
10382
|
+
* ID der Kasse (bei POS)
|
|
10383
10383
|
*/
|
|
10384
|
-
|
|
10384
|
+
posRegisterId: number;
|
|
10385
10385
|
|
|
10386
10386
|
/**
|
|
10387
|
-
*
|
|
10387
|
+
* Die Vertragsdetails
|
|
10388
10388
|
*/
|
|
10389
|
-
|
|
10389
|
+
contractDetail: DocumentContractDetail;
|
|
10390
10390
|
|
|
10391
10391
|
/**
|
|
10392
10392
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10627,14 +10627,14 @@ export interface RequestDocumentLine {
|
|
|
10627
10627
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10628
10628
|
|
|
10629
10629
|
/**
|
|
10630
|
-
*
|
|
10630
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10631
10631
|
*/
|
|
10632
|
-
|
|
10632
|
+
doLabelPrint: boolean;
|
|
10633
10633
|
|
|
10634
10634
|
/**
|
|
10635
|
-
*
|
|
10635
|
+
* (optional) Preis des Artikels dieser Position
|
|
10636
10636
|
*/
|
|
10637
|
-
|
|
10637
|
+
productPrice: number;
|
|
10638
10638
|
}
|
|
10639
10639
|
|
|
10640
10640
|
export interface RequestDocumentLineBooking {
|
|
@@ -10763,14 +10763,14 @@ export interface RequestDocumentText {
|
|
|
10763
10763
|
export interface RevenueCalculation {
|
|
10764
10764
|
|
|
10765
10765
|
/**
|
|
10766
|
-
*
|
|
10766
|
+
* Deckungsbeitrag (absolut)
|
|
10767
10767
|
*/
|
|
10768
|
-
|
|
10768
|
+
revenue: number;
|
|
10769
10769
|
|
|
10770
10770
|
/**
|
|
10771
|
-
*
|
|
10771
|
+
* Netto Umsatz
|
|
10772
10772
|
*/
|
|
10773
|
-
|
|
10773
|
+
salesValue: number;
|
|
10774
10774
|
|
|
10775
10775
|
/**
|
|
10776
10776
|
* Einkaufspreis
|
|
@@ -11497,14 +11497,14 @@ export interface ShelfFile {
|
|
|
11497
11497
|
version: number;
|
|
11498
11498
|
|
|
11499
11499
|
/**
|
|
11500
|
-
*
|
|
11500
|
+
* current reference of this file in our storage
|
|
11501
11501
|
*/
|
|
11502
|
-
|
|
11502
|
+
storageHandle: string;
|
|
11503
11503
|
|
|
11504
11504
|
/**
|
|
11505
|
-
*
|
|
11505
|
+
* meta data
|
|
11506
11506
|
*/
|
|
11507
|
-
|
|
11507
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11508
11508
|
|
|
11509
11509
|
/**
|
|
11510
11510
|
* MetaInformations for this Object
|
|
@@ -11988,14 +11988,14 @@ export interface Supplier {
|
|
|
11988
11988
|
info: MetaInfo;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* Lieferantengruppe
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
supplierGroupRef: ApiObjectReference;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
|
-
*
|
|
11996
|
+
* reference to the delivery method
|
|
11997
11997
|
*/
|
|
11998
|
-
|
|
11998
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11999
11999
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* tax able or tax free
|
|
@@ -12132,14 +12132,14 @@ export const enum TagType {
|
|
|
12132
12132
|
export interface TaxIdForeignCountry {
|
|
12133
12133
|
|
|
12134
12134
|
/**
|
|
12135
|
-
*
|
|
12135
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12136
12136
|
*/
|
|
12137
|
-
|
|
12137
|
+
countryCode: string;
|
|
12138
12138
|
|
|
12139
12139
|
/**
|
|
12140
|
-
*
|
|
12140
|
+
* Tax ID of the company in the associated country
|
|
12141
12141
|
*/
|
|
12142
|
-
|
|
12142
|
+
taxId: string;
|
|
12143
12143
|
|
|
12144
12144
|
/**
|
|
12145
12145
|
* Unique identifier of the Object
|
|
@@ -12394,6 +12394,11 @@ export interface User {
|
|
|
12394
12394
|
*/
|
|
12395
12395
|
roles: Array<ApiObjectReference>;
|
|
12396
12396
|
|
|
12397
|
+
/**
|
|
12398
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12399
|
+
*/
|
|
12400
|
+
referencedCustomerUserId: number;
|
|
12401
|
+
|
|
12397
12402
|
/**
|
|
12398
12403
|
* Gruppen
|
|
12399
12404
|
*/
|
|
@@ -12404,11 +12409,6 @@ export interface User {
|
|
|
12404
12409
|
*/
|
|
12405
12410
|
active: boolean;
|
|
12406
12411
|
|
|
12407
|
-
/**
|
|
12408
|
-
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12409
|
-
*/
|
|
12410
|
-
referencedCustomerUserId: number;
|
|
12411
|
-
|
|
12412
12412
|
/**
|
|
12413
12413
|
* App-Identifier
|
|
12414
12414
|
*/
|
|
@@ -12425,14 +12425,14 @@ export interface User {
|
|
|
12425
12425
|
version: number;
|
|
12426
12426
|
|
|
12427
12427
|
/**
|
|
12428
|
-
*
|
|
12428
|
+
* first-name
|
|
12429
12429
|
*/
|
|
12430
|
-
|
|
12430
|
+
firstName: string;
|
|
12431
12431
|
|
|
12432
12432
|
/**
|
|
12433
|
-
*
|
|
12433
|
+
* is the email verified
|
|
12434
12434
|
*/
|
|
12435
|
-
|
|
12435
|
+
emailVerified: boolean;
|
|
12436
12436
|
|
|
12437
12437
|
/**
|
|
12438
12438
|
* email-address
|
|
@@ -12445,14 +12445,14 @@ export interface User {
|
|
|
12445
12445
|
id: number;
|
|
12446
12446
|
|
|
12447
12447
|
/**
|
|
12448
|
-
*
|
|
12448
|
+
* Valid to
|
|
12449
12449
|
*/
|
|
12450
|
-
|
|
12450
|
+
validTo: ScriptingDateTime;
|
|
12451
12451
|
|
|
12452
12452
|
/**
|
|
12453
|
-
*
|
|
12453
|
+
* username
|
|
12454
12454
|
*/
|
|
12455
|
-
|
|
12455
|
+
username: string;
|
|
12456
12456
|
|
|
12457
12457
|
/**
|
|
12458
12458
|
* MetaInformations for this Object
|