@vario-software/types 2026.26.0 → 2026.26.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/scripting/services.d.ts +13 -13
- 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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* Product custom data
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
listingCustom: EavArticleListing;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -1024,9 +1024,9 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* Seriennummern Auszeichnungsart
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* is this product sellable without any quantity at the stock
|
|
@@ -1034,9 +1034,9 @@ export interface Article {
|
|
|
1034
1034
|
sellableWithoutStock: boolean;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Durchschnittl. EKP (Startwert)
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
initialAvgPurchasePrice: number;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* gross Volume in cubic meters
|
|
@@ -1134,14 +1134,14 @@ export interface Article {
|
|
|
1134
1134
|
deliveryMethodRef: ApiObjectReference;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
|
-
*
|
|
1137
|
+
* Produktion
|
|
1138
1138
|
*/
|
|
1139
|
-
|
|
1139
|
+
fabrication: boolean;
|
|
1140
1140
|
|
|
1141
1141
|
/**
|
|
1142
|
-
*
|
|
1142
|
+
* Soll-Handelsspanne
|
|
1143
1143
|
*/
|
|
1144
|
-
|
|
1144
|
+
targetTradingMargin: number;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
1147
|
* active
|
|
@@ -1199,14 +1199,14 @@ export interface Article {
|
|
|
1199
1199
|
listingStateChangeTime: ScriptingDateTime;
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* Country code
|
|
1203
1203
|
*/
|
|
1204
|
-
|
|
1204
|
+
countryOfOriginRef: CountryReference;
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
|
-
*
|
|
1207
|
+
* Arbeitseinheit in Minuten
|
|
1208
1208
|
*/
|
|
1209
|
-
|
|
1209
|
+
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* description custom data
|
|
@@ -1288,26 +1288,26 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* Versandlabeldruck
|
|
1293
|
-
*/
|
|
1294
|
-
shippingLabelPrinting: boolean;
|
|
1295
|
-
|
|
1296
1291
|
/**
|
|
1297
1292
|
* reference to Product
|
|
1298
1293
|
*/
|
|
1299
1294
|
productRef: ApiObjectReference;
|
|
1300
1295
|
|
|
1301
1296
|
/**
|
|
1302
|
-
*
|
|
1297
|
+
* Versandlabeldruck
|
|
1303
1298
|
*/
|
|
1304
|
-
|
|
1299
|
+
shippingLabelPrinting: boolean;
|
|
1305
1300
|
|
|
1306
1301
|
/**
|
|
1307
1302
|
* rabattierbarer Artikel?
|
|
1308
1303
|
*/
|
|
1309
1304
|
discountable: boolean;
|
|
1310
1305
|
|
|
1306
|
+
/**
|
|
1307
|
+
* Kontingentartikel
|
|
1308
|
+
*/
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1310
|
+
|
|
1311
1311
|
/**
|
|
1312
1312
|
* alternative name of this product
|
|
1313
1313
|
*/
|
|
@@ -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
|
|
@@ -1909,14 +1909,14 @@ export interface ArticleStorage {
|
|
|
1909
1909
|
quantityInPicking: number;
|
|
1910
1910
|
|
|
1911
1911
|
/**
|
|
1912
|
-
*
|
|
1912
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1913
1913
|
*/
|
|
1914
|
-
|
|
1914
|
+
virtualStockAmount: number;
|
|
1915
1915
|
|
|
1916
1916
|
/**
|
|
1917
|
-
*
|
|
1917
|
+
* Nachschub auf
|
|
1918
1918
|
*/
|
|
1919
|
-
|
|
1919
|
+
replenishmentOn: number;
|
|
1920
1920
|
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
@@ -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
|
|
@@ -1987,14 +1987,14 @@ export interface ArticleStorage {
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
1989
|
/**
|
|
1990
|
-
*
|
|
1990
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1991
1991
|
*/
|
|
1992
|
-
|
|
1992
|
+
useSupplierArticleDescription: boolean;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Anzeigename des Accounts
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
accountDisplayName: string;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
2000
|
* Lieferanten-Meldebestand
|
|
@@ -2002,14 +2002,14 @@ export interface ArticleSupplier {
|
|
|
2002
2002
|
supplierReportingStock: number;
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
|
-
*
|
|
2005
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2006
2006
|
*/
|
|
2007
|
-
|
|
2007
|
+
deliveryTime: number;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
useSupplierArticleIdentifier: boolean;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* 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
|
|
@@ -2406,14 +2406,14 @@ export interface CrmActivity {
|
|
|
2406
2406
|
info: MetaInfo;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* Aktivität intern abgerechnet?
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
internalBilled: boolean;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
|
-
*
|
|
2414
|
+
* geplante Dauer
|
|
2415
2415
|
*/
|
|
2416
|
-
|
|
2416
|
+
plannedDurationInSeconds: number;
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2565,14 +2565,14 @@ export interface CrmActivityType {
|
|
|
2565
2565
|
export interface CrmChecklistItem {
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Text des Checklisten-Elements
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
memo: string;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
|
-
*
|
|
2573
|
+
* Ist das Element "angehakt"?
|
|
2574
2574
|
*/
|
|
2575
|
-
|
|
2575
|
+
checked: boolean;
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
2578
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -3234,14 +3234,14 @@ export interface CrmState {
|
|
|
3234
3234
|
readyToBill: boolean;
|
|
3235
3235
|
|
|
3236
3236
|
/**
|
|
3237
|
-
*
|
|
3237
|
+
* Handelt es sich um einen Anfang-Status
|
|
3238
3238
|
*/
|
|
3239
|
-
|
|
3239
|
+
startState: boolean;
|
|
3240
3240
|
|
|
3241
3241
|
/**
|
|
3242
|
-
*
|
|
3242
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3243
3243
|
*/
|
|
3244
|
-
|
|
3244
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3245
3245
|
|
|
3246
3246
|
/**
|
|
3247
3247
|
* MetaInformations for this Object
|
|
@@ -3289,6 +3289,11 @@ export interface CrmSubType {
|
|
|
3289
3289
|
|
|
3290
3290
|
export interface CrmTask {
|
|
3291
3291
|
|
|
3292
|
+
/**
|
|
3293
|
+
* Liste von Erinnerungen
|
|
3294
|
+
*/
|
|
3295
|
+
reminders: Array<CrmReminder>;
|
|
3296
|
+
|
|
3292
3297
|
/**
|
|
3293
3298
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3294
3299
|
*/
|
|
@@ -3299,11 +3304,6 @@ export interface CrmTask {
|
|
|
3299
3304
|
*/
|
|
3300
3305
|
customerOfferRef: DocumentRef;
|
|
3301
3306
|
|
|
3302
|
-
/**
|
|
3303
|
-
* Liste von Erinnerungen
|
|
3304
|
-
*/
|
|
3305
|
-
reminders: Array<CrmReminder>;
|
|
3306
|
-
|
|
3307
3307
|
/**
|
|
3308
3308
|
* Notizen
|
|
3309
3309
|
*/
|
|
@@ -3734,14 +3734,14 @@ export interface Customer {
|
|
|
3734
3734
|
stackProcessingPriority: number;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
|
-
*
|
|
3737
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3738
3738
|
*/
|
|
3739
|
-
|
|
3739
|
+
collectiveInvoiceManually: boolean;
|
|
3740
3740
|
|
|
3741
3741
|
/**
|
|
3742
|
-
*
|
|
3742
|
+
* reference to product price group
|
|
3743
3743
|
*/
|
|
3744
|
-
|
|
3744
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3745
3745
|
|
|
3746
3746
|
/**
|
|
3747
3747
|
* Unique identifier of the Object
|
|
@@ -3759,14 +3759,14 @@ export interface Customer {
|
|
|
3759
3759
|
info: MetaInfo;
|
|
3760
3760
|
|
|
3761
3761
|
/**
|
|
3762
|
-
*
|
|
3762
|
+
* reference to the delivery method
|
|
3763
3763
|
*/
|
|
3764
|
-
|
|
3764
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3765
3765
|
|
|
3766
3766
|
/**
|
|
3767
|
-
*
|
|
3767
|
+
* tax able or tax free
|
|
3768
3768
|
*/
|
|
3769
|
-
|
|
3769
|
+
taxable: boolean;
|
|
3770
3770
|
|
|
3771
3771
|
/**
|
|
3772
3772
|
* active true/false
|
|
@@ -3918,14 +3918,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3918
3918
|
export interface DeliveryMethod {
|
|
3919
3919
|
|
|
3920
3920
|
/**
|
|
3921
|
-
*
|
|
3921
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3922
3922
|
*/
|
|
3923
|
-
|
|
3923
|
+
splitIntoNewDocument: boolean;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* E-Mail an Versender übergeben
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
forwardEmailToShipper: boolean;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
3931
|
* Min. Gewicht pro Paket
|
|
@@ -3977,26 +3977,26 @@ export interface DeliveryMethod {
|
|
|
3977
3977
|
*/
|
|
3978
3978
|
defaultSizeUnit: UnitTypeReference;
|
|
3979
3979
|
|
|
3980
|
-
/**
|
|
3981
|
-
* Quelle für Paketgewicht
|
|
3982
|
-
*/
|
|
3983
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3984
|
-
|
|
3985
3980
|
/**
|
|
3986
3981
|
* translations
|
|
3987
3982
|
*/
|
|
3988
3983
|
translations: Array<DocumentTypeTerm>;
|
|
3989
3984
|
|
|
3990
3985
|
/**
|
|
3991
|
-
*
|
|
3986
|
+
* Quelle für Paketgewicht
|
|
3992
3987
|
*/
|
|
3993
|
-
|
|
3988
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3994
3989
|
|
|
3995
3990
|
/**
|
|
3996
3991
|
* Gültige Ländercodes
|
|
3997
3992
|
*/
|
|
3998
3993
|
validCountryCodes: Array<string>;
|
|
3999
3994
|
|
|
3995
|
+
/**
|
|
3996
|
+
* Versand-Anbieter
|
|
3997
|
+
*/
|
|
3998
|
+
vdsCarrierId: number;
|
|
3999
|
+
|
|
4000
4000
|
/**
|
|
4001
4001
|
* Standardgewichtseinheit
|
|
4002
4002
|
*/
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
*/
|
|
@@ -4369,14 +4369,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4369
4369
|
contractDetail: DocumentContractDetail;
|
|
4370
4370
|
|
|
4371
4371
|
/**
|
|
4372
|
-
*
|
|
4372
|
+
* Zahlungsplan vorhanden?
|
|
4373
4373
|
*/
|
|
4374
|
-
|
|
4374
|
+
paymentPlan: boolean;
|
|
4375
4375
|
|
|
4376
4376
|
/**
|
|
4377
|
-
*
|
|
4377
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4378
4378
|
*/
|
|
4379
|
-
|
|
4379
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4380
4380
|
|
|
4381
4381
|
/**
|
|
4382
4382
|
* Produktionsdetails
|
|
@@ -4394,14 +4394,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4394
4394
|
accountNumber: string;
|
|
4395
4395
|
|
|
4396
4396
|
/**
|
|
4397
|
-
*
|
|
4397
|
+
* Referenz auf Zahlungsbedingung
|
|
4398
4398
|
*/
|
|
4399
|
-
|
|
4399
|
+
paymentTermRef: PaymentTermRef;
|
|
4400
4400
|
|
|
4401
4401
|
/**
|
|
4402
|
-
*
|
|
4402
|
+
* Wird vom Workflow verarbeitet?
|
|
4403
4403
|
*/
|
|
4404
|
-
|
|
4404
|
+
processedByWorkflow: boolean;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
4407
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4444,14 +4444,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4444
4444
|
performanceDate: ScriptingDate;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
|
-
*
|
|
4447
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4448
4448
|
*/
|
|
4449
|
-
|
|
4449
|
+
en16931Profile: EN16931Profile;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
|
-
*
|
|
4452
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4453
4453
|
*/
|
|
4454
|
-
|
|
4454
|
+
dropShippingInvoiceApproved: boolean;
|
|
4455
4455
|
|
|
4456
4456
|
/**
|
|
4457
4457
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -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
|
|
@@ -5374,14 +5374,14 @@ export interface DocumentLine {
|
|
|
5374
5374
|
externalReferenceVds: string;
|
|
5375
5375
|
|
|
5376
5376
|
/**
|
|
5377
|
-
*
|
|
5377
|
+
* Preis pro Einheit in Basiswährung
|
|
5378
5378
|
*/
|
|
5379
|
-
|
|
5379
|
+
basePrice: number;
|
|
5380
5380
|
|
|
5381
5381
|
/**
|
|
5382
|
-
*
|
|
5382
|
+
* Serientyp
|
|
5383
5383
|
*/
|
|
5384
|
-
|
|
5384
|
+
serialType: ArticleSerialType;
|
|
5385
5385
|
|
|
5386
5386
|
/**
|
|
5387
5387
|
* MetaInformations for this Object
|
|
@@ -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
|
|
@@ -6035,14 +6035,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6035
6035
|
quantityFinished: number;
|
|
6036
6036
|
|
|
6037
6037
|
/**
|
|
6038
|
-
*
|
|
6038
|
+
* Menge defekt
|
|
6039
6039
|
*/
|
|
6040
|
-
|
|
6040
|
+
quantityDefective: number;
|
|
6041
6041
|
|
|
6042
6042
|
/**
|
|
6043
|
-
*
|
|
6043
|
+
* Produzierte Seriennummern
|
|
6044
6044
|
*/
|
|
6045
|
-
|
|
6045
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6046
6046
|
|
|
6047
6047
|
/**
|
|
6048
6048
|
* Freifeld
|
|
@@ -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)
|
|
@@ -6562,14 +6562,14 @@ export const enum DocumentRounding {
|
|
|
6562
6562
|
export interface DocumentShippingCost {
|
|
6563
6563
|
|
|
6564
6564
|
/**
|
|
6565
|
-
*
|
|
6565
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6566
6566
|
*/
|
|
6567
|
-
|
|
6567
|
+
manualCosts: boolean;
|
|
6568
6568
|
|
|
6569
6569
|
/**
|
|
6570
|
-
*
|
|
6570
|
+
* Die Versandkosten
|
|
6571
6571
|
*/
|
|
6572
|
-
|
|
6572
|
+
costs: number;
|
|
6573
6573
|
|
|
6574
6574
|
/**
|
|
6575
6575
|
* Keine Versandkosten (freier Versand)
|
|
@@ -7002,14 +7002,14 @@ export const enum DropShippingPolicy {
|
|
|
7002
7002
|
export interface DummySerialNumberStockTransferApi {
|
|
7003
7003
|
|
|
7004
7004
|
/**
|
|
7005
|
-
*
|
|
7005
|
+
* Seriennummer
|
|
7006
7006
|
*/
|
|
7007
|
-
|
|
7007
|
+
serialNumberId: number;
|
|
7008
7008
|
|
|
7009
7009
|
/**
|
|
7010
|
-
*
|
|
7010
|
+
* Ziel-Lager
|
|
7011
7011
|
*/
|
|
7012
|
-
|
|
7012
|
+
targetStorageId: number;
|
|
7013
7013
|
|
|
7014
7014
|
/**
|
|
7015
7015
|
* Bemerkung
|
|
@@ -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
|
|
@@ -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
|
|
@@ -8330,14 +8330,14 @@ export interface PaymentMethod {
|
|
|
8330
8330
|
daysToAddForFollowup: number;
|
|
8331
8331
|
|
|
8332
8332
|
/**
|
|
8333
|
-
*
|
|
8333
|
+
* Die Business Transaction
|
|
8334
8334
|
*/
|
|
8335
|
-
|
|
8335
|
+
businessTransaction: ApiObjectReference;
|
|
8336
8336
|
|
|
8337
8337
|
/**
|
|
8338
|
-
*
|
|
8338
|
+
* external Payment Id
|
|
8339
8339
|
*/
|
|
8340
|
-
|
|
8340
|
+
externalPaymentId: string;
|
|
8341
8341
|
|
|
8342
8342
|
/**
|
|
8343
8343
|
* Unique identifier of the Object
|
|
@@ -8420,26 +8420,26 @@ export interface PaymentTerm {
|
|
|
8420
8420
|
*/
|
|
8421
8421
|
paymentDiscount2: number;
|
|
8422
8422
|
|
|
8423
|
-
/**
|
|
8424
|
-
* Percent for Discount 1
|
|
8425
|
-
*/
|
|
8426
|
-
paymentDiscount1: number;
|
|
8427
|
-
|
|
8428
8423
|
/**
|
|
8429
8424
|
* printDescription
|
|
8430
8425
|
*/
|
|
8431
8426
|
printDescription: string;
|
|
8432
8427
|
|
|
8433
8428
|
/**
|
|
8434
|
-
*
|
|
8429
|
+
* Percent for Discount 1
|
|
8435
8430
|
*/
|
|
8436
|
-
|
|
8431
|
+
paymentDiscount1: number;
|
|
8437
8432
|
|
|
8438
8433
|
/**
|
|
8439
8434
|
* for deposit: remaining term
|
|
8440
8435
|
*/
|
|
8441
8436
|
remainingTermRef: ApiObjectReference;
|
|
8442
8437
|
|
|
8438
|
+
/**
|
|
8439
|
+
* Days for Discount 1
|
|
8440
|
+
*/
|
|
8441
|
+
paymentDays1: number;
|
|
8442
|
+
|
|
8443
8443
|
/**
|
|
8444
8444
|
* Days for Discount 2
|
|
8445
8445
|
*/
|
|
@@ -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
|
|
@@ -8839,14 +8839,14 @@ export interface PicklistLine {
|
|
|
8839
8839
|
articleNumber: string;
|
|
8840
8840
|
|
|
8841
8841
|
/**
|
|
8842
|
-
*
|
|
8842
|
+
* Art der Position
|
|
8843
8843
|
*/
|
|
8844
|
-
|
|
8844
|
+
lineType: PicklistLineType;
|
|
8845
8845
|
|
|
8846
8846
|
/**
|
|
8847
|
-
*
|
|
8847
|
+
* Lagernummer
|
|
8848
8848
|
*/
|
|
8849
|
-
|
|
8849
|
+
storageNumber: string;
|
|
8850
8850
|
|
|
8851
8851
|
/**
|
|
8852
8852
|
* ID der Ziel-Dokumentposition
|
|
@@ -8985,14 +8985,14 @@ export interface PicklistLineComponent {
|
|
|
8985
8985
|
targetDocumentLineComponentId: number;
|
|
8986
8986
|
|
|
8987
8987
|
/**
|
|
8988
|
-
*
|
|
8988
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8989
8989
|
*/
|
|
8990
|
-
|
|
8990
|
+
quantityPerAssemblyGroup: number;
|
|
8991
8991
|
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* abweichende Artikelbezeichnung
|
|
8994
8994
|
*/
|
|
8995
|
-
|
|
8995
|
+
articleAlternativeName: string;
|
|
8996
8996
|
|
|
8997
8997
|
/**
|
|
8998
8998
|
* Verpackte Menge der Position
|
|
@@ -9161,19 +9161,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9161
9161
|
maxArticleCountPerOrder: number;
|
|
9162
9162
|
|
|
9163
9163
|
/**
|
|
9164
|
-
*
|
|
9164
|
+
* Maximaler Auftragswert
|
|
9165
9165
|
*/
|
|
9166
|
-
|
|
9166
|
+
maxOrderValue: number;
|
|
9167
9167
|
|
|
9168
9168
|
/**
|
|
9169
|
-
*
|
|
9169
|
+
* Alternative Selektion in VQL
|
|
9170
9170
|
*/
|
|
9171
|
-
|
|
9171
|
+
alternativeSelectionInVql: string;
|
|
9172
9172
|
|
|
9173
9173
|
/**
|
|
9174
|
-
*
|
|
9174
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9175
9175
|
*/
|
|
9176
|
-
|
|
9176
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9177
9177
|
|
|
9178
9178
|
/**
|
|
9179
9179
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9181,9 +9181,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9181
9181
|
maxOrderCount: number;
|
|
9182
9182
|
|
|
9183
9183
|
/**
|
|
9184
|
-
*
|
|
9184
|
+
* Nur vollständig lieferbare Positionen
|
|
9185
9185
|
*/
|
|
9186
|
-
|
|
9186
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9187
9187
|
|
|
9188
9188
|
/**
|
|
9189
9189
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9248,15 +9248,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9248
9248
|
*/
|
|
9249
9249
|
printPicklist: boolean;
|
|
9250
9250
|
|
|
9251
|
+
/**
|
|
9252
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9253
|
+
*/
|
|
9254
|
+
maxPicklistLineCount: number;
|
|
9255
|
+
|
|
9251
9256
|
/**
|
|
9252
9257
|
* Die zu verwendende Pickwagengruppe
|
|
9253
9258
|
*/
|
|
9254
9259
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9255
9260
|
|
|
9256
9261
|
/**
|
|
9257
|
-
*
|
|
9262
|
+
* Lagerplätze vorgeben
|
|
9258
9263
|
*/
|
|
9259
|
-
|
|
9264
|
+
specifyStorageBins: boolean;
|
|
9260
9265
|
|
|
9261
9266
|
/**
|
|
9262
9267
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9269,20 +9274,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9269
9274
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9270
9275
|
|
|
9271
9276
|
/**
|
|
9272
|
-
*
|
|
9277
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9273
9278
|
*/
|
|
9274
|
-
|
|
9279
|
+
sortByRoutePosition: boolean;
|
|
9275
9280
|
|
|
9276
9281
|
/**
|
|
9277
9282
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9278
9283
|
*/
|
|
9279
9284
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9280
9285
|
|
|
9281
|
-
/**
|
|
9282
|
-
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9283
|
-
*/
|
|
9284
|
-
sortByRoutePosition: boolean;
|
|
9285
|
-
|
|
9286
9286
|
/**
|
|
9287
9287
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9288
9288
|
*/
|
|
@@ -9327,14 +9327,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9327
9327
|
alwaysShowDeliveryMethod: boolean;
|
|
9328
9328
|
|
|
9329
9329
|
/**
|
|
9330
|
-
*
|
|
9330
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9331
9331
|
*/
|
|
9332
|
-
|
|
9332
|
+
autoPrintDeliveryDocument: boolean;
|
|
9333
9333
|
|
|
9334
9334
|
/**
|
|
9335
|
-
*
|
|
9335
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9336
9336
|
*/
|
|
9337
|
-
|
|
9337
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9338
9338
|
|
|
9339
9339
|
/**
|
|
9340
9340
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9342,24 +9342,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9342
9342
|
showShippingFormOnPickingFinish: boolean;
|
|
9343
9343
|
|
|
9344
9344
|
/**
|
|
9345
|
-
*
|
|
9345
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9346
9346
|
*/
|
|
9347
|
-
|
|
9347
|
+
useDigitalPicklist: boolean;
|
|
9348
9348
|
|
|
9349
9349
|
/**
|
|
9350
|
-
* Sollen
|
|
9350
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9351
9351
|
*/
|
|
9352
|
-
|
|
9352
|
+
printLabelOnScan: boolean;
|
|
9353
9353
|
|
|
9354
9354
|
/**
|
|
9355
|
-
*
|
|
9355
|
+
* Sammelbestätigung erlauben
|
|
9356
9356
|
*/
|
|
9357
|
-
|
|
9357
|
+
allowFullConfirmation: boolean;
|
|
9358
9358
|
|
|
9359
9359
|
/**
|
|
9360
|
-
*
|
|
9360
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9361
9361
|
*/
|
|
9362
|
-
|
|
9362
|
+
allowPickingOfServiceArticles: boolean;
|
|
9363
9363
|
|
|
9364
9364
|
/**
|
|
9365
9365
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -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
|
|
@@ -10072,11 +10072,6 @@ export interface RequestDocument {
|
|
|
10072
10072
|
*/
|
|
10073
10073
|
documentDate: ScriptingDate;
|
|
10074
10074
|
|
|
10075
|
-
/**
|
|
10076
|
-
* ID der Kassenschublade (bei POS)
|
|
10077
|
-
*/
|
|
10078
|
-
cashDrawerId: number;
|
|
10079
|
-
|
|
10080
10075
|
/**
|
|
10081
10076
|
* Der Anzahlungsbetrag
|
|
10082
10077
|
*/
|
|
@@ -10087,6 +10082,11 @@ export interface RequestDocument {
|
|
|
10087
10082
|
*/
|
|
10088
10083
|
performanceDate: ScriptingDate;
|
|
10089
10084
|
|
|
10085
|
+
/**
|
|
10086
|
+
* ID der Kassenschublade (bei POS)
|
|
10087
|
+
*/
|
|
10088
|
+
cashDrawerId: number;
|
|
10089
|
+
|
|
10090
10090
|
/**
|
|
10091
10091
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10092
10092
|
*/
|
|
@@ -10208,14 +10208,14 @@ export interface RequestDocument {
|
|
|
10208
10208
|
texts: Array<DocumentText>;
|
|
10209
10209
|
|
|
10210
10210
|
/**
|
|
10211
|
-
*
|
|
10211
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10212
10212
|
*/
|
|
10213
|
-
|
|
10213
|
+
processedByPicklistProcessing: boolean;
|
|
10214
10214
|
|
|
10215
10215
|
/**
|
|
10216
|
-
*
|
|
10216
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10217
10217
|
*/
|
|
10218
|
-
|
|
10218
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10219
10219
|
|
|
10220
10220
|
/**
|
|
10221
10221
|
* Die Rabatte des Beleges
|
|
@@ -10381,14 +10381,14 @@ export interface RequestDocumentLine {
|
|
|
10381
10381
|
externalArticleNumber: string;
|
|
10382
10382
|
|
|
10383
10383
|
/**
|
|
10384
|
-
*
|
|
10384
|
+
* Buchungen zu dieser Belegposition
|
|
10385
10385
|
*/
|
|
10386
|
-
|
|
10386
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10387
10387
|
|
|
10388
10388
|
/**
|
|
10389
|
-
*
|
|
10389
|
+
* ID der Quell-Belegposition
|
|
10390
10390
|
*/
|
|
10391
|
-
|
|
10391
|
+
sourceLineId: number;
|
|
10392
10392
|
|
|
10393
10393
|
/**
|
|
10394
10394
|
* Zu der Zeile Etikettendruck anstoßen
|
|
@@ -10555,14 +10555,14 @@ export interface SalesAgent {
|
|
|
10555
10555
|
note: string;
|
|
10556
10556
|
|
|
10557
10557
|
/**
|
|
10558
|
-
*
|
|
10558
|
+
* reference to the delivery method
|
|
10559
10559
|
*/
|
|
10560
|
-
|
|
10560
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10561
10561
|
|
|
10562
10562
|
/**
|
|
10563
|
-
*
|
|
10563
|
+
* is sales agent taxable
|
|
10564
10564
|
*/
|
|
10565
|
-
|
|
10565
|
+
taxable: boolean;
|
|
10566
10566
|
|
|
10567
10567
|
/**
|
|
10568
10568
|
* Freifelder
|
|
@@ -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
|
|
@@ -11519,14 +11519,14 @@ export interface StockMovementManualApi {
|
|
|
11519
11519
|
export interface StockTransferApi {
|
|
11520
11520
|
|
|
11521
11521
|
/**
|
|
11522
|
-
*
|
|
11522
|
+
* Seriennummer
|
|
11523
11523
|
*/
|
|
11524
|
-
|
|
11524
|
+
serialNumberId: number;
|
|
11525
11525
|
|
|
11526
11526
|
/**
|
|
11527
|
-
*
|
|
11527
|
+
* Ziel-Lager
|
|
11528
11528
|
*/
|
|
11529
|
-
|
|
11529
|
+
targetStorageId: number;
|
|
11530
11530
|
|
|
11531
11531
|
/**
|
|
11532
11532
|
* Bemerkung
|
|
@@ -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
|
|
@@ -11741,14 +11741,14 @@ export interface Supplier {
|
|
|
11741
11741
|
supplierGroupRef: ApiObjectReference;
|
|
11742
11742
|
|
|
11743
11743
|
/**
|
|
11744
|
-
*
|
|
11744
|
+
* reference to the delivery method
|
|
11745
11745
|
*/
|
|
11746
|
-
|
|
11746
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11747
11747
|
|
|
11748
11748
|
/**
|
|
11749
|
-
*
|
|
11749
|
+
* tax able or tax free
|
|
11750
11750
|
*/
|
|
11751
|
-
|
|
11751
|
+
taxable: boolean;
|
|
11752
11752
|
|
|
11753
11753
|
/**
|
|
11754
11754
|
* Mahnen?
|
|
@@ -11829,14 +11829,14 @@ export interface TagDto {
|
|
|
11829
11829
|
editColor: string;
|
|
11830
11830
|
|
|
11831
11831
|
/**
|
|
11832
|
-
* Farbe
|
|
11832
|
+
* Farbe in Such-GUI
|
|
11833
11833
|
*/
|
|
11834
|
-
|
|
11834
|
+
searchColor: string;
|
|
11835
11835
|
|
|
11836
11836
|
/**
|
|
11837
|
-
* Farbe
|
|
11837
|
+
* Farbe für die Anzeige des Tags
|
|
11838
11838
|
*/
|
|
11839
|
-
|
|
11839
|
+
color: string;
|
|
11840
11840
|
|
|
11841
11841
|
/**
|
|
11842
11842
|
* Beschriftung des Tags
|
|
@@ -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
|