@vario-software/types 2026.24.0 → 2026.24.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 +2 -10
- package/scripting/services.d.ts +29 -29
- package/scripting/types.d.ts +324 -324
package/scripting/types.d.ts
CHANGED
|
@@ -163,14 +163,14 @@ export interface Account {
|
|
|
163
163
|
custom: EavAccount;
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
|
-
*
|
|
166
|
+
* Is account active?
|
|
167
167
|
*/
|
|
168
|
-
|
|
168
|
+
active: boolean;
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
* tax number/ Steuernummer
|
|
172
172
|
*/
|
|
173
|
-
|
|
173
|
+
taxNumber: string;
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
176
|
* verantwortlicher Benutzer
|
|
@@ -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
|
* Country code
|
|
310
305
|
*/
|
|
311
306
|
countryCode: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Street
|
|
310
|
+
*/
|
|
311
|
+
street: 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
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
payablesSum: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -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
|
|
@@ -1208,26 +1208,26 @@ export interface Article {
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
|
-
/**
|
|
1212
|
-
* description custom data
|
|
1213
|
-
*/
|
|
1214
|
-
listingDescriptionCustom: EavArticleListingDescription;
|
|
1215
|
-
|
|
1216
1211
|
/**
|
|
1217
1212
|
* Frei kommissionierbar
|
|
1218
1213
|
*/
|
|
1219
1214
|
freelyPickable: boolean;
|
|
1220
1215
|
|
|
1221
1216
|
/**
|
|
1222
|
-
*
|
|
1217
|
+
* description custom data
|
|
1223
1218
|
*/
|
|
1224
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1225
1220
|
|
|
1226
1221
|
/**
|
|
1227
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1223
|
*/
|
|
1229
1224
|
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1225
|
|
|
1226
|
+
/**
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
|
+
*/
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
|
+
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
1233
1233
|
*/
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* gross sales prices
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
grossSalesPrice: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -1289,19 +1289,19 @@ export interface Article {
|
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
|
-
*
|
|
1292
|
+
* reference to Product
|
|
1293
1293
|
*/
|
|
1294
|
-
|
|
1294
|
+
productRef: ApiObjectReference;
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
*
|
|
1297
|
+
* Versandlabeldruck
|
|
1298
1298
|
*/
|
|
1299
|
-
|
|
1299
|
+
shippingLabelPrinting: boolean;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* alternative name of this product
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
alternativeName: string;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Kontingentartikel
|
|
@@ -1309,9 +1309,9 @@ export interface Article {
|
|
|
1309
1309
|
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
@@ -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
|
|
@@ -1899,14 +1899,14 @@ export interface ArticleStorage {
|
|
|
1899
1899
|
reorderPoint: number;
|
|
1900
1900
|
|
|
1901
1901
|
/**
|
|
1902
|
-
*
|
|
1902
|
+
* Aktuelle Menge in Kommissionierung
|
|
1903
1903
|
*/
|
|
1904
|
-
|
|
1904
|
+
quantityInPicking: number;
|
|
1905
1905
|
|
|
1906
1906
|
/**
|
|
1907
|
-
*
|
|
1907
|
+
* Bestellte Menge
|
|
1908
1908
|
*/
|
|
1909
|
-
|
|
1909
|
+
orderedQuantity: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Nachschub auf
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Sollbestand
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
targetStock: number;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Vorgabe-Lagerplätze
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1986,6 +1986,11 @@ export interface ArticleStorage {
|
|
|
1986
1986
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
|
+
/**
|
|
1990
|
+
* Lieferanten-Meldebestand
|
|
1991
|
+
*/
|
|
1992
|
+
supplierReportingStock: number;
|
|
1993
|
+
|
|
1989
1994
|
/**
|
|
1990
1995
|
* Anzeigename des Accounts
|
|
1991
1996
|
*/
|
|
@@ -1996,11 +2001,6 @@ export interface ArticleSupplier {
|
|
|
1996
2001
|
*/
|
|
1997
2002
|
useSupplierArticleDescription: boolean;
|
|
1998
2003
|
|
|
1999
|
-
/**
|
|
2000
|
-
* Lieferanten-Meldebestand
|
|
2001
|
-
*/
|
|
2002
|
-
supplierReportingStock: number;
|
|
2003
|
-
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2006
2006
|
*/
|
|
@@ -2117,14 +2117,14 @@ export interface ArticleSupplier {
|
|
|
2117
2117
|
purchaseUnit: number;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Referenced Supplier-Account
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
accountId: number;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
|
-
*
|
|
2125
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2126
2126
|
*/
|
|
2127
|
-
|
|
2127
|
+
orderOnComponentBase: boolean;
|
|
2128
2128
|
|
|
2129
2129
|
/**
|
|
2130
2130
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2334,14 +2334,14 @@ export interface CountryReference {
|
|
|
2334
2334
|
export interface CreateNewDocumentRequest {
|
|
2335
2335
|
|
|
2336
2336
|
/**
|
|
2337
|
-
* Belegart
|
|
2337
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2338
2338
|
*/
|
|
2339
|
-
|
|
2339
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
|
2342
|
-
*
|
|
2342
|
+
* Belegart
|
|
2343
2343
|
*/
|
|
2344
|
-
|
|
2344
|
+
documentTypeLabel: string;
|
|
2345
2345
|
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Details zum Beleg
|
|
@@ -2407,14 +2407,14 @@ export interface CrmActivity {
|
|
|
2407
2407
|
info: MetaInfo;
|
|
2408
2408
|
|
|
2409
2409
|
/**
|
|
2410
|
-
*
|
|
2410
|
+
* Aktivität intern abgerechnet?
|
|
2411
2411
|
*/
|
|
2412
|
-
|
|
2412
|
+
internalBilled: boolean;
|
|
2413
2413
|
|
|
2414
2414
|
/**
|
|
2415
|
-
*
|
|
2415
|
+
* geplante Dauer
|
|
2416
2416
|
*/
|
|
2417
|
-
|
|
2417
|
+
plannedDurationInSeconds: number;
|
|
2418
2418
|
|
|
2419
2419
|
/**
|
|
2420
2420
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2452,14 +2452,14 @@ export interface CrmActivity {
|
|
|
2452
2452
|
userRef: ApiObjectReference;
|
|
2453
2453
|
|
|
2454
2454
|
/**
|
|
2455
|
-
*
|
|
2455
|
+
* tatsächliche Startzeit
|
|
2456
2456
|
*/
|
|
2457
|
-
|
|
2457
|
+
startDateTime: ScriptingDateTime;
|
|
2458
2458
|
|
|
2459
2459
|
/**
|
|
2460
|
-
*
|
|
2460
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2461
2461
|
*/
|
|
2462
|
-
|
|
2462
|
+
system: boolean;
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Inhalt dieser Aktivität
|
|
@@ -2684,14 +2684,14 @@ export interface CrmDeal {
|
|
|
2684
2684
|
info: MetaInfo;
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2688
2688
|
*/
|
|
2689
|
-
|
|
2689
|
+
assignedUserRef: ApiObjectReference;
|
|
2690
2690
|
|
|
2691
2691
|
/**
|
|
2692
|
-
*
|
|
2692
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2693
2693
|
*/
|
|
2694
|
-
|
|
2694
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2695
2695
|
|
|
2696
2696
|
/**
|
|
2697
2697
|
* Chance (in Prozent)
|
|
@@ -3220,14 +3220,14 @@ export interface CrmState {
|
|
|
3220
3220
|
readyToBill: boolean;
|
|
3221
3221
|
|
|
3222
3222
|
/**
|
|
3223
|
-
*
|
|
3223
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3224
3224
|
*/
|
|
3225
|
-
|
|
3225
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3226
3226
|
|
|
3227
3227
|
/**
|
|
3228
|
-
*
|
|
3228
|
+
* Handelt es sich um einen Anfang-Status
|
|
3229
3229
|
*/
|
|
3230
|
-
|
|
3230
|
+
startState: boolean;
|
|
3231
3231
|
|
|
3232
3232
|
/**
|
|
3233
3233
|
* MetaInformations for this Object
|
|
@@ -3275,11 +3275,6 @@ export interface CrmSubType {
|
|
|
3275
3275
|
|
|
3276
3276
|
export interface CrmTask {
|
|
3277
3277
|
|
|
3278
|
-
/**
|
|
3279
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3280
|
-
*/
|
|
3281
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3282
|
-
|
|
3283
3278
|
/**
|
|
3284
3279
|
* Angebot
|
|
3285
3280
|
*/
|
|
@@ -3290,6 +3285,11 @@ export interface CrmTask {
|
|
|
3290
3285
|
*/
|
|
3291
3286
|
reminders: Array<CrmReminder>;
|
|
3292
3287
|
|
|
3288
|
+
/**
|
|
3289
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3290
|
+
*/
|
|
3291
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3292
|
+
|
|
3293
3293
|
/**
|
|
3294
3294
|
* Notizen
|
|
3295
3295
|
*/
|
|
@@ -3476,14 +3476,14 @@ export interface CrmTask {
|
|
|
3476
3476
|
parentRefs: Array<CrmObjectRef>;
|
|
3477
3477
|
|
|
3478
3478
|
/**
|
|
3479
|
-
*
|
|
3479
|
+
* Beauftragte Zeit in Sekunden
|
|
3480
3480
|
*/
|
|
3481
|
-
|
|
3481
|
+
effortCommissioned: number;
|
|
3482
3482
|
|
|
3483
3483
|
/**
|
|
3484
|
-
*
|
|
3484
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3485
3485
|
*/
|
|
3486
|
-
|
|
3486
|
+
externalRecordedTimes: number;
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* Aufwandsschätzung in Sekunden
|
|
@@ -4077,14 +4077,14 @@ export interface DeliveryTerm {
|
|
|
4077
4077
|
id: number;
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
|
-
*
|
|
4080
|
+
* Versandkostenartikel
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4083
4083
|
|
|
4084
4084
|
/**
|
|
4085
|
-
*
|
|
4085
|
+
* free shipping net value
|
|
4086
4086
|
*/
|
|
4087
|
-
|
|
4087
|
+
freeShippingNetValue: number;
|
|
4088
4088
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* MetaInformations for this Object
|
|
@@ -4095,14 +4095,14 @@ export interface DeliveryTerm {
|
|
|
4095
4095
|
export interface Document {
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4098
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4099
4099
|
*/
|
|
4100
|
-
|
|
4100
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4101
4101
|
|
|
4102
4102
|
/**
|
|
4103
|
-
*
|
|
4103
|
+
* Referenz zum Rechnungskonto
|
|
4104
4104
|
*/
|
|
4105
|
-
|
|
4105
|
+
billingAccountRef: ApiObjectReference;
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
4108
|
* Externe Belegnummer
|
|
@@ -4243,14 +4243,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4243
4243
|
accountId: number;
|
|
4244
4244
|
|
|
4245
4245
|
/**
|
|
4246
|
-
* Länderkennzeichen
|
|
4246
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4247
4247
|
*/
|
|
4248
|
-
|
|
4248
|
+
performanceCountryCode: string;
|
|
4249
4249
|
|
|
4250
4250
|
/**
|
|
4251
|
-
* Länderkennzeichen
|
|
4251
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4252
4252
|
*/
|
|
4253
|
-
|
|
4253
|
+
sourceCountryCode: string;
|
|
4254
4254
|
|
|
4255
4255
|
/**
|
|
4256
4256
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4278,14 +4278,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4278
4278
|
documentDate: ScriptingDate;
|
|
4279
4279
|
|
|
4280
4280
|
/**
|
|
4281
|
-
*
|
|
4281
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4282
4282
|
*/
|
|
4283
|
-
|
|
4283
|
+
taxLiabilityReversed: boolean;
|
|
4284
4284
|
|
|
4285
4285
|
/**
|
|
4286
|
-
*
|
|
4286
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4287
4287
|
*/
|
|
4288
|
-
|
|
4288
|
+
roundingAmount: number;
|
|
4289
4289
|
|
|
4290
4290
|
/**
|
|
4291
4291
|
* Versanddatum
|
|
@@ -4312,13 +4312,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4312
4312
|
*/
|
|
4313
4313
|
posPayments: Array<DocumentPosPayment>;
|
|
4314
4314
|
|
|
4315
|
-
/**
|
|
4316
|
-
* Ist die Quittung bezahlt
|
|
4317
|
-
true wenn die Quittung bezahlt ist
|
|
4318
|
-
|
|
4319
|
-
*/
|
|
4320
|
-
posReceiptPayed: boolean;
|
|
4321
|
-
|
|
4322
4315
|
/**
|
|
4323
4316
|
* Kundennummer beim Lieferanten
|
|
4324
4317
|
*/
|
|
@@ -4329,6 +4322,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4329
4322
|
*/
|
|
4330
4323
|
maxDeliveries: number;
|
|
4331
4324
|
|
|
4325
|
+
/**
|
|
4326
|
+
* Ist die Quittung bezahlt
|
|
4327
|
+
true wenn die Quittung bezahlt ist
|
|
4328
|
+
|
|
4329
|
+
*/
|
|
4330
|
+
posReceiptPayed: boolean;
|
|
4331
|
+
|
|
4332
4332
|
/**
|
|
4333
4333
|
* Quittung: Summe Zahlbetrag
|
|
4334
4334
|
*/
|
|
@@ -4350,14 +4350,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4350
4350
|
contractDetail: DocumentContractDetail;
|
|
4351
4351
|
|
|
4352
4352
|
/**
|
|
4353
|
-
*
|
|
4353
|
+
* Zahlungsplan vorhanden?
|
|
4354
4354
|
*/
|
|
4355
|
-
|
|
4355
|
+
paymentPlan: boolean;
|
|
4356
4356
|
|
|
4357
4357
|
/**
|
|
4358
|
-
*
|
|
4358
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4359
4359
|
*/
|
|
4360
|
-
|
|
4360
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4361
4361
|
|
|
4362
4362
|
/**
|
|
4363
4363
|
* Produktionsdetails
|
|
@@ -4375,14 +4375,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4375
4375
|
accountNumber: string;
|
|
4376
4376
|
|
|
4377
4377
|
/**
|
|
4378
|
-
*
|
|
4378
|
+
* Wird vom Workflow verarbeitet?
|
|
4379
4379
|
*/
|
|
4380
|
-
|
|
4380
|
+
processedByWorkflow: boolean;
|
|
4381
4381
|
|
|
4382
4382
|
/**
|
|
4383
|
-
*
|
|
4383
|
+
* Referenz auf Zahlungsbedingung
|
|
4384
4384
|
*/
|
|
4385
|
-
|
|
4385
|
+
paymentTermRef: PaymentTermRef;
|
|
4386
4386
|
|
|
4387
4387
|
/**
|
|
4388
4388
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4425,14 +4425,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4425
4425
|
stackProcessingType: OrderStackProcessingType;
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
4428
|
-
*
|
|
4428
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4429
4429
|
*/
|
|
4430
|
-
|
|
4430
|
+
en16931Profile: EN16931Profile;
|
|
4431
4431
|
|
|
4432
4432
|
/**
|
|
4433
|
-
*
|
|
4433
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4434
4434
|
*/
|
|
4435
|
-
|
|
4435
|
+
dropShippingInvoiceApproved: boolean;
|
|
4436
4436
|
|
|
4437
4437
|
/**
|
|
4438
4438
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4450,14 +4450,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4450
4450
|
additionalInfo: DocumentAdditionalInfo;
|
|
4451
4451
|
|
|
4452
4452
|
/**
|
|
4453
|
-
*
|
|
4453
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4454
4454
|
*/
|
|
4455
|
-
|
|
4455
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4456
4456
|
|
|
4457
4457
|
/**
|
|
4458
|
-
*
|
|
4458
|
+
* Bestelldatum
|
|
4459
4459
|
*/
|
|
4460
|
-
|
|
4460
|
+
orderedOn: ScriptingDate;
|
|
4461
4461
|
|
|
4462
4462
|
/**
|
|
4463
4463
|
* MetaInformations for this Object
|
|
@@ -4595,14 +4595,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4595
4595
|
customerNumber: string;
|
|
4596
4596
|
|
|
4597
4597
|
/**
|
|
4598
|
-
*
|
|
4598
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4599
4599
|
*/
|
|
4600
|
-
|
|
4600
|
+
taxIdentificationNumber: string;
|
|
4601
4601
|
|
|
4602
4602
|
/**
|
|
4603
|
-
*
|
|
4603
|
+
* Statusinstanz des Belegs
|
|
4604
4604
|
*/
|
|
4605
|
-
|
|
4605
|
+
documentState: DocumentTypeState;
|
|
4606
4606
|
|
|
4607
4607
|
/**
|
|
4608
4608
|
* Versandkostenpositionen
|
|
@@ -4614,6 +4614,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4614
|
*/
|
|
4615
4615
|
posReceiptChangeAmount: number;
|
|
4616
4616
|
|
|
4617
|
+
/**
|
|
4618
|
+
* Referenz auf Lieferbedingung
|
|
4619
|
+
*/
|
|
4620
|
+
deliveryTermRef: ApiObjectReference;
|
|
4621
|
+
|
|
4617
4622
|
/**
|
|
4618
4623
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4619
4624
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4621,11 +4626,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4621
4626
|
*/
|
|
4622
4627
|
posReceiptBalanced: boolean;
|
|
4623
4628
|
|
|
4624
|
-
/**
|
|
4625
|
-
* Referenz auf Lieferbedingung
|
|
4626
|
-
*/
|
|
4627
|
-
deliveryTermRef: ApiObjectReference;
|
|
4628
|
-
|
|
4629
4629
|
/**
|
|
4630
4630
|
* Gesamtbruttogewicht
|
|
4631
4631
|
*/
|
|
@@ -4647,14 +4647,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4647
4647
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4648
4648
|
|
|
4649
4649
|
/**
|
|
4650
|
-
*
|
|
4650
|
+
* Status der USt-ID-Prüfung
|
|
4651
4651
|
*/
|
|
4652
|
-
|
|
4652
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4653
4653
|
|
|
4654
4654
|
/**
|
|
4655
|
-
*
|
|
4655
|
+
* Rechnungsadresse
|
|
4656
4656
|
*/
|
|
4657
|
-
|
|
4657
|
+
billingAddress: DocumentAddress;
|
|
4658
4658
|
|
|
4659
4659
|
/**
|
|
4660
4660
|
* Bestellt durch Ansprechpartner
|
|
@@ -4820,14 +4820,14 @@ export interface DocumentAddress {
|
|
|
4820
4820
|
postOfficeBox: string;
|
|
4821
4821
|
|
|
4822
4822
|
/**
|
|
4823
|
-
*
|
|
4823
|
+
* country code IsoAlpha3
|
|
4824
4824
|
*/
|
|
4825
|
-
|
|
4825
|
+
countryCode: string;
|
|
4826
4826
|
|
|
4827
4827
|
/**
|
|
4828
|
-
*
|
|
4828
|
+
* Street
|
|
4829
4829
|
*/
|
|
4830
|
-
|
|
4830
|
+
street: string;
|
|
4831
4831
|
|
|
4832
4832
|
/**
|
|
4833
4833
|
* Unique identifier of the Object
|
|
@@ -5220,14 +5220,14 @@ export interface DocumentLine {
|
|
|
5220
5220
|
country: CountryReference;
|
|
5221
5221
|
|
|
5222
5222
|
/**
|
|
5223
|
-
*
|
|
5223
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5224
5224
|
*/
|
|
5225
|
-
|
|
5225
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5226
5226
|
|
|
5227
5227
|
/**
|
|
5228
|
-
*
|
|
5228
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5229
5229
|
*/
|
|
5230
|
-
|
|
5230
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5231
5231
|
|
|
5232
5232
|
/**
|
|
5233
5233
|
* verarbeitete Menge
|
|
@@ -5275,14 +5275,14 @@ export interface DocumentLine {
|
|
|
5275
5275
|
number: string;
|
|
5276
5276
|
|
|
5277
5277
|
/**
|
|
5278
|
-
*
|
|
5278
|
+
* Gesamtbruttogewicht
|
|
5279
5279
|
*/
|
|
5280
|
-
|
|
5280
|
+
totalGrossWeight: number;
|
|
5281
5281
|
|
|
5282
5282
|
/**
|
|
5283
|
-
*
|
|
5283
|
+
* Referenz zur Kundenauftragszeile
|
|
5284
5284
|
*/
|
|
5285
|
-
|
|
5285
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5286
5286
|
|
|
5287
5287
|
/**
|
|
5288
5288
|
* skontierbare Position?
|
|
@@ -5300,14 +5300,14 @@ export interface DocumentLine {
|
|
|
5300
5300
|
price: number;
|
|
5301
5301
|
|
|
5302
5302
|
/**
|
|
5303
|
-
*
|
|
5303
|
+
* FiBu-Buchung
|
|
5304
5304
|
*/
|
|
5305
|
-
|
|
5305
|
+
financeBooking: DocumentFinanceBooking;
|
|
5306
5306
|
|
|
5307
5307
|
/**
|
|
5308
|
-
*
|
|
5308
|
+
* Gesamtpreis Position in Basiswährung
|
|
5309
5309
|
*/
|
|
5310
|
-
|
|
5310
|
+
baseTotalLinePrice: number;
|
|
5311
5311
|
|
|
5312
5312
|
/**
|
|
5313
5313
|
* Positionstyp
|
|
@@ -5344,6 +5344,11 @@ export interface DocumentLine {
|
|
|
5344
5344
|
*/
|
|
5345
5345
|
id: number;
|
|
5346
5346
|
|
|
5347
|
+
/**
|
|
5348
|
+
* Serientyp
|
|
5349
|
+
*/
|
|
5350
|
+
serialType: ArticleSerialType;
|
|
5351
|
+
|
|
5347
5352
|
/**
|
|
5348
5353
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5349
5354
|
*/
|
|
@@ -5359,11 +5364,6 @@ export interface DocumentLine {
|
|
|
5359
5364
|
*/
|
|
5360
5365
|
basePrice: number;
|
|
5361
5366
|
|
|
5362
|
-
/**
|
|
5363
|
-
* Serientyp
|
|
5364
|
-
*/
|
|
5365
|
-
serialType: ArticleSerialType;
|
|
5366
|
-
|
|
5367
5367
|
/**
|
|
5368
5368
|
* MetaInformations for this Object
|
|
5369
5369
|
*/
|
|
@@ -5530,14 +5530,14 @@ export interface DocumentLine {
|
|
|
5530
5530
|
unitType: UnitTypeReference;
|
|
5531
5531
|
|
|
5532
5532
|
/**
|
|
5533
|
-
*
|
|
5533
|
+
* Zubehör Einfügeart
|
|
5534
5534
|
*/
|
|
5535
|
-
|
|
5535
|
+
insertTerm: AccessoryInsertTerm;
|
|
5536
5536
|
|
|
5537
5537
|
/**
|
|
5538
|
-
*
|
|
5538
|
+
* Referenz zur Basiszeile
|
|
5539
5539
|
*/
|
|
5540
|
-
|
|
5540
|
+
baseLineId: number;
|
|
5541
5541
|
|
|
5542
5542
|
/**
|
|
5543
5543
|
* Einheit Bruttogewicht
|
|
@@ -5565,14 +5565,14 @@ export interface DocumentLine {
|
|
|
5565
5565
|
productType: ProductType;
|
|
5566
5566
|
|
|
5567
5567
|
/**
|
|
5568
|
-
*
|
|
5568
|
+
* Vertragsinformationen
|
|
5569
5569
|
*/
|
|
5570
|
-
|
|
5570
|
+
contractDetail: DocumentContractDetail;
|
|
5571
5571
|
|
|
5572
5572
|
/**
|
|
5573
|
-
*
|
|
5573
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5574
5574
|
*/
|
|
5575
|
-
|
|
5575
|
+
baseSalesValueNet: number;
|
|
5576
5576
|
|
|
5577
5577
|
/**
|
|
5578
5578
|
* Einheit Nettogewicht
|
|
@@ -6122,14 +6122,14 @@ export interface DocumentLinePosDetail {
|
|
|
6122
6122
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6123
6123
|
|
|
6124
6124
|
/**
|
|
6125
|
-
*
|
|
6125
|
+
* Status der externen Zahlung
|
|
6126
6126
|
*/
|
|
6127
|
-
|
|
6127
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6128
6128
|
|
|
6129
6129
|
/**
|
|
6130
|
-
*
|
|
6130
|
+
* Typ der Einlage/Ausgabe
|
|
6131
6131
|
*/
|
|
6132
|
-
|
|
6132
|
+
depositExpenseTypeId: number;
|
|
6133
6133
|
|
|
6134
6134
|
/**
|
|
6135
6135
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6167,14 +6167,14 @@ export interface DocumentLinePosDetail {
|
|
|
6167
6167
|
balanceBeforeWithdrawal: number;
|
|
6168
6168
|
|
|
6169
6169
|
/**
|
|
6170
|
-
*
|
|
6170
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6171
6171
|
*/
|
|
6172
|
-
|
|
6172
|
+
externalPaymentId: string;
|
|
6173
6173
|
|
|
6174
6174
|
/**
|
|
6175
|
-
*
|
|
6175
|
+
* Typ der Position
|
|
6176
6176
|
*/
|
|
6177
|
-
|
|
6177
|
+
posLineType: PosLineType;
|
|
6178
6178
|
|
|
6179
6179
|
/**
|
|
6180
6180
|
* Unique identifier of the Object
|
|
@@ -6385,18 +6385,18 @@ export interface DocumentPosPayment {
|
|
|
6385
6385
|
/**
|
|
6386
6386
|
* Version Identifier for this Object (for PUT)
|
|
6387
6387
|
*/
|
|
6388
|
-
version: number;
|
|
6389
|
-
|
|
6390
|
-
/**
|
|
6391
|
-
* Zahlungsart
|
|
6392
|
-
*/
|
|
6393
|
-
posPaymentMethodRef: ApiObjectReference;
|
|
6388
|
+
version: number;
|
|
6394
6389
|
|
|
6395
6390
|
/**
|
|
6396
6391
|
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6397
6392
|
*/
|
|
6398
6393
|
withdrawalAmount: number;
|
|
6399
6394
|
|
|
6395
|
+
/**
|
|
6396
|
+
* Zahlungsart
|
|
6397
|
+
*/
|
|
6398
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6399
|
+
|
|
6400
6400
|
/**
|
|
6401
6401
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
6402
6402
|
*/
|
|
@@ -6408,14 +6408,14 @@ export interface DocumentPosPayment {
|
|
|
6408
6408
|
balanceBeforeWithdrawal: number;
|
|
6409
6409
|
|
|
6410
6410
|
/**
|
|
6411
|
-
*
|
|
6411
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6412
6412
|
*/
|
|
6413
|
-
|
|
6413
|
+
externalPaymentId: string;
|
|
6414
6414
|
|
|
6415
6415
|
/**
|
|
6416
|
-
*
|
|
6416
|
+
* Typ der Position
|
|
6417
6417
|
*/
|
|
6418
|
-
|
|
6418
|
+
posLineType: PosLineType;
|
|
6419
6419
|
|
|
6420
6420
|
/**
|
|
6421
6421
|
* Unique identifier of the Object
|
|
@@ -6543,14 +6543,14 @@ export const enum DocumentRounding {
|
|
|
6543
6543
|
export interface DocumentShippingCost {
|
|
6544
6544
|
|
|
6545
6545
|
/**
|
|
6546
|
-
*
|
|
6546
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6547
6547
|
*/
|
|
6548
|
-
|
|
6548
|
+
manualCosts: boolean;
|
|
6549
6549
|
|
|
6550
6550
|
/**
|
|
6551
|
-
*
|
|
6551
|
+
* Die Versandkosten
|
|
6552
6552
|
*/
|
|
6553
|
-
|
|
6553
|
+
costs: number;
|
|
6554
6554
|
|
|
6555
6555
|
/**
|
|
6556
6556
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6795,14 +6795,14 @@ export interface DocumentType {
|
|
|
6795
6795
|
labels: Array<DocumentTypeLabel>;
|
|
6796
6796
|
|
|
6797
6797
|
/**
|
|
6798
|
-
*
|
|
6798
|
+
* Zählerkreis
|
|
6799
6799
|
*/
|
|
6800
|
-
|
|
6800
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6801
6801
|
|
|
6802
6802
|
/**
|
|
6803
|
-
*
|
|
6803
|
+
* nächste Belegnummer
|
|
6804
6804
|
*/
|
|
6805
|
-
|
|
6805
|
+
nextNumber: string;
|
|
6806
6806
|
|
|
6807
6807
|
/**
|
|
6808
6808
|
* Sortierung
|
|
@@ -7347,14 +7347,14 @@ export interface FabricationRevertRequest {
|
|
|
7347
7347
|
quantity: number;
|
|
7348
7348
|
|
|
7349
7349
|
/**
|
|
7350
|
-
*
|
|
7350
|
+
* Material automatisch stornieren
|
|
7351
7351
|
*/
|
|
7352
|
-
|
|
7352
|
+
autoRevertComponents: boolean;
|
|
7353
7353
|
|
|
7354
7354
|
/**
|
|
7355
|
-
*
|
|
7355
|
+
* ID der zu stornierenden Position
|
|
7356
7356
|
*/
|
|
7357
|
-
|
|
7357
|
+
documentLineId: number;
|
|
7358
7358
|
|
|
7359
7359
|
/**
|
|
7360
7360
|
* Zu stornierende Seriennummern
|
|
@@ -7574,14 +7574,14 @@ export interface PaymentMethod {
|
|
|
7574
7574
|
dunnable: boolean;
|
|
7575
7575
|
|
|
7576
7576
|
/**
|
|
7577
|
-
*
|
|
7577
|
+
* Debitoren-OP abschließen?
|
|
7578
7578
|
*/
|
|
7579
|
-
|
|
7579
|
+
closeCustomerAccountType: boolean;
|
|
7580
7580
|
|
|
7581
7581
|
/**
|
|
7582
|
-
*
|
|
7582
|
+
* translations
|
|
7583
7583
|
*/
|
|
7584
|
-
|
|
7584
|
+
translations: Array<DocumentTypeTerm>;
|
|
7585
7585
|
|
|
7586
7586
|
/**
|
|
7587
7587
|
* +Tage für Folgelastschrift
|
|
@@ -7627,14 +7627,14 @@ export interface PaymentTerm {
|
|
|
7627
7627
|
paymentDiscount2: number;
|
|
7628
7628
|
|
|
7629
7629
|
/**
|
|
7630
|
-
*
|
|
7630
|
+
* Percent for Discount 1
|
|
7631
7631
|
*/
|
|
7632
|
-
|
|
7632
|
+
paymentDiscount1: number;
|
|
7633
7633
|
|
|
7634
7634
|
/**
|
|
7635
|
-
*
|
|
7635
|
+
* printDescription
|
|
7636
7636
|
*/
|
|
7637
|
-
|
|
7637
|
+
printDescription: string;
|
|
7638
7638
|
|
|
7639
7639
|
/**
|
|
7640
7640
|
* for deposit: remaining term
|
|
@@ -7985,14 +7985,14 @@ export interface Picklist {
|
|
|
7985
7985
|
export interface PicklistLine {
|
|
7986
7986
|
|
|
7987
7987
|
/**
|
|
7988
|
-
*
|
|
7988
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7989
7989
|
*/
|
|
7990
|
-
|
|
7990
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7991
7991
|
|
|
7992
7992
|
/**
|
|
7993
|
-
*
|
|
7993
|
+
* Gesammelte Menge der Position
|
|
7994
7994
|
*/
|
|
7995
|
-
|
|
7995
|
+
quantityCollected: number;
|
|
7996
7996
|
|
|
7997
7997
|
/**
|
|
7998
7998
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -8030,14 +8030,14 @@ export interface PicklistLine {
|
|
|
8030
8030
|
version: number;
|
|
8031
8031
|
|
|
8032
8032
|
/**
|
|
8033
|
-
*
|
|
8033
|
+
* ID der Quell-Dokumentposition
|
|
8034
8034
|
*/
|
|
8035
|
-
|
|
8035
|
+
sourceDocumentLineId: number;
|
|
8036
8036
|
|
|
8037
8037
|
/**
|
|
8038
|
-
*
|
|
8038
|
+
* Lageranzeigename
|
|
8039
8039
|
*/
|
|
8040
|
-
|
|
8040
|
+
storageDisplayName: string;
|
|
8041
8041
|
|
|
8042
8042
|
/**
|
|
8043
8043
|
* Artikelnummer
|
|
@@ -8045,14 +8045,14 @@ export interface PicklistLine {
|
|
|
8045
8045
|
articleNumber: string;
|
|
8046
8046
|
|
|
8047
8047
|
/**
|
|
8048
|
-
*
|
|
8048
|
+
* Art der Position
|
|
8049
8049
|
*/
|
|
8050
|
-
|
|
8050
|
+
lineType: PicklistLineType;
|
|
8051
8051
|
|
|
8052
8052
|
/**
|
|
8053
|
-
*
|
|
8053
|
+
* Lagernummer
|
|
8054
8054
|
*/
|
|
8055
|
-
|
|
8055
|
+
storageNumber: string;
|
|
8056
8056
|
|
|
8057
8057
|
/**
|
|
8058
8058
|
* ID der Ziel-Dokumentposition
|
|
@@ -8191,14 +8191,14 @@ export interface PicklistLineComponent {
|
|
|
8191
8191
|
targetDocumentLineComponentId: number;
|
|
8192
8192
|
|
|
8193
8193
|
/**
|
|
8194
|
-
*
|
|
8194
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8195
8195
|
*/
|
|
8196
|
-
|
|
8196
|
+
quantityPerAssemblyGroup: number;
|
|
8197
8197
|
|
|
8198
8198
|
/**
|
|
8199
|
-
*
|
|
8199
|
+
* abweichende Artikelbezeichnung
|
|
8200
8200
|
*/
|
|
8201
|
-
|
|
8201
|
+
articleAlternativeName: string;
|
|
8202
8202
|
|
|
8203
8203
|
/**
|
|
8204
8204
|
* Verpackte Menge der Position
|
|
@@ -8382,14 +8382,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8382
8382
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8383
8383
|
|
|
8384
8384
|
/**
|
|
8385
|
-
* Nur
|
|
8385
|
+
* Nur vollständig lieferbare Positionen
|
|
8386
8386
|
*/
|
|
8387
|
-
|
|
8387
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
8388
8388
|
|
|
8389
8389
|
/**
|
|
8390
|
-
* Nur
|
|
8390
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8391
8391
|
*/
|
|
8392
|
-
|
|
8392
|
+
maxOrderCount: number;
|
|
8393
8393
|
|
|
8394
8394
|
/**
|
|
8395
8395
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -8454,15 +8454,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8454
8454
|
*/
|
|
8455
8455
|
printPicklist: boolean;
|
|
8456
8456
|
|
|
8457
|
+
/**
|
|
8458
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
8459
|
+
*/
|
|
8460
|
+
maxPicklistLineCount: number;
|
|
8461
|
+
|
|
8457
8462
|
/**
|
|
8458
8463
|
* Die zu verwendende Pickwagengruppe
|
|
8459
8464
|
*/
|
|
8460
8465
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
8461
8466
|
|
|
8462
8467
|
/**
|
|
8463
|
-
*
|
|
8468
|
+
* Lagerplätze vorgeben
|
|
8464
8469
|
*/
|
|
8465
|
-
|
|
8470
|
+
specifyStorageBins: boolean;
|
|
8466
8471
|
|
|
8467
8472
|
/**
|
|
8468
8473
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -8474,11 +8479,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8474
8479
|
*/
|
|
8475
8480
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
8476
8481
|
|
|
8477
|
-
/**
|
|
8478
|
-
* Lagerplätze vorgeben
|
|
8479
|
-
*/
|
|
8480
|
-
specifyStorageBins: boolean;
|
|
8481
|
-
|
|
8482
8482
|
/**
|
|
8483
8483
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8484
8484
|
*/
|
|
@@ -8533,14 +8533,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8533
8533
|
alwaysShowDeliveryMethod: boolean;
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
autoPrintDeliveryDocument: boolean;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8548,24 +8548,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8548
8548
|
showShippingFormOnPickingFinish: boolean;
|
|
8549
8549
|
|
|
8550
8550
|
/**
|
|
8551
|
-
*
|
|
8551
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8552
8552
|
*/
|
|
8553
|
-
|
|
8553
|
+
useDigitalPicklist: boolean;
|
|
8554
8554
|
|
|
8555
8555
|
/**
|
|
8556
|
-
*
|
|
8556
|
+
* Sammelbestätigung erlauben
|
|
8557
8557
|
*/
|
|
8558
|
-
|
|
8558
|
+
allowFullConfirmation: boolean;
|
|
8559
8559
|
|
|
8560
8560
|
/**
|
|
8561
|
-
*
|
|
8561
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8562
8562
|
*/
|
|
8563
|
-
|
|
8563
|
+
allowPickingOfServiceArticles: boolean;
|
|
8564
8564
|
|
|
8565
8565
|
/**
|
|
8566
|
-
*
|
|
8566
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
8567
8567
|
*/
|
|
8568
|
-
|
|
8568
|
+
printLabelOnScan: boolean;
|
|
8569
8569
|
|
|
8570
8570
|
/**
|
|
8571
8571
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8583,14 +8583,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8583
8583
|
printLabelOnCompleteOrder: boolean;
|
|
8584
8584
|
|
|
8585
8585
|
/**
|
|
8586
|
-
*
|
|
8586
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
8587
8587
|
*/
|
|
8588
|
-
|
|
8588
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8589
8589
|
|
|
8590
8590
|
/**
|
|
8591
|
-
*
|
|
8591
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
8592
8592
|
*/
|
|
8593
|
-
|
|
8593
|
+
printLabelAfterPicking: boolean;
|
|
8594
8594
|
|
|
8595
8595
|
/**
|
|
8596
8596
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
@@ -8880,14 +8880,14 @@ export interface ProductDiscount {
|
|
|
8880
8880
|
validFrom: ScriptingDate;
|
|
8881
8881
|
|
|
8882
8882
|
/**
|
|
8883
|
-
*
|
|
8883
|
+
* Warengruppe
|
|
8884
8884
|
*/
|
|
8885
|
-
|
|
8885
|
+
productGroupRef: ApiObjectReference;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* Bestimmt die Art des Rabatts
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
modifierType: PriceModifierType;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
8893
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9257,11 +9257,6 @@ export interface RequestDocument {
|
|
|
9257
9257
|
*/
|
|
9258
9258
|
documentDate: ScriptingDate;
|
|
9259
9259
|
|
|
9260
|
-
/**
|
|
9261
|
-
* ID der Kassenschublade (bei POS)
|
|
9262
|
-
*/
|
|
9263
|
-
cashDrawerId: number;
|
|
9264
|
-
|
|
9265
9260
|
/**
|
|
9266
9261
|
* Leistungsdatum
|
|
9267
9262
|
*/
|
|
@@ -9272,6 +9267,11 @@ export interface RequestDocument {
|
|
|
9272
9267
|
*/
|
|
9273
9268
|
depositPaymentAmount: number;
|
|
9274
9269
|
|
|
9270
|
+
/**
|
|
9271
|
+
* ID der Kassenschublade (bei POS)
|
|
9272
|
+
*/
|
|
9273
|
+
cashDrawerId: number;
|
|
9274
|
+
|
|
9275
9275
|
/**
|
|
9276
9276
|
* Für interne Zwecke: Liefermethode für das Document
|
|
9277
9277
|
*/
|
|
@@ -9338,14 +9338,14 @@ export interface RequestDocument {
|
|
|
9338
9338
|
contractDetail: DocumentContractDetail;
|
|
9339
9339
|
|
|
9340
9340
|
/**
|
|
9341
|
-
*
|
|
9341
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9342
9342
|
*/
|
|
9343
|
-
|
|
9343
|
+
supplierAccountId: number;
|
|
9344
9344
|
|
|
9345
9345
|
/**
|
|
9346
|
-
*
|
|
9346
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9347
9347
|
*/
|
|
9348
|
-
|
|
9348
|
+
paymentTermId: number;
|
|
9349
9349
|
|
|
9350
9350
|
/**
|
|
9351
9351
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9471,14 +9471,14 @@ export interface RequestDocumentLine {
|
|
|
9471
9471
|
dropShippingPolicy: DropShippingPolicy;
|
|
9472
9472
|
|
|
9473
9473
|
/**
|
|
9474
|
-
*
|
|
9474
|
+
* (optional) Lager-ID
|
|
9475
9475
|
*/
|
|
9476
|
-
|
|
9476
|
+
storageId: number;
|
|
9477
9477
|
|
|
9478
9478
|
/**
|
|
9479
|
-
*
|
|
9479
|
+
* Positionsnummer der Artikel
|
|
9480
9480
|
*/
|
|
9481
|
-
|
|
9481
|
+
positionOfArticleLine: number;
|
|
9482
9482
|
|
|
9483
9483
|
/**
|
|
9484
9484
|
* Vertragsdetails zur Belegposition
|
|
@@ -10083,14 +10083,14 @@ export interface SequencerConfiguration {
|
|
|
10083
10083
|
key: string;
|
|
10084
10084
|
|
|
10085
10085
|
/**
|
|
10086
|
-
*
|
|
10086
|
+
* Contains details about the sequencer configuration
|
|
10087
10087
|
*/
|
|
10088
|
-
|
|
10088
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
|
-
*
|
|
10091
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10092
10092
|
*/
|
|
10093
|
-
|
|
10093
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10094
10094
|
|
|
10095
10095
|
/**
|
|
10096
10096
|
* MetaInformations for this Object
|
|
@@ -10202,14 +10202,14 @@ export interface ShelfDocument {
|
|
|
10202
10202
|
tags: Array<TagDto>;
|
|
10203
10203
|
|
|
10204
10204
|
/**
|
|
10205
|
-
*
|
|
10205
|
+
* Mehrsprachige Bezeichnungen
|
|
10206
10206
|
*/
|
|
10207
|
-
|
|
10207
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
10208
10208
|
|
|
10209
10209
|
/**
|
|
10210
|
-
*
|
|
10210
|
+
* share informations
|
|
10211
10211
|
*/
|
|
10212
|
-
|
|
10212
|
+
shares: Array<ShelfShare>;
|
|
10213
10213
|
|
|
10214
10214
|
/**
|
|
10215
10215
|
* Automatische Löschung ab
|
|
@@ -10341,14 +10341,14 @@ export interface ShelfDocumentType {
|
|
|
10341
10341
|
active: boolean;
|
|
10342
10342
|
|
|
10343
10343
|
/**
|
|
10344
|
-
*
|
|
10344
|
+
* access level or reading
|
|
10345
10345
|
*/
|
|
10346
|
-
|
|
10346
|
+
accessLevelRead: number;
|
|
10347
10347
|
|
|
10348
10348
|
/**
|
|
10349
|
-
*
|
|
10349
|
+
* label of type
|
|
10350
10350
|
*/
|
|
10351
|
-
|
|
10351
|
+
label: string;
|
|
10352
10352
|
|
|
10353
10353
|
/**
|
|
10354
10354
|
* storage rule for revisions
|
|
@@ -10394,14 +10394,14 @@ export interface ShelfFile {
|
|
|
10394
10394
|
subFiles: Array<SubFileInfo>;
|
|
10395
10395
|
|
|
10396
10396
|
/**
|
|
10397
|
-
*
|
|
10397
|
+
* revision number of this file
|
|
10398
10398
|
*/
|
|
10399
|
-
|
|
10399
|
+
revisionNumber: number;
|
|
10400
10400
|
|
|
10401
10401
|
/**
|
|
10402
|
-
*
|
|
10402
|
+
* fileSize
|
|
10403
10403
|
*/
|
|
10404
|
-
|
|
10404
|
+
fileSize: number;
|
|
10405
10405
|
|
|
10406
10406
|
/**
|
|
10407
10407
|
* file-extension of this entry
|
|
@@ -10429,14 +10429,14 @@ export interface ShelfFile {
|
|
|
10429
10429
|
version: number;
|
|
10430
10430
|
|
|
10431
10431
|
/**
|
|
10432
|
-
*
|
|
10432
|
+
* meta data
|
|
10433
10433
|
*/
|
|
10434
|
-
|
|
10434
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10435
10435
|
|
|
10436
10436
|
/**
|
|
10437
|
-
*
|
|
10437
|
+
* current reference of this file in our storage
|
|
10438
10438
|
*/
|
|
10439
|
-
|
|
10439
|
+
storageHandle: string;
|
|
10440
10440
|
|
|
10441
10441
|
/**
|
|
10442
10442
|
* MetaInformations for this Object
|
|
@@ -10480,14 +10480,14 @@ export interface ShelfShare {
|
|
|
10480
10480
|
publishState: ShelfSharePublishState;
|
|
10481
10481
|
|
|
10482
10482
|
/**
|
|
10483
|
-
*
|
|
10483
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10484
10484
|
*/
|
|
10485
|
-
|
|
10485
|
+
publicUrlDurationInMinutes: number;
|
|
10486
10486
|
|
|
10487
10487
|
/**
|
|
10488
|
-
*
|
|
10488
|
+
* Freifelder
|
|
10489
10489
|
*/
|
|
10490
|
-
|
|
10490
|
+
custom: EavShelfshare;
|
|
10491
10491
|
|
|
10492
10492
|
/**
|
|
10493
10493
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10981,14 +10981,14 @@ export interface Supplier {
|
|
|
10981
10981
|
performanceCountryCode: string;
|
|
10982
10982
|
|
|
10983
10983
|
/**
|
|
10984
|
-
*
|
|
10984
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10985
10985
|
*/
|
|
10986
|
-
|
|
10986
|
+
defaultDeliveryTime: number;
|
|
10987
10987
|
|
|
10988
10988
|
/**
|
|
10989
|
-
*
|
|
10989
|
+
* reference to the payment method
|
|
10990
10990
|
*/
|
|
10991
|
-
|
|
10991
|
+
paymentMethodRef: ApiObjectReference;
|
|
10992
10992
|
|
|
10993
10993
|
/**
|
|
10994
10994
|
* currency code IsoAlpha3
|
|
@@ -11009,14 +11009,14 @@ export interface TagDto {
|
|
|
11009
11009
|
editColor: string;
|
|
11010
11010
|
|
|
11011
11011
|
/**
|
|
11012
|
-
* Farbe
|
|
11012
|
+
* Farbe in Such-GUI
|
|
11013
11013
|
*/
|
|
11014
|
-
|
|
11014
|
+
searchColor: string;
|
|
11015
11015
|
|
|
11016
11016
|
/**
|
|
11017
|
-
* Farbe
|
|
11017
|
+
* Farbe für die Anzeige des Tags
|
|
11018
11018
|
*/
|
|
11019
|
-
|
|
11019
|
+
color: string;
|
|
11020
11020
|
|
|
11021
11021
|
/**
|
|
11022
11022
|
* Beschriftung des Tags
|
|
@@ -11317,11 +11317,6 @@ export interface User {
|
|
|
11317
11317
|
*/
|
|
11318
11318
|
roles: Array<ApiObjectReference>;
|
|
11319
11319
|
|
|
11320
|
-
/**
|
|
11321
|
-
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
11322
|
-
*/
|
|
11323
|
-
referencedCustomerUserId: number;
|
|
11324
|
-
|
|
11325
11320
|
/**
|
|
11326
11321
|
* Gruppen
|
|
11327
11322
|
*/
|
|
@@ -11332,6 +11327,11 @@ export interface User {
|
|
|
11332
11327
|
*/
|
|
11333
11328
|
active: boolean;
|
|
11334
11329
|
|
|
11330
|
+
/**
|
|
11331
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
11332
|
+
*/
|
|
11333
|
+
referencedCustomerUserId: number;
|
|
11334
|
+
|
|
11335
11335
|
/**
|
|
11336
11336
|
* App-Identifier
|
|
11337
11337
|
*/
|
|
@@ -11368,14 +11368,14 @@ export interface User {
|
|
|
11368
11368
|
id: number;
|
|
11369
11369
|
|
|
11370
11370
|
/**
|
|
11371
|
-
*
|
|
11371
|
+
* username
|
|
11372
11372
|
*/
|
|
11373
|
-
|
|
11373
|
+
username: string;
|
|
11374
11374
|
|
|
11375
11375
|
/**
|
|
11376
|
-
*
|
|
11376
|
+
* Valid to
|
|
11377
11377
|
*/
|
|
11378
|
-
|
|
11378
|
+
validTo: ScriptingDateTime;
|
|
11379
11379
|
|
|
11380
11380
|
/**
|
|
11381
11381
|
* MetaInformations for this Object
|