@vario-software/types 2026.26.0 → 2026.26.2
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 +291 -291
package/scripting/types.d.ts
CHANGED
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Country code
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -446,14 +446,14 @@ export interface AccountAddress {
|
|
|
446
446
|
name1: string;
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* abweichende Zahlungsbedingungen
|
|
450
450
|
*/
|
|
451
|
-
|
|
451
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* Contacts
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
contacts: Array<Contact>;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* is this the default address of the account
|
|
@@ -499,14 +499,14 @@ export interface AccountBankdetail {
|
|
|
499
499
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* origin type
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
originType: AccountBankdetail$OriginType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
*
|
|
507
|
+
* Is default bank?
|
|
508
508
|
*/
|
|
509
|
-
|
|
509
|
+
defaultBank: boolean;
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
512
|
* IBAN
|
|
@@ -1029,14 +1029,14 @@ export interface Article {
|
|
|
1029
1029
|
initialAvgPurchasePrice: number;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* is this product sellable without any quantity at the stock
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
sellableWithoutStock: boolean;
|
|
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
|
|
@@ -1179,14 +1179,14 @@ export interface Article {
|
|
|
1179
1179
|
solvable: boolean;
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
|
-
*
|
|
1182
|
+
* Verkaufseinheit
|
|
1183
1183
|
*/
|
|
1184
|
-
|
|
1184
|
+
salesUnit: number;
|
|
1185
1185
|
|
|
1186
1186
|
/**
|
|
1187
|
-
*
|
|
1187
|
+
* weight and size inc. packaging
|
|
1188
1188
|
*/
|
|
1189
|
-
|
|
1189
|
+
grossMetric: Article$Metric;
|
|
1190
1190
|
|
|
1191
1191
|
/**
|
|
1192
1192
|
* name of this product
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
countryOfOriginRef: CountryReference;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Frei kommissionierbar
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
freelyPickable: boolean;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* description custom data
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
@@ -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
|
* rabattierbarer Artikel?
|
|
@@ -1309,9 +1309,9 @@ export interface Article {
|
|
|
1309
1309
|
discountable: boolean;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* Kontingentartikel
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
contingentArticleRef: ApiObjectReference;
|
|
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
|
+
* 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
|
+
* provisionsberechtiger Artikel?
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
commissionable: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1494,14 +1494,14 @@ export interface ArticleCustomer {
|
|
|
1494
1494
|
articleName: string;
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
|
-
*
|
|
1497
|
+
* Etikettdruck-Einstellungen
|
|
1498
1498
|
*/
|
|
1499
|
-
|
|
1499
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1500
1500
|
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1503
1503
|
*/
|
|
1504
|
-
|
|
1504
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Kunden-Preise
|
|
@@ -1509,14 +1509,14 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
productPrices: Array<ProductPrice>;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Referenced Article
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
articleId: number;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
*
|
|
1517
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
useDeviatingArticleDescription: boolean;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Aktiv?
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Vorgabe-Lagerplätze
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Sollbestand
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
targetStock: number;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1986,11 +1986,6 @@ export interface ArticleStorage {
|
|
|
1986
1986
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
|
-
/**
|
|
1990
|
-
* Anzeigename des Accounts
|
|
1991
|
-
*/
|
|
1992
|
-
accountDisplayName: string;
|
|
1993
|
-
|
|
1994
1989
|
/**
|
|
1995
1990
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1996
1991
|
*/
|
|
@@ -2002,15 +1997,20 @@ export interface ArticleSupplier {
|
|
|
2002
1997
|
supplierReportingStock: number;
|
|
2003
1998
|
|
|
2004
1999
|
/**
|
|
2005
|
-
*
|
|
2000
|
+
* Anzeigename des Accounts
|
|
2006
2001
|
*/
|
|
2007
|
-
|
|
2002
|
+
accountDisplayName: string;
|
|
2008
2003
|
|
|
2009
2004
|
/**
|
|
2010
2005
|
* Lieferzeit in (Werk-)Tagen
|
|
2011
2006
|
*/
|
|
2012
2007
|
deliveryTime: number;
|
|
2013
2008
|
|
|
2009
|
+
/**
|
|
2010
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
|
+
*/
|
|
2012
|
+
useSupplierArticleIdentifier: boolean;
|
|
2013
|
+
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2016
2016
|
*/
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Verpackungseinheit
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
packagingUnit: number;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Referenced Article name
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
articleName: string;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2333,14 +2333,14 @@ export interface CountryReference {
|
|
|
2333
2333
|
export interface CreateNewDocumentRequest {
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
* 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
|
|
@@ -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
|
+
* Geplanter Projektzeitraum (von)
|
|
3003
3003
|
*/
|
|
3004
|
-
|
|
3004
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3005
3005
|
|
|
3006
3006
|
/**
|
|
3007
|
-
*
|
|
3007
|
+
* Einkaufsbelege
|
|
3008
3008
|
*/
|
|
3009
|
-
|
|
3009
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3010
3010
|
|
|
3011
3011
|
/**
|
|
3012
3012
|
* Verkaufsbelege
|
|
@@ -3039,14 +3039,14 @@ export interface CrmProject {
|
|
|
3039
3039
|
info: MetaInfo;
|
|
3040
3040
|
|
|
3041
3041
|
/**
|
|
3042
|
-
*
|
|
3042
|
+
* Projektleiter vom Auftraggeber
|
|
3043
3043
|
*/
|
|
3044
|
-
|
|
3044
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3045
3045
|
|
|
3046
3046
|
/**
|
|
3047
|
-
*
|
|
3047
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3048
3048
|
*/
|
|
3049
|
-
|
|
3049
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3050
3050
|
|
|
3051
3051
|
/**
|
|
3052
3052
|
* Übergeordnete CRM-Objekte
|
|
@@ -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
|
|
@@ -3978,14 +3978,14 @@ export interface DeliveryMethod {
|
|
|
3978
3978
|
defaultSizeUnit: UnitTypeReference;
|
|
3979
3979
|
|
|
3980
3980
|
/**
|
|
3981
|
-
*
|
|
3981
|
+
* translations
|
|
3982
3982
|
*/
|
|
3983
|
-
|
|
3983
|
+
translations: Array<DocumentTypeTerm>;
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
|
-
*
|
|
3986
|
+
* Quelle für Paketgewicht
|
|
3987
3987
|
*/
|
|
3988
|
-
|
|
3988
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
3991
|
* Versand-Anbieter
|
|
@@ -4056,14 +4056,14 @@ export interface DeliveryTerm {
|
|
|
4056
4056
|
label: string;
|
|
4057
4057
|
|
|
4058
4058
|
/**
|
|
4059
|
-
*
|
|
4059
|
+
* information, when the shipping charges should be calculated
|
|
4060
4060
|
*/
|
|
4061
|
-
|
|
4061
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
4062
4062
|
|
|
4063
4063
|
/**
|
|
4064
|
-
*
|
|
4064
|
+
* Sprache des Accounts
|
|
4065
4065
|
*/
|
|
4066
|
-
|
|
4066
|
+
languageCode: string;
|
|
4067
4067
|
|
|
4068
4068
|
/**
|
|
4069
4069
|
* calculate shipping charges per parcel
|
|
@@ -4076,14 +4076,14 @@ export interface DeliveryTerm {
|
|
|
4076
4076
|
version: number;
|
|
4077
4077
|
|
|
4078
4078
|
/**
|
|
4079
|
-
*
|
|
4079
|
+
* translations
|
|
4080
4080
|
*/
|
|
4081
|
-
|
|
4081
|
+
translations: Array<DocumentTypeTerm>;
|
|
4082
4082
|
|
|
4083
4083
|
/**
|
|
4084
|
-
*
|
|
4084
|
+
* information, how the shipping charges should be calculated
|
|
4085
4085
|
*/
|
|
4086
|
-
|
|
4086
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4087
4087
|
|
|
4088
4088
|
/**
|
|
4089
4089
|
* Lieferarten
|
|
@@ -4202,14 +4202,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4202
4202
|
deliveryQuantityPackages: number;
|
|
4203
4203
|
|
|
4204
4204
|
/**
|
|
4205
|
-
*
|
|
4205
|
+
* Bestellnummer aus Vorbeleg
|
|
4206
4206
|
*/
|
|
4207
|
-
|
|
4207
|
+
referencedOrderNumber: string;
|
|
4208
4208
|
|
|
4209
4209
|
/**
|
|
4210
|
-
*
|
|
4210
|
+
* Leitweg-ID
|
|
4211
4211
|
*/
|
|
4212
|
-
|
|
4212
|
+
buyerReference: string;
|
|
4213
4213
|
|
|
4214
4214
|
/**
|
|
4215
4215
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4262,14 +4262,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4262
4262
|
accountId: number;
|
|
4263
4263
|
|
|
4264
4264
|
/**
|
|
4265
|
-
* Länderkennzeichen
|
|
4265
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4266
4266
|
*/
|
|
4267
|
-
|
|
4267
|
+
performanceCountryCode: string;
|
|
4268
4268
|
|
|
4269
4269
|
/**
|
|
4270
|
-
* Länderkennzeichen
|
|
4270
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4271
4271
|
*/
|
|
4272
|
-
|
|
4272
|
+
sourceCountryCode: string;
|
|
4273
4273
|
|
|
4274
4274
|
/**
|
|
4275
4275
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4331,13 +4331,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4331
4331
|
*/
|
|
4332
4332
|
posPayments: Array<DocumentPosPayment>;
|
|
4333
4333
|
|
|
4334
|
-
/**
|
|
4335
|
-
* Ist die Quittung bezahlt
|
|
4336
|
-
true wenn die Quittung bezahlt ist
|
|
4337
|
-
|
|
4338
|
-
*/
|
|
4339
|
-
posReceiptPayed: boolean;
|
|
4340
|
-
|
|
4341
4334
|
/**
|
|
4342
4335
|
* Kundennummer beim Lieferanten
|
|
4343
4336
|
*/
|
|
@@ -4348,6 +4341,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4348
4341
|
*/
|
|
4349
4342
|
maxDeliveries: number;
|
|
4350
4343
|
|
|
4344
|
+
/**
|
|
4345
|
+
* Ist die Quittung bezahlt
|
|
4346
|
+
true wenn die Quittung bezahlt ist
|
|
4347
|
+
|
|
4348
|
+
*/
|
|
4349
|
+
posReceiptPayed: boolean;
|
|
4350
|
+
|
|
4351
4351
|
/**
|
|
4352
4352
|
* Quittung: Summe Zahlbetrag
|
|
4353
4353
|
*/
|
|
@@ -4393,26 +4393,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
accountNumber: string;
|
|
4395
4395
|
|
|
4396
|
-
/**
|
|
4397
|
-
* Wird vom Workflow verarbeitet?
|
|
4398
|
-
*/
|
|
4399
|
-
processedByWorkflow: boolean;
|
|
4400
|
-
|
|
4401
4396
|
/**
|
|
4402
4397
|
* Referenz auf Zahlungsbedingung
|
|
4403
4398
|
*/
|
|
4404
4399
|
paymentTermRef: PaymentTermRef;
|
|
4405
4400
|
|
|
4406
4401
|
/**
|
|
4407
|
-
*
|
|
4402
|
+
* Wird vom Workflow verarbeitet?
|
|
4408
4403
|
*/
|
|
4409
|
-
|
|
4404
|
+
processedByWorkflow: boolean;
|
|
4410
4405
|
|
|
4411
4406
|
/**
|
|
4412
4407
|
* Telefon an Versender übergeben
|
|
4413
4408
|
*/
|
|
4414
4409
|
forwardPhoneToShipper: boolean;
|
|
4415
4410
|
|
|
4411
|
+
/**
|
|
4412
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4413
|
+
*/
|
|
4414
|
+
baseTotalDocumentPriceModifier: number;
|
|
4415
|
+
|
|
4416
4416
|
/**
|
|
4417
4417
|
* Liste der Belegtexte
|
|
4418
4418
|
*/
|
|
@@ -4434,14 +4434,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4434
4434
|
defaultAddress: DocumentAddress;
|
|
4435
4435
|
|
|
4436
4436
|
/**
|
|
4437
|
-
*
|
|
4437
|
+
* Leistungsdatum
|
|
4438
4438
|
*/
|
|
4439
|
-
|
|
4439
|
+
performanceDate: ScriptingDate;
|
|
4440
4440
|
|
|
4441
4441
|
/**
|
|
4442
|
-
*
|
|
4442
|
+
* Verarbeitungsoption für Stapel
|
|
4443
4443
|
*/
|
|
4444
|
-
|
|
4444
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
4447
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4614,14 +4614,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4614
4614
|
customerNumber: string;
|
|
4615
4615
|
|
|
4616
4616
|
/**
|
|
4617
|
-
*
|
|
4617
|
+
* Statusinstanz des Belegs
|
|
4618
4618
|
*/
|
|
4619
|
-
|
|
4619
|
+
documentState: DocumentTypeState;
|
|
4620
4620
|
|
|
4621
4621
|
/**
|
|
4622
|
-
*
|
|
4622
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4623
4623
|
*/
|
|
4624
|
-
|
|
4624
|
+
taxIdentificationNumber: string;
|
|
4625
4625
|
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Versandkostenpositionen
|
|
@@ -4633,6 +4633,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4633
4633
|
*/
|
|
4634
4634
|
posReceiptChangeAmount: number;
|
|
4635
4635
|
|
|
4636
|
+
/**
|
|
4637
|
+
* Referenz auf Lieferbedingung
|
|
4638
|
+
*/
|
|
4639
|
+
deliveryTermRef: ApiObjectReference;
|
|
4640
|
+
|
|
4636
4641
|
/**
|
|
4637
4642
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4638
4643
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4640,11 +4645,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4640
4645
|
*/
|
|
4641
4646
|
posReceiptBalanced: boolean;
|
|
4642
4647
|
|
|
4643
|
-
/**
|
|
4644
|
-
* Referenz auf Lieferbedingung
|
|
4645
|
-
*/
|
|
4646
|
-
deliveryTermRef: ApiObjectReference;
|
|
4647
|
-
|
|
4648
4648
|
/**
|
|
4649
4649
|
* Gesamtbruttogewicht
|
|
4650
4650
|
*/
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4666
4666
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Rechnungsadresse
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
billingAddress: DocumentAddress;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* Status der USt-ID-Prüfung
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Bestellt durch Ansprechpartner
|
|
@@ -4864,14 +4864,14 @@ export interface DocumentAddress {
|
|
|
4864
4864
|
info: MetaInfo;
|
|
4865
4865
|
|
|
4866
4866
|
/**
|
|
4867
|
-
*
|
|
4867
|
+
* GLN
|
|
4868
4868
|
*/
|
|
4869
|
-
|
|
4869
|
+
globalLocationNumber: string;
|
|
4870
4870
|
|
|
4871
4871
|
/**
|
|
4872
|
-
*
|
|
4872
|
+
* Lieferart
|
|
4873
4873
|
*/
|
|
4874
|
-
|
|
4874
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4875
4875
|
|
|
4876
4876
|
/**
|
|
4877
4877
|
* Postcode
|
|
@@ -5324,14 +5324,14 @@ export interface DocumentLine {
|
|
|
5324
5324
|
baseTotalLinePrice: number;
|
|
5325
5325
|
|
|
5326
5326
|
/**
|
|
5327
|
-
*
|
|
5327
|
+
* Positionstyp
|
|
5328
5328
|
*/
|
|
5329
|
-
|
|
5329
|
+
lineType: DocumentLineType;
|
|
5330
5330
|
|
|
5331
5331
|
/**
|
|
5332
|
-
*
|
|
5332
|
+
* FiBu-Buchung
|
|
5333
5333
|
*/
|
|
5334
|
-
|
|
5334
|
+
financeBooking: DocumentFinanceBooking;
|
|
5335
5335
|
|
|
5336
5336
|
/**
|
|
5337
5337
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5363,26 +5363,26 @@ 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
|
* Preis pro Einheit in Basiswährung
|
|
5383
5378
|
*/
|
|
5384
5379
|
basePrice: number;
|
|
5385
5380
|
|
|
5381
|
+
/**
|
|
5382
|
+
* Serientyp
|
|
5383
|
+
*/
|
|
5384
|
+
serialType: ArticleSerialType;
|
|
5385
|
+
|
|
5386
5386
|
/**
|
|
5387
5387
|
* MetaInformations for this Object
|
|
5388
5388
|
*/
|
|
@@ -5549,14 +5549,14 @@ export interface DocumentLine {
|
|
|
5549
5549
|
unitType: UnitTypeReference;
|
|
5550
5550
|
|
|
5551
5551
|
/**
|
|
5552
|
-
*
|
|
5552
|
+
* Zubehör Einfügeart
|
|
5553
5553
|
*/
|
|
5554
|
-
|
|
5554
|
+
insertTerm: AccessoryInsertTerm;
|
|
5555
5555
|
|
|
5556
5556
|
/**
|
|
5557
|
-
*
|
|
5557
|
+
* Referenz zur Basiszeile
|
|
5558
5558
|
*/
|
|
5559
|
-
|
|
5559
|
+
baseLineId: number;
|
|
5560
5560
|
|
|
5561
5561
|
/**
|
|
5562
5562
|
* Einheit Bruttogewicht
|
|
@@ -5584,14 +5584,14 @@ export interface DocumentLine {
|
|
|
5584
5584
|
productType: ProductType;
|
|
5585
5585
|
|
|
5586
5586
|
/**
|
|
5587
|
-
*
|
|
5587
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5588
5588
|
*/
|
|
5589
|
-
|
|
5589
|
+
baseSalesValueNet: number;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Vertragsinformationen
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
contractDetail: DocumentContractDetail;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
5597
|
* Einheit Nettogewicht
|
|
@@ -6407,14 +6407,14 @@ export interface DocumentPosPayment {
|
|
|
6407
6407
|
version: number;
|
|
6408
6408
|
|
|
6409
6409
|
/**
|
|
6410
|
-
*
|
|
6410
|
+
* Zahlungsart
|
|
6411
6411
|
*/
|
|
6412
|
-
|
|
6412
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6413
6413
|
|
|
6414
6414
|
/**
|
|
6415
|
-
*
|
|
6415
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6416
6416
|
*/
|
|
6417
|
-
|
|
6417
|
+
withdrawalAmount: number;
|
|
6418
6418
|
|
|
6419
6419
|
/**
|
|
6420
6420
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -7021,26 +7021,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7021
7021
|
*/
|
|
7022
7022
|
bookDate: ScriptingDate;
|
|
7023
7023
|
|
|
7024
|
-
/**
|
|
7025
|
-
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7026
|
-
*/
|
|
7027
|
-
targetExpiryDate: ScriptingDate;
|
|
7028
|
-
|
|
7029
7024
|
/**
|
|
7030
7025
|
* Die gültige Seriennummer
|
|
7031
7026
|
*/
|
|
7032
7027
|
targetSerialNumber: string;
|
|
7033
7028
|
|
|
7034
7029
|
/**
|
|
7035
|
-
*
|
|
7030
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7036
7031
|
*/
|
|
7037
|
-
|
|
7032
|
+
targetExpiryDate: ScriptingDate;
|
|
7038
7033
|
|
|
7039
7034
|
/**
|
|
7040
7035
|
* Quell-Lagerplatz
|
|
7041
7036
|
*/
|
|
7042
7037
|
sourceStorageBinId: number;
|
|
7043
7038
|
|
|
7039
|
+
/**
|
|
7040
|
+
* Menge
|
|
7041
|
+
*/
|
|
7042
|
+
quantity: number;
|
|
7043
|
+
|
|
7044
7044
|
/**
|
|
7045
7045
|
* Quell-Lager
|
|
7046
7046
|
*/
|
|
@@ -7368,14 +7368,14 @@ export interface FabricationRevertRequest {
|
|
|
7368
7368
|
quantity: number;
|
|
7369
7369
|
|
|
7370
7370
|
/**
|
|
7371
|
-
*
|
|
7371
|
+
* Material automatisch stornieren
|
|
7372
7372
|
*/
|
|
7373
|
-
|
|
7373
|
+
autoRevertComponents: boolean;
|
|
7374
7374
|
|
|
7375
7375
|
/**
|
|
7376
|
-
*
|
|
7376
|
+
* ID der zu stornierenden Position
|
|
7377
7377
|
*/
|
|
7378
|
-
|
|
7378
|
+
documentLineId: number;
|
|
7379
7379
|
|
|
7380
7380
|
/**
|
|
7381
7381
|
* Zu stornierende Seriennummern
|
|
@@ -7391,14 +7391,14 @@ export interface FabricationRevertRequest {
|
|
|
7391
7391
|
export interface FabricationSerialNumber {
|
|
7392
7392
|
|
|
7393
7393
|
/**
|
|
7394
|
-
*
|
|
7394
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7395
7395
|
*/
|
|
7396
|
-
|
|
7396
|
+
serialNumberId: number;
|
|
7397
7397
|
|
|
7398
7398
|
/**
|
|
7399
|
-
*
|
|
7399
|
+
* MHD / Verfallsdatum
|
|
7400
7400
|
*/
|
|
7401
|
-
|
|
7401
|
+
expiryDate: ScriptingDate;
|
|
7402
7402
|
|
|
7403
7403
|
/**
|
|
7404
7404
|
* Bemerkung
|
|
@@ -7691,14 +7691,14 @@ export interface OpenItem {
|
|
|
7691
7691
|
paymentDueDate: ScriptingDate;
|
|
7692
7692
|
|
|
7693
7693
|
/**
|
|
7694
|
-
* Länderkennzeichen
|
|
7694
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7695
7695
|
*/
|
|
7696
|
-
|
|
7696
|
+
performanceCountryCode: string;
|
|
7697
7697
|
|
|
7698
7698
|
/**
|
|
7699
|
-
* Länderkennzeichen
|
|
7699
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7700
7700
|
*/
|
|
7701
|
-
|
|
7701
|
+
sourceCountryCode: string;
|
|
7702
7702
|
|
|
7703
7703
|
/**
|
|
7704
7704
|
* agreed Deposit payment date
|
|
@@ -8315,14 +8315,14 @@ export interface PaymentMethod {
|
|
|
8315
8315
|
dunnable: boolean;
|
|
8316
8316
|
|
|
8317
8317
|
/**
|
|
8318
|
-
*
|
|
8318
|
+
* translations
|
|
8319
8319
|
*/
|
|
8320
|
-
|
|
8320
|
+
translations: Array<DocumentTypeTerm>;
|
|
8321
8321
|
|
|
8322
8322
|
/**
|
|
8323
|
-
*
|
|
8323
|
+
* Debitoren-OP abschließen?
|
|
8324
8324
|
*/
|
|
8325
|
-
|
|
8325
|
+
closeCustomerAccountType: boolean;
|
|
8326
8326
|
|
|
8327
8327
|
/**
|
|
8328
8328
|
* +Tage für Folgelastschrift
|
|
@@ -8431,14 +8431,14 @@ export interface PaymentTerm {
|
|
|
8431
8431
|
printDescription: string;
|
|
8432
8432
|
|
|
8433
8433
|
/**
|
|
8434
|
-
*
|
|
8434
|
+
* for deposit: remaining term
|
|
8435
8435
|
*/
|
|
8436
|
-
|
|
8436
|
+
remainingTermRef: ApiObjectReference;
|
|
8437
8437
|
|
|
8438
8438
|
/**
|
|
8439
|
-
* for
|
|
8439
|
+
* Days for Discount 1
|
|
8440
8440
|
*/
|
|
8441
|
-
|
|
8441
|
+
paymentDays1: number;
|
|
8442
8442
|
|
|
8443
8443
|
/**
|
|
8444
8444
|
* Days for Discount 2
|
|
@@ -8559,14 +8559,14 @@ export interface PickTrolley {
|
|
|
8559
8559
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8560
8560
|
|
|
8561
8561
|
/**
|
|
8562
|
-
*
|
|
8562
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8563
8563
|
*/
|
|
8564
|
-
|
|
8564
|
+
storageBinRef: StorageBinRef;
|
|
8565
8565
|
|
|
8566
8566
|
/**
|
|
8567
|
-
*
|
|
8567
|
+
* Bearbeiter der Pickliste
|
|
8568
8568
|
*/
|
|
8569
|
-
|
|
8569
|
+
processedByUserRef: ApiObjectReference;
|
|
8570
8570
|
|
|
8571
8571
|
/**
|
|
8572
8572
|
* Beschreibung des Wagens
|
|
@@ -8721,14 +8721,14 @@ export const enum PickingType {
|
|
|
8721
8721
|
export interface Picklist {
|
|
8722
8722
|
|
|
8723
8723
|
/**
|
|
8724
|
-
*
|
|
8724
|
+
* Ziellager für Nachschub
|
|
8725
8725
|
*/
|
|
8726
|
-
|
|
8726
|
+
targetStorageRef: ApiObjectReference;
|
|
8727
8727
|
|
|
8728
8728
|
/**
|
|
8729
|
-
*
|
|
8729
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
8730
8730
|
*/
|
|
8731
|
-
|
|
8731
|
+
usedTemplate: PicklistTemplate;
|
|
8732
8732
|
|
|
8733
8733
|
/**
|
|
8734
8734
|
* Nummer der Pickliste
|
|
@@ -9170,6 +9170,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9170
9170
|
*/
|
|
9171
9171
|
maxOrderValue: number;
|
|
9172
9172
|
|
|
9173
|
+
/**
|
|
9174
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9175
|
+
*/
|
|
9176
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9177
|
+
|
|
9173
9178
|
/**
|
|
9174
9179
|
* Nur vollständig lieferbare Positionen
|
|
9175
9180
|
*/
|
|
@@ -9180,11 +9185,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9180
9185
|
*/
|
|
9181
9186
|
maxOrderCount: number;
|
|
9182
9187
|
|
|
9183
|
-
/**
|
|
9184
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
9185
|
-
*/
|
|
9186
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9187
|
-
|
|
9188
9188
|
/**
|
|
9189
9189
|
* Selektion über den Bereich vom Belegdatum
|
|
9190
9190
|
*/
|
|
@@ -9249,19 +9249,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9249
9249
|
printPicklist: boolean;
|
|
9250
9250
|
|
|
9251
9251
|
/**
|
|
9252
|
-
*
|
|
9252
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9253
9253
|
*/
|
|
9254
|
-
|
|
9254
|
+
maxPicklistLineCount: number;
|
|
9255
9255
|
|
|
9256
9256
|
/**
|
|
9257
|
-
*
|
|
9257
|
+
* Die zu verwendende Pickwagengruppe
|
|
9258
9258
|
*/
|
|
9259
|
-
|
|
9259
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9260
9260
|
|
|
9261
9261
|
/**
|
|
9262
|
-
*
|
|
9262
|
+
* Lagerplätze vorgeben
|
|
9263
9263
|
*/
|
|
9264
|
-
|
|
9264
|
+
specifyStorageBins: boolean;
|
|
9265
9265
|
|
|
9266
9266
|
/**
|
|
9267
9267
|
* Der zu verwendende Pickwagen
|
|
@@ -9269,19 +9269,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9269
9269
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9270
9270
|
|
|
9271
9271
|
/**
|
|
9272
|
-
*
|
|
9272
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9273
9273
|
*/
|
|
9274
|
-
|
|
9274
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9275
9275
|
|
|
9276
9276
|
/**
|
|
9277
|
-
*
|
|
9277
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9278
9278
|
*/
|
|
9279
|
-
|
|
9279
|
+
sortByRoutePosition: boolean;
|
|
9280
9280
|
|
|
9281
9281
|
/**
|
|
9282
|
-
*
|
|
9282
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9283
9283
|
*/
|
|
9284
|
-
|
|
9284
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9285
9285
|
|
|
9286
9286
|
/**
|
|
9287
9287
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -9342,14 +9342,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9342
9342
|
showShippingFormOnPickingFinish: boolean;
|
|
9343
9343
|
|
|
9344
9344
|
/**
|
|
9345
|
-
* Sollen
|
|
9345
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9346
9346
|
*/
|
|
9347
|
-
|
|
9347
|
+
allowPickingOfServiceArticles: boolean;
|
|
9348
9348
|
|
|
9349
9349
|
/**
|
|
9350
|
-
*
|
|
9350
|
+
* Sammelbestätigung erlauben
|
|
9351
9351
|
*/
|
|
9352
|
-
|
|
9352
|
+
allowFullConfirmation: boolean;
|
|
9353
9353
|
|
|
9354
9354
|
/**
|
|
9355
9355
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -9357,9 +9357,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9357
9357
|
useDigitalPicklist: boolean;
|
|
9358
9358
|
|
|
9359
9359
|
/**
|
|
9360
|
-
*
|
|
9360
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9361
9361
|
*/
|
|
9362
|
-
|
|
9362
|
+
printLabelOnScan: boolean;
|
|
9363
9363
|
|
|
9364
9364
|
/**
|
|
9365
9365
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -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?
|
|
@@ -9470,14 +9470,14 @@ export interface PriceSelectionCriteria {
|
|
|
9470
9470
|
quantity: number;
|
|
9471
9471
|
|
|
9472
9472
|
/**
|
|
9473
|
-
* Liste von
|
|
9473
|
+
* Liste von Account-IDs
|
|
9474
9474
|
*/
|
|
9475
|
-
|
|
9475
|
+
accountIds: Array<number>;
|
|
9476
9476
|
|
|
9477
9477
|
/**
|
|
9478
|
-
* Liste von
|
|
9478
|
+
* Liste von Artikel-IDs
|
|
9479
9479
|
*/
|
|
9480
|
-
|
|
9480
|
+
articleIds: Array<number>;
|
|
9481
9481
|
|
|
9482
9482
|
/**
|
|
9483
9483
|
* ein qualifier
|
|
@@ -9644,14 +9644,14 @@ export interface ProductArticleRef {
|
|
|
9644
9644
|
export interface ProductDiscount {
|
|
9645
9645
|
|
|
9646
9646
|
/**
|
|
9647
|
-
*
|
|
9647
|
+
* Kundengruppe
|
|
9648
9648
|
*/
|
|
9649
|
-
|
|
9649
|
+
customerGroupRef: ApiObjectReference;
|
|
9650
9650
|
|
|
9651
9651
|
/**
|
|
9652
|
-
*
|
|
9652
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9653
9653
|
*/
|
|
9654
|
-
|
|
9654
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9655
9655
|
|
|
9656
9656
|
/**
|
|
9657
9657
|
* Lieferantengruppe
|
|
@@ -9699,14 +9699,14 @@ export interface ProductDiscount {
|
|
|
9699
9699
|
currencyRef: CurrencyReference;
|
|
9700
9700
|
|
|
9701
9701
|
/**
|
|
9702
|
-
*
|
|
9702
|
+
* Wert des Rabatts
|
|
9703
9703
|
*/
|
|
9704
|
-
|
|
9704
|
+
modifierValue: number;
|
|
9705
9705
|
|
|
9706
9706
|
/**
|
|
9707
|
-
*
|
|
9707
|
+
* Preisgruppe
|
|
9708
9708
|
*/
|
|
9709
|
-
|
|
9709
|
+
priceGroupRef: ApiObjectReference;
|
|
9710
9710
|
|
|
9711
9711
|
/**
|
|
9712
9712
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -9853,14 +9853,14 @@ export interface ProductMainGroup {
|
|
|
9853
9853
|
export interface ProductPrice {
|
|
9854
9854
|
|
|
9855
9855
|
/**
|
|
9856
|
-
*
|
|
9856
|
+
* Kundengruppe
|
|
9857
9857
|
*/
|
|
9858
|
-
|
|
9858
|
+
customerGroupRef: ApiObjectReference;
|
|
9859
9859
|
|
|
9860
9860
|
/**
|
|
9861
|
-
*
|
|
9861
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
9862
9862
|
*/
|
|
9863
|
-
|
|
9863
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9864
9864
|
|
|
9865
9865
|
/**
|
|
9866
9866
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10078,14 +10078,14 @@ export interface RequestDocument {
|
|
|
10078
10078
|
cashDrawerId: number;
|
|
10079
10079
|
|
|
10080
10080
|
/**
|
|
10081
|
-
*
|
|
10081
|
+
* Leistungsdatum
|
|
10082
10082
|
*/
|
|
10083
|
-
|
|
10083
|
+
performanceDate: ScriptingDate;
|
|
10084
10084
|
|
|
10085
10085
|
/**
|
|
10086
|
-
*
|
|
10086
|
+
* Der Anzahlungsbetrag
|
|
10087
10087
|
*/
|
|
10088
|
-
|
|
10088
|
+
depositPaymentAmount: number;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10153,14 +10153,14 @@ export interface RequestDocument {
|
|
|
10153
10153
|
posRegisterId: number;
|
|
10154
10154
|
|
|
10155
10155
|
/**
|
|
10156
|
-
*
|
|
10156
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10157
10157
|
*/
|
|
10158
|
-
|
|
10158
|
+
paymentTermId: number;
|
|
10159
10159
|
|
|
10160
10160
|
/**
|
|
10161
|
-
*
|
|
10161
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10162
10162
|
*/
|
|
10163
|
-
|
|
10163
|
+
supplierAccountId: number;
|
|
10164
10164
|
|
|
10165
10165
|
/**
|
|
10166
10166
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -10271,14 +10271,14 @@ export interface RequestDocumentLine {
|
|
|
10271
10271
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10272
10272
|
|
|
10273
10273
|
/**
|
|
10274
|
-
*
|
|
10274
|
+
* Typ dieser Position
|
|
10275
10275
|
*/
|
|
10276
|
-
|
|
10276
|
+
lineType: DocumentLineType;
|
|
10277
10277
|
|
|
10278
10278
|
/**
|
|
10279
|
-
*
|
|
10279
|
+
* FiBu-Angaben
|
|
10280
10280
|
*/
|
|
10281
|
-
|
|
10281
|
+
financeBooking: DocumentFinanceBooking;
|
|
10282
10282
|
|
|
10283
10283
|
/**
|
|
10284
10284
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10527,14 +10527,14 @@ export interface RequestDocumentText {
|
|
|
10527
10527
|
export interface RevenueCalculation {
|
|
10528
10528
|
|
|
10529
10529
|
/**
|
|
10530
|
-
*
|
|
10530
|
+
* Deckungsbeitrag (absolut)
|
|
10531
10531
|
*/
|
|
10532
|
-
|
|
10532
|
+
revenue: number;
|
|
10533
10533
|
|
|
10534
10534
|
/**
|
|
10535
|
-
*
|
|
10535
|
+
* Netto Umsatz
|
|
10536
10536
|
*/
|
|
10537
|
-
|
|
10537
|
+
salesValue: number;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
10540
|
* Einkaufspreis
|
|
@@ -11022,14 +11022,14 @@ export interface ShelfDocument {
|
|
|
11022
11022
|
tags: Array<TagDto>;
|
|
11023
11023
|
|
|
11024
11024
|
/**
|
|
11025
|
-
*
|
|
11025
|
+
* Mehrsprachige Bezeichnungen
|
|
11026
11026
|
*/
|
|
11027
|
-
|
|
11027
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11028
11028
|
|
|
11029
11029
|
/**
|
|
11030
|
-
*
|
|
11030
|
+
* share informations
|
|
11031
11031
|
*/
|
|
11032
|
-
|
|
11032
|
+
shares: Array<ShelfShare>;
|
|
11033
11033
|
|
|
11034
11034
|
/**
|
|
11035
11035
|
* Automatische Löschung ab
|
|
@@ -11437,14 +11437,14 @@ export interface Stock {
|
|
|
11437
11437
|
storageBinId: number;
|
|
11438
11438
|
|
|
11439
11439
|
/**
|
|
11440
|
-
*
|
|
11440
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
11441
11441
|
*/
|
|
11442
|
-
|
|
11442
|
+
reservedSerialQuantity: number;
|
|
11443
11443
|
|
|
11444
11444
|
/**
|
|
11445
|
-
*
|
|
11445
|
+
* Artikel
|
|
11446
11446
|
*/
|
|
11447
|
-
|
|
11447
|
+
articleId: number;
|
|
11448
11448
|
}
|
|
11449
11449
|
|
|
11450
11450
|
export const enum StockJournalFactor {
|
|
@@ -11501,14 +11501,14 @@ export interface StockMovementManualApi {
|
|
|
11501
11501
|
purchasePrice: number;
|
|
11502
11502
|
|
|
11503
11503
|
/**
|
|
11504
|
-
*
|
|
11504
|
+
* Notiz zur Seriennummer
|
|
11505
11505
|
*/
|
|
11506
|
-
|
|
11506
|
+
serialNumberNote: string;
|
|
11507
11507
|
|
|
11508
11508
|
/**
|
|
11509
|
-
*
|
|
11509
|
+
* Zugang oder Abgang
|
|
11510
11510
|
*/
|
|
11511
|
-
|
|
11511
|
+
factor: StockJournalFactor;
|
|
11512
11512
|
|
|
11513
11513
|
/**
|
|
11514
11514
|
* Lager
|
|
@@ -11539,14 +11539,14 @@ export interface StockTransferApi {
|
|
|
11539
11539
|
bookDate: ScriptingDate;
|
|
11540
11540
|
|
|
11541
11541
|
/**
|
|
11542
|
-
*
|
|
11542
|
+
* Quell-Lagerplatz
|
|
11543
11543
|
*/
|
|
11544
|
-
|
|
11544
|
+
sourceStorageBinId: number;
|
|
11545
11545
|
|
|
11546
11546
|
/**
|
|
11547
|
-
*
|
|
11547
|
+
* Menge
|
|
11548
11548
|
*/
|
|
11549
|
-
|
|
11549
|
+
quantity: number;
|
|
11550
11550
|
|
|
11551
11551
|
/**
|
|
11552
11552
|
* Quell-Lager
|
|
@@ -11736,14 +11736,14 @@ export interface Supplier {
|
|
|
11736
11736
|
info: MetaInfo;
|
|
11737
11737
|
|
|
11738
11738
|
/**
|
|
11739
|
-
*
|
|
11739
|
+
* tax able or tax free
|
|
11740
11740
|
*/
|
|
11741
|
-
|
|
11741
|
+
taxable: boolean;
|
|
11742
11742
|
|
|
11743
11743
|
/**
|
|
11744
|
-
*
|
|
11744
|
+
* Lieferantengruppe
|
|
11745
11745
|
*/
|
|
11746
|
-
|
|
11746
|
+
supplierGroupRef: ApiObjectReference;
|
|
11747
11747
|
|
|
11748
11748
|
/**
|
|
11749
11749
|
* reference to the delivery method
|
|
@@ -11880,14 +11880,14 @@ export const enum TagType {
|
|
|
11880
11880
|
export interface TaxIdForeignCountry {
|
|
11881
11881
|
|
|
11882
11882
|
/**
|
|
11883
|
-
*
|
|
11883
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
11884
11884
|
*/
|
|
11885
|
-
|
|
11885
|
+
countryCode: string;
|
|
11886
11886
|
|
|
11887
11887
|
/**
|
|
11888
|
-
*
|
|
11888
|
+
* Tax ID of the company in the associated country
|
|
11889
11889
|
*/
|
|
11890
|
-
|
|
11890
|
+
taxId: string;
|
|
11891
11891
|
|
|
11892
11892
|
/**
|
|
11893
11893
|
* Unique identifier of the Object
|
|
@@ -12254,14 +12254,14 @@ export interface VariantAttributeListing {
|
|
|
12254
12254
|
salesChannelRef: ApiObjectReference;
|
|
12255
12255
|
|
|
12256
12256
|
/**
|
|
12257
|
-
*
|
|
12257
|
+
* Variantenattribut
|
|
12258
12258
|
*/
|
|
12259
|
-
|
|
12259
|
+
variantAttributeRef: ApiObjectReference;
|
|
12260
12260
|
|
|
12261
12261
|
/**
|
|
12262
|
-
*
|
|
12262
|
+
* Freifelder
|
|
12263
12263
|
*/
|
|
12264
|
-
|
|
12264
|
+
custom: EavVariantattributelisting;
|
|
12265
12265
|
|
|
12266
12266
|
/**
|
|
12267
12267
|
* Unique identifier of the Object
|