@vario-software/types 2026.22.0 → 2026.22.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 +30 -30
- package/scripting/types.d.ts +320 -320
package/scripting/types.d.ts
CHANGED
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Street
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
street: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Country code
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
countryCode: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -381,14 +381,14 @@ export interface AccountAddress {
|
|
|
381
381
|
version: number;
|
|
382
382
|
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* tax identification number/ UST-ID-Nr.
|
|
385
385
|
*/
|
|
386
|
-
|
|
386
|
+
taxIdentificationNumber: string;
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
|
-
*
|
|
389
|
+
* Additional address line1
|
|
390
390
|
*/
|
|
391
|
-
|
|
391
|
+
additionalAddressLine1: string;
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Parcel station
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* city of the bank
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
bankCity: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Kreditlimit
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
maximalLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
payablesSum: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1024,14 +1024,14 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1219,14 +1219,14 @@ export interface Article {
|
|
|
1219
1219
|
freelyPickable: boolean;
|
|
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
|
|
@@ -1299,9 +1299,9 @@ export interface Article {
|
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* rabattierbarer Artikel?
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
discountable: boolean;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Kontingentartikel
|
|
@@ -1309,9 +1309,9 @@ export interface Article {
|
|
|
1309
1309
|
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* alternative name of this product
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
alternativeName: string;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
@@ -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
|
|
@@ -1509,14 +1509,14 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
useDeviatingArticleDescription: boolean;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
*
|
|
1517
|
+
* Kunden-Preise
|
|
1518
1518
|
*/
|
|
1519
|
-
|
|
1519
|
+
productPrices: Array<ProductPrice>;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Referenced Article
|
|
@@ -1710,14 +1710,14 @@ export interface ArticleListing {
|
|
|
1710
1710
|
alternativeName: WithDefaults<String>;
|
|
1711
1711
|
|
|
1712
1712
|
/**
|
|
1713
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1713
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1714
1714
|
*/
|
|
1715
|
-
|
|
1715
|
+
customLowestPriceNet: number;
|
|
1716
1716
|
|
|
1717
1717
|
/**
|
|
1718
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1718
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1719
1719
|
*/
|
|
1720
|
-
|
|
1720
|
+
proposedLowestPriceNet: number;
|
|
1721
1721
|
|
|
1722
1722
|
/**
|
|
1723
1723
|
* der aktuelle listing stand
|
|
@@ -1877,15 +1877,20 @@ export const enum ArticleSerialType {
|
|
|
1877
1877
|
|
|
1878
1878
|
export interface ArticleStorage {
|
|
1879
1879
|
|
|
1880
|
+
/**
|
|
1881
|
+
* Nachschub ab
|
|
1882
|
+
*/
|
|
1883
|
+
replenishmentFrom: number;
|
|
1884
|
+
|
|
1880
1885
|
/**
|
|
1881
1886
|
* Bestand im Lager
|
|
1882
1887
|
*/
|
|
1883
1888
|
quantityInStock: number;
|
|
1884
1889
|
|
|
1885
1890
|
/**
|
|
1886
|
-
*
|
|
1891
|
+
* Meldebestand
|
|
1887
1892
|
*/
|
|
1888
|
-
|
|
1893
|
+
reorderPoint: number;
|
|
1889
1894
|
|
|
1890
1895
|
/**
|
|
1891
1896
|
* Bestellte Menge
|
|
@@ -1897,11 +1902,6 @@ export interface ArticleStorage {
|
|
|
1897
1902
|
*/
|
|
1898
1903
|
quantityInPicking: number;
|
|
1899
1904
|
|
|
1900
|
-
/**
|
|
1901
|
-
* Meldebestand
|
|
1902
|
-
*/
|
|
1903
|
-
reorderPoint: number;
|
|
1904
|
-
|
|
1905
1905
|
/**
|
|
1906
1906
|
* Nachschub auf
|
|
1907
1907
|
*/
|
|
@@ -1953,14 +1953,14 @@ export interface ArticleStorage {
|
|
|
1953
1953
|
storageRef: ApiObjectReference;
|
|
1954
1954
|
|
|
1955
1955
|
/**
|
|
1956
|
-
*
|
|
1956
|
+
* Vorgabe-Lagerplätze
|
|
1957
1957
|
*/
|
|
1958
|
-
|
|
1958
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
|
-
*
|
|
1961
|
+
* Sollbestand
|
|
1962
1962
|
*/
|
|
1963
|
-
|
|
1963
|
+
targetStock: number;
|
|
1964
1964
|
|
|
1965
1965
|
/**
|
|
1966
1966
|
* Aktuelle Menge in Produktion
|
|
@@ -1981,14 +1981,14 @@ export interface ArticleStorage {
|
|
|
1981
1981
|
export interface ArticleSupplier {
|
|
1982
1982
|
|
|
1983
1983
|
/**
|
|
1984
|
-
*
|
|
1984
|
+
* Anzeigename des Accounts
|
|
1985
1985
|
*/
|
|
1986
|
-
|
|
1986
|
+
accountDisplayName: string;
|
|
1987
1987
|
|
|
1988
1988
|
/**
|
|
1989
|
-
*
|
|
1989
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1990
1990
|
*/
|
|
1991
|
-
|
|
1991
|
+
useSupplierArticleDescription: boolean;
|
|
1992
1992
|
|
|
1993
1993
|
/**
|
|
1994
1994
|
* Lieferanten-Meldebestand
|
|
@@ -1996,14 +1996,14 @@ export interface ArticleSupplier {
|
|
|
1996
1996
|
supplierReportingStock: number;
|
|
1997
1997
|
|
|
1998
1998
|
/**
|
|
1999
|
-
*
|
|
1999
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2000
2000
|
*/
|
|
2001
|
-
|
|
2001
|
+
useSupplierArticleIdentifier: boolean;
|
|
2002
2002
|
|
|
2003
2003
|
/**
|
|
2004
|
-
*
|
|
2004
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2005
2005
|
*/
|
|
2006
|
-
|
|
2006
|
+
deliveryTime: number;
|
|
2007
2007
|
|
|
2008
2008
|
/**
|
|
2009
2009
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2051,14 +2051,14 @@ export interface ArticleSupplier {
|
|
|
2051
2051
|
info: MetaInfo;
|
|
2052
2052
|
|
|
2053
2053
|
/**
|
|
2054
|
-
*
|
|
2054
|
+
* Verpackungseinheit
|
|
2055
2055
|
*/
|
|
2056
|
-
|
|
2056
|
+
packagingUnit: number;
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
|
-
*
|
|
2059
|
+
* Referenced Article name
|
|
2060
2060
|
*/
|
|
2061
|
-
|
|
2061
|
+
articleName: string;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Lieferanten-Preise
|
|
@@ -2091,14 +2091,14 @@ export interface ArticleSupplier {
|
|
|
2091
2091
|
dropShippingAllowed: boolean;
|
|
2092
2092
|
|
|
2093
2093
|
/**
|
|
2094
|
-
* Abweichende
|
|
2094
|
+
* Abweichende Produktbeschreibung
|
|
2095
2095
|
*/
|
|
2096
|
-
|
|
2096
|
+
supplierArticleDescription: string;
|
|
2097
2097
|
|
|
2098
2098
|
/**
|
|
2099
|
-
* Abweichende
|
|
2099
|
+
* Abweichende Produktbezeichnung
|
|
2100
2100
|
*/
|
|
2101
|
-
|
|
2101
|
+
supplierArticleName: string;
|
|
2102
2102
|
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Standardpreis Netto
|
|
@@ -2106,14 +2106,14 @@ export interface ArticleSupplier {
|
|
|
2106
2106
|
defaultNetPrice: number;
|
|
2107
2107
|
|
|
2108
2108
|
/**
|
|
2109
|
-
*
|
|
2109
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2110
2110
|
*/
|
|
2111
|
-
|
|
2111
|
+
orderOnComponentBase: boolean;
|
|
2112
2112
|
|
|
2113
2113
|
/**
|
|
2114
|
-
*
|
|
2114
|
+
* Einkaufseinheit
|
|
2115
2115
|
*/
|
|
2116
|
-
|
|
2116
|
+
purchaseUnit: number;
|
|
2117
2117
|
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Referenced Supplier-Account
|
|
@@ -2328,14 +2328,14 @@ export interface CountryReference {
|
|
|
2328
2328
|
export interface CreateNewDocumentRequest {
|
|
2329
2329
|
|
|
2330
2330
|
/**
|
|
2331
|
-
* Belegart
|
|
2331
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2332
2332
|
*/
|
|
2333
|
-
|
|
2333
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* Belegart
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
documentTypeLabel: string;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Details zum Beleg
|
|
@@ -2401,14 +2401,14 @@ export interface CrmActivity {
|
|
|
2401
2401
|
info: MetaInfo;
|
|
2402
2402
|
|
|
2403
2403
|
/**
|
|
2404
|
-
*
|
|
2404
|
+
* Aktivität intern abgerechnet?
|
|
2405
2405
|
*/
|
|
2406
|
-
|
|
2406
|
+
internalBilled: boolean;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* geplante Dauer
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
plannedDurationInSeconds: number;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
2414
|
* Freie Felder der CRM-Aktivität
|
|
@@ -3270,14 +3270,14 @@ export interface CrmSubType {
|
|
|
3270
3270
|
export interface CrmTask {
|
|
3271
3271
|
|
|
3272
3272
|
/**
|
|
3273
|
-
*
|
|
3273
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3274
3274
|
*/
|
|
3275
|
-
|
|
3275
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3276
3276
|
|
|
3277
3277
|
/**
|
|
3278
|
-
*
|
|
3278
|
+
* Angebot
|
|
3279
3279
|
*/
|
|
3280
|
-
|
|
3280
|
+
customerOfferRef: DocumentRef;
|
|
3281
3281
|
|
|
3282
3282
|
/**
|
|
3283
3283
|
* Liste von Erinnerungen
|
|
@@ -3709,14 +3709,14 @@ export interface Customer {
|
|
|
3709
3709
|
stackProcessingPriority: number;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
|
-
*
|
|
3712
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3713
3713
|
*/
|
|
3714
|
-
|
|
3714
|
+
collectiveInvoiceManually: boolean;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* reference to product price group
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Unique identifier of the Object
|
|
@@ -4177,14 +4177,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4177
4177
|
deliveryQuantityPackages: number;
|
|
4178
4178
|
|
|
4179
4179
|
/**
|
|
4180
|
-
*
|
|
4180
|
+
* Bestellnummer aus Vorbeleg
|
|
4181
4181
|
*/
|
|
4182
|
-
|
|
4182
|
+
referencedOrderNumber: string;
|
|
4183
4183
|
|
|
4184
4184
|
/**
|
|
4185
|
-
*
|
|
4185
|
+
* Leitweg-ID
|
|
4186
4186
|
*/
|
|
4187
|
-
|
|
4187
|
+
buyerReference: string;
|
|
4188
4188
|
|
|
4189
4189
|
/**
|
|
4190
4190
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4237,14 +4237,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4237
4237
|
accountId: number;
|
|
4238
4238
|
|
|
4239
4239
|
/**
|
|
4240
|
-
* Länderkennzeichen
|
|
4240
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4241
4241
|
*/
|
|
4242
|
-
|
|
4242
|
+
sourceCountryCode: string;
|
|
4243
4243
|
|
|
4244
4244
|
/**
|
|
4245
|
-
* Länderkennzeichen
|
|
4245
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4246
4246
|
*/
|
|
4247
|
-
|
|
4247
|
+
performanceCountryCode: string;
|
|
4248
4248
|
|
|
4249
4249
|
/**
|
|
4250
4250
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4439,14 +4439,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4439
4439
|
additionalInfo: DocumentAdditionalInfo;
|
|
4440
4440
|
|
|
4441
4441
|
/**
|
|
4442
|
-
*
|
|
4442
|
+
* Bestelldatum
|
|
4443
4443
|
*/
|
|
4444
|
-
|
|
4444
|
+
orderedOn: ScriptingDate;
|
|
4445
4445
|
|
|
4446
4446
|
/**
|
|
4447
|
-
*
|
|
4447
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4448
4448
|
*/
|
|
4449
|
-
|
|
4449
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
4452
|
* MetaInformations for this Object
|
|
@@ -4583,11 +4583,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4583
4583
|
*/
|
|
4584
4584
|
customerNumber: string;
|
|
4585
4585
|
|
|
4586
|
-
/**
|
|
4587
|
-
* Versandkostenpositionen
|
|
4588
|
-
*/
|
|
4589
|
-
shippingCosts: Array<DocumentShippingCost>;
|
|
4590
|
-
|
|
4591
4586
|
/**
|
|
4592
4587
|
* Umsatzsteuer-Identifikationsnummer
|
|
4593
4588
|
*/
|
|
@@ -4599,9 +4594,16 @@ true wenn die Quittung bezahlt ist
|
|
|
4599
4594
|
documentState: DocumentTypeState;
|
|
4600
4595
|
|
|
4601
4596
|
/**
|
|
4602
|
-
*
|
|
4597
|
+
* Versandkostenpositionen
|
|
4603
4598
|
*/
|
|
4604
|
-
|
|
4599
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4600
|
+
|
|
4601
|
+
/**
|
|
4602
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4603
|
+
true wenn die Quittung ausbalanciert ist
|
|
4604
|
+
|
|
4605
|
+
*/
|
|
4606
|
+
posReceiptBalanced: boolean;
|
|
4605
4607
|
|
|
4606
4608
|
/**
|
|
4607
4609
|
* Referenz auf Lieferbedingung
|
|
@@ -4609,11 +4611,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4609
4611
|
deliveryTermRef: ApiObjectReference;
|
|
4610
4612
|
|
|
4611
4613
|
/**
|
|
4612
|
-
*
|
|
4613
|
-
true wenn die Quittung ausbalanciert ist
|
|
4614
|
-
|
|
4614
|
+
* Rückgeld
|
|
4615
4615
|
*/
|
|
4616
|
-
|
|
4616
|
+
posReceiptChangeAmount: number;
|
|
4617
4617
|
|
|
4618
4618
|
/**
|
|
4619
4619
|
* Gesamtbruttogewicht
|
|
@@ -4646,14 +4646,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4646
4646
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4647
4647
|
|
|
4648
4648
|
/**
|
|
4649
|
-
*
|
|
4649
|
+
* Bestellt durch Ansprechpartner
|
|
4650
4650
|
*/
|
|
4651
|
-
|
|
4651
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4652
4652
|
|
|
4653
4653
|
/**
|
|
4654
|
-
*
|
|
4654
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4655
4655
|
*/
|
|
4656
|
-
|
|
4656
|
+
reportGroupRef: ApiObjectReference;
|
|
4657
4657
|
}
|
|
4658
4658
|
|
|
4659
4659
|
export interface DocumentAdditionalInfo {
|
|
@@ -4679,14 +4679,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4679
4679
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4680
4680
|
|
|
4681
4681
|
/**
|
|
4682
|
-
*
|
|
4682
|
+
* Herkunft des Berechnungsmodus
|
|
4683
4683
|
*/
|
|
4684
|
-
|
|
4684
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4685
4685
|
|
|
4686
4686
|
/**
|
|
4687
|
-
*
|
|
4687
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4688
4688
|
*/
|
|
4689
|
-
|
|
4689
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4690
4690
|
|
|
4691
4691
|
/**
|
|
4692
4692
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4804,14 +4804,14 @@ export interface DocumentAddress {
|
|
|
4804
4804
|
postOfficeBox: string;
|
|
4805
4805
|
|
|
4806
4806
|
/**
|
|
4807
|
-
*
|
|
4807
|
+
* Street
|
|
4808
4808
|
*/
|
|
4809
|
-
|
|
4809
|
+
street: string;
|
|
4810
4810
|
|
|
4811
4811
|
/**
|
|
4812
|
-
*
|
|
4812
|
+
* country code IsoAlpha3
|
|
4813
4813
|
*/
|
|
4814
|
-
|
|
4814
|
+
countryCode: string;
|
|
4815
4815
|
|
|
4816
4816
|
/**
|
|
4817
4817
|
* Unique identifier of the Object
|
|
@@ -5055,14 +5055,14 @@ export interface DocumentFabricationDetail {
|
|
|
5055
5055
|
targetStorageRef: ApiObjectReference;
|
|
5056
5056
|
|
|
5057
5057
|
/**
|
|
5058
|
-
*
|
|
5058
|
+
* Material-Lager
|
|
5059
5059
|
*/
|
|
5060
|
-
|
|
5060
|
+
componentsStorageRef: ApiObjectReference;
|
|
5061
5061
|
|
|
5062
5062
|
/**
|
|
5063
|
-
*
|
|
5063
|
+
* Notiz
|
|
5064
5064
|
*/
|
|
5065
|
-
|
|
5065
|
+
note: string;
|
|
5066
5066
|
|
|
5067
5067
|
/**
|
|
5068
5068
|
* QS-Lager
|
|
@@ -5189,14 +5189,14 @@ export const enum DocumentImportType {
|
|
|
5189
5189
|
export interface DocumentLine {
|
|
5190
5190
|
|
|
5191
5191
|
/**
|
|
5192
|
-
*
|
|
5192
|
+
* Leistungsdatum
|
|
5193
5193
|
*/
|
|
5194
|
-
|
|
5194
|
+
performanceDate: ScriptingDate;
|
|
5195
5195
|
|
|
5196
5196
|
/**
|
|
5197
|
-
*
|
|
5197
|
+
* Zolltarifnummer
|
|
5198
5198
|
*/
|
|
5199
|
-
|
|
5199
|
+
customsTariffNumber: string;
|
|
5200
5200
|
|
|
5201
5201
|
/**
|
|
5202
5202
|
* Land der Herkunft
|
|
@@ -5283,11 +5283,6 @@ export interface DocumentLine {
|
|
|
5283
5283
|
*/
|
|
5284
5284
|
price: number;
|
|
5285
5285
|
|
|
5286
|
-
/**
|
|
5287
|
-
* FiBu-Buchung
|
|
5288
|
-
*/
|
|
5289
|
-
financeBooking: DocumentFinanceBooking;
|
|
5290
|
-
|
|
5291
5286
|
/**
|
|
5292
5287
|
* Gesamtpreis Position in Basiswährung
|
|
5293
5288
|
*/
|
|
@@ -5298,6 +5293,16 @@ export interface DocumentLine {
|
|
|
5298
5293
|
*/
|
|
5299
5294
|
lineType: DocumentLineType;
|
|
5300
5295
|
|
|
5296
|
+
/**
|
|
5297
|
+
* FiBu-Buchung
|
|
5298
|
+
*/
|
|
5299
|
+
financeBooking: DocumentFinanceBooking;
|
|
5300
|
+
|
|
5301
|
+
/**
|
|
5302
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5303
|
+
*/
|
|
5304
|
+
totalLinePriceModifier: number;
|
|
5305
|
+
|
|
5301
5306
|
/**
|
|
5302
5307
|
* vorgeorderte Menge in Pickvorgang
|
|
5303
5308
|
*/
|
|
@@ -5308,11 +5313,6 @@ export interface DocumentLine {
|
|
|
5308
5313
|
*/
|
|
5309
5314
|
supplierOrderLineIds: Array<number>;
|
|
5310
5315
|
|
|
5311
|
-
/**
|
|
5312
|
-
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5313
|
-
*/
|
|
5314
|
-
totalLinePriceModifier: number;
|
|
5315
|
-
|
|
5316
5316
|
/**
|
|
5317
5317
|
* Vorgabe zu Streckengeschäft
|
|
5318
5318
|
*/
|
|
@@ -5329,14 +5329,14 @@ export interface DocumentLine {
|
|
|
5329
5329
|
id: number;
|
|
5330
5330
|
|
|
5331
5331
|
/**
|
|
5332
|
-
*
|
|
5332
|
+
* Preis pro Einheit in Basiswährung
|
|
5333
5333
|
*/
|
|
5334
|
-
|
|
5334
|
+
basePrice: number;
|
|
5335
5335
|
|
|
5336
5336
|
/**
|
|
5337
|
-
*
|
|
5337
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5338
5338
|
*/
|
|
5339
|
-
|
|
5339
|
+
positionOfArticleLine: number;
|
|
5340
5340
|
|
|
5341
5341
|
/**
|
|
5342
5342
|
* Externe Referenz zum VDS-Paket
|
|
@@ -5354,14 +5354,14 @@ export interface DocumentLine {
|
|
|
5354
5354
|
info: MetaInfo;
|
|
5355
5355
|
|
|
5356
5356
|
/**
|
|
5357
|
-
*
|
|
5357
|
+
* Steuerschema
|
|
5358
5358
|
*/
|
|
5359
|
-
|
|
5359
|
+
taxSchemaRef: ApiObjectReference;
|
|
5360
5360
|
|
|
5361
5361
|
/**
|
|
5362
|
-
*
|
|
5362
|
+
* Preiseinheit
|
|
5363
5363
|
*/
|
|
5364
|
-
|
|
5364
|
+
priceUnit: number;
|
|
5365
5365
|
|
|
5366
5366
|
/**
|
|
5367
5367
|
* Lieferart
|
|
@@ -5444,14 +5444,14 @@ export interface DocumentLine {
|
|
|
5444
5444
|
components: Array<DocumentLineComponent>;
|
|
5445
5445
|
|
|
5446
5446
|
/**
|
|
5447
|
-
*
|
|
5447
|
+
* Summe Dokumentpreisänderungen [Brutto, Netto]
|
|
5448
5448
|
*/
|
|
5449
|
-
|
|
5449
|
+
totalDocumentPriceModifier: number;
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
|
-
*
|
|
5452
|
+
* Versanddatum
|
|
5453
5453
|
*/
|
|
5454
|
-
|
|
5454
|
+
shippingDate: ScriptingDate;
|
|
5455
5455
|
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Menge in Pick-Vorgang
|
|
@@ -5549,14 +5549,14 @@ export interface DocumentLine {
|
|
|
5549
5549
|
baseSalesValueNet: number;
|
|
5550
5550
|
|
|
5551
5551
|
/**
|
|
5552
|
-
*
|
|
5552
|
+
* Vertragsinformationen
|
|
5553
5553
|
*/
|
|
5554
|
-
|
|
5554
|
+
contractDetail: DocumentContractDetail;
|
|
5555
5555
|
|
|
5556
5556
|
/**
|
|
5557
|
-
*
|
|
5557
|
+
* Einheit Nettogewicht
|
|
5558
5558
|
*/
|
|
5559
|
-
|
|
5559
|
+
netWeightUnit: UnitTypeReference;
|
|
5560
5560
|
|
|
5561
5561
|
/**
|
|
5562
5562
|
* Menge
|
|
@@ -5569,14 +5569,14 @@ export interface DocumentLine {
|
|
|
5569
5569
|
deliveryText: string;
|
|
5570
5570
|
|
|
5571
5571
|
/**
|
|
5572
|
-
*
|
|
5572
|
+
* Produktionsdetails
|
|
5573
5573
|
*/
|
|
5574
|
-
|
|
5574
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5575
5575
|
|
|
5576
5576
|
/**
|
|
5577
|
-
*
|
|
5577
|
+
* Vorgabewert für die Preiskalkulation
|
|
5578
5578
|
*/
|
|
5579
|
-
|
|
5579
|
+
presetPrice: number;
|
|
5580
5580
|
|
|
5581
5581
|
/**
|
|
5582
5582
|
* Freifelder
|
|
@@ -5926,6 +5926,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5926
5926
|
*/
|
|
5927
5927
|
quantityFinished: number;
|
|
5928
5928
|
|
|
5929
|
+
/**
|
|
5930
|
+
* Menge defekt
|
|
5931
|
+
*/
|
|
5932
|
+
quantityDefective: number;
|
|
5933
|
+
|
|
5929
5934
|
/**
|
|
5930
5935
|
* Produzierte Seriennummern
|
|
5931
5936
|
*/
|
|
@@ -5936,11 +5941,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5936
5941
|
*/
|
|
5937
5942
|
custom: EavFabricationline;
|
|
5938
5943
|
|
|
5939
|
-
/**
|
|
5940
|
-
* Menge defekt
|
|
5941
|
-
*/
|
|
5942
|
-
quantityDefective: number;
|
|
5943
|
-
|
|
5944
5944
|
/**
|
|
5945
5945
|
* Menge produziert
|
|
5946
5946
|
*/
|
|
@@ -6111,14 +6111,14 @@ export interface DocumentLineRef {
|
|
|
6111
6111
|
quantity: number;
|
|
6112
6112
|
|
|
6113
6113
|
/**
|
|
6114
|
-
*
|
|
6114
|
+
* Belegart
|
|
6115
6115
|
*/
|
|
6116
|
-
|
|
6116
|
+
documentType: string;
|
|
6117
6117
|
|
|
6118
6118
|
/**
|
|
6119
|
-
*
|
|
6119
|
+
* Artikelnummer
|
|
6120
6120
|
*/
|
|
6121
|
-
|
|
6121
|
+
articleNumber: string;
|
|
6122
6122
|
|
|
6123
6123
|
/**
|
|
6124
6124
|
* price per quantity [GROSS, NET]
|
|
@@ -6298,14 +6298,14 @@ export interface DocumentPosPayment {
|
|
|
6298
6298
|
version: number;
|
|
6299
6299
|
|
|
6300
6300
|
/**
|
|
6301
|
-
*
|
|
6301
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6302
6302
|
*/
|
|
6303
|
-
|
|
6303
|
+
withdrawalAmount: number;
|
|
6304
6304
|
|
|
6305
6305
|
/**
|
|
6306
|
-
*
|
|
6306
|
+
* Zahlungsart
|
|
6307
6307
|
*/
|
|
6308
|
-
|
|
6308
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6309
6309
|
|
|
6310
6310
|
/**
|
|
6311
6311
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6583,14 +6583,14 @@ export interface DocumentText {
|
|
|
6583
6583
|
transferableIntoSubsequentDocuments: boolean;
|
|
6584
6584
|
|
|
6585
6585
|
/**
|
|
6586
|
-
*
|
|
6586
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6587
6587
|
*/
|
|
6588
|
-
|
|
6588
|
+
textPosition: TextPosition;
|
|
6589
6589
|
|
|
6590
6590
|
/**
|
|
6591
|
-
*
|
|
6591
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6592
6592
|
*/
|
|
6593
|
-
|
|
6593
|
+
deleted: boolean;
|
|
6594
6594
|
|
|
6595
6595
|
/**
|
|
6596
6596
|
* textBaustein Vorlage
|
|
@@ -6700,14 +6700,14 @@ export interface DocumentType {
|
|
|
6700
6700
|
labels: Array<DocumentTypeLabel>;
|
|
6701
6701
|
|
|
6702
6702
|
/**
|
|
6703
|
-
*
|
|
6703
|
+
* Zählerkreis
|
|
6704
6704
|
*/
|
|
6705
|
-
|
|
6705
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6706
6706
|
|
|
6707
6707
|
/**
|
|
6708
|
-
*
|
|
6708
|
+
* nächste Belegnummer
|
|
6709
6709
|
*/
|
|
6710
|
-
|
|
6710
|
+
nextNumber: string;
|
|
6711
6711
|
|
|
6712
6712
|
/**
|
|
6713
6713
|
* Sortierung
|
|
@@ -6907,26 +6907,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6907
6907
|
*/
|
|
6908
6908
|
bookDate: ScriptingDate;
|
|
6909
6909
|
|
|
6910
|
-
/**
|
|
6911
|
-
* Die gültige Seriennummer
|
|
6912
|
-
*/
|
|
6913
|
-
targetSerialNumber: string;
|
|
6914
|
-
|
|
6915
6910
|
/**
|
|
6916
6911
|
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6917
6912
|
*/
|
|
6918
6913
|
targetExpiryDate: ScriptingDate;
|
|
6919
6914
|
|
|
6920
6915
|
/**
|
|
6921
|
-
*
|
|
6916
|
+
* Die gültige Seriennummer
|
|
6922
6917
|
*/
|
|
6923
|
-
|
|
6918
|
+
targetSerialNumber: string;
|
|
6924
6919
|
|
|
6925
6920
|
/**
|
|
6926
6921
|
* Quell-Lagerplatz
|
|
6927
6922
|
*/
|
|
6928
6923
|
sourceStorageBinId: number;
|
|
6929
6924
|
|
|
6925
|
+
/**
|
|
6926
|
+
* Menge
|
|
6927
|
+
*/
|
|
6928
|
+
quantity: number;
|
|
6929
|
+
|
|
6930
6930
|
/**
|
|
6931
6931
|
* Quell-Lager
|
|
6932
6932
|
*/
|
|
@@ -7189,14 +7189,14 @@ export const enum FabricationOfComponents {
|
|
|
7189
7189
|
export interface FabricationProduceRequest {
|
|
7190
7190
|
|
|
7191
7191
|
/**
|
|
7192
|
-
*
|
|
7192
|
+
* Material automatisch bestätigen
|
|
7193
7193
|
*/
|
|
7194
|
-
|
|
7194
|
+
autoCommitComponents: boolean;
|
|
7195
7195
|
|
|
7196
7196
|
/**
|
|
7197
|
-
*
|
|
7197
|
+
* Zu produzierende Menge
|
|
7198
7198
|
*/
|
|
7199
|
-
|
|
7199
|
+
quantity: number;
|
|
7200
7200
|
|
|
7201
7201
|
/**
|
|
7202
7202
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7250,14 +7250,14 @@ export interface FabricationRevertRequest {
|
|
|
7250
7250
|
quantity: number;
|
|
7251
7251
|
|
|
7252
7252
|
/**
|
|
7253
|
-
*
|
|
7253
|
+
* Material automatisch stornieren
|
|
7254
7254
|
*/
|
|
7255
|
-
|
|
7255
|
+
autoRevertComponents: boolean;
|
|
7256
7256
|
|
|
7257
7257
|
/**
|
|
7258
|
-
*
|
|
7258
|
+
* ID der zu stornierenden Position
|
|
7259
7259
|
*/
|
|
7260
|
-
|
|
7260
|
+
documentLineId: number;
|
|
7261
7261
|
|
|
7262
7262
|
/**
|
|
7263
7263
|
* Zu stornierende Seriennummern
|
|
@@ -7829,14 +7829,14 @@ export const enum PickingType {
|
|
|
7829
7829
|
export interface Picklist {
|
|
7830
7830
|
|
|
7831
7831
|
/**
|
|
7832
|
-
*
|
|
7832
|
+
* Ziellager für Nachschub
|
|
7833
7833
|
*/
|
|
7834
|
-
|
|
7834
|
+
targetStorageRef: ApiObjectReference;
|
|
7835
7835
|
|
|
7836
7836
|
/**
|
|
7837
|
-
*
|
|
7837
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7838
7838
|
*/
|
|
7839
|
-
|
|
7839
|
+
usedTemplate: PicklistTemplate;
|
|
7840
7840
|
|
|
7841
7841
|
/**
|
|
7842
7842
|
* Nummer der Pickliste
|
|
@@ -7887,14 +7887,14 @@ export interface Picklist {
|
|
|
7887
7887
|
export interface PicklistLine {
|
|
7888
7888
|
|
|
7889
7889
|
/**
|
|
7890
|
-
*
|
|
7890
|
+
* Gesammelte Menge der Position
|
|
7891
7891
|
*/
|
|
7892
|
-
|
|
7892
|
+
quantityCollected: number;
|
|
7893
7893
|
|
|
7894
7894
|
/**
|
|
7895
|
-
*
|
|
7895
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7896
7896
|
*/
|
|
7897
|
-
|
|
7897
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7898
7898
|
|
|
7899
7899
|
/**
|
|
7900
7900
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7932,14 +7932,14 @@ export interface PicklistLine {
|
|
|
7932
7932
|
version: number;
|
|
7933
7933
|
|
|
7934
7934
|
/**
|
|
7935
|
-
*
|
|
7935
|
+
* Lageranzeigename
|
|
7936
7936
|
*/
|
|
7937
|
-
|
|
7937
|
+
storageDisplayName: string;
|
|
7938
7938
|
|
|
7939
7939
|
/**
|
|
7940
|
-
*
|
|
7940
|
+
* ID der Quell-Dokumentposition
|
|
7941
7941
|
*/
|
|
7942
|
-
|
|
7942
|
+
sourceDocumentLineId: number;
|
|
7943
7943
|
|
|
7944
7944
|
/**
|
|
7945
7945
|
* Artikelnummer
|
|
@@ -7947,14 +7947,14 @@ export interface PicklistLine {
|
|
|
7947
7947
|
articleNumber: string;
|
|
7948
7948
|
|
|
7949
7949
|
/**
|
|
7950
|
-
*
|
|
7950
|
+
* Art der Position
|
|
7951
7951
|
*/
|
|
7952
|
-
|
|
7952
|
+
lineType: PicklistLineType;
|
|
7953
7953
|
|
|
7954
7954
|
/**
|
|
7955
|
-
*
|
|
7955
|
+
* Lagernummer
|
|
7956
7956
|
*/
|
|
7957
|
-
|
|
7957
|
+
storageNumber: string;
|
|
7958
7958
|
|
|
7959
7959
|
/**
|
|
7960
7960
|
* ID der Ziel-Dokumentposition
|
|
@@ -8093,14 +8093,14 @@ export interface PicklistLineComponent {
|
|
|
8093
8093
|
targetDocumentLineComponentId: number;
|
|
8094
8094
|
|
|
8095
8095
|
/**
|
|
8096
|
-
*
|
|
8096
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8097
8097
|
*/
|
|
8098
|
-
|
|
8098
|
+
quantityPerAssemblyGroup: number;
|
|
8099
8099
|
|
|
8100
8100
|
/**
|
|
8101
|
-
*
|
|
8101
|
+
* abweichende Artikelbezeichnung
|
|
8102
8102
|
*/
|
|
8103
|
-
|
|
8103
|
+
articleAlternativeName: string;
|
|
8104
8104
|
|
|
8105
8105
|
/**
|
|
8106
8106
|
* Verpackte Menge der Position
|
|
@@ -8267,14 +8267,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8267
8267
|
maxArticleCountPerOrder: number;
|
|
8268
8268
|
|
|
8269
8269
|
/**
|
|
8270
|
-
*
|
|
8270
|
+
* Alternative Selektion in VQL
|
|
8271
8271
|
*/
|
|
8272
|
-
|
|
8272
|
+
alternativeSelectionInVql: string;
|
|
8273
8273
|
|
|
8274
8274
|
/**
|
|
8275
|
-
*
|
|
8275
|
+
* Maximaler Auftragswert
|
|
8276
8276
|
*/
|
|
8277
|
-
|
|
8277
|
+
maxOrderValue: number;
|
|
8278
8278
|
|
|
8279
8279
|
/**
|
|
8280
8280
|
* Nur vollständig lieferbare Positionen
|
|
@@ -8282,14 +8282,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8282
8282
|
onlyFullDeliverableOrderLines: boolean;
|
|
8283
8283
|
|
|
8284
8284
|
/**
|
|
8285
|
-
*
|
|
8285
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8286
8286
|
*/
|
|
8287
|
-
|
|
8287
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8288
8288
|
|
|
8289
8289
|
/**
|
|
8290
|
-
*
|
|
8290
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8291
8291
|
*/
|
|
8292
|
-
|
|
8292
|
+
maxOrderCount: number;
|
|
8293
8293
|
|
|
8294
8294
|
/**
|
|
8295
8295
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -8350,19 +8350,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8350
8350
|
printPicklist: boolean;
|
|
8351
8351
|
|
|
8352
8352
|
/**
|
|
8353
|
-
*
|
|
8353
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
8354
8354
|
*/
|
|
8355
|
-
|
|
8355
|
+
maxPicklistLineCount: number;
|
|
8356
8356
|
|
|
8357
8357
|
/**
|
|
8358
|
-
*
|
|
8358
|
+
* Die zu verwendende Pickwagengruppe
|
|
8359
8359
|
*/
|
|
8360
|
-
|
|
8360
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
8361
8361
|
|
|
8362
8362
|
/**
|
|
8363
|
-
*
|
|
8363
|
+
* Lagerplätze vorgeben
|
|
8364
8364
|
*/
|
|
8365
|
-
|
|
8365
|
+
specifyStorageBins: boolean;
|
|
8366
8366
|
|
|
8367
8367
|
/**
|
|
8368
8368
|
* Der zu verwendende Pickwagen
|
|
@@ -8370,9 +8370,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8370
8370
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
8371
8371
|
|
|
8372
8372
|
/**
|
|
8373
|
-
*
|
|
8373
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8374
8374
|
*/
|
|
8375
|
-
|
|
8375
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8376
8376
|
|
|
8377
8377
|
/**
|
|
8378
8378
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -8428,14 +8428,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8428
8428
|
alwaysShowDeliveryMethod: boolean;
|
|
8429
8429
|
|
|
8430
8430
|
/**
|
|
8431
|
-
*
|
|
8431
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8432
8432
|
*/
|
|
8433
|
-
|
|
8433
|
+
autoPrintDeliveryDocument: boolean;
|
|
8434
8434
|
|
|
8435
8435
|
/**
|
|
8436
|
-
*
|
|
8436
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8437
8437
|
*/
|
|
8438
|
-
|
|
8438
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8439
8439
|
|
|
8440
8440
|
/**
|
|
8441
8441
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8473,14 +8473,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8473
8473
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8474
8474
|
|
|
8475
8475
|
/**
|
|
8476
|
-
*
|
|
8476
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8477
8477
|
*/
|
|
8478
|
-
|
|
8478
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8479
8479
|
|
|
8480
8480
|
/**
|
|
8481
|
-
*
|
|
8481
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8482
8482
|
*/
|
|
8483
|
-
|
|
8483
|
+
autoDeterminationOfLots: boolean;
|
|
8484
8484
|
|
|
8485
8485
|
/**
|
|
8486
8486
|
* Zielmengen in Masken verstecken?
|
|
@@ -8760,14 +8760,14 @@ export interface ProductDiscount {
|
|
|
8760
8760
|
validFrom: ScriptingDate;
|
|
8761
8761
|
|
|
8762
8762
|
/**
|
|
8763
|
-
*
|
|
8763
|
+
* Warengruppe
|
|
8764
8764
|
*/
|
|
8765
|
-
|
|
8765
|
+
productGroupRef: ApiObjectReference;
|
|
8766
8766
|
|
|
8767
8767
|
/**
|
|
8768
|
-
*
|
|
8768
|
+
* Bestimmt die Art des Rabatts
|
|
8769
8769
|
*/
|
|
8770
|
-
|
|
8770
|
+
modifierType: PriceModifierType;
|
|
8771
8771
|
|
|
8772
8772
|
/**
|
|
8773
8773
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8785,14 +8785,14 @@ export interface ProductDiscount {
|
|
|
8785
8785
|
currencyRef: CurrencyReference;
|
|
8786
8786
|
|
|
8787
8787
|
/**
|
|
8788
|
-
*
|
|
8788
|
+
* Preisgruppe
|
|
8789
8789
|
*/
|
|
8790
|
-
|
|
8790
|
+
priceGroupRef: ApiObjectReference;
|
|
8791
8791
|
|
|
8792
8792
|
/**
|
|
8793
|
-
*
|
|
8793
|
+
* Wert des Rabatts
|
|
8794
8794
|
*/
|
|
8795
|
-
|
|
8795
|
+
modifierValue: number;
|
|
8796
8796
|
|
|
8797
8797
|
/**
|
|
8798
8798
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -9213,14 +9213,14 @@ export interface RequestDocument {
|
|
|
9213
9213
|
lines: Array<RequestDocumentLine>;
|
|
9214
9214
|
|
|
9215
9215
|
/**
|
|
9216
|
-
*
|
|
9216
|
+
* Die Vertragsdetails
|
|
9217
9217
|
*/
|
|
9218
|
-
|
|
9218
|
+
contractDetail: DocumentContractDetail;
|
|
9219
9219
|
|
|
9220
9220
|
/**
|
|
9221
|
-
*
|
|
9221
|
+
* ID der Kasse (bei POS)
|
|
9222
9222
|
*/
|
|
9223
|
-
|
|
9223
|
+
posRegisterId: number;
|
|
9224
9224
|
|
|
9225
9225
|
/**
|
|
9226
9226
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
@@ -9341,14 +9341,14 @@ export interface RequestDocumentLine {
|
|
|
9341
9341
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9342
9342
|
|
|
9343
9343
|
/**
|
|
9344
|
-
*
|
|
9344
|
+
* Typ dieser Position
|
|
9345
9345
|
*/
|
|
9346
|
-
|
|
9346
|
+
lineType: DocumentLineType;
|
|
9347
9347
|
|
|
9348
9348
|
/**
|
|
9349
|
-
*
|
|
9349
|
+
* FiBu-Angaben
|
|
9350
9350
|
*/
|
|
9351
|
-
|
|
9351
|
+
financeBooking: DocumentFinanceBooking;
|
|
9352
9352
|
|
|
9353
9353
|
/**
|
|
9354
9354
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9361,14 +9361,14 @@ export interface RequestDocumentLine {
|
|
|
9361
9361
|
dropShippingPolicy: DropShippingPolicy;
|
|
9362
9362
|
|
|
9363
9363
|
/**
|
|
9364
|
-
*
|
|
9364
|
+
* (optional) Lager-ID
|
|
9365
9365
|
*/
|
|
9366
|
-
|
|
9366
|
+
storageId: number;
|
|
9367
9367
|
|
|
9368
9368
|
/**
|
|
9369
|
-
*
|
|
9369
|
+
* Positionsnummer der Artikel
|
|
9370
9370
|
*/
|
|
9371
|
-
|
|
9371
|
+
positionOfArticleLine: number;
|
|
9372
9372
|
|
|
9373
9373
|
/**
|
|
9374
9374
|
* Vertragsdetails zur Belegposition
|
|
@@ -9446,14 +9446,14 @@ export interface RequestDocumentLine {
|
|
|
9446
9446
|
name: string;
|
|
9447
9447
|
|
|
9448
9448
|
/**
|
|
9449
|
-
*
|
|
9449
|
+
* ID der Quell-Belegposition
|
|
9450
9450
|
*/
|
|
9451
|
-
|
|
9451
|
+
sourceLineId: number;
|
|
9452
9452
|
|
|
9453
9453
|
/**
|
|
9454
|
-
*
|
|
9454
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9455
9455
|
*/
|
|
9456
|
-
|
|
9456
|
+
externalArticleNumber: string;
|
|
9457
9457
|
|
|
9458
9458
|
/**
|
|
9459
9459
|
* Buchungen zu dieser Belegposition
|
|
@@ -9968,14 +9968,14 @@ export interface SequencerConfiguration {
|
|
|
9968
9968
|
key: string;
|
|
9969
9969
|
|
|
9970
9970
|
/**
|
|
9971
|
-
*
|
|
9971
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9972
9972
|
*/
|
|
9973
|
-
|
|
9973
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9974
9974
|
|
|
9975
9975
|
/**
|
|
9976
|
-
*
|
|
9976
|
+
* Contains details about the sequencer configuration
|
|
9977
9977
|
*/
|
|
9978
|
-
|
|
9978
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9979
9979
|
|
|
9980
9980
|
/**
|
|
9981
9981
|
* MetaInformations for this Object
|
|
@@ -10087,14 +10087,14 @@ export interface ShelfDocument {
|
|
|
10087
10087
|
tags: Array<TagDto>;
|
|
10088
10088
|
|
|
10089
10089
|
/**
|
|
10090
|
-
*
|
|
10090
|
+
* share informations
|
|
10091
10091
|
*/
|
|
10092
|
-
|
|
10092
|
+
shares: Array<ShelfShare>;
|
|
10093
10093
|
|
|
10094
10094
|
/**
|
|
10095
|
-
*
|
|
10095
|
+
* Mehrsprachige Bezeichnungen
|
|
10096
10096
|
*/
|
|
10097
|
-
|
|
10097
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
10098
10098
|
|
|
10099
10099
|
/**
|
|
10100
10100
|
* Automatische Löschung ab
|
|
@@ -10170,14 +10170,14 @@ export interface ShelfDocumentAttribution {
|
|
|
10170
10170
|
shelfResourceId: number;
|
|
10171
10171
|
|
|
10172
10172
|
/**
|
|
10173
|
-
*
|
|
10173
|
+
* id of the referenced object
|
|
10174
10174
|
*/
|
|
10175
|
-
|
|
10175
|
+
refId: number;
|
|
10176
10176
|
|
|
10177
10177
|
/**
|
|
10178
|
-
*
|
|
10178
|
+
* Verfügbare Transformationen zum Bild
|
|
10179
10179
|
*/
|
|
10180
|
-
|
|
10180
|
+
transformationKeys: Array<string>;
|
|
10181
10181
|
|
|
10182
10182
|
/**
|
|
10183
10183
|
* Unique identifier of the Object
|
|
@@ -10226,14 +10226,14 @@ export interface ShelfDocumentType {
|
|
|
10226
10226
|
active: boolean;
|
|
10227
10227
|
|
|
10228
10228
|
/**
|
|
10229
|
-
*
|
|
10229
|
+
* label of type
|
|
10230
10230
|
*/
|
|
10231
|
-
|
|
10231
|
+
label: string;
|
|
10232
10232
|
|
|
10233
10233
|
/**
|
|
10234
|
-
*
|
|
10234
|
+
* access level or reading
|
|
10235
10235
|
*/
|
|
10236
|
-
|
|
10236
|
+
accessLevelRead: number;
|
|
10237
10237
|
|
|
10238
10238
|
/**
|
|
10239
10239
|
* storage rule for revisions
|
|
@@ -10279,14 +10279,14 @@ export interface ShelfFile {
|
|
|
10279
10279
|
subFiles: Array<SubFileInfo>;
|
|
10280
10280
|
|
|
10281
10281
|
/**
|
|
10282
|
-
*
|
|
10282
|
+
* fileSize
|
|
10283
10283
|
*/
|
|
10284
|
-
|
|
10284
|
+
fileSize: number;
|
|
10285
10285
|
|
|
10286
10286
|
/**
|
|
10287
|
-
*
|
|
10287
|
+
* revision number of this file
|
|
10288
10288
|
*/
|
|
10289
|
-
|
|
10289
|
+
revisionNumber: number;
|
|
10290
10290
|
|
|
10291
10291
|
/**
|
|
10292
10292
|
* file-extension of this entry
|
|
@@ -10314,14 +10314,14 @@ export interface ShelfFile {
|
|
|
10314
10314
|
version: number;
|
|
10315
10315
|
|
|
10316
10316
|
/**
|
|
10317
|
-
*
|
|
10317
|
+
* current reference of this file in our storage
|
|
10318
10318
|
*/
|
|
10319
|
-
|
|
10319
|
+
storageHandle: string;
|
|
10320
10320
|
|
|
10321
10321
|
/**
|
|
10322
|
-
*
|
|
10322
|
+
* meta data
|
|
10323
10323
|
*/
|
|
10324
|
-
|
|
10324
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10325
10325
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* MetaInformations for this Object
|
|
@@ -10365,14 +10365,14 @@ export interface ShelfShare {
|
|
|
10365
10365
|
publishState: ShelfSharePublishState;
|
|
10366
10366
|
|
|
10367
10367
|
/**
|
|
10368
|
-
*
|
|
10368
|
+
* Freifelder
|
|
10369
10369
|
*/
|
|
10370
|
-
|
|
10370
|
+
custom: EavShelfshare;
|
|
10371
10371
|
|
|
10372
10372
|
/**
|
|
10373
|
-
*
|
|
10373
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10374
10374
|
*/
|
|
10375
|
-
|
|
10375
|
+
publicUrlDurationInMinutes: number;
|
|
10376
10376
|
|
|
10377
10377
|
/**
|
|
10378
10378
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10566,14 +10566,14 @@ export interface StockMovementManualApi {
|
|
|
10566
10566
|
purchasePrice: number;
|
|
10567
10567
|
|
|
10568
10568
|
/**
|
|
10569
|
-
*
|
|
10569
|
+
* Notiz zur Seriennummer
|
|
10570
10570
|
*/
|
|
10571
|
-
|
|
10571
|
+
serialNumberNote: string;
|
|
10572
10572
|
|
|
10573
10573
|
/**
|
|
10574
|
-
*
|
|
10574
|
+
* Zugang oder Abgang
|
|
10575
10575
|
*/
|
|
10576
|
-
|
|
10576
|
+
factor: StockJournalFactor;
|
|
10577
10577
|
|
|
10578
10578
|
/**
|
|
10579
10579
|
* Lager
|
|
@@ -10604,14 +10604,14 @@ export interface StockTransferApi {
|
|
|
10604
10604
|
bookDate: ScriptingDate;
|
|
10605
10605
|
|
|
10606
10606
|
/**
|
|
10607
|
-
*
|
|
10607
|
+
* Quell-Lagerplatz
|
|
10608
10608
|
*/
|
|
10609
|
-
|
|
10609
|
+
sourceStorageBinId: number;
|
|
10610
10610
|
|
|
10611
10611
|
/**
|
|
10612
|
-
*
|
|
10612
|
+
* Menge
|
|
10613
10613
|
*/
|
|
10614
|
-
|
|
10614
|
+
quantity: number;
|
|
10615
10615
|
|
|
10616
10616
|
/**
|
|
10617
10617
|
* Quell-Lager
|
|
@@ -10894,14 +10894,14 @@ export interface TagDto {
|
|
|
10894
10894
|
editColor: string;
|
|
10895
10895
|
|
|
10896
10896
|
/**
|
|
10897
|
-
* Farbe
|
|
10897
|
+
* Farbe in Such-GUI
|
|
10898
10898
|
*/
|
|
10899
|
-
|
|
10899
|
+
searchColor: string;
|
|
10900
10900
|
|
|
10901
10901
|
/**
|
|
10902
|
-
* Farbe
|
|
10902
|
+
* Farbe für die Anzeige des Tags
|
|
10903
10903
|
*/
|
|
10904
|
-
|
|
10904
|
+
color: string;
|
|
10905
10905
|
|
|
10906
10906
|
/**
|
|
10907
10907
|
* Beschriftung des Tags
|
|
@@ -10945,14 +10945,14 @@ export const enum TagType {
|
|
|
10945
10945
|
export interface TaxIdForeignCountry {
|
|
10946
10946
|
|
|
10947
10947
|
/**
|
|
10948
|
-
*
|
|
10948
|
+
* Tax ID of the company in the associated country
|
|
10949
10949
|
*/
|
|
10950
|
-
|
|
10950
|
+
taxId: string;
|
|
10951
10951
|
|
|
10952
10952
|
/**
|
|
10953
|
-
*
|
|
10953
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10954
10954
|
*/
|
|
10955
|
-
|
|
10955
|
+
countryCode: string;
|
|
10956
10956
|
|
|
10957
10957
|
/**
|
|
10958
10958
|
* Unique identifier of the Object
|
|
@@ -11233,14 +11233,14 @@ export interface User {
|
|
|
11233
11233
|
version: number;
|
|
11234
11234
|
|
|
11235
11235
|
/**
|
|
11236
|
-
*
|
|
11236
|
+
* first-name
|
|
11237
11237
|
*/
|
|
11238
|
-
|
|
11238
|
+
firstName: string;
|
|
11239
11239
|
|
|
11240
11240
|
/**
|
|
11241
|
-
*
|
|
11241
|
+
* is the email verified
|
|
11242
11242
|
*/
|
|
11243
|
-
|
|
11243
|
+
emailVerified: boolean;
|
|
11244
11244
|
|
|
11245
11245
|
/**
|
|
11246
11246
|
* email-address
|