@vario-software/types 2026.26.1 → 2026.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +27 -27
- package/scripting/types.d.ts +287 -287
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* Erstkontakt am
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
initialContactAt: ScriptingDate;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* calculation mode of this document
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
calculationMode: CalculationMode;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -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
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Hauptbankverbindung für
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
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
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1219,14 +1219,14 @@ export interface Article {
|
|
|
1219
1219
|
freelyPickable: boolean;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
|
-
*
|
|
1222
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
taxLiabilityReversed: boolean;
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
*
|
|
1227
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1228
|
*/
|
|
1229
|
-
|
|
1229
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
@@ -1288,26 +1288,26 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* reference to Product
|
|
1293
|
-
*/
|
|
1294
|
-
productRef: ApiObjectReference;
|
|
1295
|
-
|
|
1296
1291
|
/**
|
|
1297
1292
|
* Versandlabeldruck
|
|
1298
1293
|
*/
|
|
1299
1294
|
shippingLabelPrinting: boolean;
|
|
1300
1295
|
|
|
1301
1296
|
/**
|
|
1302
|
-
*
|
|
1297
|
+
* reference to Product
|
|
1303
1298
|
*/
|
|
1304
|
-
|
|
1299
|
+
productRef: ApiObjectReference;
|
|
1305
1300
|
|
|
1306
1301
|
/**
|
|
1307
1302
|
* Kontingentartikel
|
|
1308
1303
|
*/
|
|
1309
1304
|
contingentArticleRef: ApiObjectReference;
|
|
1310
1305
|
|
|
1306
|
+
/**
|
|
1307
|
+
* rabattierbarer Artikel?
|
|
1308
|
+
*/
|
|
1309
|
+
discountable: boolean;
|
|
1310
|
+
|
|
1311
1311
|
/**
|
|
1312
1312
|
* alternative name of this product
|
|
1313
1313
|
*/
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Art des Haltbarkeitsdatums
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* Nur manuelle Produktion
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
onlyManualFabrication: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* provisionsberechtiger Artikel?
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
commissionable: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1893,6 +1893,11 @@ export interface ArticleStorage {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* Aktuelle Menge in Kommissionierung
|
|
1898
|
+
*/
|
|
1899
|
+
quantityInPicking: number;
|
|
1900
|
+
|
|
1896
1901
|
/**
|
|
1897
1902
|
* Meldebestand
|
|
1898
1903
|
*/
|
|
@@ -1904,20 +1909,15 @@ export interface ArticleStorage {
|
|
|
1904
1909
|
orderedQuantity: number;
|
|
1905
1910
|
|
|
1906
1911
|
/**
|
|
1907
|
-
*
|
|
1912
|
+
* Nachschub auf
|
|
1908
1913
|
*/
|
|
1909
|
-
|
|
1914
|
+
replenishmentOn: number;
|
|
1910
1915
|
|
|
1911
1916
|
/**
|
|
1912
1917
|
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1913
1918
|
*/
|
|
1914
1919
|
virtualStockAmount: number;
|
|
1915
1920
|
|
|
1916
|
-
/**
|
|
1917
|
-
* Nachschub auf
|
|
1918
|
-
*/
|
|
1919
|
-
replenishmentOn: number;
|
|
1920
|
-
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
1923
1923
|
*/
|
|
@@ -1987,14 +1987,14 @@ export interface ArticleStorage {
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
1989
|
/**
|
|
1990
|
-
*
|
|
1990
|
+
* Anzeigename des Accounts
|
|
1991
1991
|
*/
|
|
1992
|
-
|
|
1992
|
+
accountDisplayName: string;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
useSupplierArticleDescription: boolean;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
2000
|
* Lieferanten-Meldebestand
|
|
@@ -2002,14 +2002,14 @@ export interface ArticleSupplier {
|
|
|
2002
2002
|
supplierReportingStock: number;
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
|
-
*
|
|
2005
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2006
2006
|
*/
|
|
2007
|
-
|
|
2007
|
+
useSupplierArticleIdentifier: boolean;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
deliveryTime: number;
|
|
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
|
+
* 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
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
orderOnComponentBase: boolean;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Einkaufseinheit
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
purchaseUnit: number;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -2333,14 +2333,14 @@ export interface CountryReference {
|
|
|
2333
2333
|
export interface CreateNewDocumentRequest {
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
* Belegart
|
|
2336
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
|
-
*
|
|
2341
|
+
* Belegart
|
|
2342
2342
|
*/
|
|
2343
|
-
|
|
2343
|
+
documentTypeLabel: string;
|
|
2344
2344
|
|
|
2345
2345
|
/**
|
|
2346
2346
|
* Details zum Beleg
|
|
@@ -2406,14 +2406,14 @@ export interface CrmActivity {
|
|
|
2406
2406
|
info: MetaInfo;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* geplante Dauer
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
plannedDurationInSeconds: number;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
|
-
*
|
|
2414
|
+
* Aktivität intern abgerechnet?
|
|
2415
2415
|
*/
|
|
2416
|
-
|
|
2416
|
+
internalBilled: boolean;
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2565,14 +2565,14 @@ export interface CrmActivityType {
|
|
|
2565
2565
|
export interface CrmChecklistItem {
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Ist das Element "angehakt"?
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
checked: boolean;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
|
-
*
|
|
2573
|
+
* Text des Checklisten-Elements
|
|
2574
2574
|
*/
|
|
2575
|
-
|
|
2575
|
+
memo: string;
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
2578
|
* Unique identifier of the Object
|
|
@@ -2974,14 +2974,14 @@ export interface CrmProject {
|
|
|
2974
2974
|
priorityRef: ApiObjectReference;
|
|
2975
2975
|
|
|
2976
2976
|
/**
|
|
2977
|
-
*
|
|
2977
|
+
* Projektleiter vom Auftragnehmer
|
|
2978
2978
|
*/
|
|
2979
|
-
|
|
2979
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2980
2980
|
|
|
2981
2981
|
/**
|
|
2982
|
-
*
|
|
2982
|
+
* Phase
|
|
2983
2983
|
*/
|
|
2984
|
-
|
|
2984
|
+
phaseRef: ApiObjectReference;
|
|
2985
2985
|
|
|
2986
2986
|
/**
|
|
2987
2987
|
* Aufgaben-Nummer
|
|
@@ -2999,14 +2999,14 @@ export interface CrmProject {
|
|
|
2999
2999
|
billedTimes: number;
|
|
3000
3000
|
|
|
3001
3001
|
/**
|
|
3002
|
-
*
|
|
3002
|
+
* Einkaufsbelege
|
|
3003
3003
|
*/
|
|
3004
|
-
|
|
3004
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3005
3005
|
|
|
3006
3006
|
/**
|
|
3007
|
-
*
|
|
3007
|
+
* Geplanter Projektzeitraum (von)
|
|
3008
3008
|
*/
|
|
3009
|
-
|
|
3009
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3010
3010
|
|
|
3011
3011
|
/**
|
|
3012
3012
|
* Verkaufsbelege
|
|
@@ -3234,14 +3234,14 @@ export interface CrmState {
|
|
|
3234
3234
|
readyToBill: boolean;
|
|
3235
3235
|
|
|
3236
3236
|
/**
|
|
3237
|
-
*
|
|
3237
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3238
3238
|
*/
|
|
3239
|
-
|
|
3239
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3240
3240
|
|
|
3241
3241
|
/**
|
|
3242
|
-
*
|
|
3242
|
+
* Handelt es sich um einen Anfang-Status
|
|
3243
3243
|
*/
|
|
3244
|
-
|
|
3244
|
+
startState: boolean;
|
|
3245
3245
|
|
|
3246
3246
|
/**
|
|
3247
3247
|
* MetaInformations for this Object
|
|
@@ -3290,9 +3290,9 @@ export interface CrmSubType {
|
|
|
3290
3290
|
export interface CrmTask {
|
|
3291
3291
|
|
|
3292
3292
|
/**
|
|
3293
|
-
*
|
|
3293
|
+
* Angebot
|
|
3294
3294
|
*/
|
|
3295
|
-
|
|
3295
|
+
customerOfferRef: DocumentRef;
|
|
3296
3296
|
|
|
3297
3297
|
/**
|
|
3298
3298
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3300,9 +3300,9 @@ export interface CrmTask {
|
|
|
3300
3300
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3301
3301
|
|
|
3302
3302
|
/**
|
|
3303
|
-
*
|
|
3303
|
+
* Liste von Erinnerungen
|
|
3304
3304
|
*/
|
|
3305
|
-
|
|
3305
|
+
reminders: Array<CrmReminder>;
|
|
3306
3306
|
|
|
3307
3307
|
/**
|
|
3308
3308
|
* Notizen
|
|
@@ -3495,14 +3495,14 @@ export interface CrmTask {
|
|
|
3495
3495
|
parentRefs: Array<CrmObjectRef>;
|
|
3496
3496
|
|
|
3497
3497
|
/**
|
|
3498
|
-
*
|
|
3498
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3499
3499
|
*/
|
|
3500
|
-
|
|
3500
|
+
externalRecordedTimes: number;
|
|
3501
3501
|
|
|
3502
3502
|
/**
|
|
3503
|
-
*
|
|
3503
|
+
* Beauftragte Zeit in Sekunden
|
|
3504
3504
|
*/
|
|
3505
|
-
|
|
3505
|
+
effortCommissioned: number;
|
|
3506
3506
|
|
|
3507
3507
|
/**
|
|
3508
3508
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3734,14 +3734,14 @@ export interface Customer {
|
|
|
3734
3734
|
stackProcessingPriority: number;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
|
-
*
|
|
3737
|
+
* reference to product price group
|
|
3738
3738
|
*/
|
|
3739
|
-
|
|
3739
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3740
3740
|
|
|
3741
3741
|
/**
|
|
3742
|
-
*
|
|
3742
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3743
3743
|
*/
|
|
3744
|
-
|
|
3744
|
+
collectiveInvoiceManually: boolean;
|
|
3745
3745
|
|
|
3746
3746
|
/**
|
|
3747
3747
|
* Unique identifier of the Object
|
|
@@ -3977,26 +3977,26 @@ export interface DeliveryMethod {
|
|
|
3977
3977
|
*/
|
|
3978
3978
|
defaultSizeUnit: UnitTypeReference;
|
|
3979
3979
|
|
|
3980
|
-
/**
|
|
3981
|
-
* translations
|
|
3982
|
-
*/
|
|
3983
|
-
translations: Array<DocumentTypeTerm>;
|
|
3984
|
-
|
|
3985
3980
|
/**
|
|
3986
3981
|
* Quelle für Paketgewicht
|
|
3987
3982
|
*/
|
|
3988
3983
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3989
3984
|
|
|
3990
3985
|
/**
|
|
3991
|
-
*
|
|
3986
|
+
* translations
|
|
3992
3987
|
*/
|
|
3993
|
-
|
|
3988
|
+
translations: Array<DocumentTypeTerm>;
|
|
3994
3989
|
|
|
3995
3990
|
/**
|
|
3996
3991
|
* Versand-Anbieter
|
|
3997
3992
|
*/
|
|
3998
3993
|
vdsCarrierId: number;
|
|
3999
3994
|
|
|
3995
|
+
/**
|
|
3996
|
+
* Gültige Ländercodes
|
|
3997
|
+
*/
|
|
3998
|
+
validCountryCodes: Array<string>;
|
|
3999
|
+
|
|
4000
4000
|
/**
|
|
4001
4001
|
* Standardgewichtseinheit
|
|
4002
4002
|
*/
|
|
@@ -4114,14 +4114,14 @@ export interface DeliveryTerm {
|
|
|
4114
4114
|
export interface Document {
|
|
4115
4115
|
|
|
4116
4116
|
/**
|
|
4117
|
-
*
|
|
4117
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4118
4118
|
*/
|
|
4119
|
-
|
|
4119
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4120
4120
|
|
|
4121
4121
|
/**
|
|
4122
|
-
*
|
|
4122
|
+
* Referenz zum Rechnungskonto
|
|
4123
4123
|
*/
|
|
4124
|
-
|
|
4124
|
+
billingAccountRef: ApiObjectReference;
|
|
4125
4125
|
|
|
4126
4126
|
/**
|
|
4127
4127
|
* Externe Belegnummer
|
|
@@ -4202,14 +4202,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4202
4202
|
deliveryQuantityPackages: number;
|
|
4203
4203
|
|
|
4204
4204
|
/**
|
|
4205
|
-
*
|
|
4205
|
+
* Leitweg-ID
|
|
4206
4206
|
*/
|
|
4207
|
-
|
|
4207
|
+
buyerReference: string;
|
|
4208
4208
|
|
|
4209
4209
|
/**
|
|
4210
|
-
*
|
|
4210
|
+
* Bestellnummer aus Vorbeleg
|
|
4211
4211
|
*/
|
|
4212
|
-
|
|
4212
|
+
referencedOrderNumber: string;
|
|
4213
4213
|
|
|
4214
4214
|
/**
|
|
4215
4215
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4369,14 +4369,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4369
4369
|
contractDetail: DocumentContractDetail;
|
|
4370
4370
|
|
|
4371
4371
|
/**
|
|
4372
|
-
*
|
|
4372
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4373
4373
|
*/
|
|
4374
|
-
|
|
4374
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4375
4375
|
|
|
4376
4376
|
/**
|
|
4377
|
-
*
|
|
4377
|
+
* Zahlungsplan vorhanden?
|
|
4378
4378
|
*/
|
|
4379
|
-
|
|
4379
|
+
paymentPlan: boolean;
|
|
4380
4380
|
|
|
4381
4381
|
/**
|
|
4382
4382
|
* Produktionsdetails
|
|
@@ -4444,14 +4444,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4444
4444
|
performanceDate: ScriptingDate;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
|
-
*
|
|
4447
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4448
4448
|
*/
|
|
4449
|
-
|
|
4449
|
+
dropShippingInvoiceApproved: boolean;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
|
-
*
|
|
4452
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4453
4453
|
*/
|
|
4454
|
-
|
|
4454
|
+
en16931Profile: EN16931Profile;
|
|
4455
4455
|
|
|
4456
4456
|
/**
|
|
4457
4457
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4666
4666
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Status der USt-ID-Prüfung
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* Rechnungsadresse
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
billingAddress: DocumentAddress;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Bestellt durch Ansprechpartner
|
|
@@ -4839,14 +4839,14 @@ export interface DocumentAddress {
|
|
|
4839
4839
|
postOfficeBox: string;
|
|
4840
4840
|
|
|
4841
4841
|
/**
|
|
4842
|
-
*
|
|
4842
|
+
* Street
|
|
4843
4843
|
*/
|
|
4844
|
-
|
|
4844
|
+
street: string;
|
|
4845
4845
|
|
|
4846
4846
|
/**
|
|
4847
|
-
*
|
|
4847
|
+
* country code IsoAlpha3
|
|
4848
4848
|
*/
|
|
4849
|
-
|
|
4849
|
+
countryCode: string;
|
|
4850
4850
|
|
|
4851
4851
|
/**
|
|
4852
4852
|
* Unique identifier of the Object
|
|
@@ -5239,14 +5239,14 @@ export interface DocumentLine {
|
|
|
5239
5239
|
country: CountryReference;
|
|
5240
5240
|
|
|
5241
5241
|
/**
|
|
5242
|
-
*
|
|
5242
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5243
5243
|
*/
|
|
5244
|
-
|
|
5244
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5245
5245
|
|
|
5246
5246
|
/**
|
|
5247
|
-
*
|
|
5247
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5248
5248
|
*/
|
|
5249
|
-
|
|
5249
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
5252
|
* verarbeitete Menge
|
|
@@ -5294,14 +5294,14 @@ export interface DocumentLine {
|
|
|
5294
5294
|
number: string;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Gesamtbruttogewicht
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
totalGrossWeight: number;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
|
-
*
|
|
5302
|
+
* Referenz zur Kundenauftragszeile
|
|
5303
5303
|
*/
|
|
5304
|
-
|
|
5304
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5305
5305
|
|
|
5306
5306
|
/**
|
|
5307
5307
|
* skontierbare Position?
|
|
@@ -5319,14 +5319,14 @@ export interface DocumentLine {
|
|
|
5319
5319
|
price: number;
|
|
5320
5320
|
|
|
5321
5321
|
/**
|
|
5322
|
-
*
|
|
5322
|
+
* FiBu-Buchung
|
|
5323
5323
|
*/
|
|
5324
|
-
|
|
5324
|
+
financeBooking: DocumentFinanceBooking;
|
|
5325
5325
|
|
|
5326
5326
|
/**
|
|
5327
|
-
*
|
|
5327
|
+
* Gesamtpreis Position in Basiswährung
|
|
5328
5328
|
*/
|
|
5329
|
-
|
|
5329
|
+
baseTotalLinePrice: number;
|
|
5330
5330
|
|
|
5331
5331
|
/**
|
|
5332
5332
|
* Positionstyp
|
|
@@ -5363,25 +5363,25 @@ export interface DocumentLine {
|
|
|
5363
5363
|
*/
|
|
5364
5364
|
id: number;
|
|
5365
5365
|
|
|
5366
|
-
/**
|
|
5367
|
-
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5368
|
-
*/
|
|
5369
|
-
positionOfArticleLine: number;
|
|
5370
|
-
|
|
5371
5366
|
/**
|
|
5372
5367
|
* Externe Referenz zum VDS-Paket
|
|
5373
5368
|
*/
|
|
5374
5369
|
externalReferenceVds: string;
|
|
5375
5370
|
|
|
5376
5371
|
/**
|
|
5377
|
-
*
|
|
5372
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5378
5373
|
*/
|
|
5379
|
-
|
|
5374
|
+
positionOfArticleLine: number;
|
|
5380
5375
|
|
|
5381
5376
|
/**
|
|
5382
5377
|
* Serientyp
|
|
5383
5378
|
*/
|
|
5384
|
-
serialType: ArticleSerialType;
|
|
5379
|
+
serialType: ArticleSerialType;
|
|
5380
|
+
|
|
5381
|
+
/**
|
|
5382
|
+
* Preis pro Einheit in Basiswährung
|
|
5383
|
+
*/
|
|
5384
|
+
basePrice: number;
|
|
5385
5385
|
|
|
5386
5386
|
/**
|
|
5387
5387
|
* MetaInformations for this Object
|
|
@@ -5584,14 +5584,14 @@ export interface DocumentLine {
|
|
|
5584
5584
|
productType: ProductType;
|
|
5585
5585
|
|
|
5586
5586
|
/**
|
|
5587
|
-
*
|
|
5587
|
+
* Vertragsinformationen
|
|
5588
5588
|
*/
|
|
5589
|
-
|
|
5589
|
+
contractDetail: DocumentContractDetail;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
baseSalesValueNet: number;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
5597
|
* Einheit Nettogewicht
|
|
@@ -5828,14 +5828,14 @@ export interface DocumentLineComponent {
|
|
|
5828
5828
|
custom: EavDocumentlinecomponent;
|
|
5829
5829
|
|
|
5830
5830
|
/**
|
|
5831
|
-
*
|
|
5831
|
+
* Gelieferte Menge
|
|
5832
5832
|
*/
|
|
5833
|
-
|
|
5833
|
+
quantityCommitted: number;
|
|
5834
5834
|
|
|
5835
5835
|
/**
|
|
5836
|
-
*
|
|
5836
|
+
* Referenz auf den Artikel der Komponente
|
|
5837
5837
|
*/
|
|
5838
|
-
|
|
5838
|
+
articleId: number;
|
|
5839
5839
|
|
|
5840
5840
|
/**
|
|
5841
5841
|
* Beschreibung des Artikels
|
|
@@ -6141,14 +6141,14 @@ export interface DocumentLinePosDetail {
|
|
|
6141
6141
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6142
6142
|
|
|
6143
6143
|
/**
|
|
6144
|
-
*
|
|
6144
|
+
* Status der externen Zahlung
|
|
6145
6145
|
*/
|
|
6146
|
-
|
|
6146
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6147
6147
|
|
|
6148
6148
|
/**
|
|
6149
|
-
*
|
|
6149
|
+
* Typ der Einlage/Ausgabe
|
|
6150
6150
|
*/
|
|
6151
|
-
|
|
6151
|
+
depositExpenseTypeId: number;
|
|
6152
6152
|
|
|
6153
6153
|
/**
|
|
6154
6154
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6562,14 +6562,14 @@ export const enum DocumentRounding {
|
|
|
6562
6562
|
export interface DocumentShippingCost {
|
|
6563
6563
|
|
|
6564
6564
|
/**
|
|
6565
|
-
*
|
|
6565
|
+
* Die Versandkosten
|
|
6566
6566
|
*/
|
|
6567
|
-
|
|
6567
|
+
costs: number;
|
|
6568
6568
|
|
|
6569
6569
|
/**
|
|
6570
|
-
*
|
|
6570
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6571
6571
|
*/
|
|
6572
|
-
|
|
6572
|
+
manualCosts: boolean;
|
|
6573
6573
|
|
|
6574
6574
|
/**
|
|
6575
6575
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6814,14 +6814,14 @@ export interface DocumentType {
|
|
|
6814
6814
|
labels: Array<DocumentTypeLabel>;
|
|
6815
6815
|
|
|
6816
6816
|
/**
|
|
6817
|
-
*
|
|
6817
|
+
* nächste Belegnummer
|
|
6818
6818
|
*/
|
|
6819
|
-
|
|
6819
|
+
nextNumber: string;
|
|
6820
6820
|
|
|
6821
6821
|
/**
|
|
6822
|
-
*
|
|
6822
|
+
* Zählerkreis
|
|
6823
6823
|
*/
|
|
6824
|
-
|
|
6824
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6825
6825
|
|
|
6826
6826
|
/**
|
|
6827
6827
|
* Sortierung
|
|
@@ -7002,14 +7002,14 @@ export const enum DropShippingPolicy {
|
|
|
7002
7002
|
export interface DummySerialNumberStockTransferApi {
|
|
7003
7003
|
|
|
7004
7004
|
/**
|
|
7005
|
-
*
|
|
7005
|
+
* Ziel-Lager
|
|
7006
7006
|
*/
|
|
7007
|
-
|
|
7007
|
+
targetStorageId: number;
|
|
7008
7008
|
|
|
7009
7009
|
/**
|
|
7010
|
-
*
|
|
7010
|
+
* Seriennummer
|
|
7011
7011
|
*/
|
|
7012
|
-
|
|
7012
|
+
serialNumberId: number;
|
|
7013
7013
|
|
|
7014
7014
|
/**
|
|
7015
7015
|
* Bemerkung
|
|
@@ -7022,14 +7022,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7022
7022
|
bookDate: ScriptingDate;
|
|
7023
7023
|
|
|
7024
7024
|
/**
|
|
7025
|
-
*
|
|
7025
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7026
7026
|
*/
|
|
7027
|
-
|
|
7027
|
+
targetExpiryDate: ScriptingDate;
|
|
7028
7028
|
|
|
7029
7029
|
/**
|
|
7030
|
-
*
|
|
7030
|
+
* Die gültige Seriennummer
|
|
7031
7031
|
*/
|
|
7032
|
-
|
|
7032
|
+
targetSerialNumber: string;
|
|
7033
7033
|
|
|
7034
7034
|
/**
|
|
7035
7035
|
* Quell-Lagerplatz
|
|
@@ -7701,14 +7701,14 @@ export interface OpenItem {
|
|
|
7701
7701
|
performanceCountryCode: string;
|
|
7702
7702
|
|
|
7703
7703
|
/**
|
|
7704
|
-
*
|
|
7704
|
+
* Valutadatum schreibgeschützt
|
|
7705
7705
|
*/
|
|
7706
|
-
|
|
7706
|
+
valueDateReadOnly: boolean;
|
|
7707
7707
|
|
|
7708
7708
|
/**
|
|
7709
|
-
*
|
|
7709
|
+
* agreed Deposit payment date
|
|
7710
7710
|
*/
|
|
7711
|
-
|
|
7711
|
+
depositPaymentDate: ScriptingDate;
|
|
7712
7712
|
|
|
7713
7713
|
/**
|
|
7714
7714
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -7806,14 +7806,14 @@ export interface OpenItem {
|
|
|
7806
7806
|
sumFee: number;
|
|
7807
7807
|
|
|
7808
7808
|
/**
|
|
7809
|
-
*
|
|
7809
|
+
* The full amount of the payment
|
|
7810
7810
|
*/
|
|
7811
|
-
|
|
7811
|
+
fullPaymentAmount: number;
|
|
7812
7812
|
|
|
7813
7813
|
/**
|
|
7814
|
-
*
|
|
7814
|
+
* Zahlungsplan
|
|
7815
7815
|
*/
|
|
7816
|
-
|
|
7816
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7817
7817
|
|
|
7818
7818
|
/**
|
|
7819
7819
|
* Zahlungssperre
|
|
@@ -7846,14 +7846,14 @@ export interface OpenItem {
|
|
|
7846
7846
|
baseSumDiscount: number;
|
|
7847
7847
|
|
|
7848
7848
|
/**
|
|
7849
|
-
*
|
|
7849
|
+
* Zahlungsvorlage
|
|
7850
7850
|
*/
|
|
7851
|
-
|
|
7851
|
+
paymentTemplateRef: ApiObjectReference;
|
|
7852
7852
|
|
|
7853
7853
|
/**
|
|
7854
|
-
*
|
|
7854
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
7855
7855
|
*/
|
|
7856
|
-
|
|
7856
|
+
baseSumDunnings: number;
|
|
7857
7857
|
|
|
7858
7858
|
/**
|
|
7859
7859
|
* Rechnungsbetrag
|
|
@@ -7866,14 +7866,14 @@ export interface OpenItem {
|
|
|
7866
7866
|
taxRateRef: ApiObjectReference;
|
|
7867
7867
|
|
|
7868
7868
|
/**
|
|
7869
|
-
*
|
|
7869
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
7870
7870
|
*/
|
|
7871
|
-
|
|
7871
|
+
baseCurrencyCode: string;
|
|
7872
7872
|
|
|
7873
7873
|
/**
|
|
7874
|
-
*
|
|
7874
|
+
* Anzahlungsrechnung
|
|
7875
7875
|
*/
|
|
7876
|
-
|
|
7876
|
+
depositInvoice: ApiObjectReference;
|
|
7877
7877
|
|
|
7878
7878
|
/**
|
|
7879
7879
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8149,14 +8149,14 @@ export interface OpenItemRecord {
|
|
|
8149
8149
|
version: number;
|
|
8150
8150
|
|
|
8151
8151
|
/**
|
|
8152
|
-
*
|
|
8152
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8153
8153
|
*/
|
|
8154
|
-
|
|
8154
|
+
transactionId: number;
|
|
8155
8155
|
|
|
8156
8156
|
/**
|
|
8157
|
-
*
|
|
8157
|
+
* Buchungsbetrag in Basiswährung
|
|
8158
8158
|
*/
|
|
8159
|
-
|
|
8159
|
+
baseAmount: number;
|
|
8160
8160
|
|
|
8161
8161
|
/**
|
|
8162
8162
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8330,14 +8330,14 @@ export interface PaymentMethod {
|
|
|
8330
8330
|
daysToAddForFollowup: number;
|
|
8331
8331
|
|
|
8332
8332
|
/**
|
|
8333
|
-
*
|
|
8333
|
+
* external Payment Id
|
|
8334
8334
|
*/
|
|
8335
|
-
|
|
8335
|
+
externalPaymentId: string;
|
|
8336
8336
|
|
|
8337
8337
|
/**
|
|
8338
|
-
*
|
|
8338
|
+
* Die Business Transaction
|
|
8339
8339
|
*/
|
|
8340
|
-
|
|
8340
|
+
businessTransaction: ApiObjectReference;
|
|
8341
8341
|
|
|
8342
8342
|
/**
|
|
8343
8343
|
* Unique identifier of the Object
|
|
@@ -8839,14 +8839,14 @@ export interface PicklistLine {
|
|
|
8839
8839
|
articleNumber: string;
|
|
8840
8840
|
|
|
8841
8841
|
/**
|
|
8842
|
-
*
|
|
8842
|
+
* Lagernummer
|
|
8843
8843
|
*/
|
|
8844
|
-
|
|
8844
|
+
storageNumber: string;
|
|
8845
8845
|
|
|
8846
8846
|
/**
|
|
8847
|
-
*
|
|
8847
|
+
* Art der Position
|
|
8848
8848
|
*/
|
|
8849
|
-
|
|
8849
|
+
lineType: PicklistLineType;
|
|
8850
8850
|
|
|
8851
8851
|
/**
|
|
8852
8852
|
* ID der Ziel-Dokumentposition
|
|
@@ -8985,14 +8985,14 @@ export interface PicklistLineComponent {
|
|
|
8985
8985
|
targetDocumentLineComponentId: number;
|
|
8986
8986
|
|
|
8987
8987
|
/**
|
|
8988
|
-
*
|
|
8988
|
+
* abweichende Artikelbezeichnung
|
|
8989
8989
|
*/
|
|
8990
|
-
|
|
8990
|
+
articleAlternativeName: string;
|
|
8991
8991
|
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8994
8994
|
*/
|
|
8995
|
-
|
|
8995
|
+
quantityPerAssemblyGroup: number;
|
|
8996
8996
|
|
|
8997
8997
|
/**
|
|
8998
8998
|
* Verpackte Menge der Position
|
|
@@ -9161,14 +9161,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9161
9161
|
maxArticleCountPerOrder: number;
|
|
9162
9162
|
|
|
9163
9163
|
/**
|
|
9164
|
-
*
|
|
9164
|
+
* Alternative Selektion in VQL
|
|
9165
9165
|
*/
|
|
9166
|
-
|
|
9166
|
+
alternativeSelectionInVql: string;
|
|
9167
9167
|
|
|
9168
9168
|
/**
|
|
9169
|
-
*
|
|
9169
|
+
* Maximaler Auftragswert
|
|
9170
9170
|
*/
|
|
9171
|
-
|
|
9171
|
+
maxOrderValue: number;
|
|
9172
9172
|
|
|
9173
9173
|
/**
|
|
9174
9174
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9176,14 +9176,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9176
9176
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9177
9177
|
|
|
9178
9178
|
/**
|
|
9179
|
-
* Nur
|
|
9179
|
+
* Nur vollständig lieferbare Positionen
|
|
9180
9180
|
*/
|
|
9181
|
-
|
|
9181
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9182
9182
|
|
|
9183
9183
|
/**
|
|
9184
|
-
* Nur
|
|
9184
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9185
9185
|
*/
|
|
9186
|
-
|
|
9186
|
+
maxOrderCount: number;
|
|
9187
9187
|
|
|
9188
9188
|
/**
|
|
9189
9189
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9249,19 +9249,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9249
9249
|
printPicklist: boolean;
|
|
9250
9250
|
|
|
9251
9251
|
/**
|
|
9252
|
-
*
|
|
9252
|
+
* Die zu verwendende Pickwagengruppe
|
|
9253
9253
|
*/
|
|
9254
|
-
|
|
9254
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9255
9255
|
|
|
9256
9256
|
/**
|
|
9257
|
-
*
|
|
9257
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9258
9258
|
*/
|
|
9259
|
-
|
|
9259
|
+
maxPicklistLineCount: number;
|
|
9260
9260
|
|
|
9261
9261
|
/**
|
|
9262
|
-
*
|
|
9262
|
+
* Der zu verwendende Pickwagen
|
|
9263
9263
|
*/
|
|
9264
|
-
|
|
9264
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9265
9265
|
|
|
9266
9266
|
/**
|
|
9267
9267
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9269,9 +9269,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9269
9269
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9270
9270
|
|
|
9271
9271
|
/**
|
|
9272
|
-
*
|
|
9272
|
+
* Lagerplätze vorgeben
|
|
9273
9273
|
*/
|
|
9274
|
-
|
|
9274
|
+
specifyStorageBins: boolean;
|
|
9275
9275
|
|
|
9276
9276
|
/**
|
|
9277
9277
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -9327,14 +9327,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9327
9327
|
alwaysShowDeliveryMethod: boolean;
|
|
9328
9328
|
|
|
9329
9329
|
/**
|
|
9330
|
-
*
|
|
9330
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9331
9331
|
*/
|
|
9332
|
-
|
|
9332
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9333
9333
|
|
|
9334
9334
|
/**
|
|
9335
|
-
*
|
|
9335
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9336
9336
|
*/
|
|
9337
|
-
|
|
9337
|
+
autoPrintDeliveryDocument: boolean;
|
|
9338
9338
|
|
|
9339
9339
|
/**
|
|
9340
9340
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9346,11 +9346,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9346
9346
|
*/
|
|
9347
9347
|
useDigitalPicklist: boolean;
|
|
9348
9348
|
|
|
9349
|
-
/**
|
|
9350
|
-
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9351
|
-
*/
|
|
9352
|
-
printLabelOnScan: boolean;
|
|
9353
|
-
|
|
9354
9349
|
/**
|
|
9355
9350
|
* Sammelbestätigung erlauben
|
|
9356
9351
|
*/
|
|
@@ -9361,6 +9356,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9361
9356
|
*/
|
|
9362
9357
|
allowPickingOfServiceArticles: boolean;
|
|
9363
9358
|
|
|
9359
|
+
/**
|
|
9360
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9361
|
+
*/
|
|
9362
|
+
printLabelOnScan: boolean;
|
|
9363
|
+
|
|
9364
9364
|
/**
|
|
9365
9365
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9366
9366
|
*/
|
|
@@ -9387,14 +9387,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9387
9387
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9388
9388
|
|
|
9389
9389
|
/**
|
|
9390
|
-
*
|
|
9390
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9391
9391
|
*/
|
|
9392
|
-
|
|
9392
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9393
9393
|
|
|
9394
9394
|
/**
|
|
9395
|
-
*
|
|
9395
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9396
9396
|
*/
|
|
9397
|
-
|
|
9397
|
+
autoDeterminationOfLots: boolean;
|
|
9398
9398
|
|
|
9399
9399
|
/**
|
|
9400
9400
|
* Zielmengen in Masken verstecken?
|
|
@@ -9674,14 +9674,14 @@ export interface ProductDiscount {
|
|
|
9674
9674
|
validFrom: ScriptingDate;
|
|
9675
9675
|
|
|
9676
9676
|
/**
|
|
9677
|
-
*
|
|
9677
|
+
* Warengruppe
|
|
9678
9678
|
*/
|
|
9679
|
-
|
|
9679
|
+
productGroupRef: ApiObjectReference;
|
|
9680
9680
|
|
|
9681
9681
|
/**
|
|
9682
|
-
*
|
|
9682
|
+
* Bestimmt die Art des Rabatts
|
|
9683
9683
|
*/
|
|
9684
|
-
|
|
9684
|
+
modifierType: PriceModifierType;
|
|
9685
9685
|
|
|
9686
9686
|
/**
|
|
9687
9687
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9699,14 +9699,14 @@ export interface ProductDiscount {
|
|
|
9699
9699
|
currencyRef: CurrencyReference;
|
|
9700
9700
|
|
|
9701
9701
|
/**
|
|
9702
|
-
*
|
|
9702
|
+
* Preisgruppe
|
|
9703
9703
|
*/
|
|
9704
|
-
|
|
9704
|
+
priceGroupRef: ApiObjectReference;
|
|
9705
9705
|
|
|
9706
9706
|
/**
|
|
9707
|
-
*
|
|
9707
|
+
* Wert des Rabatts
|
|
9708
9708
|
*/
|
|
9709
|
-
|
|
9709
|
+
modifierValue: number;
|
|
9710
9710
|
|
|
9711
9711
|
/**
|
|
9712
9712
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10072,6 +10072,11 @@ export interface RequestDocument {
|
|
|
10072
10072
|
*/
|
|
10073
10073
|
documentDate: ScriptingDate;
|
|
10074
10074
|
|
|
10075
|
+
/**
|
|
10076
|
+
* ID der Kassenschublade (bei POS)
|
|
10077
|
+
*/
|
|
10078
|
+
cashDrawerId: number;
|
|
10079
|
+
|
|
10075
10080
|
/**
|
|
10076
10081
|
* Der Anzahlungsbetrag
|
|
10077
10082
|
*/
|
|
@@ -10082,11 +10087,6 @@ export interface RequestDocument {
|
|
|
10082
10087
|
*/
|
|
10083
10088
|
performanceDate: ScriptingDate;
|
|
10084
10089
|
|
|
10085
|
-
/**
|
|
10086
|
-
* ID der Kassenschublade (bei POS)
|
|
10087
|
-
*/
|
|
10088
|
-
cashDrawerId: number;
|
|
10089
|
-
|
|
10090
10090
|
/**
|
|
10091
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10092
10092
|
*/
|
|
@@ -10375,6 +10375,11 @@ export interface RequestDocumentLine {
|
|
|
10375
10375
|
*/
|
|
10376
10376
|
name: string;
|
|
10377
10377
|
|
|
10378
|
+
/**
|
|
10379
|
+
* ID der Quell-Belegposition
|
|
10380
|
+
*/
|
|
10381
|
+
sourceLineId: number;
|
|
10382
|
+
|
|
10378
10383
|
/**
|
|
10379
10384
|
* Für interne Zwecke: Externe Artikelnummer
|
|
10380
10385
|
*/
|
|
@@ -10385,11 +10390,6 @@ export interface RequestDocumentLine {
|
|
|
10385
10390
|
*/
|
|
10386
10391
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10387
10392
|
|
|
10388
|
-
/**
|
|
10389
|
-
* ID der Quell-Belegposition
|
|
10390
|
-
*/
|
|
10391
|
-
sourceLineId: number;
|
|
10392
|
-
|
|
10393
10393
|
/**
|
|
10394
10394
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10395
10395
|
*/
|
|
@@ -10903,14 +10903,14 @@ export interface SequencerConfiguration {
|
|
|
10903
10903
|
key: string;
|
|
10904
10904
|
|
|
10905
10905
|
/**
|
|
10906
|
-
*
|
|
10906
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10907
10907
|
*/
|
|
10908
|
-
|
|
10908
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10909
10909
|
|
|
10910
10910
|
/**
|
|
10911
|
-
*
|
|
10911
|
+
* Contains details about the sequencer configuration
|
|
10912
10912
|
*/
|
|
10913
|
-
|
|
10913
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10914
10914
|
|
|
10915
10915
|
/**
|
|
10916
10916
|
* MetaInformations for this Object
|
|
@@ -11214,14 +11214,14 @@ export interface ShelfFile {
|
|
|
11214
11214
|
subFiles: Array<SubFileInfo>;
|
|
11215
11215
|
|
|
11216
11216
|
/**
|
|
11217
|
-
*
|
|
11217
|
+
* fileSize
|
|
11218
11218
|
*/
|
|
11219
|
-
|
|
11219
|
+
fileSize: number;
|
|
11220
11220
|
|
|
11221
11221
|
/**
|
|
11222
|
-
*
|
|
11222
|
+
* revision number of this file
|
|
11223
11223
|
*/
|
|
11224
|
-
|
|
11224
|
+
revisionNumber: number;
|
|
11225
11225
|
|
|
11226
11226
|
/**
|
|
11227
11227
|
* file-extension of this entry
|
|
@@ -11519,14 +11519,14 @@ export interface StockMovementManualApi {
|
|
|
11519
11519
|
export interface StockTransferApi {
|
|
11520
11520
|
|
|
11521
11521
|
/**
|
|
11522
|
-
*
|
|
11522
|
+
* Ziel-Lager
|
|
11523
11523
|
*/
|
|
11524
|
-
|
|
11524
|
+
targetStorageId: number;
|
|
11525
11525
|
|
|
11526
11526
|
/**
|
|
11527
|
-
*
|
|
11527
|
+
* Seriennummer
|
|
11528
11528
|
*/
|
|
11529
|
-
|
|
11529
|
+
serialNumberId: number;
|
|
11530
11530
|
|
|
11531
11531
|
/**
|
|
11532
11532
|
* Bemerkung
|
|
@@ -11736,14 +11736,14 @@ export interface Supplier {
|
|
|
11736
11736
|
info: MetaInfo;
|
|
11737
11737
|
|
|
11738
11738
|
/**
|
|
11739
|
-
*
|
|
11739
|
+
* reference to the delivery method
|
|
11740
11740
|
*/
|
|
11741
|
-
|
|
11741
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11742
11742
|
|
|
11743
11743
|
/**
|
|
11744
|
-
*
|
|
11744
|
+
* Lieferantengruppe
|
|
11745
11745
|
*/
|
|
11746
|
-
|
|
11746
|
+
supplierGroupRef: ApiObjectReference;
|
|
11747
11747
|
|
|
11748
11748
|
/**
|
|
11749
11749
|
* tax able or tax free
|
|
@@ -11829,14 +11829,14 @@ export interface TagDto {
|
|
|
11829
11829
|
editColor: string;
|
|
11830
11830
|
|
|
11831
11831
|
/**
|
|
11832
|
-
* Farbe
|
|
11832
|
+
* Farbe für die Anzeige des Tags
|
|
11833
11833
|
*/
|
|
11834
|
-
|
|
11834
|
+
color: string;
|
|
11835
11835
|
|
|
11836
11836
|
/**
|
|
11837
|
-
* Farbe
|
|
11837
|
+
* Farbe in Such-GUI
|
|
11838
11838
|
*/
|
|
11839
|
-
|
|
11839
|
+
searchColor: string;
|
|
11840
11840
|
|
|
11841
11841
|
/**
|
|
11842
11842
|
* Beschriftung des Tags
|