@vario-software/types 2026.25.1 → 2026.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +44 -44
- package/scripting/types.d.ts +283 -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
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Hauptbankverbindung für
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -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
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
|
-
*
|
|
1222
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
taxLiabilityReversed: boolean;
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
*
|
|
1227
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1228
|
*/
|
|
1229
|
-
|
|
1229
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
@@ -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)
|
|
@@ -1298,11 +1298,6 @@ export interface Article {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
|
-
/**
|
|
1302
|
-
* rabattierbarer Artikel?
|
|
1303
|
-
*/
|
|
1304
|
-
discountable: boolean;
|
|
1305
|
-
|
|
1306
1301
|
/**
|
|
1307
1302
|
* Kontingentartikel
|
|
1308
1303
|
*/
|
|
@@ -1313,6 +1308,11 @@ export interface Article {
|
|
|
1313
1308
|
*/
|
|
1314
1309
|
alternativeName: string;
|
|
1315
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
|
+
*/
|
|
1314
|
+
discountable: boolean;
|
|
1315
|
+
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
1318
1318
|
*/
|
|
@@ -1349,14 +1349,14 @@ export interface Article {
|
|
|
1349
1349
|
custom: EavArticle;
|
|
1350
1350
|
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1353
1353
|
*/
|
|
1354
|
-
|
|
1354
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1355
1355
|
|
|
1356
1356
|
/**
|
|
1357
|
-
*
|
|
1357
|
+
* Art des Haltbarkeitsdatums
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Hersteller
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* Nur manuelle Produktion
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
onlyManualFabrication: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* provisionsberechtiger Artikel?
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
commissionable: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1893,6 +1893,11 @@ export interface ArticleStorage {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* Aktuelle Menge in Kommissionierung
|
|
1898
|
+
*/
|
|
1899
|
+
quantityInPicking: number;
|
|
1900
|
+
|
|
1896
1901
|
/**
|
|
1897
1902
|
* Meldebestand
|
|
1898
1903
|
*/
|
|
@@ -1903,11 +1908,6 @@ export interface ArticleStorage {
|
|
|
1903
1908
|
*/
|
|
1904
1909
|
orderedQuantity: number;
|
|
1905
1910
|
|
|
1906
|
-
/**
|
|
1907
|
-
* Aktuelle Menge in Kommissionierung
|
|
1908
|
-
*/
|
|
1909
|
-
quantityInPicking: number;
|
|
1910
|
-
|
|
1911
1911
|
/**
|
|
1912
1912
|
* Nachschub auf
|
|
1913
1913
|
*/
|
|
@@ -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
|
*/
|
|
@@ -1997,20 +2002,15 @@ export interface ArticleSupplier {
|
|
|
1997
2002
|
useSupplierArticleDescription: boolean;
|
|
1998
2003
|
|
|
1999
2004
|
/**
|
|
2000
|
-
*
|
|
2005
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2001
2006
|
*/
|
|
2002
|
-
|
|
2007
|
+
deliveryTime: number;
|
|
2003
2008
|
|
|
2004
2009
|
/**
|
|
2005
2010
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2006
2011
|
*/
|
|
2007
2012
|
useSupplierArticleIdentifier: boolean;
|
|
2008
2013
|
|
|
2009
|
-
/**
|
|
2010
|
-
* Lieferzeit in (Werk-)Tagen
|
|
2011
|
-
*/
|
|
2012
|
-
deliveryTime: number;
|
|
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
|
|
@@ -2097,14 +2097,14 @@ export interface ArticleSupplier {
|
|
|
2097
2097
|
dropShippingAllowed: boolean;
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* Abweichende
|
|
2100
|
+
* Abweichende Produktbeschreibung
|
|
2101
2101
|
*/
|
|
2102
|
-
|
|
2102
|
+
supplierArticleDescription: string;
|
|
2103
2103
|
|
|
2104
2104
|
/**
|
|
2105
|
-
* Abweichende
|
|
2105
|
+
* Abweichende Produktbezeichnung
|
|
2106
2106
|
*/
|
|
2107
|
-
|
|
2107
|
+
supplierArticleName: string;
|
|
2108
2108
|
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Standardpreis Netto
|
|
@@ -2406,14 +2406,14 @@ export interface CrmActivity {
|
|
|
2406
2406
|
info: MetaInfo;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* geplante Dauer
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
plannedDurationInSeconds: number;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
|
-
*
|
|
2414
|
+
* Aktivität intern abgerechnet?
|
|
2415
2415
|
*/
|
|
2416
|
-
|
|
2416
|
+
internalBilled: boolean;
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2451,14 +2451,14 @@ export interface CrmActivity {
|
|
|
2451
2451
|
userRef: ApiObjectReference;
|
|
2452
2452
|
|
|
2453
2453
|
/**
|
|
2454
|
-
*
|
|
2454
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2455
2455
|
*/
|
|
2456
|
-
|
|
2456
|
+
system: boolean;
|
|
2457
2457
|
|
|
2458
2458
|
/**
|
|
2459
|
-
*
|
|
2459
|
+
* tatsächliche Startzeit
|
|
2460
2460
|
*/
|
|
2461
|
-
|
|
2461
|
+
startDateTime: ScriptingDateTime;
|
|
2462
2462
|
|
|
2463
2463
|
/**
|
|
2464
2464
|
* Inhalt dieser Aktivität
|
|
@@ -3275,14 +3275,14 @@ export interface CrmSubType {
|
|
|
3275
3275
|
export interface CrmTask {
|
|
3276
3276
|
|
|
3277
3277
|
/**
|
|
3278
|
-
*
|
|
3278
|
+
* Angebot
|
|
3279
3279
|
*/
|
|
3280
|
-
|
|
3280
|
+
customerOfferRef: DocumentRef;
|
|
3281
3281
|
|
|
3282
3282
|
/**
|
|
3283
|
-
*
|
|
3283
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3284
3284
|
*/
|
|
3285
|
-
|
|
3285
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3286
3286
|
|
|
3287
3287
|
/**
|
|
3288
3288
|
* Liste von Erinnerungen
|
|
@@ -3958,14 +3958,14 @@ export interface DeliveryMethod {
|
|
|
3958
3958
|
defaultSizeUnit: UnitTypeReference;
|
|
3959
3959
|
|
|
3960
3960
|
/**
|
|
3961
|
-
*
|
|
3961
|
+
* Quelle für Paketgewicht
|
|
3962
3962
|
*/
|
|
3963
|
-
|
|
3963
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* translations
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
translations: Array<DocumentTypeTerm>;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
3971
|
* Versand-Anbieter
|
|
@@ -4056,14 +4056,14 @@ export interface DeliveryTerm {
|
|
|
4056
4056
|
version: number;
|
|
4057
4057
|
|
|
4058
4058
|
/**
|
|
4059
|
-
*
|
|
4059
|
+
* information, how the shipping charges should be calculated
|
|
4060
4060
|
*/
|
|
4061
|
-
|
|
4061
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4062
4062
|
|
|
4063
4063
|
/**
|
|
4064
|
-
*
|
|
4064
|
+
* translations
|
|
4065
4065
|
*/
|
|
4066
|
-
|
|
4066
|
+
translations: Array<DocumentTypeTerm>;
|
|
4067
4067
|
|
|
4068
4068
|
/**
|
|
4069
4069
|
* Lieferarten
|
|
@@ -4242,14 +4242,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4242
4242
|
accountId: number;
|
|
4243
4243
|
|
|
4244
4244
|
/**
|
|
4245
|
-
* Länderkennzeichen
|
|
4245
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4246
4246
|
*/
|
|
4247
|
-
|
|
4247
|
+
sourceCountryCode: string;
|
|
4248
4248
|
|
|
4249
4249
|
/**
|
|
4250
|
-
* Länderkennzeichen
|
|
4250
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4251
4251
|
*/
|
|
4252
|
-
|
|
4252
|
+
performanceCountryCode: string;
|
|
4253
4253
|
|
|
4254
4254
|
/**
|
|
4255
4255
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4277,14 +4277,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4277
4277
|
documentDate: ScriptingDate;
|
|
4278
4278
|
|
|
4279
4279
|
/**
|
|
4280
|
-
*
|
|
4280
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4281
4281
|
*/
|
|
4282
|
-
|
|
4282
|
+
roundingAmount: number;
|
|
4283
4283
|
|
|
4284
4284
|
/**
|
|
4285
|
-
*
|
|
4285
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4286
4286
|
*/
|
|
4287
|
-
|
|
4287
|
+
taxLiabilityReversed: boolean;
|
|
4288
4288
|
|
|
4289
4289
|
/**
|
|
4290
4290
|
* Versanddatum
|
|
@@ -4311,13 +4311,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4311
4311
|
*/
|
|
4312
4312
|
posPayments: Array<DocumentPosPayment>;
|
|
4313
4313
|
|
|
4314
|
-
/**
|
|
4315
|
-
* Ist die Quittung bezahlt
|
|
4316
|
-
true wenn die Quittung bezahlt ist
|
|
4317
|
-
|
|
4318
|
-
*/
|
|
4319
|
-
posReceiptPayed: boolean;
|
|
4320
|
-
|
|
4321
4314
|
/**
|
|
4322
4315
|
* Kundennummer beim Lieferanten
|
|
4323
4316
|
*/
|
|
@@ -4328,6 +4321,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4328
4321
|
*/
|
|
4329
4322
|
maxDeliveries: number;
|
|
4330
4323
|
|
|
4324
|
+
/**
|
|
4325
|
+
* Ist die Quittung bezahlt
|
|
4326
|
+
true wenn die Quittung bezahlt ist
|
|
4327
|
+
|
|
4328
|
+
*/
|
|
4329
|
+
posReceiptPayed: boolean;
|
|
4330
|
+
|
|
4331
4331
|
/**
|
|
4332
4332
|
* Quittung: Summe Zahlbetrag
|
|
4333
4333
|
*/
|
|
@@ -4348,25 +4348,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4348
4348
|
*/
|
|
4349
4349
|
contractDetail: DocumentContractDetail;
|
|
4350
4350
|
|
|
4351
|
-
/**
|
|
4352
|
-
* Zahlungsplan vorhanden?
|
|
4353
|
-
*/
|
|
4354
|
-
paymentPlan: boolean;
|
|
4355
|
-
|
|
4356
4351
|
/**
|
|
4357
4352
|
* Skontofähiger Bruttogesamtbetrag
|
|
4358
4353
|
*/
|
|
4359
4354
|
cashDiscountableTotalGrossPrice: number;
|
|
4360
4355
|
|
|
4361
4356
|
/**
|
|
4362
|
-
*
|
|
4357
|
+
* Zahlungsplan vorhanden?
|
|
4363
4358
|
*/
|
|
4364
|
-
|
|
4359
|
+
paymentPlan: boolean;
|
|
4365
4360
|
|
|
4366
4361
|
/**
|
|
4367
|
-
*
|
|
4362
|
+
* Produktionsdetails
|
|
4368
4363
|
*/
|
|
4369
|
-
|
|
4364
|
+
fabricationDetail: DocumentFabricationDetail;
|
|
4370
4365
|
|
|
4371
4366
|
/**
|
|
4372
4367
|
* Berechnungsmodus
|
|
@@ -4374,15 +4369,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4374
4369
|
calculationMode: CalculationMode;
|
|
4375
4370
|
|
|
4376
4371
|
/**
|
|
4377
|
-
*
|
|
4372
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4378
4373
|
*/
|
|
4379
|
-
|
|
4374
|
+
accountNumber: string;
|
|
4380
4375
|
|
|
4381
4376
|
/**
|
|
4382
4377
|
* Wird vom Workflow verarbeitet?
|
|
4383
4378
|
*/
|
|
4384
4379
|
processedByWorkflow: boolean;
|
|
4385
4380
|
|
|
4381
|
+
/**
|
|
4382
|
+
* Referenz auf Zahlungsbedingung
|
|
4383
|
+
*/
|
|
4384
|
+
paymentTermRef: PaymentTermRef;
|
|
4385
|
+
|
|
4386
4386
|
/**
|
|
4387
4387
|
* Preisanpassungen - Beleg Basiswährung
|
|
4388
4388
|
*/
|
|
@@ -4424,14 +4424,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4424
4424
|
stackProcessingType: OrderStackProcessingType;
|
|
4425
4425
|
|
|
4426
4426
|
/**
|
|
4427
|
-
*
|
|
4427
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4428
4428
|
*/
|
|
4429
|
-
|
|
4429
|
+
dropShippingInvoiceApproved: boolean;
|
|
4430
4430
|
|
|
4431
4431
|
/**
|
|
4432
|
-
*
|
|
4432
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4433
4433
|
*/
|
|
4434
|
-
|
|
4434
|
+
en16931Profile: EN16931Profile;
|
|
4435
4435
|
|
|
4436
4436
|
/**
|
|
4437
4437
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4449,14 +4449,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4449
4449
|
additionalInfo: DocumentAdditionalInfo;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
|
-
*
|
|
4452
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4453
4453
|
*/
|
|
4454
|
-
|
|
4454
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4455
4455
|
|
|
4456
4456
|
/**
|
|
4457
|
-
*
|
|
4457
|
+
* Bestelldatum
|
|
4458
4458
|
*/
|
|
4459
|
-
|
|
4459
|
+
orderedOn: ScriptingDate;
|
|
4460
4460
|
|
|
4461
4461
|
/**
|
|
4462
4462
|
* MetaInformations for this Object
|
|
@@ -4613,6 +4613,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4613
4613
|
*/
|
|
4614
4614
|
posReceiptChangeAmount: number;
|
|
4615
4615
|
|
|
4616
|
+
/**
|
|
4617
|
+
* Referenz auf Lieferbedingung
|
|
4618
|
+
*/
|
|
4619
|
+
deliveryTermRef: ApiObjectReference;
|
|
4620
|
+
|
|
4616
4621
|
/**
|
|
4617
4622
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4618
4623
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4620,11 +4625,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4620
4625
|
*/
|
|
4621
4626
|
posReceiptBalanced: boolean;
|
|
4622
4627
|
|
|
4623
|
-
/**
|
|
4624
|
-
* Referenz auf Lieferbedingung
|
|
4625
|
-
*/
|
|
4626
|
-
deliveryTermRef: ApiObjectReference;
|
|
4627
|
-
|
|
4628
4628
|
/**
|
|
4629
4629
|
* Gesamtbruttogewicht
|
|
4630
4630
|
*/
|
|
@@ -4656,14 +4656,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4656
4656
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
|
-
*
|
|
4659
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4660
4660
|
*/
|
|
4661
|
-
|
|
4661
|
+
reportGroupRef: ApiObjectReference;
|
|
4662
4662
|
|
|
4663
4663
|
/**
|
|
4664
|
-
*
|
|
4664
|
+
* Bestellt durch Ansprechpartner
|
|
4665
4665
|
*/
|
|
4666
|
-
|
|
4666
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4667
4667
|
}
|
|
4668
4668
|
|
|
4669
4669
|
export interface DocumentAdditionalInfo {
|
|
@@ -4694,14 +4694,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4694
4694
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4695
4695
|
|
|
4696
4696
|
/**
|
|
4697
|
-
*
|
|
4697
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4698
4698
|
*/
|
|
4699
|
-
|
|
4699
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4700
4700
|
|
|
4701
4701
|
/**
|
|
4702
|
-
*
|
|
4702
|
+
* Herkunft des Berechnungsmodus
|
|
4703
4703
|
*/
|
|
4704
|
-
|
|
4704
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4705
4705
|
|
|
4706
4706
|
/**
|
|
4707
4707
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4819,14 +4819,14 @@ export interface DocumentAddress {
|
|
|
4819
4819
|
postOfficeBox: string;
|
|
4820
4820
|
|
|
4821
4821
|
/**
|
|
4822
|
-
*
|
|
4822
|
+
* Street
|
|
4823
4823
|
*/
|
|
4824
|
-
|
|
4824
|
+
street: string;
|
|
4825
4825
|
|
|
4826
4826
|
/**
|
|
4827
|
-
*
|
|
4827
|
+
* country code IsoAlpha3
|
|
4828
4828
|
*/
|
|
4829
|
-
|
|
4829
|
+
countryCode: string;
|
|
4830
4830
|
|
|
4831
4831
|
/**
|
|
4832
4832
|
* Unique identifier of the Object
|
|
@@ -5274,14 +5274,14 @@ export interface DocumentLine {
|
|
|
5274
5274
|
number: string;
|
|
5275
5275
|
|
|
5276
5276
|
/**
|
|
5277
|
-
*
|
|
5277
|
+
* Gesamtbruttogewicht
|
|
5278
5278
|
*/
|
|
5279
|
-
|
|
5279
|
+
totalGrossWeight: number;
|
|
5280
5280
|
|
|
5281
5281
|
/**
|
|
5282
|
-
*
|
|
5282
|
+
* Referenz zur Kundenauftragszeile
|
|
5283
5283
|
*/
|
|
5284
|
-
|
|
5284
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5285
5285
|
|
|
5286
5286
|
/**
|
|
5287
5287
|
* skontierbare Position?
|
|
@@ -5289,14 +5289,14 @@ export interface DocumentLine {
|
|
|
5289
5289
|
cashDiscountable: boolean;
|
|
5290
5290
|
|
|
5291
5291
|
/**
|
|
5292
|
-
*
|
|
5292
|
+
* Preis pro Menge [Brutto, Netto]
|
|
5293
5293
|
*/
|
|
5294
|
-
|
|
5294
|
+
price: number;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Provisionen
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
commissions: Array<DocumentLineCommission>;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Gesamtpreis Position in Basiswährung
|
|
@@ -5314,9 +5314,9 @@ export interface DocumentLine {
|
|
|
5314
5314
|
financeBooking: DocumentFinanceBooking;
|
|
5315
5315
|
|
|
5316
5316
|
/**
|
|
5317
|
-
*
|
|
5317
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5318
5318
|
*/
|
|
5319
|
-
|
|
5319
|
+
preOrderPickedQuantity: number;
|
|
5320
5320
|
|
|
5321
5321
|
/**
|
|
5322
5322
|
* Referenz zur Lieferantenbestellungszeile
|
|
@@ -5324,9 +5324,9 @@ export interface DocumentLine {
|
|
|
5324
5324
|
supplierOrderLineIds: Array<number>;
|
|
5325
5325
|
|
|
5326
5326
|
/**
|
|
5327
|
-
*
|
|
5327
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5328
5328
|
*/
|
|
5329
|
-
|
|
5329
|
+
totalLinePriceModifier: number;
|
|
5330
5330
|
|
|
5331
5331
|
/**
|
|
5332
5332
|
* Vorgabe zu Streckengeschäft
|
|
@@ -5349,9 +5349,9 @@ export interface DocumentLine {
|
|
|
5349
5349
|
externalReferenceVds: string;
|
|
5350
5350
|
|
|
5351
5351
|
/**
|
|
5352
|
-
*
|
|
5352
|
+
* Serientyp
|
|
5353
5353
|
*/
|
|
5354
|
-
|
|
5354
|
+
serialType: ArticleSerialType;
|
|
5355
5355
|
|
|
5356
5356
|
/**
|
|
5357
5357
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5359,9 +5359,9 @@ export interface DocumentLine {
|
|
|
5359
5359
|
basePrice: number;
|
|
5360
5360
|
|
|
5361
5361
|
/**
|
|
5362
|
-
*
|
|
5362
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5363
5363
|
*/
|
|
5364
|
-
|
|
5364
|
+
positionOfArticleLine: number;
|
|
5365
5365
|
|
|
5366
5366
|
/**
|
|
5367
5367
|
* MetaInformations for this Object
|
|
@@ -5569,14 +5569,14 @@ export interface DocumentLine {
|
|
|
5569
5569
|
baseSalesValueNet: number;
|
|
5570
5570
|
|
|
5571
5571
|
/**
|
|
5572
|
-
*
|
|
5572
|
+
* Einheit Nettogewicht
|
|
5573
5573
|
*/
|
|
5574
|
-
|
|
5574
|
+
netWeightUnit: UnitTypeReference;
|
|
5575
5575
|
|
|
5576
5576
|
/**
|
|
5577
|
-
*
|
|
5577
|
+
* Vertragsinformationen
|
|
5578
5578
|
*/
|
|
5579
|
-
|
|
5579
|
+
contractDetail: DocumentContractDetail;
|
|
5580
5580
|
|
|
5581
5581
|
/**
|
|
5582
5582
|
* Menge
|
|
@@ -5589,14 +5589,14 @@ export interface DocumentLine {
|
|
|
5589
5589
|
deliveryText: string;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Vorgabewert für die Preiskalkulation
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
presetPrice: number;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
|
-
*
|
|
5597
|
+
* Produktionsdetails
|
|
5598
5598
|
*/
|
|
5599
|
-
|
|
5599
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5600
5600
|
|
|
5601
5601
|
/**
|
|
5602
5602
|
* Freifelder
|
|
@@ -6166,14 +6166,14 @@ export interface DocumentLinePosDetail {
|
|
|
6166
6166
|
balanceBeforeWithdrawal: number;
|
|
6167
6167
|
|
|
6168
6168
|
/**
|
|
6169
|
-
*
|
|
6169
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6170
6170
|
*/
|
|
6171
|
-
|
|
6171
|
+
externalPaymentId: string;
|
|
6172
6172
|
|
|
6173
6173
|
/**
|
|
6174
|
-
*
|
|
6174
|
+
* Typ der Position
|
|
6175
6175
|
*/
|
|
6176
|
-
|
|
6176
|
+
posLineType: PosLineType;
|
|
6177
6177
|
|
|
6178
6178
|
/**
|
|
6179
6179
|
* Unique identifier of the Object
|
|
@@ -6199,14 +6199,14 @@ export interface DocumentLineRef {
|
|
|
6199
6199
|
quantity: number;
|
|
6200
6200
|
|
|
6201
6201
|
/**
|
|
6202
|
-
*
|
|
6202
|
+
* Artikelnummer
|
|
6203
6203
|
*/
|
|
6204
|
-
|
|
6204
|
+
articleNumber: string;
|
|
6205
6205
|
|
|
6206
6206
|
/**
|
|
6207
|
-
*
|
|
6207
|
+
* Belegart
|
|
6208
6208
|
*/
|
|
6209
|
-
|
|
6209
|
+
documentType: string;
|
|
6210
6210
|
|
|
6211
6211
|
/**
|
|
6212
6212
|
* price per quantity [GROSS, NET]
|
|
@@ -6387,14 +6387,14 @@ export interface DocumentPosPayment {
|
|
|
6387
6387
|
version: number;
|
|
6388
6388
|
|
|
6389
6389
|
/**
|
|
6390
|
-
*
|
|
6390
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6391
6391
|
*/
|
|
6392
|
-
|
|
6392
|
+
withdrawalAmount: number;
|
|
6393
6393
|
|
|
6394
6394
|
/**
|
|
6395
|
-
*
|
|
6395
|
+
* Zahlungsart
|
|
6396
6396
|
*/
|
|
6397
|
-
|
|
6397
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6398
6398
|
|
|
6399
6399
|
/**
|
|
6400
6400
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6407,14 +6407,14 @@ export interface DocumentPosPayment {
|
|
|
6407
6407
|
balanceBeforeWithdrawal: number;
|
|
6408
6408
|
|
|
6409
6409
|
/**
|
|
6410
|
-
*
|
|
6410
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6411
6411
|
*/
|
|
6412
|
-
|
|
6412
|
+
externalPaymentId: string;
|
|
6413
6413
|
|
|
6414
6414
|
/**
|
|
6415
|
-
*
|
|
6415
|
+
* Typ der Position
|
|
6416
6416
|
*/
|
|
6417
|
-
|
|
6417
|
+
posLineType: PosLineType;
|
|
6418
6418
|
|
|
6419
6419
|
/**
|
|
6420
6420
|
* Unique identifier of the Object
|
|
@@ -6542,14 +6542,14 @@ export const enum DocumentRounding {
|
|
|
6542
6542
|
export interface DocumentShippingCost {
|
|
6543
6543
|
|
|
6544
6544
|
/**
|
|
6545
|
-
*
|
|
6545
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6546
6546
|
*/
|
|
6547
|
-
|
|
6547
|
+
manualCosts: boolean;
|
|
6548
6548
|
|
|
6549
6549
|
/**
|
|
6550
|
-
*
|
|
6550
|
+
* Die Versandkosten
|
|
6551
6551
|
*/
|
|
6552
|
-
|
|
6552
|
+
costs: number;
|
|
6553
6553
|
|
|
6554
6554
|
/**
|
|
6555
6555
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6677,14 +6677,14 @@ export interface DocumentText {
|
|
|
6677
6677
|
transferableIntoSubsequentDocuments: boolean;
|
|
6678
6678
|
|
|
6679
6679
|
/**
|
|
6680
|
-
*
|
|
6680
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6681
6681
|
*/
|
|
6682
|
-
|
|
6682
|
+
textPosition: TextPosition;
|
|
6683
6683
|
|
|
6684
6684
|
/**
|
|
6685
|
-
*
|
|
6685
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6686
6686
|
*/
|
|
6687
|
-
|
|
6687
|
+
deleted: boolean;
|
|
6688
6688
|
|
|
6689
6689
|
/**
|
|
6690
6690
|
* textBaustein Vorlage
|
|
@@ -7369,14 +7369,14 @@ export interface FabricationRevertRequest {
|
|
|
7369
7369
|
export interface FabricationSerialNumber {
|
|
7370
7370
|
|
|
7371
7371
|
/**
|
|
7372
|
-
*
|
|
7372
|
+
* MHD / Verfallsdatum
|
|
7373
7373
|
*/
|
|
7374
|
-
|
|
7374
|
+
expiryDate: ScriptingDate;
|
|
7375
7375
|
|
|
7376
7376
|
/**
|
|
7377
|
-
*
|
|
7377
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7378
7378
|
*/
|
|
7379
|
-
|
|
7379
|
+
serialNumberId: number;
|
|
7380
7380
|
|
|
7381
7381
|
/**
|
|
7382
7382
|
* Bemerkung
|
|
@@ -7668,26 +7668,26 @@ export interface OpenItem {
|
|
|
7668
7668
|
*/
|
|
7669
7669
|
paymentDueDate: ScriptingDate;
|
|
7670
7670
|
|
|
7671
|
-
/**
|
|
7672
|
-
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7673
|
-
*/
|
|
7674
|
-
performanceCountryCode: string;
|
|
7675
|
-
|
|
7676
7671
|
/**
|
|
7677
7672
|
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7678
7673
|
*/
|
|
7679
7674
|
sourceCountryCode: string;
|
|
7680
7675
|
|
|
7681
7676
|
/**
|
|
7682
|
-
*
|
|
7677
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7683
7678
|
*/
|
|
7684
|
-
|
|
7679
|
+
performanceCountryCode: string;
|
|
7685
7680
|
|
|
7686
7681
|
/**
|
|
7687
7682
|
* agreed Deposit payment date
|
|
7688
7683
|
*/
|
|
7689
7684
|
depositPaymentDate: ScriptingDate;
|
|
7690
7685
|
|
|
7686
|
+
/**
|
|
7687
|
+
* Valutadatum schreibgeschützt
|
|
7688
|
+
*/
|
|
7689
|
+
valueDateReadOnly: boolean;
|
|
7690
|
+
|
|
7691
7691
|
/**
|
|
7692
7692
|
* Does this open item belong to accounts payable or accounts receivable
|
|
7693
7693
|
*/
|
|
@@ -8127,14 +8127,14 @@ export interface OpenItemRecord {
|
|
|
8127
8127
|
version: number;
|
|
8128
8128
|
|
|
8129
8129
|
/**
|
|
8130
|
-
*
|
|
8130
|
+
* Buchungsbetrag in Basiswährung
|
|
8131
8131
|
*/
|
|
8132
|
-
|
|
8132
|
+
baseAmount: number;
|
|
8133
8133
|
|
|
8134
8134
|
/**
|
|
8135
|
-
*
|
|
8135
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8136
8136
|
*/
|
|
8137
|
-
|
|
8137
|
+
transactionId: number;
|
|
8138
8138
|
|
|
8139
8139
|
/**
|
|
8140
8140
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8152,14 +8152,14 @@ export interface OpenItemRecord {
|
|
|
8152
8152
|
totalAmount: number;
|
|
8153
8153
|
|
|
8154
8154
|
/**
|
|
8155
|
-
*
|
|
8155
|
+
* id des records, der diesen storniert hat
|
|
8156
8156
|
*/
|
|
8157
|
-
|
|
8157
|
+
revertedByRecordId: number;
|
|
8158
8158
|
|
|
8159
8159
|
/**
|
|
8160
|
-
*
|
|
8160
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8161
8161
|
*/
|
|
8162
|
-
|
|
8162
|
+
baseCurrencyCode: string;
|
|
8163
8163
|
|
|
8164
8164
|
/**
|
|
8165
8165
|
* qualifier of open item
|
|
@@ -8398,26 +8398,26 @@ export interface PaymentTerm {
|
|
|
8398
8398
|
*/
|
|
8399
8399
|
paymentDiscount2: number;
|
|
8400
8400
|
|
|
8401
|
-
/**
|
|
8402
|
-
* Percent for Discount 1
|
|
8403
|
-
*/
|
|
8404
|
-
paymentDiscount1: number;
|
|
8405
|
-
|
|
8406
8401
|
/**
|
|
8407
8402
|
* printDescription
|
|
8408
8403
|
*/
|
|
8409
8404
|
printDescription: string;
|
|
8410
8405
|
|
|
8411
8406
|
/**
|
|
8412
|
-
*
|
|
8407
|
+
* Percent for Discount 1
|
|
8413
8408
|
*/
|
|
8414
|
-
|
|
8409
|
+
paymentDiscount1: number;
|
|
8415
8410
|
|
|
8416
8411
|
/**
|
|
8417
8412
|
* for deposit: remaining term
|
|
8418
8413
|
*/
|
|
8419
8414
|
remainingTermRef: ApiObjectReference;
|
|
8420
8415
|
|
|
8416
|
+
/**
|
|
8417
|
+
* Days for Discount 1
|
|
8418
|
+
*/
|
|
8419
|
+
paymentDays1: number;
|
|
8420
|
+
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Days for Discount 2
|
|
8423
8423
|
*/
|
|
@@ -8757,14 +8757,14 @@ export interface Picklist {
|
|
|
8757
8757
|
export interface PicklistLine {
|
|
8758
8758
|
|
|
8759
8759
|
/**
|
|
8760
|
-
*
|
|
8760
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
8761
8761
|
*/
|
|
8762
|
-
|
|
8762
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Gesammelte Menge der Position
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
quantityCollected: number;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
8770
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -8802,14 +8802,14 @@ export interface PicklistLine {
|
|
|
8802
8802
|
version: number;
|
|
8803
8803
|
|
|
8804
8804
|
/**
|
|
8805
|
-
*
|
|
8805
|
+
* ID der Quell-Dokumentposition
|
|
8806
8806
|
*/
|
|
8807
|
-
|
|
8807
|
+
sourceDocumentLineId: number;
|
|
8808
8808
|
|
|
8809
8809
|
/**
|
|
8810
|
-
*
|
|
8810
|
+
* Lageranzeigename
|
|
8811
8811
|
*/
|
|
8812
|
-
|
|
8812
|
+
storageDisplayName: string;
|
|
8813
8813
|
|
|
8814
8814
|
/**
|
|
8815
8815
|
* Artikelnummer
|
|
@@ -9138,15 +9138,20 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9138
9138
|
*/
|
|
9139
9139
|
maxArticleCountPerOrder: number;
|
|
9140
9140
|
|
|
9141
|
+
/**
|
|
9142
|
+
* Alternative Selektion in VQL
|
|
9143
|
+
*/
|
|
9144
|
+
alternativeSelectionInVql: string;
|
|
9145
|
+
|
|
9141
9146
|
/**
|
|
9142
9147
|
* Maximaler Auftragswert
|
|
9143
9148
|
*/
|
|
9144
9149
|
maxOrderValue: number;
|
|
9145
9150
|
|
|
9146
9151
|
/**
|
|
9147
|
-
*
|
|
9152
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9148
9153
|
*/
|
|
9149
|
-
|
|
9154
|
+
maxOrderCount: number;
|
|
9150
9155
|
|
|
9151
9156
|
/**
|
|
9152
9157
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9158,11 +9163,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9158
9163
|
*/
|
|
9159
9164
|
onlyFullDeliverableOrderLines: boolean;
|
|
9160
9165
|
|
|
9161
|
-
/**
|
|
9162
|
-
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9163
|
-
*/
|
|
9164
|
-
maxOrderCount: number;
|
|
9165
|
-
|
|
9166
9166
|
/**
|
|
9167
9167
|
* Selektion über den Bereich vom Belegdatum
|
|
9168
9168
|
*/
|
|
@@ -9237,14 +9237,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9237
9237
|
maxPicklistLineCount: number;
|
|
9238
9238
|
|
|
9239
9239
|
/**
|
|
9240
|
-
*
|
|
9240
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9241
9241
|
*/
|
|
9242
|
-
|
|
9242
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9243
9243
|
|
|
9244
9244
|
/**
|
|
9245
|
-
*
|
|
9245
|
+
* Der zu verwendende Pickwagen
|
|
9246
9246
|
*/
|
|
9247
|
-
|
|
9247
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9248
9248
|
|
|
9249
9249
|
/**
|
|
9250
9250
|
* Lagerplätze vorgeben
|
|
@@ -9330,14 +9330,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9330
9330
|
allowFullConfirmation: boolean;
|
|
9331
9331
|
|
|
9332
9332
|
/**
|
|
9333
|
-
* Sollen
|
|
9333
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9334
9334
|
*/
|
|
9335
|
-
|
|
9335
|
+
allowPickingOfServiceArticles: boolean;
|
|
9336
9336
|
|
|
9337
9337
|
/**
|
|
9338
|
-
* Sollen
|
|
9338
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9339
9339
|
*/
|
|
9340
|
-
|
|
9340
|
+
printLabelOnScan: boolean;
|
|
9341
9341
|
|
|
9342
9342
|
/**
|
|
9343
9343
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9365,14 +9365,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9365
9365
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9366
9366
|
|
|
9367
9367
|
/**
|
|
9368
|
-
*
|
|
9368
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9369
9369
|
*/
|
|
9370
|
-
|
|
9370
|
+
autoDeterminationOfLots: boolean;
|
|
9371
9371
|
|
|
9372
9372
|
/**
|
|
9373
|
-
*
|
|
9373
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9374
9374
|
*/
|
|
9375
|
-
|
|
9375
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9376
9376
|
|
|
9377
9377
|
/**
|
|
9378
9378
|
* Zielmengen in Masken verstecken?
|
|
@@ -9448,14 +9448,14 @@ export interface PriceSelectionCriteria {
|
|
|
9448
9448
|
quantity: number;
|
|
9449
9449
|
|
|
9450
9450
|
/**
|
|
9451
|
-
* Liste von
|
|
9451
|
+
* Liste von Account-IDs
|
|
9452
9452
|
*/
|
|
9453
|
-
|
|
9453
|
+
accountIds: Array<number>;
|
|
9454
9454
|
|
|
9455
9455
|
/**
|
|
9456
|
-
* Liste von
|
|
9456
|
+
* Liste von Artikel-IDs
|
|
9457
9457
|
*/
|
|
9458
|
-
|
|
9458
|
+
articleIds: Array<number>;
|
|
9459
9459
|
|
|
9460
9460
|
/**
|
|
9461
9461
|
* ein qualifier
|
|
@@ -9652,14 +9652,14 @@ export interface ProductDiscount {
|
|
|
9652
9652
|
validFrom: ScriptingDate;
|
|
9653
9653
|
|
|
9654
9654
|
/**
|
|
9655
|
-
*
|
|
9655
|
+
* Bestimmt die Art des Rabatts
|
|
9656
9656
|
*/
|
|
9657
|
-
|
|
9657
|
+
modifierType: PriceModifierType;
|
|
9658
9658
|
|
|
9659
9659
|
/**
|
|
9660
|
-
*
|
|
9660
|
+
* Warengruppe
|
|
9661
9661
|
*/
|
|
9662
|
-
|
|
9662
|
+
productGroupRef: ApiObjectReference;
|
|
9663
9663
|
|
|
9664
9664
|
/**
|
|
9665
9665
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9707,14 +9707,14 @@ export interface ProductDiscount {
|
|
|
9707
9707
|
modifierValueType: ValueType;
|
|
9708
9708
|
|
|
9709
9709
|
/**
|
|
9710
|
-
*
|
|
9710
|
+
* Account, für den der Rabatt gültig ist
|
|
9711
9711
|
*/
|
|
9712
|
-
|
|
9712
|
+
accountRef: ApiObjectReference;
|
|
9713
9713
|
|
|
9714
9714
|
/**
|
|
9715
|
-
*
|
|
9715
|
+
* Name des Rabatts
|
|
9716
9716
|
*/
|
|
9717
|
-
|
|
9717
|
+
modifierName: string;
|
|
9718
9718
|
|
|
9719
9719
|
/**
|
|
9720
9720
|
* Unique identifier of the Object
|
|
@@ -10051,9 +10051,9 @@ export interface RequestDocument {
|
|
|
10051
10051
|
documentDate: ScriptingDate;
|
|
10052
10052
|
|
|
10053
10053
|
/**
|
|
10054
|
-
*
|
|
10054
|
+
* Leistungsdatum
|
|
10055
10055
|
*/
|
|
10056
|
-
|
|
10056
|
+
performanceDate: ScriptingDate;
|
|
10057
10057
|
|
|
10058
10058
|
/**
|
|
10059
10059
|
* Der Anzahlungsbetrag
|
|
@@ -10061,9 +10061,9 @@ export interface RequestDocument {
|
|
|
10061
10061
|
depositPaymentAmount: number;
|
|
10062
10062
|
|
|
10063
10063
|
/**
|
|
10064
|
-
*
|
|
10064
|
+
* ID der Kassenschublade (bei POS)
|
|
10065
10065
|
*/
|
|
10066
|
-
|
|
10066
|
+
cashDrawerId: number;
|
|
10067
10067
|
|
|
10068
10068
|
/**
|
|
10069
10069
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10269,14 +10269,14 @@ export interface RequestDocumentLine {
|
|
|
10269
10269
|
dropShippingPolicy: DropShippingPolicy;
|
|
10270
10270
|
|
|
10271
10271
|
/**
|
|
10272
|
-
*
|
|
10272
|
+
* (optional) Lager-ID
|
|
10273
10273
|
*/
|
|
10274
|
-
|
|
10274
|
+
storageId: number;
|
|
10275
10275
|
|
|
10276
10276
|
/**
|
|
10277
|
-
*
|
|
10277
|
+
* Positionsnummer der Artikel
|
|
10278
10278
|
*/
|
|
10279
|
-
|
|
10279
|
+
positionOfArticleLine: number;
|
|
10280
10280
|
|
|
10281
10281
|
/**
|
|
10282
10282
|
* Vertragsdetails zur Belegposition
|
|
@@ -10358,25 +10358,25 @@ export interface RequestDocumentLine {
|
|
|
10358
10358
|
*/
|
|
10359
10359
|
externalArticleNumber: string;
|
|
10360
10360
|
|
|
10361
|
-
/**
|
|
10362
|
-
* ID der Quell-Belegposition
|
|
10363
|
-
*/
|
|
10364
|
-
sourceLineId: number;
|
|
10365
|
-
|
|
10366
10361
|
/**
|
|
10367
10362
|
* Buchungen zu dieser Belegposition
|
|
10368
10363
|
*/
|
|
10369
10364
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10370
10365
|
|
|
10371
10366
|
/**
|
|
10372
|
-
*
|
|
10367
|
+
* ID der Quell-Belegposition
|
|
10373
10368
|
*/
|
|
10374
|
-
|
|
10369
|
+
sourceLineId: number;
|
|
10375
10370
|
|
|
10376
10371
|
/**
|
|
10377
10372
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10378
10373
|
*/
|
|
10379
10374
|
doLabelPrint: boolean;
|
|
10375
|
+
|
|
10376
|
+
/**
|
|
10377
|
+
* (optional) Preis des Artikels dieser Position
|
|
10378
|
+
*/
|
|
10379
|
+
productPrice: number;
|
|
10380
10380
|
}
|
|
10381
10381
|
|
|
10382
10382
|
export interface RequestDocumentLineBooking {
|
|
@@ -10505,14 +10505,14 @@ export interface RequestDocumentText {
|
|
|
10505
10505
|
export interface RevenueCalculation {
|
|
10506
10506
|
|
|
10507
10507
|
/**
|
|
10508
|
-
*
|
|
10508
|
+
* Netto Umsatz
|
|
10509
10509
|
*/
|
|
10510
|
-
|
|
10510
|
+
salesValue: number;
|
|
10511
10511
|
|
|
10512
10512
|
/**
|
|
10513
|
-
*
|
|
10513
|
+
* Deckungsbeitrag (absolut)
|
|
10514
10514
|
*/
|
|
10515
|
-
|
|
10515
|
+
revenue: number;
|
|
10516
10516
|
|
|
10517
10517
|
/**
|
|
10518
10518
|
* Einkaufspreis
|
|
@@ -10881,14 +10881,14 @@ export interface SequencerConfiguration {
|
|
|
10881
10881
|
key: string;
|
|
10882
10882
|
|
|
10883
10883
|
/**
|
|
10884
|
-
*
|
|
10884
|
+
* Contains details about the sequencer configuration
|
|
10885
10885
|
*/
|
|
10886
|
-
|
|
10886
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10887
10887
|
|
|
10888
10888
|
/**
|
|
10889
|
-
*
|
|
10889
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10890
10890
|
*/
|
|
10891
|
-
|
|
10891
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10892
10892
|
|
|
10893
10893
|
/**
|
|
10894
10894
|
* MetaInformations for this Object
|
|
@@ -11192,14 +11192,14 @@ export interface ShelfFile {
|
|
|
11192
11192
|
subFiles: Array<SubFileInfo>;
|
|
11193
11193
|
|
|
11194
11194
|
/**
|
|
11195
|
-
*
|
|
11195
|
+
* fileSize
|
|
11196
11196
|
*/
|
|
11197
|
-
|
|
11197
|
+
fileSize: number;
|
|
11198
11198
|
|
|
11199
11199
|
/**
|
|
11200
|
-
*
|
|
11200
|
+
* revision number of this file
|
|
11201
11201
|
*/
|
|
11202
|
-
|
|
11202
|
+
revisionNumber: number;
|
|
11203
11203
|
|
|
11204
11204
|
/**
|
|
11205
11205
|
* file-extension of this entry
|
|
@@ -11227,14 +11227,14 @@ export interface ShelfFile {
|
|
|
11227
11227
|
version: number;
|
|
11228
11228
|
|
|
11229
11229
|
/**
|
|
11230
|
-
*
|
|
11230
|
+
* meta data
|
|
11231
11231
|
*/
|
|
11232
|
-
|
|
11232
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11233
11233
|
|
|
11234
11234
|
/**
|
|
11235
|
-
*
|
|
11235
|
+
* current reference of this file in our storage
|
|
11236
11236
|
*/
|
|
11237
|
-
|
|
11237
|
+
storageHandle: string;
|
|
11238
11238
|
|
|
11239
11239
|
/**
|
|
11240
11240
|
* MetaInformations for this Object
|
|
@@ -12361,14 +12361,14 @@ export interface VariantValue {
|
|
|
12361
12361
|
version: number;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
|
-
*
|
|
12364
|
+
* Variantenattribut
|
|
12365
12365
|
*/
|
|
12366
|
-
|
|
12366
|
+
attributeRef: ApiObjectReference;
|
|
12367
12367
|
|
|
12368
12368
|
/**
|
|
12369
|
-
*
|
|
12369
|
+
* Mehrsprachige Bezeichnungen
|
|
12370
12370
|
*/
|
|
12371
|
-
|
|
12371
|
+
labels: Array<VariantDescription>;
|
|
12372
12372
|
|
|
12373
12373
|
/**
|
|
12374
12374
|
* MetaInformations for this Object
|