@vario-software/types 2026.25.4 → 2026.26.1
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 +35 -35
- package/scripting/types.d.ts +280 -258
package/scripting/types.d.ts
CHANGED
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Country code
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* Product custom data
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
listingCustom: EavArticleListing;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -1024,14 +1024,14 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* Seriennummern Auszeichnungsart
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* is this product sellable without any quantity at the stock
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
sellableWithoutStock: boolean;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1219,14 +1219,14 @@ export interface Article {
|
|
|
1219
1219
|
freelyPickable: boolean;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
|
-
*
|
|
1222
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
*
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
1228
|
*/
|
|
1229
|
-
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
@@ -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)
|
|
@@ -1288,20 +1288,15 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* Versandlabeldruck
|
|
1293
|
-
*/
|
|
1294
|
-
shippingLabelPrinting: boolean;
|
|
1295
|
-
|
|
1296
1291
|
/**
|
|
1297
1292
|
* reference to Product
|
|
1298
1293
|
*/
|
|
1299
1294
|
productRef: ApiObjectReference;
|
|
1300
1295
|
|
|
1301
1296
|
/**
|
|
1302
|
-
*
|
|
1297
|
+
* Versandlabeldruck
|
|
1303
1298
|
*/
|
|
1304
|
-
|
|
1299
|
+
shippingLabelPrinting: boolean;
|
|
1305
1300
|
|
|
1306
1301
|
/**
|
|
1307
1302
|
* rabattierbarer Artikel?
|
|
@@ -1313,6 +1308,11 @@ export interface Article {
|
|
|
1313
1308
|
*/
|
|
1314
1309
|
contingentArticleRef: ApiObjectReference;
|
|
1315
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* alternative name of this product
|
|
1313
|
+
*/
|
|
1314
|
+
alternativeName: string;
|
|
1315
|
+
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
1318
1318
|
*/
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Art des Haltbarkeitsdatums
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* provisionsberechtiger Artikel?
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
commissionable: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1494,14 +1494,14 @@ export interface ArticleCustomer {
|
|
|
1494
1494
|
articleName: string;
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
|
-
*
|
|
1497
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1498
1498
|
*/
|
|
1499
|
-
|
|
1499
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1500
1500
|
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Etikettdruck-Einstellungen
|
|
1503
1503
|
*/
|
|
1504
|
-
|
|
1504
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Kunden-Preise
|
|
@@ -1909,14 +1909,14 @@ export interface ArticleStorage {
|
|
|
1909
1909
|
quantityInPicking: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
|
-
*
|
|
1912
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1913
1913
|
*/
|
|
1914
|
-
|
|
1914
|
+
virtualStockAmount: number;
|
|
1915
1915
|
|
|
1916
1916
|
/**
|
|
1917
|
-
*
|
|
1917
|
+
* Nachschub auf
|
|
1918
1918
|
*/
|
|
1919
|
-
|
|
1919
|
+
replenishmentOn: number;
|
|
1920
1920
|
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Vorgabe-Lagerplätze
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Sollbestand
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
targetStock: number;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -2002,14 +2002,14 @@ export interface ArticleSupplier {
|
|
|
2002
2002
|
supplierReportingStock: number;
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
|
-
*
|
|
2005
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2006
2006
|
*/
|
|
2007
|
-
|
|
2007
|
+
deliveryTime: number;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
useSupplierArticleIdentifier: boolean;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Verpackungseinheit
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
packagingUnit: number;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Referenced Article name
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
articleName: string;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2333,14 +2333,14 @@ export interface CountryReference {
|
|
|
2333
2333
|
export interface CreateNewDocumentRequest {
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* Belegart
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
documentTypeLabel: string;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
|
-
* Belegart
|
|
2341
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2342
2342
|
*/
|
|
2343
|
-
|
|
2343
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2344
2344
|
|
|
2345
2345
|
/**
|
|
2346
2346
|
* Details zum Beleg
|
|
@@ -2565,14 +2565,14 @@ export interface CrmActivityType {
|
|
|
2565
2565
|
export interface CrmChecklistItem {
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Text des Checklisten-Elements
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
memo: string;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
|
-
*
|
|
2573
|
+
* Ist das Element "angehakt"?
|
|
2574
2574
|
*/
|
|
2575
|
-
|
|
2575
|
+
checked: boolean;
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
2578
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -2989,20 +2999,25 @@ export interface CrmProject {
|
|
|
2989
2999
|
billedTimes: number;
|
|
2990
3000
|
|
|
2991
3001
|
/**
|
|
2992
|
-
*
|
|
3002
|
+
* Geplanter Projektzeitraum (von)
|
|
2993
3003
|
*/
|
|
2994
|
-
|
|
3004
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2995
3005
|
|
|
2996
3006
|
/**
|
|
2997
|
-
*
|
|
3007
|
+
* Einkaufsbelege
|
|
2998
3008
|
*/
|
|
2999
|
-
|
|
3009
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3000
3010
|
|
|
3001
3011
|
/**
|
|
3002
3012
|
* Verkaufsbelege
|
|
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
|
*/
|
|
@@ -3219,14 +3234,14 @@ export interface CrmState {
|
|
|
3219
3234
|
readyToBill: boolean;
|
|
3220
3235
|
|
|
3221
3236
|
/**
|
|
3222
|
-
*
|
|
3237
|
+
* Handelt es sich um einen Anfang-Status
|
|
3223
3238
|
*/
|
|
3224
|
-
|
|
3239
|
+
startState: boolean;
|
|
3225
3240
|
|
|
3226
3241
|
/**
|
|
3227
|
-
*
|
|
3242
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3228
3243
|
*/
|
|
3229
|
-
|
|
3244
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3230
3245
|
|
|
3231
3246
|
/**
|
|
3232
3247
|
* MetaInformations for this Object
|
|
@@ -3274,6 +3289,11 @@ export interface CrmSubType {
|
|
|
3274
3289
|
|
|
3275
3290
|
export interface CrmTask {
|
|
3276
3291
|
|
|
3292
|
+
/**
|
|
3293
|
+
* Liste von Erinnerungen
|
|
3294
|
+
*/
|
|
3295
|
+
reminders: Array<CrmReminder>;
|
|
3296
|
+
|
|
3277
3297
|
/**
|
|
3278
3298
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3279
3299
|
*/
|
|
@@ -3284,11 +3304,6 @@ export interface CrmTask {
|
|
|
3284
3304
|
*/
|
|
3285
3305
|
customerOfferRef: DocumentRef;
|
|
3286
3306
|
|
|
3287
|
-
/**
|
|
3288
|
-
* Liste von Erinnerungen
|
|
3289
|
-
*/
|
|
3290
|
-
reminders: Array<CrmReminder>;
|
|
3291
|
-
|
|
3292
3307
|
/**
|
|
3293
3308
|
* Notizen
|
|
3294
3309
|
*/
|
|
@@ -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?
|
|
@@ -3714,14 +3734,14 @@ export interface Customer {
|
|
|
3714
3734
|
stackProcessingPriority: number;
|
|
3715
3735
|
|
|
3716
3736
|
/**
|
|
3717
|
-
*
|
|
3737
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3718
3738
|
*/
|
|
3719
|
-
|
|
3739
|
+
collectiveInvoiceManually: boolean;
|
|
3720
3740
|
|
|
3721
3741
|
/**
|
|
3722
|
-
*
|
|
3742
|
+
* reference to product price group
|
|
3723
3743
|
*/
|
|
3724
|
-
|
|
3744
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3725
3745
|
|
|
3726
3746
|
/**
|
|
3727
3747
|
* Unique identifier of the Object
|
|
@@ -3958,14 +3978,14 @@ export interface DeliveryMethod {
|
|
|
3958
3978
|
defaultSizeUnit: UnitTypeReference;
|
|
3959
3979
|
|
|
3960
3980
|
/**
|
|
3961
|
-
*
|
|
3981
|
+
* translations
|
|
3962
3982
|
*/
|
|
3963
|
-
|
|
3983
|
+
translations: Array<DocumentTypeTerm>;
|
|
3964
3984
|
|
|
3965
3985
|
/**
|
|
3966
|
-
*
|
|
3986
|
+
* Quelle für Paketgewicht
|
|
3967
3987
|
*/
|
|
3968
|
-
|
|
3988
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3969
3989
|
|
|
3970
3990
|
/**
|
|
3971
3991
|
* Gültige Ländercodes
|
|
@@ -4076,14 +4096,14 @@ export interface DeliveryTerm {
|
|
|
4076
4096
|
id: number;
|
|
4077
4097
|
|
|
4078
4098
|
/**
|
|
4079
|
-
*
|
|
4099
|
+
* free shipping net value
|
|
4080
4100
|
*/
|
|
4081
|
-
|
|
4101
|
+
freeShippingNetValue: number;
|
|
4082
4102
|
|
|
4083
4103
|
/**
|
|
4084
|
-
*
|
|
4104
|
+
* Versandkostenartikel
|
|
4085
4105
|
*/
|
|
4086
|
-
|
|
4106
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4087
4107
|
|
|
4088
4108
|
/**
|
|
4089
4109
|
* MetaInformations for this Object
|
|
@@ -4182,9 +4202,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4182
4202
|
deliveryQuantityPackages: number;
|
|
4183
4203
|
|
|
4184
4204
|
/**
|
|
4185
|
-
*
|
|
4205
|
+
* Bestellnummer aus Vorbeleg
|
|
4186
4206
|
*/
|
|
4187
|
-
|
|
4207
|
+
referencedOrderNumber: string;
|
|
4188
4208
|
|
|
4189
4209
|
/**
|
|
4190
4210
|
* Leitweg-ID
|
|
@@ -4192,9 +4212,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4192
4212
|
buyerReference: string;
|
|
4193
4213
|
|
|
4194
4214
|
/**
|
|
4195
|
-
*
|
|
4215
|
+
* Steuerpflichtig oder steuerfrei
|
|
4196
4216
|
*/
|
|
4197
|
-
|
|
4217
|
+
taxable: boolean;
|
|
4198
4218
|
|
|
4199
4219
|
/**
|
|
4200
4220
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4311,13 +4331,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4311
4331
|
*/
|
|
4312
4332
|
posPayments: Array<DocumentPosPayment>;
|
|
4313
4333
|
|
|
4314
|
-
/**
|
|
4315
|
-
* Ist die Quittung bezahlt
|
|
4316
|
-
true wenn die Quittung bezahlt ist
|
|
4317
|
-
|
|
4318
|
-
*/
|
|
4319
|
-
posReceiptPayed: boolean;
|
|
4320
|
-
|
|
4321
4334
|
/**
|
|
4322
4335
|
* Kundennummer beim Lieferanten
|
|
4323
4336
|
*/
|
|
@@ -4328,6 +4341,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4328
4341
|
*/
|
|
4329
4342
|
maxDeliveries: number;
|
|
4330
4343
|
|
|
4344
|
+
/**
|
|
4345
|
+
* Ist die Quittung bezahlt
|
|
4346
|
+
true wenn die Quittung bezahlt ist
|
|
4347
|
+
|
|
4348
|
+
*/
|
|
4349
|
+
posReceiptPayed: boolean;
|
|
4350
|
+
|
|
4331
4351
|
/**
|
|
4332
4352
|
* Quittung: Summe Zahlbetrag
|
|
4333
4353
|
*/
|
|
@@ -4384,14 +4404,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4384
4404
|
processedByWorkflow: boolean;
|
|
4385
4405
|
|
|
4386
4406
|
/**
|
|
4387
|
-
*
|
|
4407
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4388
4408
|
*/
|
|
4389
|
-
|
|
4409
|
+
baseTotalDocumentPriceModifier: number;
|
|
4390
4410
|
|
|
4391
4411
|
/**
|
|
4392
|
-
*
|
|
4412
|
+
* Telefon an Versender übergeben
|
|
4393
4413
|
*/
|
|
4394
|
-
|
|
4414
|
+
forwardPhoneToShipper: boolean;
|
|
4395
4415
|
|
|
4396
4416
|
/**
|
|
4397
4417
|
* Liste der Belegtexte
|
|
@@ -4413,26 +4433,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4413
4433
|
*/
|
|
4414
4434
|
defaultAddress: DocumentAddress;
|
|
4415
4435
|
|
|
4416
|
-
/**
|
|
4417
|
-
* Leistungsdatum
|
|
4418
|
-
*/
|
|
4419
|
-
performanceDate: ScriptingDate;
|
|
4420
|
-
|
|
4421
4436
|
/**
|
|
4422
4437
|
* Verarbeitungsoption für Stapel
|
|
4423
4438
|
*/
|
|
4424
4439
|
stackProcessingType: OrderStackProcessingType;
|
|
4425
4440
|
|
|
4426
4441
|
/**
|
|
4427
|
-
*
|
|
4442
|
+
* Leistungsdatum
|
|
4428
4443
|
*/
|
|
4429
|
-
|
|
4444
|
+
performanceDate: ScriptingDate;
|
|
4430
4445
|
|
|
4431
4446
|
/**
|
|
4432
4447
|
* EN16931-Profil für elektronische Rechnungen
|
|
4433
4448
|
*/
|
|
4434
4449
|
en16931Profile: EN16931Profile;
|
|
4435
4450
|
|
|
4451
|
+
/**
|
|
4452
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4453
|
+
*/
|
|
4454
|
+
dropShippingInvoiceApproved: boolean;
|
|
4455
|
+
|
|
4436
4456
|
/**
|
|
4437
4457
|
* Ort der steuerlichen Leistungserbringung
|
|
4438
4458
|
*/
|
|
@@ -4449,14 +4469,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4449
4469
|
additionalInfo: DocumentAdditionalInfo;
|
|
4450
4470
|
|
|
4451
4471
|
/**
|
|
4452
|
-
*
|
|
4472
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4453
4473
|
*/
|
|
4454
|
-
|
|
4474
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4455
4475
|
|
|
4456
4476
|
/**
|
|
4457
|
-
*
|
|
4477
|
+
* Bestelldatum
|
|
4458
4478
|
*/
|
|
4459
|
-
|
|
4479
|
+
orderedOn: ScriptingDate;
|
|
4460
4480
|
|
|
4461
4481
|
/**
|
|
4462
4482
|
* MetaInformations for this Object
|
|
@@ -5298,6 +5318,11 @@ export interface DocumentLine {
|
|
|
5298
5318
|
*/
|
|
5299
5319
|
price: number;
|
|
5300
5320
|
|
|
5321
|
+
/**
|
|
5322
|
+
* Gesamtpreis Position in Basiswährung
|
|
5323
|
+
*/
|
|
5324
|
+
baseTotalLinePrice: number;
|
|
5325
|
+
|
|
5301
5326
|
/**
|
|
5302
5327
|
* FiBu-Buchung
|
|
5303
5328
|
*/
|
|
@@ -5308,11 +5333,6 @@ export interface DocumentLine {
|
|
|
5308
5333
|
*/
|
|
5309
5334
|
lineType: DocumentLineType;
|
|
5310
5335
|
|
|
5311
|
-
/**
|
|
5312
|
-
* Gesamtpreis Position in Basiswährung
|
|
5313
|
-
*/
|
|
5314
|
-
baseTotalLinePrice: number;
|
|
5315
|
-
|
|
5316
5336
|
/**
|
|
5317
5337
|
* vorgeorderte Menge in Pickvorgang
|
|
5318
5338
|
*/
|
|
@@ -5344,14 +5364,14 @@ export interface DocumentLine {
|
|
|
5344
5364
|
id: number;
|
|
5345
5365
|
|
|
5346
5366
|
/**
|
|
5347
|
-
*
|
|
5367
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5348
5368
|
*/
|
|
5349
|
-
|
|
5369
|
+
positionOfArticleLine: number;
|
|
5350
5370
|
|
|
5351
5371
|
/**
|
|
5352
|
-
*
|
|
5372
|
+
* Externe Referenz zum VDS-Paket
|
|
5353
5373
|
*/
|
|
5354
|
-
|
|
5374
|
+
externalReferenceVds: string;
|
|
5355
5375
|
|
|
5356
5376
|
/**
|
|
5357
5377
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5529,14 +5549,14 @@ export interface DocumentLine {
|
|
|
5529
5549
|
unitType: UnitTypeReference;
|
|
5530
5550
|
|
|
5531
5551
|
/**
|
|
5532
|
-
*
|
|
5552
|
+
* Zubehör Einfügeart
|
|
5533
5553
|
*/
|
|
5534
|
-
|
|
5554
|
+
insertTerm: AccessoryInsertTerm;
|
|
5535
5555
|
|
|
5536
5556
|
/**
|
|
5537
|
-
*
|
|
5557
|
+
* Referenz zur Basiszeile
|
|
5538
5558
|
*/
|
|
5539
|
-
|
|
5559
|
+
baseLineId: number;
|
|
5540
5560
|
|
|
5541
5561
|
/**
|
|
5542
5562
|
* Einheit Bruttogewicht
|
|
@@ -6982,14 +7002,14 @@ export const enum DropShippingPolicy {
|
|
|
6982
7002
|
export interface DummySerialNumberStockTransferApi {
|
|
6983
7003
|
|
|
6984
7004
|
/**
|
|
6985
|
-
*
|
|
7005
|
+
* Seriennummer
|
|
6986
7006
|
*/
|
|
6987
|
-
|
|
7007
|
+
serialNumberId: number;
|
|
6988
7008
|
|
|
6989
7009
|
/**
|
|
6990
|
-
*
|
|
7010
|
+
* Ziel-Lager
|
|
6991
7011
|
*/
|
|
6992
|
-
|
|
7012
|
+
targetStorageId: number;
|
|
6993
7013
|
|
|
6994
7014
|
/**
|
|
6995
7015
|
* Bemerkung
|
|
@@ -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
|
+
* Material automatisch stornieren
|
|
7350
7372
|
*/
|
|
7351
|
-
|
|
7373
|
+
autoRevertComponents: boolean;
|
|
7352
7374
|
|
|
7353
7375
|
/**
|
|
7354
|
-
*
|
|
7376
|
+
* ID der zu stornierenden Position
|
|
7355
7377
|
*/
|
|
7356
|
-
|
|
7378
|
+
documentLineId: number;
|
|
7357
7379
|
|
|
7358
7380
|
/**
|
|
7359
7381
|
* Zu stornierende Seriennummern
|
|
@@ -7369,14 +7391,14 @@ export interface FabricationRevertRequest {
|
|
|
7369
7391
|
export interface FabricationSerialNumber {
|
|
7370
7392
|
|
|
7371
7393
|
/**
|
|
7372
|
-
*
|
|
7394
|
+
* MHD / Verfallsdatum
|
|
7373
7395
|
*/
|
|
7374
|
-
|
|
7396
|
+
expiryDate: ScriptingDate;
|
|
7375
7397
|
|
|
7376
7398
|
/**
|
|
7377
|
-
*
|
|
7399
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7378
7400
|
*/
|
|
7379
|
-
|
|
7401
|
+
serialNumberId: number;
|
|
7380
7402
|
|
|
7381
7403
|
/**
|
|
7382
7404
|
* Bemerkung
|
|
@@ -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
|
|
@@ -7804,14 +7826,14 @@ export interface OpenItem {
|
|
|
7804
7826
|
originalPaymentDueDate: ScriptingDate;
|
|
7805
7827
|
|
|
7806
7828
|
/**
|
|
7807
|
-
*
|
|
7829
|
+
* whether this open item is balanced, partially paid or open
|
|
7808
7830
|
*/
|
|
7809
|
-
|
|
7831
|
+
balanceState: OpenItemBalanceState;
|
|
7810
7832
|
|
|
7811
7833
|
/**
|
|
7812
|
-
*
|
|
7834
|
+
* Valutadatum
|
|
7813
7835
|
*/
|
|
7814
|
-
|
|
7836
|
+
valueDate: ScriptingDate;
|
|
7815
7837
|
|
|
7816
7838
|
/**
|
|
7817
7839
|
* Skontobetrag 1
|
|
@@ -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
|
|
@@ -8293,14 +8315,14 @@ export interface PaymentMethod {
|
|
|
8293
8315
|
dunnable: boolean;
|
|
8294
8316
|
|
|
8295
8317
|
/**
|
|
8296
|
-
*
|
|
8318
|
+
* translations
|
|
8297
8319
|
*/
|
|
8298
|
-
|
|
8320
|
+
translations: Array<DocumentTypeTerm>;
|
|
8299
8321
|
|
|
8300
8322
|
/**
|
|
8301
|
-
*
|
|
8323
|
+
* Debitoren-OP abschließen?
|
|
8302
8324
|
*/
|
|
8303
|
-
|
|
8325
|
+
closeCustomerAccountType: boolean;
|
|
8304
8326
|
|
|
8305
8327
|
/**
|
|
8306
8328
|
* +Tage für Folgelastschrift
|
|
@@ -8817,14 +8839,14 @@ export interface PicklistLine {
|
|
|
8817
8839
|
articleNumber: string;
|
|
8818
8840
|
|
|
8819
8841
|
/**
|
|
8820
|
-
*
|
|
8842
|
+
* Art der Position
|
|
8821
8843
|
*/
|
|
8822
|
-
|
|
8844
|
+
lineType: PicklistLineType;
|
|
8823
8845
|
|
|
8824
8846
|
/**
|
|
8825
|
-
*
|
|
8847
|
+
* Lagernummer
|
|
8826
8848
|
*/
|
|
8827
|
-
|
|
8849
|
+
storageNumber: string;
|
|
8828
8850
|
|
|
8829
8851
|
/**
|
|
8830
8852
|
* ID der Ziel-Dokumentposition
|
|
@@ -8963,14 +8985,14 @@ export interface PicklistLineComponent {
|
|
|
8963
8985
|
targetDocumentLineComponentId: number;
|
|
8964
8986
|
|
|
8965
8987
|
/**
|
|
8966
|
-
*
|
|
8988
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8967
8989
|
*/
|
|
8968
|
-
|
|
8990
|
+
quantityPerAssemblyGroup: number;
|
|
8969
8991
|
|
|
8970
8992
|
/**
|
|
8971
|
-
*
|
|
8993
|
+
* abweichende Artikelbezeichnung
|
|
8972
8994
|
*/
|
|
8973
|
-
|
|
8995
|
+
articleAlternativeName: string;
|
|
8974
8996
|
|
|
8975
8997
|
/**
|
|
8976
8998
|
* Verpackte Menge der Position
|
|
@@ -9149,9 +9171,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9149
9171
|
alternativeSelectionInVql: string;
|
|
9150
9172
|
|
|
9151
9173
|
/**
|
|
9152
|
-
*
|
|
9174
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9153
9175
|
*/
|
|
9154
|
-
|
|
9176
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9155
9177
|
|
|
9156
9178
|
/**
|
|
9157
9179
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9159,9 +9181,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9159
9181
|
maxOrderCount: number;
|
|
9160
9182
|
|
|
9161
9183
|
/**
|
|
9162
|
-
*
|
|
9184
|
+
* Nur vollständig lieferbare Positionen
|
|
9163
9185
|
*/
|
|
9164
|
-
|
|
9186
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9165
9187
|
|
|
9166
9188
|
/**
|
|
9167
9189
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9226,15 +9248,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9226
9248
|
*/
|
|
9227
9249
|
printPicklist: boolean;
|
|
9228
9250
|
|
|
9251
|
+
/**
|
|
9252
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9253
|
+
*/
|
|
9254
|
+
maxPicklistLineCount: number;
|
|
9255
|
+
|
|
9229
9256
|
/**
|
|
9230
9257
|
* Die zu verwendende Pickwagengruppe
|
|
9231
9258
|
*/
|
|
9232
9259
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9233
9260
|
|
|
9234
9261
|
/**
|
|
9235
|
-
*
|
|
9262
|
+
* Lagerplätze vorgeben
|
|
9236
9263
|
*/
|
|
9237
|
-
|
|
9264
|
+
specifyStorageBins: boolean;
|
|
9238
9265
|
|
|
9239
9266
|
/**
|
|
9240
9267
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9247,20 +9274,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9247
9274
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9248
9275
|
|
|
9249
9276
|
/**
|
|
9250
|
-
*
|
|
9277
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9251
9278
|
*/
|
|
9252
|
-
|
|
9279
|
+
sortByRoutePosition: boolean;
|
|
9253
9280
|
|
|
9254
9281
|
/**
|
|
9255
9282
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9256
9283
|
*/
|
|
9257
9284
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9258
9285
|
|
|
9259
|
-
/**
|
|
9260
|
-
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9261
|
-
*/
|
|
9262
|
-
sortByRoutePosition: boolean;
|
|
9263
|
-
|
|
9264
9286
|
/**
|
|
9265
9287
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9266
9288
|
*/
|
|
@@ -9305,14 +9327,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9305
9327
|
alwaysShowDeliveryMethod: boolean;
|
|
9306
9328
|
|
|
9307
9329
|
/**
|
|
9308
|
-
*
|
|
9330
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9309
9331
|
*/
|
|
9310
|
-
|
|
9332
|
+
autoPrintDeliveryDocument: boolean;
|
|
9311
9333
|
|
|
9312
9334
|
/**
|
|
9313
|
-
*
|
|
9335
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9314
9336
|
*/
|
|
9315
|
-
|
|
9337
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9316
9338
|
|
|
9317
9339
|
/**
|
|
9318
9340
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9320,14 +9342,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9320
9342
|
showShippingFormOnPickingFinish: boolean;
|
|
9321
9343
|
|
|
9322
9344
|
/**
|
|
9323
|
-
*
|
|
9345
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9324
9346
|
*/
|
|
9325
|
-
|
|
9347
|
+
useDigitalPicklist: boolean;
|
|
9326
9348
|
|
|
9327
9349
|
/**
|
|
9328
|
-
* Sollen
|
|
9350
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9329
9351
|
*/
|
|
9330
|
-
|
|
9352
|
+
printLabelOnScan: boolean;
|
|
9331
9353
|
|
|
9332
9354
|
/**
|
|
9333
9355
|
* Sammelbestätigung erlauben
|
|
@@ -9335,9 +9357,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9335
9357
|
allowFullConfirmation: boolean;
|
|
9336
9358
|
|
|
9337
9359
|
/**
|
|
9338
|
-
*
|
|
9360
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9339
9361
|
*/
|
|
9340
|
-
|
|
9362
|
+
allowPickingOfServiceArticles: boolean;
|
|
9341
9363
|
|
|
9342
9364
|
/**
|
|
9343
9365
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9677,14 +9699,14 @@ export interface ProductDiscount {
|
|
|
9677
9699
|
currencyRef: CurrencyReference;
|
|
9678
9700
|
|
|
9679
9701
|
/**
|
|
9680
|
-
*
|
|
9702
|
+
* Wert des Rabatts
|
|
9681
9703
|
*/
|
|
9682
|
-
|
|
9704
|
+
modifierValue: number;
|
|
9683
9705
|
|
|
9684
9706
|
/**
|
|
9685
|
-
*
|
|
9707
|
+
* Preisgruppe
|
|
9686
9708
|
*/
|
|
9687
|
-
|
|
9709
|
+
priceGroupRef: ApiObjectReference;
|
|
9688
9710
|
|
|
9689
9711
|
/**
|
|
9690
9712
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10050,11 +10072,6 @@ export interface RequestDocument {
|
|
|
10050
10072
|
*/
|
|
10051
10073
|
documentDate: ScriptingDate;
|
|
10052
10074
|
|
|
10053
|
-
/**
|
|
10054
|
-
* ID der Kassenschublade (bei POS)
|
|
10055
|
-
*/
|
|
10056
|
-
cashDrawerId: number;
|
|
10057
|
-
|
|
10058
10075
|
/**
|
|
10059
10076
|
* Der Anzahlungsbetrag
|
|
10060
10077
|
*/
|
|
@@ -10065,6 +10082,11 @@ export interface RequestDocument {
|
|
|
10065
10082
|
*/
|
|
10066
10083
|
performanceDate: ScriptingDate;
|
|
10067
10084
|
|
|
10085
|
+
/**
|
|
10086
|
+
* ID der Kassenschublade (bei POS)
|
|
10087
|
+
*/
|
|
10088
|
+
cashDrawerId: number;
|
|
10089
|
+
|
|
10068
10090
|
/**
|
|
10069
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10070
10092
|
*/
|
|
@@ -10120,26 +10142,26 @@ export interface RequestDocument {
|
|
|
10120
10142
|
*/
|
|
10121
10143
|
lines: Array<RequestDocumentLine>;
|
|
10122
10144
|
|
|
10123
|
-
/**
|
|
10124
|
-
* ID der Kasse (bei POS)
|
|
10125
|
-
*/
|
|
10126
|
-
posRegisterId: number;
|
|
10127
|
-
|
|
10128
10145
|
/**
|
|
10129
10146
|
* Die Vertragsdetails
|
|
10130
10147
|
*/
|
|
10131
10148
|
contractDetail: DocumentContractDetail;
|
|
10132
10149
|
|
|
10133
10150
|
/**
|
|
10134
|
-
*
|
|
10151
|
+
* ID der Kasse (bei POS)
|
|
10135
10152
|
*/
|
|
10136
|
-
|
|
10153
|
+
posRegisterId: number;
|
|
10137
10154
|
|
|
10138
10155
|
/**
|
|
10139
10156
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10140
10157
|
*/
|
|
10141
10158
|
supplierAccountId: number;
|
|
10142
10159
|
|
|
10160
|
+
/**
|
|
10161
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10162
|
+
*/
|
|
10163
|
+
paymentTermId: number;
|
|
10164
|
+
|
|
10143
10165
|
/**
|
|
10144
10166
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
10145
10167
|
*/
|
|
@@ -10505,14 +10527,14 @@ export interface RequestDocumentText {
|
|
|
10505
10527
|
export interface RevenueCalculation {
|
|
10506
10528
|
|
|
10507
10529
|
/**
|
|
10508
|
-
*
|
|
10530
|
+
* Netto Umsatz
|
|
10509
10531
|
*/
|
|
10510
|
-
|
|
10532
|
+
salesValue: number;
|
|
10511
10533
|
|
|
10512
10534
|
/**
|
|
10513
|
-
*
|
|
10535
|
+
* Deckungsbeitrag (absolut)
|
|
10514
10536
|
*/
|
|
10515
|
-
|
|
10537
|
+
revenue: number;
|
|
10516
10538
|
|
|
10517
10539
|
/**
|
|
10518
10540
|
* Einkaufspreis
|
|
@@ -11227,14 +11249,14 @@ export interface ShelfFile {
|
|
|
11227
11249
|
version: number;
|
|
11228
11250
|
|
|
11229
11251
|
/**
|
|
11230
|
-
*
|
|
11252
|
+
* meta data
|
|
11231
11253
|
*/
|
|
11232
|
-
|
|
11254
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11233
11255
|
|
|
11234
11256
|
/**
|
|
11235
|
-
*
|
|
11257
|
+
* current reference of this file in our storage
|
|
11236
11258
|
*/
|
|
11237
|
-
|
|
11259
|
+
storageHandle: string;
|
|
11238
11260
|
|
|
11239
11261
|
/**
|
|
11240
11262
|
* MetaInformations for this Object
|
|
@@ -11497,14 +11519,14 @@ export interface StockMovementManualApi {
|
|
|
11497
11519
|
export interface StockTransferApi {
|
|
11498
11520
|
|
|
11499
11521
|
/**
|
|
11500
|
-
*
|
|
11522
|
+
* Seriennummer
|
|
11501
11523
|
*/
|
|
11502
|
-
|
|
11524
|
+
serialNumberId: number;
|
|
11503
11525
|
|
|
11504
11526
|
/**
|
|
11505
|
-
*
|
|
11527
|
+
* Ziel-Lager
|
|
11506
11528
|
*/
|
|
11507
|
-
|
|
11529
|
+
targetStorageId: number;
|
|
11508
11530
|
|
|
11509
11531
|
/**
|
|
11510
11532
|
* Bemerkung
|
|
@@ -11714,14 +11736,14 @@ export interface Supplier {
|
|
|
11714
11736
|
info: MetaInfo;
|
|
11715
11737
|
|
|
11716
11738
|
/**
|
|
11717
|
-
*
|
|
11739
|
+
* Lieferantengruppe
|
|
11718
11740
|
*/
|
|
11719
|
-
|
|
11741
|
+
supplierGroupRef: ApiObjectReference;
|
|
11720
11742
|
|
|
11721
11743
|
/**
|
|
11722
|
-
*
|
|
11744
|
+
* reference to the delivery method
|
|
11723
11745
|
*/
|
|
11724
|
-
|
|
11746
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11725
11747
|
|
|
11726
11748
|
/**
|
|
11727
11749
|
* tax able or tax free
|
|
@@ -11807,14 +11829,14 @@ export interface TagDto {
|
|
|
11807
11829
|
editColor: string;
|
|
11808
11830
|
|
|
11809
11831
|
/**
|
|
11810
|
-
* Farbe
|
|
11832
|
+
* Farbe in Such-GUI
|
|
11811
11833
|
*/
|
|
11812
|
-
|
|
11834
|
+
searchColor: string;
|
|
11813
11835
|
|
|
11814
11836
|
/**
|
|
11815
|
-
* Farbe
|
|
11837
|
+
* Farbe für die Anzeige des Tags
|
|
11816
11838
|
*/
|
|
11817
|
-
|
|
11839
|
+
color: string;
|
|
11818
11840
|
|
|
11819
11841
|
/**
|
|
11820
11842
|
* Beschriftung des Tags
|
|
@@ -12121,14 +12143,14 @@ export interface User {
|
|
|
12121
12143
|
roles: Array<ApiObjectReference>;
|
|
12122
12144
|
|
|
12123
12145
|
/**
|
|
12124
|
-
*
|
|
12146
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12125
12147
|
*/
|
|
12126
|
-
|
|
12148
|
+
referencedCustomerUserId: number;
|
|
12127
12149
|
|
|
12128
12150
|
/**
|
|
12129
|
-
*
|
|
12151
|
+
* Gruppen
|
|
12130
12152
|
*/
|
|
12131
|
-
|
|
12153
|
+
groups: Array<ApiObjectReference>;
|
|
12132
12154
|
|
|
12133
12155
|
/**
|
|
12134
12156
|
* Is the user active?
|
|
@@ -12171,14 +12193,14 @@ export interface User {
|
|
|
12171
12193
|
id: number;
|
|
12172
12194
|
|
|
12173
12195
|
/**
|
|
12174
|
-
*
|
|
12196
|
+
* Valid to
|
|
12175
12197
|
*/
|
|
12176
|
-
|
|
12198
|
+
validTo: ScriptingDateTime;
|
|
12177
12199
|
|
|
12178
12200
|
/**
|
|
12179
|
-
*
|
|
12201
|
+
* username
|
|
12180
12202
|
*/
|
|
12181
|
-
|
|
12203
|
+
username: string;
|
|
12182
12204
|
|
|
12183
12205
|
/**
|
|
12184
12206
|
* MetaInformations for this Object
|
|
@@ -12361,14 +12383,14 @@ export interface VariantValue {
|
|
|
12361
12383
|
version: number;
|
|
12362
12384
|
|
|
12363
12385
|
/**
|
|
12364
|
-
*
|
|
12386
|
+
* Variantenattribut
|
|
12365
12387
|
*/
|
|
12366
|
-
|
|
12388
|
+
attributeRef: ApiObjectReference;
|
|
12367
12389
|
|
|
12368
12390
|
/**
|
|
12369
|
-
*
|
|
12391
|
+
* Mehrsprachige Bezeichnungen
|
|
12370
12392
|
*/
|
|
12371
|
-
|
|
12393
|
+
labels: Array<VariantDescription>;
|
|
12372
12394
|
|
|
12373
12395
|
/**
|
|
12374
12396
|
* MetaInformations for this Object
|