@vario-software/types 2026.22.4 → 2026.23.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 +123 -27
- package/scripting/services.d.ts +22 -22
- package/scripting/types.d.ts +292 -283
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Post office box
|
|
295
|
-
*/
|
|
296
|
-
postOfficeBox: string;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Title
|
|
300
295
|
*/
|
|
301
296
|
titleRef: ApiCreatableReference;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Post office box
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
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
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* city of the bank
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
bankCity: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -1029,14 +1029,14 @@ export interface Article {
|
|
|
1029
1029
|
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Seriennummern Auszeichnungsart
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* weight and size w.o. packaging
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
netMetric: Article$Metric;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -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)
|
|
@@ -1488,25 +1488,20 @@ export interface ArticleCustomer {
|
|
|
1488
1488
|
*/
|
|
1489
1489
|
accountDisplayName: string;
|
|
1490
1490
|
|
|
1491
|
-
/**
|
|
1492
|
-
* Nur Sonderpreis/-rabatt verwenden?
|
|
1493
|
-
*/
|
|
1494
|
-
useOnlyRelatedPriceOrDiscount: boolean;
|
|
1495
|
-
|
|
1496
1491
|
/**
|
|
1497
1492
|
* Referenced Article name
|
|
1498
1493
|
*/
|
|
1499
1494
|
articleName: string;
|
|
1500
1495
|
|
|
1501
1496
|
/**
|
|
1502
|
-
*
|
|
1497
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1503
1498
|
*/
|
|
1504
|
-
|
|
1499
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1505
1500
|
|
|
1506
1501
|
/**
|
|
1507
|
-
*
|
|
1502
|
+
* Etikettdruck-Einstellungen
|
|
1508
1503
|
*/
|
|
1509
|
-
|
|
1504
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1510
1505
|
|
|
1511
1506
|
/**
|
|
1512
1507
|
* Kunden-Preise
|
|
@@ -1563,6 +1558,11 @@ export interface ArticleCustomer {
|
|
|
1563
1558
|
*/
|
|
1564
1559
|
deviatingArticleNumber: string;
|
|
1565
1560
|
|
|
1561
|
+
/**
|
|
1562
|
+
* Art der Preisermittlung
|
|
1563
|
+
*/
|
|
1564
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1565
|
+
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Artikelnummer
|
|
1568
1568
|
*/
|
|
@@ -1599,6 +1599,12 @@ export interface ArticleCustomer {
|
|
|
1599
1599
|
info: MetaInfo;
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
1602
|
+
export const enum ArticleCustomerPriceDetermination {
|
|
1603
|
+
DEFAULT = 'DEFAULT',
|
|
1604
|
+
SPECIAL = 'SPECIAL',
|
|
1605
|
+
ONLY_DEFAULT_PRICE = 'ONLY_DEFAULT_PRICE'
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1602
1608
|
export interface ArticleIdentifier {
|
|
1603
1609
|
|
|
1604
1610
|
/**
|
|
@@ -1670,14 +1676,14 @@ export interface ArticleListing {
|
|
|
1670
1676
|
proposedLowestPriceGross: number;
|
|
1671
1677
|
|
|
1672
1678
|
/**
|
|
1673
|
-
* der
|
|
1679
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1674
1680
|
*/
|
|
1675
|
-
|
|
1681
|
+
customLowestPriceGross: number;
|
|
1676
1682
|
|
|
1677
1683
|
/**
|
|
1678
|
-
*
|
|
1684
|
+
* der Sales Channel
|
|
1679
1685
|
*/
|
|
1680
|
-
|
|
1686
|
+
salesChannelRef: ApiObjectReference;
|
|
1681
1687
|
|
|
1682
1688
|
/**
|
|
1683
1689
|
* soll der Artikel gelistet werden
|
|
@@ -1888,9 +1894,9 @@ export interface ArticleStorage {
|
|
|
1888
1894
|
replenishmentFrom: number;
|
|
1889
1895
|
|
|
1890
1896
|
/**
|
|
1891
|
-
*
|
|
1897
|
+
* Meldebestand
|
|
1892
1898
|
*/
|
|
1893
|
-
|
|
1899
|
+
reorderPoint: number;
|
|
1894
1900
|
|
|
1895
1901
|
/**
|
|
1896
1902
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1898,19 +1904,19 @@ export interface ArticleStorage {
|
|
|
1898
1904
|
quantityInPicking: number;
|
|
1899
1905
|
|
|
1900
1906
|
/**
|
|
1901
|
-
*
|
|
1907
|
+
* Bestellte Menge
|
|
1902
1908
|
*/
|
|
1903
|
-
|
|
1909
|
+
orderedQuantity: number;
|
|
1904
1910
|
|
|
1905
1911
|
/**
|
|
1906
|
-
*
|
|
1912
|
+
* Nachschub auf
|
|
1907
1913
|
*/
|
|
1908
|
-
|
|
1914
|
+
replenishmentOn: number;
|
|
1909
1915
|
|
|
1910
1916
|
/**
|
|
1911
|
-
*
|
|
1917
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1912
1918
|
*/
|
|
1913
|
-
|
|
1919
|
+
virtualStockAmount: number;
|
|
1914
1920
|
|
|
1915
1921
|
/**
|
|
1916
1922
|
* Reservierte Menge
|
|
@@ -1953,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1953
1959
|
storageRef: ApiObjectReference;
|
|
1954
1960
|
|
|
1955
1961
|
/**
|
|
1956
|
-
*
|
|
1962
|
+
* Vorgabe-Lagerplätze
|
|
1957
1963
|
*/
|
|
1958
|
-
|
|
1964
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1959
1965
|
|
|
1960
1966
|
/**
|
|
1961
|
-
*
|
|
1967
|
+
* Sollbestand
|
|
1962
1968
|
*/
|
|
1963
|
-
|
|
1969
|
+
targetStock: number;
|
|
1964
1970
|
|
|
1965
1971
|
/**
|
|
1966
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1986,14 +1992,14 @@ export interface ArticleSupplier {
|
|
|
1986
1992
|
accountDisplayName: string;
|
|
1987
1993
|
|
|
1988
1994
|
/**
|
|
1989
|
-
*
|
|
1995
|
+
* Lieferanten-Meldebestand
|
|
1990
1996
|
*/
|
|
1991
|
-
|
|
1997
|
+
supplierReportingStock: number;
|
|
1992
1998
|
|
|
1993
1999
|
/**
|
|
1994
|
-
*
|
|
2000
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1995
2001
|
*/
|
|
1996
|
-
|
|
2002
|
+
useSupplierArticleDescription: boolean;
|
|
1997
2003
|
|
|
1998
2004
|
/**
|
|
1999
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -2106,9 +2112,9 @@ export interface ArticleSupplier {
|
|
|
2106
2112
|
defaultNetPrice: number;
|
|
2107
2113
|
|
|
2108
2114
|
/**
|
|
2109
|
-
*
|
|
2115
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2110
2116
|
*/
|
|
2111
|
-
|
|
2117
|
+
orderOnComponentBase: boolean;
|
|
2112
2118
|
|
|
2113
2119
|
/**
|
|
2114
2120
|
* Einkaufseinheit
|
|
@@ -2116,9 +2122,9 @@ export interface ArticleSupplier {
|
|
|
2116
2122
|
purchaseUnit: number;
|
|
2117
2123
|
|
|
2118
2124
|
/**
|
|
2119
|
-
*
|
|
2125
|
+
* Referenced Supplier-Account
|
|
2120
2126
|
*/
|
|
2121
|
-
|
|
2127
|
+
accountId: number;
|
|
2122
2128
|
|
|
2123
2129
|
/**
|
|
2124
2130
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2401,14 +2407,14 @@ export interface CrmActivity {
|
|
|
2401
2407
|
info: MetaInfo;
|
|
2402
2408
|
|
|
2403
2409
|
/**
|
|
2404
|
-
*
|
|
2410
|
+
* geplante Dauer
|
|
2405
2411
|
*/
|
|
2406
|
-
|
|
2412
|
+
plannedDurationInSeconds: number;
|
|
2407
2413
|
|
|
2408
2414
|
/**
|
|
2409
|
-
*
|
|
2415
|
+
* Aktivität intern abgerechnet?
|
|
2410
2416
|
*/
|
|
2411
|
-
|
|
2417
|
+
internalBilled: boolean;
|
|
2412
2418
|
|
|
2413
2419
|
/**
|
|
2414
2420
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2446,14 +2452,14 @@ export interface CrmActivity {
|
|
|
2446
2452
|
userRef: ApiObjectReference;
|
|
2447
2453
|
|
|
2448
2454
|
/**
|
|
2449
|
-
*
|
|
2455
|
+
* tatsächliche Startzeit
|
|
2450
2456
|
*/
|
|
2451
|
-
|
|
2457
|
+
startDateTime: ScriptingDateTime;
|
|
2452
2458
|
|
|
2453
2459
|
/**
|
|
2454
|
-
*
|
|
2460
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2455
2461
|
*/
|
|
2456
|
-
|
|
2462
|
+
system: boolean;
|
|
2457
2463
|
|
|
2458
2464
|
/**
|
|
2459
2465
|
* Inhalt dieser Aktivität
|
|
@@ -2692,6 +2698,11 @@ export interface CrmDeal {
|
|
|
2692
2698
|
*/
|
|
2693
2699
|
chance: number;
|
|
2694
2700
|
|
|
2701
|
+
/**
|
|
2702
|
+
* Übergeordnete CRM-Objekte
|
|
2703
|
+
*/
|
|
2704
|
+
parentRefs: Array<CrmObjectRef>;
|
|
2705
|
+
|
|
2695
2706
|
/**
|
|
2696
2707
|
* Zugewiesen von
|
|
2697
2708
|
*/
|
|
@@ -2722,11 +2733,6 @@ export interface CrmDeal {
|
|
|
2722
2733
|
*/
|
|
2723
2734
|
childRefs: Array<CrmObjectRef>;
|
|
2724
2735
|
|
|
2725
|
-
/**
|
|
2726
|
-
* Übergeordnetes CRM-Objekt
|
|
2727
|
-
*/
|
|
2728
|
-
parentRef: CrmObjectRef;
|
|
2729
|
-
|
|
2730
2736
|
/**
|
|
2731
2737
|
* Tags
|
|
2732
2738
|
*/
|
|
@@ -3028,6 +3034,11 @@ export interface CrmProject {
|
|
|
3028
3034
|
*/
|
|
3029
3035
|
projectManagerOfCustomer: CrmParticipant;
|
|
3030
3036
|
|
|
3037
|
+
/**
|
|
3038
|
+
* Übergeordnete CRM-Objekte
|
|
3039
|
+
*/
|
|
3040
|
+
parentRefs: Array<CrmObjectRef>;
|
|
3041
|
+
|
|
3031
3042
|
/**
|
|
3032
3043
|
* Gesamt beauftragte Zeit in Sekunden
|
|
3033
3044
|
*/
|
|
@@ -3068,11 +3079,6 @@ export interface CrmProject {
|
|
|
3068
3079
|
*/
|
|
3069
3080
|
childRefs: Array<CrmObjectRef>;
|
|
3070
3081
|
|
|
3071
|
-
/**
|
|
3072
|
-
* Übergeordnetes CRM-Objekt
|
|
3073
|
-
*/
|
|
3074
|
-
parentRef: CrmObjectRef;
|
|
3075
|
-
|
|
3076
3082
|
/**
|
|
3077
3083
|
* Tags
|
|
3078
3084
|
*/
|
|
@@ -3214,14 +3220,14 @@ export interface CrmState {
|
|
|
3214
3220
|
readyToBill: boolean;
|
|
3215
3221
|
|
|
3216
3222
|
/**
|
|
3217
|
-
*
|
|
3223
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3218
3224
|
*/
|
|
3219
|
-
|
|
3225
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3220
3226
|
|
|
3221
3227
|
/**
|
|
3222
|
-
*
|
|
3228
|
+
* Handelt es sich um einen Anfang-Status
|
|
3223
3229
|
*/
|
|
3224
|
-
|
|
3230
|
+
startState: boolean;
|
|
3225
3231
|
|
|
3226
3232
|
/**
|
|
3227
3233
|
* MetaInformations for this Object
|
|
@@ -3464,6 +3470,11 @@ export interface CrmTask {
|
|
|
3464
3470
|
*/
|
|
3465
3471
|
assignedUserRef: ApiObjectReference;
|
|
3466
3472
|
|
|
3473
|
+
/**
|
|
3474
|
+
* Übergeordnete CRM-Objekte
|
|
3475
|
+
*/
|
|
3476
|
+
parentRefs: Array<CrmObjectRef>;
|
|
3477
|
+
|
|
3467
3478
|
/**
|
|
3468
3479
|
* Beauftragte Zeit in Sekunden
|
|
3469
3480
|
*/
|
|
@@ -3504,11 +3515,6 @@ export interface CrmTask {
|
|
|
3504
3515
|
*/
|
|
3505
3516
|
internalBilledTimes: number;
|
|
3506
3517
|
|
|
3507
|
-
/**
|
|
3508
|
-
* Übergeordnetes CRM-Objekt
|
|
3509
|
-
*/
|
|
3510
|
-
parentRef: CrmObjectRef;
|
|
3511
|
-
|
|
3512
3518
|
/**
|
|
3513
3519
|
* Blockiert diese Aufgaben
|
|
3514
3520
|
*/
|
|
@@ -3952,26 +3958,26 @@ export interface DeliveryMethod {
|
|
|
3952
3958
|
*/
|
|
3953
3959
|
defaultSizeUnit: UnitTypeReference;
|
|
3954
3960
|
|
|
3955
|
-
/**
|
|
3956
|
-
* translations
|
|
3957
|
-
*/
|
|
3958
|
-
translations: Array<DocumentTypeTerm>;
|
|
3959
|
-
|
|
3960
3961
|
/**
|
|
3961
3962
|
* Quelle für Paketgewicht
|
|
3962
3963
|
*/
|
|
3963
3964
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3964
3965
|
|
|
3965
3966
|
/**
|
|
3966
|
-
*
|
|
3967
|
+
* translations
|
|
3967
3968
|
*/
|
|
3968
|
-
|
|
3969
|
+
translations: Array<DocumentTypeTerm>;
|
|
3969
3970
|
|
|
3970
3971
|
/**
|
|
3971
3972
|
* Gültige Ländercodes
|
|
3972
3973
|
*/
|
|
3973
3974
|
validCountryCodes: Array<string>;
|
|
3974
3975
|
|
|
3976
|
+
/**
|
|
3977
|
+
* Versand-Anbieter
|
|
3978
|
+
*/
|
|
3979
|
+
vdsCarrierId: number;
|
|
3980
|
+
|
|
3975
3981
|
/**
|
|
3976
3982
|
* Standardgewichtseinheit
|
|
3977
3983
|
*/
|
|
@@ -4177,14 +4183,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4177
4183
|
deliveryQuantityPackages: number;
|
|
4178
4184
|
|
|
4179
4185
|
/**
|
|
4180
|
-
*
|
|
4186
|
+
* Bestellnummer aus Vorbeleg
|
|
4181
4187
|
*/
|
|
4182
|
-
|
|
4188
|
+
referencedOrderNumber: string;
|
|
4183
4189
|
|
|
4184
4190
|
/**
|
|
4185
|
-
*
|
|
4191
|
+
* Leitweg-ID
|
|
4186
4192
|
*/
|
|
4187
|
-
|
|
4193
|
+
buyerReference: string;
|
|
4188
4194
|
|
|
4189
4195
|
/**
|
|
4190
4196
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4287,14 +4293,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4287
4293
|
supplierNumber: string;
|
|
4288
4294
|
|
|
4289
4295
|
/**
|
|
4290
|
-
*
|
|
4296
|
+
* Gesamtpreis brutto
|
|
4291
4297
|
*/
|
|
4292
|
-
|
|
4298
|
+
totalGrossPrice: number;
|
|
4293
4299
|
|
|
4294
4300
|
/**
|
|
4295
|
-
*
|
|
4301
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4296
4302
|
*/
|
|
4297
|
-
|
|
4303
|
+
deliveryApproved: boolean;
|
|
4298
4304
|
|
|
4299
4305
|
/**
|
|
4300
4306
|
* Kassen-Zahlungspositionen
|
|
@@ -4339,14 +4345,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4339
4345
|
contractDetail: DocumentContractDetail;
|
|
4340
4346
|
|
|
4341
4347
|
/**
|
|
4342
|
-
*
|
|
4348
|
+
* Zahlungsplan vorhanden?
|
|
4343
4349
|
*/
|
|
4344
|
-
|
|
4350
|
+
paymentPlan: boolean;
|
|
4345
4351
|
|
|
4346
4352
|
/**
|
|
4347
|
-
*
|
|
4353
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4348
4354
|
*/
|
|
4349
|
-
|
|
4355
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4350
4356
|
|
|
4351
4357
|
/**
|
|
4352
4358
|
* Produktionsdetails
|
|
@@ -4354,14 +4360,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4354
4360
|
fabricationDetail: DocumentFabricationDetail;
|
|
4355
4361
|
|
|
4356
4362
|
/**
|
|
4357
|
-
*
|
|
4363
|
+
* Berechnungsmodus
|
|
4358
4364
|
*/
|
|
4359
|
-
|
|
4365
|
+
calculationMode: CalculationMode;
|
|
4360
4366
|
|
|
4361
4367
|
/**
|
|
4362
|
-
*
|
|
4368
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4363
4369
|
*/
|
|
4364
|
-
|
|
4370
|
+
accountNumber: string;
|
|
4365
4371
|
|
|
4366
4372
|
/**
|
|
4367
4373
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4374,14 +4380,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4374
4380
|
processedByWorkflow: boolean;
|
|
4375
4381
|
|
|
4376
4382
|
/**
|
|
4377
|
-
*
|
|
4383
|
+
* Telefon an Versender übergeben
|
|
4378
4384
|
*/
|
|
4379
|
-
|
|
4385
|
+
forwardPhoneToShipper: boolean;
|
|
4380
4386
|
|
|
4381
4387
|
/**
|
|
4382
|
-
*
|
|
4388
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4383
4389
|
*/
|
|
4384
|
-
|
|
4390
|
+
baseTotalDocumentPriceModifier: number;
|
|
4385
4391
|
|
|
4386
4392
|
/**
|
|
4387
4393
|
* Liste der Belegtexte
|
|
@@ -4414,14 +4420,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4414
4420
|
performanceDate: ScriptingDate;
|
|
4415
4421
|
|
|
4416
4422
|
/**
|
|
4417
|
-
*
|
|
4423
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4418
4424
|
*/
|
|
4419
|
-
|
|
4425
|
+
en16931Profile: EN16931Profile;
|
|
4420
4426
|
|
|
4421
4427
|
/**
|
|
4422
|
-
*
|
|
4428
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4423
4429
|
*/
|
|
4424
|
-
|
|
4430
|
+
dropShippingInvoiceApproved: boolean;
|
|
4425
4431
|
|
|
4426
4432
|
/**
|
|
4427
4433
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4439,14 +4445,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4439
4445
|
additionalInfo: DocumentAdditionalInfo;
|
|
4440
4446
|
|
|
4441
4447
|
/**
|
|
4442
|
-
*
|
|
4448
|
+
* Bestelldatum
|
|
4443
4449
|
*/
|
|
4444
|
-
|
|
4450
|
+
orderedOn: ScriptingDate;
|
|
4445
4451
|
|
|
4446
4452
|
/**
|
|
4447
|
-
*
|
|
4453
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4448
4454
|
*/
|
|
4449
|
-
|
|
4455
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4450
4456
|
|
|
4451
4457
|
/**
|
|
4452
4458
|
* MetaInformations for this Object
|
|
@@ -4603,6 +4609,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4603
4609
|
*/
|
|
4604
4610
|
posReceiptChangeAmount: number;
|
|
4605
4611
|
|
|
4612
|
+
/**
|
|
4613
|
+
* Referenz auf Lieferbedingung
|
|
4614
|
+
*/
|
|
4615
|
+
deliveryTermRef: ApiObjectReference;
|
|
4616
|
+
|
|
4606
4617
|
/**
|
|
4607
4618
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4608
4619
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4610,11 +4621,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4610
4621
|
*/
|
|
4611
4622
|
posReceiptBalanced: boolean;
|
|
4612
4623
|
|
|
4613
|
-
/**
|
|
4614
|
-
* Referenz auf Lieferbedingung
|
|
4615
|
-
*/
|
|
4616
|
-
deliveryTermRef: ApiObjectReference;
|
|
4617
|
-
|
|
4618
4624
|
/**
|
|
4619
4625
|
* Gesamtbruttogewicht
|
|
4620
4626
|
*/
|
|
@@ -4635,25 +4641,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4635
4641
|
*/
|
|
4636
4642
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4637
4643
|
|
|
4638
|
-
/**
|
|
4639
|
-
* Rechnungsadresse
|
|
4640
|
-
*/
|
|
4641
|
-
billingAddress: DocumentAddress;
|
|
4642
|
-
|
|
4643
4644
|
/**
|
|
4644
4645
|
* Status der USt-ID-Prüfung
|
|
4645
4646
|
*/
|
|
4646
4647
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4647
4648
|
|
|
4648
4649
|
/**
|
|
4649
|
-
*
|
|
4650
|
+
* Rechnungsadresse
|
|
4650
4651
|
*/
|
|
4651
|
-
|
|
4652
|
+
billingAddress: DocumentAddress;
|
|
4652
4653
|
|
|
4653
4654
|
/**
|
|
4654
4655
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4655
4656
|
*/
|
|
4656
4657
|
reportGroupRef: ApiObjectReference;
|
|
4658
|
+
|
|
4659
|
+
/**
|
|
4660
|
+
* Bestellt durch Ansprechpartner
|
|
4661
|
+
*/
|
|
4662
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4657
4663
|
}
|
|
4658
4664
|
|
|
4659
4665
|
export interface DocumentAdditionalInfo {
|
|
@@ -4804,14 +4810,14 @@ export interface DocumentAddress {
|
|
|
4804
4810
|
postOfficeBox: string;
|
|
4805
4811
|
|
|
4806
4812
|
/**
|
|
4807
|
-
*
|
|
4813
|
+
* Street
|
|
4808
4814
|
*/
|
|
4809
|
-
|
|
4815
|
+
street: string;
|
|
4810
4816
|
|
|
4811
4817
|
/**
|
|
4812
|
-
*
|
|
4818
|
+
* country code IsoAlpha3
|
|
4813
4819
|
*/
|
|
4814
|
-
|
|
4820
|
+
countryCode: string;
|
|
4815
4821
|
|
|
4816
4822
|
/**
|
|
4817
4823
|
* Unique identifier of the Object
|
|
@@ -4829,14 +4835,14 @@ export interface DocumentAddress {
|
|
|
4829
4835
|
info: MetaInfo;
|
|
4830
4836
|
|
|
4831
4837
|
/**
|
|
4832
|
-
*
|
|
4838
|
+
* Lieferart
|
|
4833
4839
|
*/
|
|
4834
|
-
|
|
4840
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4835
4841
|
|
|
4836
4842
|
/**
|
|
4837
|
-
*
|
|
4843
|
+
* GLN
|
|
4838
4844
|
*/
|
|
4839
|
-
|
|
4845
|
+
globalLocationNumber: string;
|
|
4840
4846
|
|
|
4841
4847
|
/**
|
|
4842
4848
|
* Postcode
|
|
@@ -5283,6 +5289,11 @@ export interface DocumentLine {
|
|
|
5283
5289
|
*/
|
|
5284
5290
|
price: number;
|
|
5285
5291
|
|
|
5292
|
+
/**
|
|
5293
|
+
* Positionstyp
|
|
5294
|
+
*/
|
|
5295
|
+
lineType: DocumentLineType;
|
|
5296
|
+
|
|
5286
5297
|
/**
|
|
5287
5298
|
* Gesamtpreis Position in Basiswährung
|
|
5288
5299
|
*/
|
|
@@ -5293,11 +5304,6 @@ export interface DocumentLine {
|
|
|
5293
5304
|
*/
|
|
5294
5305
|
financeBooking: DocumentFinanceBooking;
|
|
5295
5306
|
|
|
5296
|
-
/**
|
|
5297
|
-
* Positionstyp
|
|
5298
|
-
*/
|
|
5299
|
-
lineType: DocumentLineType;
|
|
5300
|
-
|
|
5301
5307
|
/**
|
|
5302
5308
|
* vorgeorderte Menge in Pickvorgang
|
|
5303
5309
|
*/
|
|
@@ -5328,6 +5334,11 @@ export interface DocumentLine {
|
|
|
5328
5334
|
*/
|
|
5329
5335
|
id: number;
|
|
5330
5336
|
|
|
5337
|
+
/**
|
|
5338
|
+
* Serientyp
|
|
5339
|
+
*/
|
|
5340
|
+
serialType: ArticleSerialType;
|
|
5341
|
+
|
|
5331
5342
|
/**
|
|
5332
5343
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5333
5344
|
*/
|
|
@@ -5343,11 +5354,6 @@ export interface DocumentLine {
|
|
|
5343
5354
|
*/
|
|
5344
5355
|
basePrice: number;
|
|
5345
5356
|
|
|
5346
|
-
/**
|
|
5347
|
-
* Serientyp
|
|
5348
|
-
*/
|
|
5349
|
-
serialType: ArticleSerialType;
|
|
5350
|
-
|
|
5351
5357
|
/**
|
|
5352
5358
|
* MetaInformations for this Object
|
|
5353
5359
|
*/
|
|
@@ -5544,14 +5550,14 @@ export interface DocumentLine {
|
|
|
5544
5550
|
productType: ProductType;
|
|
5545
5551
|
|
|
5546
5552
|
/**
|
|
5547
|
-
*
|
|
5553
|
+
* Vertragsinformationen
|
|
5548
5554
|
*/
|
|
5549
|
-
|
|
5555
|
+
contractDetail: DocumentContractDetail;
|
|
5550
5556
|
|
|
5551
5557
|
/**
|
|
5552
|
-
*
|
|
5558
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5553
5559
|
*/
|
|
5554
|
-
|
|
5560
|
+
baseSalesValueNet: number;
|
|
5555
5561
|
|
|
5556
5562
|
/**
|
|
5557
5563
|
* Einheit Nettogewicht
|
|
@@ -5927,14 +5933,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
5927
5933
|
quantityFinished: number;
|
|
5928
5934
|
|
|
5929
5935
|
/**
|
|
5930
|
-
*
|
|
5936
|
+
* Menge defekt
|
|
5931
5937
|
*/
|
|
5932
|
-
|
|
5938
|
+
quantityDefective: number;
|
|
5933
5939
|
|
|
5934
5940
|
/**
|
|
5935
|
-
*
|
|
5941
|
+
* Produzierte Seriennummern
|
|
5936
5942
|
*/
|
|
5937
|
-
|
|
5943
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
5938
5944
|
|
|
5939
5945
|
/**
|
|
5940
5946
|
* Freifeld
|
|
@@ -6448,14 +6454,14 @@ export interface DocumentRef {
|
|
|
6448
6454
|
export interface DocumentShippingCost {
|
|
6449
6455
|
|
|
6450
6456
|
/**
|
|
6451
|
-
*
|
|
6457
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6452
6458
|
*/
|
|
6453
|
-
|
|
6459
|
+
manualCosts: boolean;
|
|
6454
6460
|
|
|
6455
6461
|
/**
|
|
6456
|
-
*
|
|
6462
|
+
* Die Versandkosten
|
|
6457
6463
|
*/
|
|
6458
|
-
|
|
6464
|
+
costs: number;
|
|
6459
6465
|
|
|
6460
6466
|
/**
|
|
6461
6467
|
* Keine Versandkosten (freier Versand)
|
|
@@ -7250,14 +7256,14 @@ export interface FabricationRevertRequest {
|
|
|
7250
7256
|
quantity: number;
|
|
7251
7257
|
|
|
7252
7258
|
/**
|
|
7253
|
-
*
|
|
7259
|
+
* Material automatisch stornieren
|
|
7254
7260
|
*/
|
|
7255
|
-
|
|
7261
|
+
autoRevertComponents: boolean;
|
|
7256
7262
|
|
|
7257
7263
|
/**
|
|
7258
|
-
*
|
|
7264
|
+
* ID der zu stornierenden Position
|
|
7259
7265
|
*/
|
|
7260
|
-
|
|
7266
|
+
documentLineId: number;
|
|
7261
7267
|
|
|
7262
7268
|
/**
|
|
7263
7269
|
* Zu stornierende Seriennummern
|
|
@@ -7273,14 +7279,14 @@ export interface FabricationRevertRequest {
|
|
|
7273
7279
|
export interface FabricationSerialNumber {
|
|
7274
7280
|
|
|
7275
7281
|
/**
|
|
7276
|
-
*
|
|
7282
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7277
7283
|
*/
|
|
7278
|
-
|
|
7284
|
+
serialNumberId: number;
|
|
7279
7285
|
|
|
7280
7286
|
/**
|
|
7281
|
-
*
|
|
7287
|
+
* MHD / Verfallsdatum
|
|
7282
7288
|
*/
|
|
7283
|
-
|
|
7289
|
+
expiryDate: ScriptingDate;
|
|
7284
7290
|
|
|
7285
7291
|
/**
|
|
7286
7292
|
* Bemerkung
|
|
@@ -7477,14 +7483,14 @@ export interface PaymentMethod {
|
|
|
7477
7483
|
dunnable: boolean;
|
|
7478
7484
|
|
|
7479
7485
|
/**
|
|
7480
|
-
*
|
|
7486
|
+
* Debitoren-OP abschließen?
|
|
7481
7487
|
*/
|
|
7482
|
-
|
|
7488
|
+
closeCustomerAccountType: boolean;
|
|
7483
7489
|
|
|
7484
7490
|
/**
|
|
7485
|
-
*
|
|
7491
|
+
* translations
|
|
7486
7492
|
*/
|
|
7487
|
-
|
|
7493
|
+
translations: Array<DocumentTypeTerm>;
|
|
7488
7494
|
|
|
7489
7495
|
/**
|
|
7490
7496
|
* +Tage für Folgelastschrift
|
|
@@ -7492,14 +7498,14 @@ export interface PaymentMethod {
|
|
|
7492
7498
|
daysToAddForFollowup: number;
|
|
7493
7499
|
|
|
7494
7500
|
/**
|
|
7495
|
-
*
|
|
7501
|
+
* Die Business Transaction
|
|
7496
7502
|
*/
|
|
7497
|
-
|
|
7503
|
+
businessTransaction: ApiObjectReference;
|
|
7498
7504
|
|
|
7499
7505
|
/**
|
|
7500
|
-
*
|
|
7506
|
+
* external Payment Id
|
|
7501
7507
|
*/
|
|
7502
|
-
|
|
7508
|
+
externalPaymentId: string;
|
|
7503
7509
|
|
|
7504
7510
|
/**
|
|
7505
7511
|
* Unique identifier of the Object
|
|
@@ -7529,26 +7535,26 @@ export interface PaymentTerm {
|
|
|
7529
7535
|
*/
|
|
7530
7536
|
paymentDiscount2: number;
|
|
7531
7537
|
|
|
7532
|
-
/**
|
|
7533
|
-
* printDescription
|
|
7534
|
-
*/
|
|
7535
|
-
printDescription: string;
|
|
7536
|
-
|
|
7537
7538
|
/**
|
|
7538
7539
|
* Percent for Discount 1
|
|
7539
7540
|
*/
|
|
7540
7541
|
paymentDiscount1: number;
|
|
7541
7542
|
|
|
7542
7543
|
/**
|
|
7543
|
-
*
|
|
7544
|
+
* printDescription
|
|
7544
7545
|
*/
|
|
7545
|
-
|
|
7546
|
+
printDescription: string;
|
|
7546
7547
|
|
|
7547
7548
|
/**
|
|
7548
7549
|
* for deposit: remaining term
|
|
7549
7550
|
*/
|
|
7550
7551
|
remainingTermRef: ApiObjectReference;
|
|
7551
7552
|
|
|
7553
|
+
/**
|
|
7554
|
+
* Days for Discount 1
|
|
7555
|
+
*/
|
|
7556
|
+
paymentDays1: number;
|
|
7557
|
+
|
|
7552
7558
|
/**
|
|
7553
7559
|
* Days for Discount 2
|
|
7554
7560
|
*/
|
|
@@ -7823,20 +7829,21 @@ export const enum PickingType {
|
|
|
7823
7829
|
CONSOLIDATION = 'CONSOLIDATION',
|
|
7824
7830
|
REPLENISHMENT = 'REPLENISHMENT',
|
|
7825
7831
|
FABRICATION = 'FABRICATION',
|
|
7826
|
-
MISSING_GOODS_PICKING = 'MISSING_GOODS_PICKING'
|
|
7832
|
+
MISSING_GOODS_PICKING = 'MISSING_GOODS_PICKING',
|
|
7833
|
+
INCORRECTLY_PICKED_GOODS = 'INCORRECTLY_PICKED_GOODS'
|
|
7827
7834
|
}
|
|
7828
7835
|
|
|
7829
7836
|
export interface Picklist {
|
|
7830
7837
|
|
|
7831
7838
|
/**
|
|
7832
|
-
*
|
|
7839
|
+
* Ziellager für Nachschub
|
|
7833
7840
|
*/
|
|
7834
|
-
|
|
7841
|
+
targetStorageRef: ApiObjectReference;
|
|
7835
7842
|
|
|
7836
7843
|
/**
|
|
7837
|
-
*
|
|
7844
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7838
7845
|
*/
|
|
7839
|
-
|
|
7846
|
+
usedTemplate: PicklistTemplate;
|
|
7840
7847
|
|
|
7841
7848
|
/**
|
|
7842
7849
|
* Nummer der Pickliste
|
|
@@ -8129,6 +8136,7 @@ export interface PicklistLineComponent {
|
|
|
8129
8136
|
}
|
|
8130
8137
|
|
|
8131
8138
|
export const enum PicklistLineState {
|
|
8139
|
+
IN_CREATION = 'IN_CREATION',
|
|
8132
8140
|
CREATED = 'CREATED',
|
|
8133
8141
|
NEWLY_ADDED = 'NEWLY_ADDED',
|
|
8134
8142
|
PICKED = 'PICKED',
|
|
@@ -8148,6 +8156,7 @@ export const enum PicklistScriptType {
|
|
|
8148
8156
|
}
|
|
8149
8157
|
|
|
8150
8158
|
export const enum PicklistState {
|
|
8159
|
+
IN_CREATION = 'IN_CREATION',
|
|
8151
8160
|
CREATED = 'CREATED',
|
|
8152
8161
|
PAUSED_IN_PICKING = 'PAUSED_IN_PICKING',
|
|
8153
8162
|
IN_PICKING = 'IN_PICKING',
|
|
@@ -8266,15 +8275,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8266
8275
|
*/
|
|
8267
8276
|
maxArticleCountPerOrder: number;
|
|
8268
8277
|
|
|
8278
|
+
/**
|
|
8279
|
+
* Maximaler Auftragswert
|
|
8280
|
+
*/
|
|
8281
|
+
maxOrderValue: number;
|
|
8282
|
+
|
|
8269
8283
|
/**
|
|
8270
8284
|
* Alternative Selektion in VQL
|
|
8271
8285
|
*/
|
|
8272
8286
|
alternativeSelectionInVql: string;
|
|
8273
8287
|
|
|
8274
8288
|
/**
|
|
8275
|
-
*
|
|
8289
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8276
8290
|
*/
|
|
8277
|
-
|
|
8291
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8278
8292
|
|
|
8279
8293
|
/**
|
|
8280
8294
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -8286,11 +8300,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8286
8300
|
*/
|
|
8287
8301
|
onlyFullDeliverableOrderLines: boolean;
|
|
8288
8302
|
|
|
8289
|
-
/**
|
|
8290
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
8291
|
-
*/
|
|
8292
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8293
|
-
|
|
8294
8303
|
/**
|
|
8295
8304
|
* Selektion über den Bereich vom Belegdatum
|
|
8296
8305
|
*/
|
|
@@ -8365,14 +8374,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8365
8374
|
specifyStorageBins: boolean;
|
|
8366
8375
|
|
|
8367
8376
|
/**
|
|
8368
|
-
*
|
|
8377
|
+
* Der zu verwendende Pickwagen
|
|
8369
8378
|
*/
|
|
8370
|
-
|
|
8379
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8371
8380
|
|
|
8372
8381
|
/**
|
|
8373
|
-
*
|
|
8382
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8374
8383
|
*/
|
|
8375
|
-
|
|
8384
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8376
8385
|
|
|
8377
8386
|
/**
|
|
8378
8387
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
@@ -8427,25 +8436,20 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8427
8436
|
*/
|
|
8428
8437
|
alwaysShowDeliveryMethod: boolean;
|
|
8429
8438
|
|
|
8430
|
-
/**
|
|
8431
|
-
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8432
|
-
*/
|
|
8433
|
-
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8434
|
-
|
|
8435
8439
|
/**
|
|
8436
8440
|
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8437
8441
|
*/
|
|
8438
8442
|
autoPrintDeliveryDocument: boolean;
|
|
8439
8443
|
|
|
8440
8444
|
/**
|
|
8441
|
-
*
|
|
8445
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8442
8446
|
*/
|
|
8443
|
-
|
|
8447
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8444
8448
|
|
|
8445
8449
|
/**
|
|
8446
|
-
*
|
|
8450
|
+
* Versand-Dialog beim Abschluss zeigen
|
|
8447
8451
|
*/
|
|
8448
|
-
|
|
8452
|
+
showShippingFormOnPickingFinish: boolean;
|
|
8449
8453
|
|
|
8450
8454
|
/**
|
|
8451
8455
|
* Sammelbestätigung erlauben
|
|
@@ -8457,6 +8461,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8457
8461
|
*/
|
|
8458
8462
|
allowPickingOfServiceArticles: boolean;
|
|
8459
8463
|
|
|
8464
|
+
/**
|
|
8465
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8466
|
+
*/
|
|
8467
|
+
useDigitalPicklist: boolean;
|
|
8468
|
+
|
|
8460
8469
|
/**
|
|
8461
8470
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8462
8471
|
*/
|
|
@@ -8473,14 +8482,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8473
8482
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8474
8483
|
|
|
8475
8484
|
/**
|
|
8476
|
-
*
|
|
8485
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8477
8486
|
*/
|
|
8478
|
-
|
|
8487
|
+
autoDeterminationOfLots: boolean;
|
|
8479
8488
|
|
|
8480
8489
|
/**
|
|
8481
|
-
*
|
|
8490
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8482
8491
|
*/
|
|
8483
|
-
|
|
8492
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8484
8493
|
|
|
8485
8494
|
/**
|
|
8486
8495
|
* Zielmengen in Masken verstecken?
|
|
@@ -8730,14 +8739,14 @@ export interface ProductArticleRef {
|
|
|
8730
8739
|
export interface ProductDiscount {
|
|
8731
8740
|
|
|
8732
8741
|
/**
|
|
8733
|
-
*
|
|
8742
|
+
* Kundengruppe
|
|
8734
8743
|
*/
|
|
8735
|
-
|
|
8744
|
+
customerGroupRef: ApiObjectReference;
|
|
8736
8745
|
|
|
8737
8746
|
/**
|
|
8738
|
-
*
|
|
8747
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8739
8748
|
*/
|
|
8740
|
-
|
|
8749
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8741
8750
|
|
|
8742
8751
|
/**
|
|
8743
8752
|
* Lieferantengruppe
|
|
@@ -8760,14 +8769,14 @@ export interface ProductDiscount {
|
|
|
8760
8769
|
validFrom: ScriptingDate;
|
|
8761
8770
|
|
|
8762
8771
|
/**
|
|
8763
|
-
*
|
|
8772
|
+
* Warengruppe
|
|
8764
8773
|
*/
|
|
8765
|
-
|
|
8774
|
+
productGroupRef: ApiObjectReference;
|
|
8766
8775
|
|
|
8767
8776
|
/**
|
|
8768
|
-
*
|
|
8777
|
+
* Bestimmt die Art des Rabatts
|
|
8769
8778
|
*/
|
|
8770
|
-
|
|
8779
|
+
modifierType: PriceModifierType;
|
|
8771
8780
|
|
|
8772
8781
|
/**
|
|
8773
8782
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8939,14 +8948,14 @@ export interface ProductMainGroup {
|
|
|
8939
8948
|
export interface ProductPrice {
|
|
8940
8949
|
|
|
8941
8950
|
/**
|
|
8942
|
-
*
|
|
8951
|
+
* Kundengruppe
|
|
8943
8952
|
*/
|
|
8944
|
-
|
|
8953
|
+
customerGroupRef: ApiObjectReference;
|
|
8945
8954
|
|
|
8946
8955
|
/**
|
|
8947
|
-
*
|
|
8956
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8948
8957
|
*/
|
|
8949
|
-
|
|
8958
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8950
8959
|
|
|
8951
8960
|
/**
|
|
8952
8961
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -9212,26 +9221,26 @@ export interface RequestDocument {
|
|
|
9212
9221
|
*/
|
|
9213
9222
|
lines: Array<RequestDocumentLine>;
|
|
9214
9223
|
|
|
9215
|
-
/**
|
|
9216
|
-
* ID der Kasse (bei POS)
|
|
9217
|
-
*/
|
|
9218
|
-
posRegisterId: number;
|
|
9219
|
-
|
|
9220
9224
|
/**
|
|
9221
9225
|
* Die Vertragsdetails
|
|
9222
9226
|
*/
|
|
9223
9227
|
contractDetail: DocumentContractDetail;
|
|
9224
9228
|
|
|
9225
9229
|
/**
|
|
9226
|
-
*
|
|
9230
|
+
* ID der Kasse (bei POS)
|
|
9227
9231
|
*/
|
|
9228
|
-
|
|
9232
|
+
posRegisterId: number;
|
|
9229
9233
|
|
|
9230
9234
|
/**
|
|
9231
9235
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9232
9236
|
*/
|
|
9233
9237
|
paymentTermId: number;
|
|
9234
9238
|
|
|
9239
|
+
/**
|
|
9240
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9241
|
+
*/
|
|
9242
|
+
supplierAccountId: number;
|
|
9243
|
+
|
|
9235
9244
|
/**
|
|
9236
9245
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
9237
9246
|
*/
|
|
@@ -9273,14 +9282,14 @@ export interface RequestDocument {
|
|
|
9273
9282
|
accountId: number;
|
|
9274
9283
|
|
|
9275
9284
|
/**
|
|
9276
|
-
*
|
|
9285
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
9277
9286
|
*/
|
|
9278
|
-
|
|
9287
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
9279
9288
|
|
|
9280
9289
|
/**
|
|
9281
|
-
*
|
|
9290
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
9282
9291
|
*/
|
|
9283
|
-
|
|
9292
|
+
processedByPicklistProcessing: boolean;
|
|
9284
9293
|
|
|
9285
9294
|
/**
|
|
9286
9295
|
* Die Rabatte des Beleges
|
|
@@ -9341,14 +9350,14 @@ export interface RequestDocumentLine {
|
|
|
9341
9350
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9342
9351
|
|
|
9343
9352
|
/**
|
|
9344
|
-
*
|
|
9353
|
+
* Typ dieser Position
|
|
9345
9354
|
*/
|
|
9346
|
-
|
|
9355
|
+
lineType: DocumentLineType;
|
|
9347
9356
|
|
|
9348
9357
|
/**
|
|
9349
|
-
*
|
|
9358
|
+
* FiBu-Angaben
|
|
9350
9359
|
*/
|
|
9351
|
-
|
|
9360
|
+
financeBooking: DocumentFinanceBooking;
|
|
9352
9361
|
|
|
9353
9362
|
/**
|
|
9354
9363
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9361,14 +9370,14 @@ export interface RequestDocumentLine {
|
|
|
9361
9370
|
dropShippingPolicy: DropShippingPolicy;
|
|
9362
9371
|
|
|
9363
9372
|
/**
|
|
9364
|
-
*
|
|
9373
|
+
* (optional) Lager-ID
|
|
9365
9374
|
*/
|
|
9366
|
-
|
|
9375
|
+
storageId: number;
|
|
9367
9376
|
|
|
9368
9377
|
/**
|
|
9369
|
-
*
|
|
9378
|
+
* Positionsnummer der Artikel
|
|
9370
9379
|
*/
|
|
9371
|
-
|
|
9380
|
+
positionOfArticleLine: number;
|
|
9372
9381
|
|
|
9373
9382
|
/**
|
|
9374
9383
|
* Vertragsdetails zur Belegposition
|
|
@@ -9446,14 +9455,14 @@ export interface RequestDocumentLine {
|
|
|
9446
9455
|
name: string;
|
|
9447
9456
|
|
|
9448
9457
|
/**
|
|
9449
|
-
*
|
|
9458
|
+
* ID der Quell-Belegposition
|
|
9450
9459
|
*/
|
|
9451
|
-
|
|
9460
|
+
sourceLineId: number;
|
|
9452
9461
|
|
|
9453
9462
|
/**
|
|
9454
|
-
*
|
|
9463
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9455
9464
|
*/
|
|
9456
|
-
|
|
9465
|
+
externalArticleNumber: string;
|
|
9457
9466
|
|
|
9458
9467
|
/**
|
|
9459
9468
|
* Buchungen zu dieser Belegposition
|
|
@@ -9968,14 +9977,14 @@ export interface SequencerConfiguration {
|
|
|
9968
9977
|
key: string;
|
|
9969
9978
|
|
|
9970
9979
|
/**
|
|
9971
|
-
*
|
|
9980
|
+
* Contains details about the sequencer configuration
|
|
9972
9981
|
*/
|
|
9973
|
-
|
|
9982
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9974
9983
|
|
|
9975
9984
|
/**
|
|
9976
|
-
*
|
|
9985
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9977
9986
|
*/
|
|
9978
|
-
|
|
9987
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9979
9988
|
|
|
9980
9989
|
/**
|
|
9981
9990
|
* MetaInformations for this Object
|
|
@@ -10170,14 +10179,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10170
10179
|
shelfResourceId: number;
|
|
10171
10180
|
|
|
10172
10181
|
/**
|
|
10173
|
-
*
|
|
10182
|
+
* id of the referenced object
|
|
10174
10183
|
*/
|
|
10175
|
-
|
|
10184
|
+
refId: number;
|
|
10176
10185
|
|
|
10177
10186
|
/**
|
|
10178
|
-
*
|
|
10187
|
+
* Verfügbare Transformationen zum Bild
|
|
10179
10188
|
*/
|
|
10180
|
-
|
|
10189
|
+
transformationKeys: Array<string>;
|
|
10181
10190
|
|
|
10182
10191
|
/**
|
|
10183
10192
|
* Unique identifier of the Object
|
|
@@ -10866,14 +10875,14 @@ export interface Supplier {
|
|
|
10866
10875
|
performanceCountryCode: string;
|
|
10867
10876
|
|
|
10868
10877
|
/**
|
|
10869
|
-
*
|
|
10878
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10870
10879
|
*/
|
|
10871
|
-
|
|
10880
|
+
defaultDeliveryTime: number;
|
|
10872
10881
|
|
|
10873
10882
|
/**
|
|
10874
|
-
*
|
|
10883
|
+
* reference to the payment method
|
|
10875
10884
|
*/
|
|
10876
|
-
|
|
10885
|
+
paymentMethodRef: ApiObjectReference;
|
|
10877
10886
|
|
|
10878
10887
|
/**
|
|
10879
10888
|
* currency code IsoAlpha3
|
|
@@ -10894,14 +10903,14 @@ export interface TagDto {
|
|
|
10894
10903
|
editColor: string;
|
|
10895
10904
|
|
|
10896
10905
|
/**
|
|
10897
|
-
* Farbe
|
|
10906
|
+
* Farbe für die Anzeige des Tags
|
|
10898
10907
|
*/
|
|
10899
|
-
|
|
10908
|
+
color: string;
|
|
10900
10909
|
|
|
10901
10910
|
/**
|
|
10902
|
-
* Farbe
|
|
10911
|
+
* Farbe in Such-GUI
|
|
10903
10912
|
*/
|
|
10904
|
-
|
|
10913
|
+
searchColor: string;
|
|
10905
10914
|
|
|
10906
10915
|
/**
|
|
10907
10916
|
* Beschriftung des Tags
|