@vario-software/types 2026.25.3 → 2026.26.0
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/schema/erp.d.ts +3000 -864
- package/scripting/services.d.ts +25 -25
- package/scripting/types.d.ts +328 -306
package/scripting/types.d.ts
CHANGED
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -446,14 +446,14 @@ export interface AccountAddress {
|
|
|
446
446
|
name1: string;
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* Contacts
|
|
450
450
|
*/
|
|
451
|
-
|
|
451
|
+
contacts: Array<Contact>;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* abweichende Zahlungsbedingungen
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* is this the default address of the account
|
|
@@ -488,26 +488,26 @@ export interface AccountBankdetail {
|
|
|
488
488
|
*/
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
|
-
/**
|
|
492
|
-
* Hauptbankverbindung für
|
|
493
|
-
*/
|
|
494
|
-
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
|
-
|
|
496
491
|
/**
|
|
497
492
|
* city of the bank
|
|
498
493
|
*/
|
|
499
494
|
bankCity: string;
|
|
500
495
|
|
|
501
496
|
/**
|
|
502
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
503
498
|
*/
|
|
504
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
500
|
|
|
506
501
|
/**
|
|
507
502
|
* Is default bank?
|
|
508
503
|
*/
|
|
509
504
|
defaultBank: boolean;
|
|
510
505
|
|
|
506
|
+
/**
|
|
507
|
+
* origin type
|
|
508
|
+
*/
|
|
509
|
+
originType: AccountBankdetail$OriginType;
|
|
510
|
+
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
513
513
|
*/
|
|
@@ -1023,6 +1023,11 @@ export interface Article {
|
|
|
1023
1023
|
*/
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
|
+
/**
|
|
1027
|
+
* Durchschnittl. EKP (Startwert)
|
|
1028
|
+
*/
|
|
1029
|
+
initialAvgPurchasePrice: number;
|
|
1030
|
+
|
|
1026
1031
|
/**
|
|
1027
1032
|
* is this product sellable without any quantity at the stock
|
|
1028
1033
|
*/
|
|
@@ -1033,11 +1038,6 @@ export interface Article {
|
|
|
1033
1038
|
*/
|
|
1034
1039
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1040
|
|
|
1036
|
-
/**
|
|
1037
|
-
* Durchschnittl. EKP (Startwert)
|
|
1038
|
-
*/
|
|
1039
|
-
initialAvgPurchasePrice: number;
|
|
1040
|
-
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
1043
1043
|
*/
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* weight and size w.o. packaging
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
netMetric: Article$Metric;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Soll-Handelsspanne
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
targetTradingMargin: number;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Produktion
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
fabrication: boolean;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1198,20 +1198,15 @@ export interface Article {
|
|
|
1198
1198
|
*/
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
|
-
/**
|
|
1202
|
-
* Country code
|
|
1203
|
-
*/
|
|
1204
|
-
countryOfOriginRef: CountryReference;
|
|
1205
|
-
|
|
1206
1201
|
/**
|
|
1207
1202
|
* Arbeitseinheit in Minuten
|
|
1208
1203
|
*/
|
|
1209
1204
|
workUnitInMinutes: number;
|
|
1210
1205
|
|
|
1211
1206
|
/**
|
|
1212
|
-
*
|
|
1207
|
+
* Country code
|
|
1213
1208
|
*/
|
|
1214
|
-
|
|
1209
|
+
countryOfOriginRef: CountryReference;
|
|
1215
1210
|
|
|
1216
1211
|
/**
|
|
1217
1212
|
* description custom data
|
|
@@ -1219,15 +1214,20 @@ export interface Article {
|
|
|
1219
1214
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* Frei kommissionierbar
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
freelyPickable: boolean;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1223
|
*/
|
|
1229
1224
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
|
+
*/
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* gross sales prices
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
grossSalesPrice: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -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
|
|
@@ -1893,11 +1893,6 @@ export interface ArticleStorage {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
|
-
/**
|
|
1897
|
-
* Aktuelle Menge in Kommissionierung
|
|
1898
|
-
*/
|
|
1899
|
-
quantityInPicking: number;
|
|
1900
|
-
|
|
1901
1896
|
/**
|
|
1902
1897
|
* Meldebestand
|
|
1903
1898
|
*/
|
|
@@ -1908,6 +1903,11 @@ export interface ArticleStorage {
|
|
|
1908
1903
|
*/
|
|
1909
1904
|
orderedQuantity: number;
|
|
1910
1905
|
|
|
1906
|
+
/**
|
|
1907
|
+
* Aktuelle Menge in Kommissionierung
|
|
1908
|
+
*/
|
|
1909
|
+
quantityInPicking: number;
|
|
1910
|
+
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Nachschub auf
|
|
1913
1913
|
*/
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Sollbestand
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
targetStock: number;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Vorgabe-Lagerplätze
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1986,11 +1986,6 @@ export interface ArticleStorage {
|
|
|
1986
1986
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
|
-
/**
|
|
1990
|
-
* Lieferanten-Meldebestand
|
|
1991
|
-
*/
|
|
1992
|
-
supplierReportingStock: number;
|
|
1993
|
-
|
|
1994
1989
|
/**
|
|
1995
1990
|
* Anzeigename des Accounts
|
|
1996
1991
|
*/
|
|
@@ -2002,15 +1997,20 @@ export interface ArticleSupplier {
|
|
|
2002
1997
|
useSupplierArticleDescription: boolean;
|
|
2003
1998
|
|
|
2004
1999
|
/**
|
|
2005
|
-
*
|
|
2000
|
+
* Lieferanten-Meldebestand
|
|
2006
2001
|
*/
|
|
2007
|
-
|
|
2002
|
+
supplierReportingStock: number;
|
|
2008
2003
|
|
|
2009
2004
|
/**
|
|
2010
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
2006
|
*/
|
|
2012
2007
|
useSupplierArticleIdentifier: boolean;
|
|
2013
2008
|
|
|
2009
|
+
/**
|
|
2010
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2011
|
+
*/
|
|
2012
|
+
deliveryTime: number;
|
|
2013
|
+
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2016
2016
|
*/
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Referenced Article name
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
articleName: string;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Verpackungseinheit
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
packagingUnit: number;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2451,14 +2451,14 @@ export interface CrmActivity {
|
|
|
2451
2451
|
userRef: ApiObjectReference;
|
|
2452
2452
|
|
|
2453
2453
|
/**
|
|
2454
|
-
*
|
|
2454
|
+
* tatsächliche Startzeit
|
|
2455
2455
|
*/
|
|
2456
|
-
|
|
2456
|
+
startDateTime: ScriptingDateTime;
|
|
2457
2457
|
|
|
2458
2458
|
/**
|
|
2459
|
-
*
|
|
2459
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2460
2460
|
*/
|
|
2461
|
-
|
|
2461
|
+
system: boolean;
|
|
2462
2462
|
|
|
2463
2463
|
/**
|
|
2464
2464
|
* Inhalt dieser Aktivität
|
|
@@ -2667,6 +2667,11 @@ export interface CrmDeal {
|
|
|
2667
2667
|
*/
|
|
2668
2668
|
salesDocumentRefs: Array<DocumentRef>;
|
|
2669
2669
|
|
|
2670
|
+
/**
|
|
2671
|
+
* Vertrag
|
|
2672
|
+
*/
|
|
2673
|
+
contractRefs: Array<DocumentRef>;
|
|
2674
|
+
|
|
2670
2675
|
/**
|
|
2671
2676
|
* Unique identifier of the Object
|
|
2672
2677
|
*/
|
|
@@ -2702,6 +2707,11 @@ export interface CrmDeal {
|
|
|
2702
2707
|
*/
|
|
2703
2708
|
parentRefs: Array<CrmObjectRef>;
|
|
2704
2709
|
|
|
2710
|
+
/**
|
|
2711
|
+
* Gesundheitsstatus
|
|
2712
|
+
*/
|
|
2713
|
+
healthRef: ApiObjectReference;
|
|
2714
|
+
|
|
2705
2715
|
/**
|
|
2706
2716
|
* Zugewiesen von
|
|
2707
2717
|
*/
|
|
@@ -2964,14 +2974,14 @@ export interface CrmProject {
|
|
|
2964
2974
|
priorityRef: ApiObjectReference;
|
|
2965
2975
|
|
|
2966
2976
|
/**
|
|
2967
|
-
*
|
|
2977
|
+
* Phase
|
|
2968
2978
|
*/
|
|
2969
|
-
|
|
2979
|
+
phaseRef: ApiObjectReference;
|
|
2970
2980
|
|
|
2971
2981
|
/**
|
|
2972
|
-
*
|
|
2982
|
+
* Projektleiter vom Auftragnehmer
|
|
2973
2983
|
*/
|
|
2974
|
-
|
|
2984
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2975
2985
|
|
|
2976
2986
|
/**
|
|
2977
2987
|
* Aufgaben-Nummer
|
|
@@ -3003,6 +3013,11 @@ export interface CrmProject {
|
|
|
3003
3013
|
*/
|
|
3004
3014
|
salesDocumentRefs: Array<DocumentRef>;
|
|
3005
3015
|
|
|
3016
|
+
/**
|
|
3017
|
+
* Vertrag
|
|
3018
|
+
*/
|
|
3019
|
+
contractRefs: Array<DocumentRef>;
|
|
3020
|
+
|
|
3006
3021
|
/**
|
|
3007
3022
|
* Unique identifier of the Object
|
|
3008
3023
|
*/
|
|
@@ -3275,14 +3290,14 @@ export interface CrmSubType {
|
|
|
3275
3290
|
export interface CrmTask {
|
|
3276
3291
|
|
|
3277
3292
|
/**
|
|
3278
|
-
*
|
|
3293
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3279
3294
|
*/
|
|
3280
|
-
|
|
3295
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3281
3296
|
|
|
3282
3297
|
/**
|
|
3283
|
-
*
|
|
3298
|
+
* Angebot
|
|
3284
3299
|
*/
|
|
3285
|
-
|
|
3300
|
+
customerOfferRef: DocumentRef;
|
|
3286
3301
|
|
|
3287
3302
|
/**
|
|
3288
3303
|
* Liste von Erinnerungen
|
|
@@ -3339,6 +3354,11 @@ export interface CrmTask {
|
|
|
3339
3354
|
*/
|
|
3340
3355
|
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3341
3356
|
|
|
3357
|
+
/**
|
|
3358
|
+
* Vertrag
|
|
3359
|
+
*/
|
|
3360
|
+
contractRefs: Array<DocumentRef>;
|
|
3361
|
+
|
|
3342
3362
|
/**
|
|
3343
3363
|
* Unique identifier of the Object
|
|
3344
3364
|
*/
|
|
@@ -3475,14 +3495,14 @@ export interface CrmTask {
|
|
|
3475
3495
|
parentRefs: Array<CrmObjectRef>;
|
|
3476
3496
|
|
|
3477
3497
|
/**
|
|
3478
|
-
*
|
|
3498
|
+
* Beauftragte Zeit in Sekunden
|
|
3479
3499
|
*/
|
|
3480
|
-
|
|
3500
|
+
effortCommissioned: number;
|
|
3481
3501
|
|
|
3482
3502
|
/**
|
|
3483
|
-
*
|
|
3503
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3484
3504
|
*/
|
|
3485
|
-
|
|
3505
|
+
externalRecordedTimes: number;
|
|
3486
3506
|
|
|
3487
3507
|
/**
|
|
3488
3508
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3654,14 +3674,14 @@ export interface CurrencyReference {
|
|
|
3654
3674
|
export interface Customer {
|
|
3655
3675
|
|
|
3656
3676
|
/**
|
|
3657
|
-
*
|
|
3677
|
+
* Option für die Stapelverarbeitung
|
|
3658
3678
|
*/
|
|
3659
|
-
|
|
3679
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3660
3680
|
|
|
3661
3681
|
/**
|
|
3662
|
-
*
|
|
3682
|
+
* reference to customer group
|
|
3663
3683
|
*/
|
|
3664
|
-
|
|
3684
|
+
customerGroupRef: ApiObjectReference;
|
|
3665
3685
|
|
|
3666
3686
|
/**
|
|
3667
3687
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3679,14 +3699,14 @@ export interface Customer {
|
|
|
3679
3699
|
dueDate: ScriptingDate;
|
|
3680
3700
|
|
|
3681
3701
|
/**
|
|
3682
|
-
*
|
|
3702
|
+
* Maximal mögliche Lieferungen
|
|
3683
3703
|
*/
|
|
3684
|
-
|
|
3704
|
+
maxDeliveries: number;
|
|
3685
3705
|
|
|
3686
3706
|
/**
|
|
3687
|
-
*
|
|
3707
|
+
* collective billable
|
|
3688
3708
|
*/
|
|
3689
|
-
|
|
3709
|
+
collectiveBillable: boolean;
|
|
3690
3710
|
|
|
3691
3711
|
/**
|
|
3692
3712
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3739,14 +3759,14 @@ export interface Customer {
|
|
|
3739
3759
|
info: MetaInfo;
|
|
3740
3760
|
|
|
3741
3761
|
/**
|
|
3742
|
-
*
|
|
3762
|
+
* tax able or tax free
|
|
3743
3763
|
*/
|
|
3744
|
-
|
|
3764
|
+
taxable: boolean;
|
|
3745
3765
|
|
|
3746
3766
|
/**
|
|
3747
|
-
*
|
|
3767
|
+
* reference to the delivery method
|
|
3748
3768
|
*/
|
|
3749
|
-
|
|
3769
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3750
3770
|
|
|
3751
3771
|
/**
|
|
3752
3772
|
* active true/false
|
|
@@ -3898,14 +3918,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3898
3918
|
export interface DeliveryMethod {
|
|
3899
3919
|
|
|
3900
3920
|
/**
|
|
3901
|
-
*
|
|
3921
|
+
* E-Mail an Versender übergeben
|
|
3902
3922
|
*/
|
|
3903
|
-
|
|
3923
|
+
forwardEmailToShipper: boolean;
|
|
3904
3924
|
|
|
3905
3925
|
/**
|
|
3906
|
-
*
|
|
3926
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3907
3927
|
*/
|
|
3908
|
-
|
|
3928
|
+
splitIntoNewDocument: boolean;
|
|
3909
3929
|
|
|
3910
3930
|
/**
|
|
3911
3931
|
* Min. Gewicht pro Paket
|
|
@@ -4036,14 +4056,14 @@ export interface DeliveryTerm {
|
|
|
4036
4056
|
label: string;
|
|
4037
4057
|
|
|
4038
4058
|
/**
|
|
4039
|
-
*
|
|
4059
|
+
* Sprache des Accounts
|
|
4040
4060
|
*/
|
|
4041
|
-
|
|
4061
|
+
languageCode: string;
|
|
4042
4062
|
|
|
4043
4063
|
/**
|
|
4044
|
-
*
|
|
4064
|
+
* information, when the shipping charges should be calculated
|
|
4045
4065
|
*/
|
|
4046
|
-
|
|
4066
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
4047
4067
|
|
|
4048
4068
|
/**
|
|
4049
4069
|
* calculate shipping charges per parcel
|
|
@@ -4277,14 +4297,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4277
4297
|
documentDate: ScriptingDate;
|
|
4278
4298
|
|
|
4279
4299
|
/**
|
|
4280
|
-
*
|
|
4300
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4281
4301
|
*/
|
|
4282
|
-
|
|
4302
|
+
taxLiabilityReversed: boolean;
|
|
4283
4303
|
|
|
4284
4304
|
/**
|
|
4285
|
-
*
|
|
4305
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4286
4306
|
*/
|
|
4287
|
-
|
|
4307
|
+
roundingAmount: number;
|
|
4288
4308
|
|
|
4289
4309
|
/**
|
|
4290
4310
|
* Versanddatum
|
|
@@ -4311,6 +4331,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4311
4331
|
*/
|
|
4312
4332
|
posPayments: Array<DocumentPosPayment>;
|
|
4313
4333
|
|
|
4334
|
+
/**
|
|
4335
|
+
* Ist die Quittung bezahlt
|
|
4336
|
+
true wenn die Quittung bezahlt ist
|
|
4337
|
+
|
|
4338
|
+
*/
|
|
4339
|
+
posReceiptPayed: boolean;
|
|
4340
|
+
|
|
4314
4341
|
/**
|
|
4315
4342
|
* Kundennummer beim Lieferanten
|
|
4316
4343
|
*/
|
|
@@ -4321,13 +4348,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4321
4348
|
*/
|
|
4322
4349
|
maxDeliveries: number;
|
|
4323
4350
|
|
|
4324
|
-
/**
|
|
4325
|
-
* Ist die Quittung bezahlt
|
|
4326
|
-
true wenn die Quittung bezahlt ist
|
|
4327
|
-
|
|
4328
|
-
*/
|
|
4329
|
-
posReceiptPayed: boolean;
|
|
4330
|
-
|
|
4331
4351
|
/**
|
|
4332
4352
|
* Quittung: Summe Zahlbetrag
|
|
4333
4353
|
*/
|
|
@@ -4414,14 +4434,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4414
4434
|
defaultAddress: DocumentAddress;
|
|
4415
4435
|
|
|
4416
4436
|
/**
|
|
4417
|
-
*
|
|
4437
|
+
* Verarbeitungsoption für Stapel
|
|
4418
4438
|
*/
|
|
4419
|
-
|
|
4439
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4420
4440
|
|
|
4421
4441
|
/**
|
|
4422
|
-
*
|
|
4442
|
+
* Leistungsdatum
|
|
4423
4443
|
*/
|
|
4424
|
-
|
|
4444
|
+
performanceDate: ScriptingDate;
|
|
4425
4445
|
|
|
4426
4446
|
/**
|
|
4427
4447
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4613,11 +4633,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4613
4633
|
*/
|
|
4614
4634
|
posReceiptChangeAmount: number;
|
|
4615
4635
|
|
|
4616
|
-
/**
|
|
4617
|
-
* Referenz auf Lieferbedingung
|
|
4618
|
-
*/
|
|
4619
|
-
deliveryTermRef: ApiObjectReference;
|
|
4620
|
-
|
|
4621
4636
|
/**
|
|
4622
4637
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4623
4638
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4625,6 +4640,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4625
4640
|
*/
|
|
4626
4641
|
posReceiptBalanced: boolean;
|
|
4627
4642
|
|
|
4643
|
+
/**
|
|
4644
|
+
* Referenz auf Lieferbedingung
|
|
4645
|
+
*/
|
|
4646
|
+
deliveryTermRef: ApiObjectReference;
|
|
4647
|
+
|
|
4628
4648
|
/**
|
|
4629
4649
|
* Gesamtbruttogewicht
|
|
4630
4650
|
*/
|
|
@@ -4645,25 +4665,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4645
4665
|
*/
|
|
4646
4666
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4647
4667
|
|
|
4648
|
-
/**
|
|
4649
|
-
* Rechnungsadresse
|
|
4650
|
-
*/
|
|
4651
|
-
billingAddress: DocumentAddress;
|
|
4652
|
-
|
|
4653
4668
|
/**
|
|
4654
4669
|
* Status der USt-ID-Prüfung
|
|
4655
4670
|
*/
|
|
4656
4671
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4657
4672
|
|
|
4658
4673
|
/**
|
|
4659
|
-
*
|
|
4674
|
+
* Rechnungsadresse
|
|
4660
4675
|
*/
|
|
4661
|
-
|
|
4676
|
+
billingAddress: DocumentAddress;
|
|
4662
4677
|
|
|
4663
4678
|
/**
|
|
4664
4679
|
* Bestellt durch Ansprechpartner
|
|
4665
4680
|
*/
|
|
4666
4681
|
orderedByPersonRef: ApiObjectReference;
|
|
4682
|
+
|
|
4683
|
+
/**
|
|
4684
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4685
|
+
*/
|
|
4686
|
+
reportGroupRef: ApiObjectReference;
|
|
4667
4687
|
}
|
|
4668
4688
|
|
|
4669
4689
|
export interface DocumentAdditionalInfo {
|
|
@@ -4694,14 +4714,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4694
4714
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4695
4715
|
|
|
4696
4716
|
/**
|
|
4697
|
-
*
|
|
4717
|
+
* Herkunft des Berechnungsmodus
|
|
4698
4718
|
*/
|
|
4699
|
-
|
|
4719
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4700
4720
|
|
|
4701
4721
|
/**
|
|
4702
|
-
*
|
|
4722
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4703
4723
|
*/
|
|
4704
|
-
|
|
4724
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4705
4725
|
|
|
4706
4726
|
/**
|
|
4707
4727
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4819,14 +4839,14 @@ export interface DocumentAddress {
|
|
|
4819
4839
|
postOfficeBox: string;
|
|
4820
4840
|
|
|
4821
4841
|
/**
|
|
4822
|
-
*
|
|
4842
|
+
* country code IsoAlpha3
|
|
4823
4843
|
*/
|
|
4824
|
-
|
|
4844
|
+
countryCode: string;
|
|
4825
4845
|
|
|
4826
4846
|
/**
|
|
4827
|
-
*
|
|
4847
|
+
* Street
|
|
4828
4848
|
*/
|
|
4829
|
-
|
|
4849
|
+
street: string;
|
|
4830
4850
|
|
|
4831
4851
|
/**
|
|
4832
4852
|
* Unique identifier of the Object
|
|
@@ -4844,14 +4864,14 @@ export interface DocumentAddress {
|
|
|
4844
4864
|
info: MetaInfo;
|
|
4845
4865
|
|
|
4846
4866
|
/**
|
|
4847
|
-
*
|
|
4867
|
+
* Lieferart
|
|
4848
4868
|
*/
|
|
4849
|
-
|
|
4869
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4850
4870
|
|
|
4851
4871
|
/**
|
|
4852
|
-
*
|
|
4872
|
+
* GLN
|
|
4853
4873
|
*/
|
|
4854
|
-
|
|
4874
|
+
globalLocationNumber: string;
|
|
4855
4875
|
|
|
4856
4876
|
/**
|
|
4857
4877
|
* Postcode
|
|
@@ -5274,14 +5294,14 @@ export interface DocumentLine {
|
|
|
5274
5294
|
number: string;
|
|
5275
5295
|
|
|
5276
5296
|
/**
|
|
5277
|
-
*
|
|
5297
|
+
* Referenz zur Kundenauftragszeile
|
|
5278
5298
|
*/
|
|
5279
|
-
|
|
5299
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5280
5300
|
|
|
5281
5301
|
/**
|
|
5282
|
-
*
|
|
5302
|
+
* Gesamtbruttogewicht
|
|
5283
5303
|
*/
|
|
5284
|
-
|
|
5304
|
+
totalGrossWeight: number;
|
|
5285
5305
|
|
|
5286
5306
|
/**
|
|
5287
5307
|
* skontierbare Position?
|
|
@@ -5289,14 +5309,14 @@ export interface DocumentLine {
|
|
|
5289
5309
|
cashDiscountable: boolean;
|
|
5290
5310
|
|
|
5291
5311
|
/**
|
|
5292
|
-
*
|
|
5312
|
+
* Provisionen
|
|
5293
5313
|
*/
|
|
5294
|
-
|
|
5314
|
+
commissions: Array<DocumentLineCommission>;
|
|
5295
5315
|
|
|
5296
5316
|
/**
|
|
5297
|
-
*
|
|
5317
|
+
* Preis pro Menge [Brutto, Netto]
|
|
5298
5318
|
*/
|
|
5299
|
-
|
|
5319
|
+
price: number;
|
|
5300
5320
|
|
|
5301
5321
|
/**
|
|
5302
5322
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -5304,14 +5324,14 @@ export interface DocumentLine {
|
|
|
5304
5324
|
baseTotalLinePrice: number;
|
|
5305
5325
|
|
|
5306
5326
|
/**
|
|
5307
|
-
*
|
|
5327
|
+
* FiBu-Buchung
|
|
5308
5328
|
*/
|
|
5309
|
-
|
|
5329
|
+
financeBooking: DocumentFinanceBooking;
|
|
5310
5330
|
|
|
5311
5331
|
/**
|
|
5312
|
-
*
|
|
5332
|
+
* Positionstyp
|
|
5313
5333
|
*/
|
|
5314
|
-
|
|
5334
|
+
lineType: DocumentLineType;
|
|
5315
5335
|
|
|
5316
5336
|
/**
|
|
5317
5337
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5343,6 +5363,11 @@ export interface DocumentLine {
|
|
|
5343
5363
|
*/
|
|
5344
5364
|
id: number;
|
|
5345
5365
|
|
|
5366
|
+
/**
|
|
5367
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5368
|
+
*/
|
|
5369
|
+
positionOfArticleLine: number;
|
|
5370
|
+
|
|
5346
5371
|
/**
|
|
5347
5372
|
* Externe Referenz zum VDS-Paket
|
|
5348
5373
|
*/
|
|
@@ -5358,11 +5383,6 @@ export interface DocumentLine {
|
|
|
5358
5383
|
*/
|
|
5359
5384
|
basePrice: number;
|
|
5360
5385
|
|
|
5361
|
-
/**
|
|
5362
|
-
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5363
|
-
*/
|
|
5364
|
-
positionOfArticleLine: number;
|
|
5365
|
-
|
|
5366
5386
|
/**
|
|
5367
5387
|
* MetaInformations for this Object
|
|
5368
5388
|
*/
|
|
@@ -5563,6 +5583,11 @@ export interface DocumentLine {
|
|
|
5563
5583
|
*/
|
|
5564
5584
|
productType: ProductType;
|
|
5565
5585
|
|
|
5586
|
+
/**
|
|
5587
|
+
* Vertragsinformationen
|
|
5588
|
+
*/
|
|
5589
|
+
contractDetail: DocumentContractDetail;
|
|
5590
|
+
|
|
5566
5591
|
/**
|
|
5567
5592
|
* Nettoverkaufswert der Position in Basiswährung
|
|
5568
5593
|
*/
|
|
@@ -5573,11 +5598,6 @@ export interface DocumentLine {
|
|
|
5573
5598
|
*/
|
|
5574
5599
|
netWeightUnit: UnitTypeReference;
|
|
5575
5600
|
|
|
5576
|
-
/**
|
|
5577
|
-
* Vertragsinformationen
|
|
5578
|
-
*/
|
|
5579
|
-
contractDetail: DocumentContractDetail;
|
|
5580
|
-
|
|
5581
5601
|
/**
|
|
5582
5602
|
* Menge
|
|
5583
5603
|
*/
|
|
@@ -5808,14 +5828,14 @@ export interface DocumentLineComponent {
|
|
|
5808
5828
|
custom: EavDocumentlinecomponent;
|
|
5809
5829
|
|
|
5810
5830
|
/**
|
|
5811
|
-
*
|
|
5831
|
+
* Referenz auf den Artikel der Komponente
|
|
5812
5832
|
*/
|
|
5813
|
-
|
|
5833
|
+
articleId: number;
|
|
5814
5834
|
|
|
5815
5835
|
/**
|
|
5816
|
-
*
|
|
5836
|
+
* Gelieferte Menge
|
|
5817
5837
|
*/
|
|
5818
|
-
|
|
5838
|
+
quantityCommitted: number;
|
|
5819
5839
|
|
|
5820
5840
|
/**
|
|
5821
5841
|
* Beschreibung des Artikels
|
|
@@ -6015,14 +6035,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6015
6035
|
quantityFinished: number;
|
|
6016
6036
|
|
|
6017
6037
|
/**
|
|
6018
|
-
*
|
|
6038
|
+
* Produzierte Seriennummern
|
|
6019
6039
|
*/
|
|
6020
|
-
|
|
6040
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6021
6041
|
|
|
6022
6042
|
/**
|
|
6023
|
-
*
|
|
6043
|
+
* Menge defekt
|
|
6024
6044
|
*/
|
|
6025
|
-
|
|
6045
|
+
quantityDefective: number;
|
|
6026
6046
|
|
|
6027
6047
|
/**
|
|
6028
6048
|
* Freifeld
|
|
@@ -6199,14 +6219,14 @@ export interface DocumentLineRef {
|
|
|
6199
6219
|
quantity: number;
|
|
6200
6220
|
|
|
6201
6221
|
/**
|
|
6202
|
-
*
|
|
6222
|
+
* Belegart
|
|
6203
6223
|
*/
|
|
6204
|
-
|
|
6224
|
+
documentType: string;
|
|
6205
6225
|
|
|
6206
6226
|
/**
|
|
6207
|
-
*
|
|
6227
|
+
* Artikelnummer
|
|
6208
6228
|
*/
|
|
6209
|
-
|
|
6229
|
+
articleNumber: string;
|
|
6210
6230
|
|
|
6211
6231
|
/**
|
|
6212
6232
|
* price per quantity [GROSS, NET]
|
|
@@ -6542,14 +6562,14 @@ export const enum DocumentRounding {
|
|
|
6542
6562
|
export interface DocumentShippingCost {
|
|
6543
6563
|
|
|
6544
6564
|
/**
|
|
6545
|
-
*
|
|
6565
|
+
* Die Versandkosten
|
|
6546
6566
|
*/
|
|
6547
|
-
|
|
6567
|
+
costs: number;
|
|
6548
6568
|
|
|
6549
6569
|
/**
|
|
6550
|
-
*
|
|
6570
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6551
6571
|
*/
|
|
6552
|
-
|
|
6572
|
+
manualCosts: boolean;
|
|
6553
6573
|
|
|
6554
6574
|
/**
|
|
6555
6575
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6677,14 +6697,14 @@ export interface DocumentText {
|
|
|
6677
6697
|
transferableIntoSubsequentDocuments: boolean;
|
|
6678
6698
|
|
|
6679
6699
|
/**
|
|
6680
|
-
*
|
|
6700
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6681
6701
|
*/
|
|
6682
|
-
|
|
6702
|
+
deleted: boolean;
|
|
6683
6703
|
|
|
6684
6704
|
/**
|
|
6685
|
-
*
|
|
6705
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6686
6706
|
*/
|
|
6687
|
-
|
|
6707
|
+
textPosition: TextPosition;
|
|
6688
6708
|
|
|
6689
6709
|
/**
|
|
6690
6710
|
* textBaustein Vorlage
|
|
@@ -6794,14 +6814,14 @@ export interface DocumentType {
|
|
|
6794
6814
|
labels: Array<DocumentTypeLabel>;
|
|
6795
6815
|
|
|
6796
6816
|
/**
|
|
6797
|
-
*
|
|
6817
|
+
* Zählerkreis
|
|
6798
6818
|
*/
|
|
6799
|
-
|
|
6819
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6800
6820
|
|
|
6801
6821
|
/**
|
|
6802
|
-
*
|
|
6822
|
+
* nächste Belegnummer
|
|
6803
6823
|
*/
|
|
6804
|
-
|
|
6824
|
+
nextNumber: string;
|
|
6805
6825
|
|
|
6806
6826
|
/**
|
|
6807
6827
|
* Sortierung
|
|
@@ -7012,14 +7032,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7012
7032
|
targetSerialNumber: string;
|
|
7013
7033
|
|
|
7014
7034
|
/**
|
|
7015
|
-
*
|
|
7035
|
+
* Menge
|
|
7016
7036
|
*/
|
|
7017
|
-
|
|
7037
|
+
quantity: number;
|
|
7018
7038
|
|
|
7019
7039
|
/**
|
|
7020
|
-
*
|
|
7040
|
+
* Quell-Lagerplatz
|
|
7021
7041
|
*/
|
|
7022
|
-
|
|
7042
|
+
sourceStorageBinId: number;
|
|
7023
7043
|
|
|
7024
7044
|
/**
|
|
7025
7045
|
* Quell-Lager
|
|
@@ -7142,6 +7162,8 @@ export const enum EDocumentTransition {
|
|
|
7142
7162
|
ORDER_IN_PICKING = 'ORDER_IN_PICKING',
|
|
7143
7163
|
/**Auftrags aus Kommissionierung stornieren **/
|
|
7144
7164
|
ORDER_RESET_FROM_PICKING = 'ORDER_RESET_FROM_PICKING',
|
|
7165
|
+
/**Auftrag abschließen **/
|
|
7166
|
+
ORDER_CLOSE_REMAINING = 'ORDER_CLOSE_REMAINING',
|
|
7145
7167
|
/**Beleg auflösen **/
|
|
7146
7168
|
DISSOLVE = 'DISSOLVE',
|
|
7147
7169
|
/**Quittung abbrechen **/
|
|
@@ -7346,14 +7368,14 @@ export interface FabricationRevertRequest {
|
|
|
7346
7368
|
quantity: number;
|
|
7347
7369
|
|
|
7348
7370
|
/**
|
|
7349
|
-
*
|
|
7371
|
+
* ID der zu stornierenden Position
|
|
7350
7372
|
*/
|
|
7351
|
-
|
|
7373
|
+
documentLineId: number;
|
|
7352
7374
|
|
|
7353
7375
|
/**
|
|
7354
|
-
*
|
|
7376
|
+
* Material automatisch stornieren
|
|
7355
7377
|
*/
|
|
7356
|
-
|
|
7378
|
+
autoRevertComponents: boolean;
|
|
7357
7379
|
|
|
7358
7380
|
/**
|
|
7359
7381
|
* Zu stornierende Seriennummern
|
|
@@ -7784,14 +7806,14 @@ export interface OpenItem {
|
|
|
7784
7806
|
sumFee: number;
|
|
7785
7807
|
|
|
7786
7808
|
/**
|
|
7787
|
-
*
|
|
7809
|
+
* Zahlungsplan
|
|
7788
7810
|
*/
|
|
7789
|
-
|
|
7811
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7790
7812
|
|
|
7791
7813
|
/**
|
|
7792
|
-
*
|
|
7814
|
+
* The full amount of the payment
|
|
7793
7815
|
*/
|
|
7794
|
-
|
|
7816
|
+
fullPaymentAmount: number;
|
|
7795
7817
|
|
|
7796
7818
|
/**
|
|
7797
7819
|
* Zahlungssperre
|
|
@@ -7824,14 +7846,14 @@ export interface OpenItem {
|
|
|
7824
7846
|
baseSumDiscount: number;
|
|
7825
7847
|
|
|
7826
7848
|
/**
|
|
7827
|
-
*
|
|
7849
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
7828
7850
|
*/
|
|
7829
|
-
|
|
7851
|
+
baseSumDunnings: number;
|
|
7830
7852
|
|
|
7831
7853
|
/**
|
|
7832
|
-
*
|
|
7854
|
+
* Zahlungsvorlage
|
|
7833
7855
|
*/
|
|
7834
|
-
|
|
7856
|
+
paymentTemplateRef: ApiObjectReference;
|
|
7835
7857
|
|
|
7836
7858
|
/**
|
|
7837
7859
|
* Rechnungsbetrag
|
|
@@ -7844,14 +7866,14 @@ export interface OpenItem {
|
|
|
7844
7866
|
taxRateRef: ApiObjectReference;
|
|
7845
7867
|
|
|
7846
7868
|
/**
|
|
7847
|
-
*
|
|
7869
|
+
* Anzahlungsrechnung
|
|
7848
7870
|
*/
|
|
7849
|
-
|
|
7871
|
+
depositInvoice: ApiObjectReference;
|
|
7850
7872
|
|
|
7851
7873
|
/**
|
|
7852
|
-
*
|
|
7874
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
7853
7875
|
*/
|
|
7854
|
-
|
|
7876
|
+
baseCurrencyCode: string;
|
|
7855
7877
|
|
|
7856
7878
|
/**
|
|
7857
7879
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8152,14 +8174,14 @@ export interface OpenItemRecord {
|
|
|
8152
8174
|
totalAmount: number;
|
|
8153
8175
|
|
|
8154
8176
|
/**
|
|
8155
|
-
*
|
|
8177
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8156
8178
|
*/
|
|
8157
|
-
|
|
8179
|
+
baseCurrencyCode: string;
|
|
8158
8180
|
|
|
8159
8181
|
/**
|
|
8160
|
-
*
|
|
8182
|
+
* id des records, der diesen storniert hat
|
|
8161
8183
|
*/
|
|
8162
|
-
|
|
8184
|
+
revertedByRecordId: number;
|
|
8163
8185
|
|
|
8164
8186
|
/**
|
|
8165
8187
|
* qualifier of open item
|
|
@@ -8308,14 +8330,14 @@ export interface PaymentMethod {
|
|
|
8308
8330
|
daysToAddForFollowup: number;
|
|
8309
8331
|
|
|
8310
8332
|
/**
|
|
8311
|
-
*
|
|
8333
|
+
* external Payment Id
|
|
8312
8334
|
*/
|
|
8313
|
-
|
|
8335
|
+
externalPaymentId: string;
|
|
8314
8336
|
|
|
8315
8337
|
/**
|
|
8316
|
-
*
|
|
8338
|
+
* Die Business Transaction
|
|
8317
8339
|
*/
|
|
8318
|
-
|
|
8340
|
+
businessTransaction: ApiObjectReference;
|
|
8319
8341
|
|
|
8320
8342
|
/**
|
|
8321
8343
|
* Unique identifier of the Object
|
|
@@ -8398,26 +8420,26 @@ export interface PaymentTerm {
|
|
|
8398
8420
|
*/
|
|
8399
8421
|
paymentDiscount2: number;
|
|
8400
8422
|
|
|
8401
|
-
/**
|
|
8402
|
-
* printDescription
|
|
8403
|
-
*/
|
|
8404
|
-
printDescription: string;
|
|
8405
|
-
|
|
8406
8423
|
/**
|
|
8407
8424
|
* Percent for Discount 1
|
|
8408
8425
|
*/
|
|
8409
8426
|
paymentDiscount1: number;
|
|
8410
8427
|
|
|
8411
8428
|
/**
|
|
8412
|
-
*
|
|
8429
|
+
* printDescription
|
|
8413
8430
|
*/
|
|
8414
|
-
|
|
8431
|
+
printDescription: string;
|
|
8415
8432
|
|
|
8416
8433
|
/**
|
|
8417
8434
|
* Days for Discount 1
|
|
8418
8435
|
*/
|
|
8419
8436
|
paymentDays1: number;
|
|
8420
8437
|
|
|
8438
|
+
/**
|
|
8439
|
+
* for deposit: remaining term
|
|
8440
|
+
*/
|
|
8441
|
+
remainingTermRef: ApiObjectReference;
|
|
8442
|
+
|
|
8421
8443
|
/**
|
|
8422
8444
|
* Days for Discount 2
|
|
8423
8445
|
*/
|
|
@@ -8699,14 +8721,14 @@ export const enum PickingType {
|
|
|
8699
8721
|
export interface Picklist {
|
|
8700
8722
|
|
|
8701
8723
|
/**
|
|
8702
|
-
*
|
|
8724
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
8703
8725
|
*/
|
|
8704
|
-
|
|
8726
|
+
usedTemplate: PicklistTemplate;
|
|
8705
8727
|
|
|
8706
8728
|
/**
|
|
8707
|
-
*
|
|
8729
|
+
* Ziellager für Nachschub
|
|
8708
8730
|
*/
|
|
8709
|
-
|
|
8731
|
+
targetStorageRef: ApiObjectReference;
|
|
8710
8732
|
|
|
8711
8733
|
/**
|
|
8712
8734
|
* Nummer der Pickliste
|
|
@@ -9148,6 +9170,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9148
9170
|
*/
|
|
9149
9171
|
maxOrderValue: number;
|
|
9150
9172
|
|
|
9173
|
+
/**
|
|
9174
|
+
* Nur vollständig lieferbare Positionen
|
|
9175
|
+
*/
|
|
9176
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9177
|
+
|
|
9151
9178
|
/**
|
|
9152
9179
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9153
9180
|
*/
|
|
@@ -9158,11 +9185,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9158
9185
|
*/
|
|
9159
9186
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9160
9187
|
|
|
9161
|
-
/**
|
|
9162
|
-
* Nur vollständig lieferbare Positionen
|
|
9163
|
-
*/
|
|
9164
|
-
onlyFullDeliverableOrderLines: boolean;
|
|
9165
|
-
|
|
9166
9188
|
/**
|
|
9167
9189
|
* Selektion über den Bereich vom Belegdatum
|
|
9168
9190
|
*/
|
|
@@ -9320,24 +9342,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9320
9342
|
showShippingFormOnPickingFinish: boolean;
|
|
9321
9343
|
|
|
9322
9344
|
/**
|
|
9323
|
-
*
|
|
9345
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9324
9346
|
*/
|
|
9325
|
-
|
|
9347
|
+
printLabelOnScan: boolean;
|
|
9326
9348
|
|
|
9327
9349
|
/**
|
|
9328
|
-
*
|
|
9350
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9329
9351
|
*/
|
|
9330
|
-
|
|
9352
|
+
allowPickingOfServiceArticles: boolean;
|
|
9331
9353
|
|
|
9332
9354
|
/**
|
|
9333
|
-
*
|
|
9355
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9334
9356
|
*/
|
|
9335
|
-
|
|
9357
|
+
useDigitalPicklist: boolean;
|
|
9336
9358
|
|
|
9337
9359
|
/**
|
|
9338
|
-
*
|
|
9360
|
+
* Sammelbestätigung erlauben
|
|
9339
9361
|
*/
|
|
9340
|
-
|
|
9362
|
+
allowFullConfirmation: boolean;
|
|
9341
9363
|
|
|
9342
9364
|
/**
|
|
9343
9365
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9448,14 +9470,14 @@ export interface PriceSelectionCriteria {
|
|
|
9448
9470
|
quantity: number;
|
|
9449
9471
|
|
|
9450
9472
|
/**
|
|
9451
|
-
* Liste von
|
|
9473
|
+
* Liste von Artikel-IDs
|
|
9452
9474
|
*/
|
|
9453
|
-
|
|
9475
|
+
articleIds: Array<number>;
|
|
9454
9476
|
|
|
9455
9477
|
/**
|
|
9456
|
-
* Liste von
|
|
9478
|
+
* Liste von Account-IDs
|
|
9457
9479
|
*/
|
|
9458
|
-
|
|
9480
|
+
accountIds: Array<number>;
|
|
9459
9481
|
|
|
9460
9482
|
/**
|
|
9461
9483
|
* ein qualifier
|
|
@@ -9707,14 +9729,14 @@ export interface ProductDiscount {
|
|
|
9707
9729
|
modifierValueType: ValueType;
|
|
9708
9730
|
|
|
9709
9731
|
/**
|
|
9710
|
-
*
|
|
9732
|
+
* Name des Rabatts
|
|
9711
9733
|
*/
|
|
9712
|
-
|
|
9734
|
+
modifierName: string;
|
|
9713
9735
|
|
|
9714
9736
|
/**
|
|
9715
|
-
*
|
|
9737
|
+
* Account, für den der Rabatt gültig ist
|
|
9716
9738
|
*/
|
|
9717
|
-
|
|
9739
|
+
accountRef: ApiObjectReference;
|
|
9718
9740
|
|
|
9719
9741
|
/**
|
|
9720
9742
|
* Unique identifier of the Object
|
|
@@ -10051,9 +10073,9 @@ export interface RequestDocument {
|
|
|
10051
10073
|
documentDate: ScriptingDate;
|
|
10052
10074
|
|
|
10053
10075
|
/**
|
|
10054
|
-
*
|
|
10076
|
+
* ID der Kassenschublade (bei POS)
|
|
10055
10077
|
*/
|
|
10056
|
-
|
|
10078
|
+
cashDrawerId: number;
|
|
10057
10079
|
|
|
10058
10080
|
/**
|
|
10059
10081
|
* Der Anzahlungsbetrag
|
|
@@ -10061,9 +10083,9 @@ export interface RequestDocument {
|
|
|
10061
10083
|
depositPaymentAmount: number;
|
|
10062
10084
|
|
|
10063
10085
|
/**
|
|
10064
|
-
*
|
|
10086
|
+
* Leistungsdatum
|
|
10065
10087
|
*/
|
|
10066
|
-
|
|
10088
|
+
performanceDate: ScriptingDate;
|
|
10067
10089
|
|
|
10068
10090
|
/**
|
|
10069
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10121,14 +10143,14 @@ export interface RequestDocument {
|
|
|
10121
10143
|
lines: Array<RequestDocumentLine>;
|
|
10122
10144
|
|
|
10123
10145
|
/**
|
|
10124
|
-
*
|
|
10146
|
+
* Die Vertragsdetails
|
|
10125
10147
|
*/
|
|
10126
|
-
|
|
10148
|
+
contractDetail: DocumentContractDetail;
|
|
10127
10149
|
|
|
10128
10150
|
/**
|
|
10129
|
-
*
|
|
10151
|
+
* ID der Kasse (bei POS)
|
|
10130
10152
|
*/
|
|
10131
|
-
|
|
10153
|
+
posRegisterId: number;
|
|
10132
10154
|
|
|
10133
10155
|
/**
|
|
10134
10156
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10186,14 +10208,14 @@ export interface RequestDocument {
|
|
|
10186
10208
|
texts: Array<DocumentText>;
|
|
10187
10209
|
|
|
10188
10210
|
/**
|
|
10189
|
-
*
|
|
10211
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10190
10212
|
*/
|
|
10191
|
-
|
|
10213
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10192
10214
|
|
|
10193
10215
|
/**
|
|
10194
|
-
*
|
|
10216
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10195
10217
|
*/
|
|
10196
|
-
|
|
10218
|
+
processedByPicklistProcessing: boolean;
|
|
10197
10219
|
|
|
10198
10220
|
/**
|
|
10199
10221
|
* Die Rabatte des Beleges
|
|
@@ -10249,14 +10271,14 @@ export interface RequestDocumentLine {
|
|
|
10249
10271
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10250
10272
|
|
|
10251
10273
|
/**
|
|
10252
|
-
*
|
|
10274
|
+
* FiBu-Angaben
|
|
10253
10275
|
*/
|
|
10254
|
-
|
|
10276
|
+
financeBooking: DocumentFinanceBooking;
|
|
10255
10277
|
|
|
10256
10278
|
/**
|
|
10257
|
-
*
|
|
10279
|
+
* Typ dieser Position
|
|
10258
10280
|
*/
|
|
10259
|
-
|
|
10281
|
+
lineType: DocumentLineType;
|
|
10260
10282
|
|
|
10261
10283
|
/**
|
|
10262
10284
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10269,14 +10291,14 @@ export interface RequestDocumentLine {
|
|
|
10269
10291
|
dropShippingPolicy: DropShippingPolicy;
|
|
10270
10292
|
|
|
10271
10293
|
/**
|
|
10272
|
-
*
|
|
10294
|
+
* Positionsnummer der Artikel
|
|
10273
10295
|
*/
|
|
10274
|
-
|
|
10296
|
+
positionOfArticleLine: number;
|
|
10275
10297
|
|
|
10276
10298
|
/**
|
|
10277
|
-
*
|
|
10299
|
+
* (optional) Lager-ID
|
|
10278
10300
|
*/
|
|
10279
|
-
|
|
10301
|
+
storageId: number;
|
|
10280
10302
|
|
|
10281
10303
|
/**
|
|
10282
10304
|
* Vertragsdetails zur Belegposition
|
|
@@ -10359,14 +10381,14 @@ export interface RequestDocumentLine {
|
|
|
10359
10381
|
externalArticleNumber: string;
|
|
10360
10382
|
|
|
10361
10383
|
/**
|
|
10362
|
-
*
|
|
10384
|
+
* ID der Quell-Belegposition
|
|
10363
10385
|
*/
|
|
10364
|
-
|
|
10386
|
+
sourceLineId: number;
|
|
10365
10387
|
|
|
10366
10388
|
/**
|
|
10367
|
-
*
|
|
10389
|
+
* Buchungen zu dieser Belegposition
|
|
10368
10390
|
*/
|
|
10369
|
-
|
|
10391
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10370
10392
|
|
|
10371
10393
|
/**
|
|
10372
10394
|
* Zu der Zeile Etikettendruck anstoßen
|
|
@@ -11000,14 +11022,14 @@ export interface ShelfDocument {
|
|
|
11000
11022
|
tags: Array<TagDto>;
|
|
11001
11023
|
|
|
11002
11024
|
/**
|
|
11003
|
-
*
|
|
11025
|
+
* share informations
|
|
11004
11026
|
*/
|
|
11005
|
-
|
|
11027
|
+
shares: Array<ShelfShare>;
|
|
11006
11028
|
|
|
11007
11029
|
/**
|
|
11008
|
-
*
|
|
11030
|
+
* Mehrsprachige Bezeichnungen
|
|
11009
11031
|
*/
|
|
11010
|
-
|
|
11032
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11011
11033
|
|
|
11012
11034
|
/**
|
|
11013
11035
|
* Automatische Löschung ab
|
|
@@ -11192,14 +11214,14 @@ export interface ShelfFile {
|
|
|
11192
11214
|
subFiles: Array<SubFileInfo>;
|
|
11193
11215
|
|
|
11194
11216
|
/**
|
|
11195
|
-
*
|
|
11217
|
+
* revision number of this file
|
|
11196
11218
|
*/
|
|
11197
|
-
|
|
11219
|
+
revisionNumber: number;
|
|
11198
11220
|
|
|
11199
11221
|
/**
|
|
11200
|
-
*
|
|
11222
|
+
* fileSize
|
|
11201
11223
|
*/
|
|
11202
|
-
|
|
11224
|
+
fileSize: number;
|
|
11203
11225
|
|
|
11204
11226
|
/**
|
|
11205
11227
|
* file-extension of this entry
|
|
@@ -11415,14 +11437,14 @@ export interface Stock {
|
|
|
11415
11437
|
storageBinId: number;
|
|
11416
11438
|
|
|
11417
11439
|
/**
|
|
11418
|
-
*
|
|
11440
|
+
* Artikel
|
|
11419
11441
|
*/
|
|
11420
|
-
|
|
11442
|
+
articleId: number;
|
|
11421
11443
|
|
|
11422
11444
|
/**
|
|
11423
|
-
*
|
|
11445
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
11424
11446
|
*/
|
|
11425
|
-
|
|
11447
|
+
reservedSerialQuantity: number;
|
|
11426
11448
|
}
|
|
11427
11449
|
|
|
11428
11450
|
export const enum StockJournalFactor {
|
|
@@ -11479,14 +11501,14 @@ export interface StockMovementManualApi {
|
|
|
11479
11501
|
purchasePrice: number;
|
|
11480
11502
|
|
|
11481
11503
|
/**
|
|
11482
|
-
*
|
|
11504
|
+
* Zugang oder Abgang
|
|
11483
11505
|
*/
|
|
11484
|
-
|
|
11506
|
+
factor: StockJournalFactor;
|
|
11485
11507
|
|
|
11486
11508
|
/**
|
|
11487
|
-
*
|
|
11509
|
+
* Notiz zur Seriennummer
|
|
11488
11510
|
*/
|
|
11489
|
-
|
|
11511
|
+
serialNumberNote: string;
|
|
11490
11512
|
|
|
11491
11513
|
/**
|
|
11492
11514
|
* Lager
|
|
@@ -11517,14 +11539,14 @@ export interface StockTransferApi {
|
|
|
11517
11539
|
bookDate: ScriptingDate;
|
|
11518
11540
|
|
|
11519
11541
|
/**
|
|
11520
|
-
*
|
|
11542
|
+
* Menge
|
|
11521
11543
|
*/
|
|
11522
|
-
|
|
11544
|
+
quantity: number;
|
|
11523
11545
|
|
|
11524
11546
|
/**
|
|
11525
|
-
*
|
|
11547
|
+
* Quell-Lagerplatz
|
|
11526
11548
|
*/
|
|
11527
|
-
|
|
11549
|
+
sourceStorageBinId: number;
|
|
11528
11550
|
|
|
11529
11551
|
/**
|
|
11530
11552
|
* Quell-Lager
|
|
@@ -11719,14 +11741,14 @@ export interface Supplier {
|
|
|
11719
11741
|
supplierGroupRef: ApiObjectReference;
|
|
11720
11742
|
|
|
11721
11743
|
/**
|
|
11722
|
-
*
|
|
11744
|
+
* tax able or tax free
|
|
11723
11745
|
*/
|
|
11724
|
-
|
|
11746
|
+
taxable: boolean;
|
|
11725
11747
|
|
|
11726
11748
|
/**
|
|
11727
|
-
*
|
|
11749
|
+
* reference to the delivery method
|
|
11728
11750
|
*/
|
|
11729
|
-
|
|
11751
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11730
11752
|
|
|
11731
11753
|
/**
|
|
11732
11754
|
* Mahnen?
|
|
@@ -11807,14 +11829,14 @@ export interface TagDto {
|
|
|
11807
11829
|
editColor: string;
|
|
11808
11830
|
|
|
11809
11831
|
/**
|
|
11810
|
-
* Farbe
|
|
11832
|
+
* Farbe für die Anzeige des Tags
|
|
11811
11833
|
*/
|
|
11812
|
-
|
|
11834
|
+
color: string;
|
|
11813
11835
|
|
|
11814
11836
|
/**
|
|
11815
|
-
* Farbe
|
|
11837
|
+
* Farbe in Such-GUI
|
|
11816
11838
|
*/
|
|
11817
|
-
|
|
11839
|
+
searchColor: string;
|
|
11818
11840
|
|
|
11819
11841
|
/**
|
|
11820
11842
|
* Beschriftung des Tags
|
|
@@ -12232,14 +12254,14 @@ export interface VariantAttributeListing {
|
|
|
12232
12254
|
salesChannelRef: ApiObjectReference;
|
|
12233
12255
|
|
|
12234
12256
|
/**
|
|
12235
|
-
*
|
|
12257
|
+
* Freifelder
|
|
12236
12258
|
*/
|
|
12237
|
-
|
|
12259
|
+
custom: EavVariantattributelisting;
|
|
12238
12260
|
|
|
12239
12261
|
/**
|
|
12240
|
-
*
|
|
12262
|
+
* Variantenattribut
|
|
12241
12263
|
*/
|
|
12242
|
-
|
|
12264
|
+
variantAttributeRef: ApiObjectReference;
|
|
12243
12265
|
|
|
12244
12266
|
/**
|
|
12245
12267
|
* Unique identifier of the Object
|