@vario-software/types 2026.21.1 → 2026.21.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 +43 -43
- package/scripting/types.d.ts +311 -311
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
|
* Street
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
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
|
|
@@ -1004,14 +1004,14 @@ export interface Article {
|
|
|
1004
1004
|
customsTariffNumber: string;
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
|
-
*
|
|
1007
|
+
* is this product purchasable
|
|
1008
1008
|
*/
|
|
1009
|
-
|
|
1009
|
+
purchasable: boolean;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* Product custom data
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
listingCustom: EavArticleListing;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
1017
|
* base capacity unit
|
|
@@ -1024,14 +1024,14 @@ export interface Article {
|
|
|
1024
1024
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
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
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* 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
|
|
@@ -1219,14 +1219,14 @@ export interface Article {
|
|
|
1219
1219
|
freelyPickable: boolean;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
|
-
*
|
|
1222
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1223
|
*/
|
|
1224
|
-
|
|
1224
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
*
|
|
1227
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
1228
|
*/
|
|
1229
|
-
|
|
1229
|
+
taxLiabilityReversed: boolean;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* Notiz
|
|
@@ -1288,11 +1288,6 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
-
/**
|
|
1292
|
-
* Artikel ist Gefahrgut
|
|
1293
|
-
*/
|
|
1294
|
-
isDangerousGood: boolean;
|
|
1295
|
-
|
|
1296
1291
|
/**
|
|
1297
1292
|
* Versandlabeldruck
|
|
1298
1293
|
*/
|
|
@@ -1303,6 +1298,11 @@ export interface Article {
|
|
|
1303
1298
|
*/
|
|
1304
1299
|
productRef: ApiObjectReference;
|
|
1305
1300
|
|
|
1301
|
+
/**
|
|
1302
|
+
* Artikel ist Gefahrgut
|
|
1303
|
+
*/
|
|
1304
|
+
isDangerousGood: boolean;
|
|
1305
|
+
|
|
1306
1306
|
/**
|
|
1307
1307
|
* alternative name of this product
|
|
1308
1308
|
*/
|
|
@@ -1552,14 +1552,14 @@ export interface ArticleListing {
|
|
|
1552
1552
|
proposedLowestPriceGross: number;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
|
-
* der
|
|
1555
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1556
1556
|
*/
|
|
1557
|
-
|
|
1557
|
+
customLowestPriceGross: number;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* der Sales Channel
|
|
1561
1561
|
*/
|
|
1562
|
-
|
|
1562
|
+
salesChannelRef: ApiObjectReference;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
1565
|
* soll der Artikel gelistet werden
|
|
@@ -1592,14 +1592,14 @@ export interface ArticleListing {
|
|
|
1592
1592
|
alternativeName: WithDefaults<String>;
|
|
1593
1593
|
|
|
1594
1594
|
/**
|
|
1595
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1595
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1596
1596
|
*/
|
|
1597
|
-
|
|
1597
|
+
proposedLowestPriceNet: number;
|
|
1598
1598
|
|
|
1599
1599
|
/**
|
|
1600
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1600
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1601
1601
|
*/
|
|
1602
|
-
|
|
1602
|
+
customLowestPriceNet: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
1605
|
* der aktuelle listing stand
|
|
@@ -1759,20 +1759,15 @@ export const enum ArticleSerialType {
|
|
|
1759
1759
|
|
|
1760
1760
|
export interface ArticleStorage {
|
|
1761
1761
|
|
|
1762
|
-
/**
|
|
1763
|
-
* Nachschub ab
|
|
1764
|
-
*/
|
|
1765
|
-
replenishmentFrom: number;
|
|
1766
|
-
|
|
1767
1762
|
/**
|
|
1768
1763
|
* Bestand im Lager
|
|
1769
1764
|
*/
|
|
1770
1765
|
quantityInStock: number;
|
|
1771
1766
|
|
|
1772
1767
|
/**
|
|
1773
|
-
*
|
|
1768
|
+
* Nachschub ab
|
|
1774
1769
|
*/
|
|
1775
|
-
|
|
1770
|
+
replenishmentFrom: number;
|
|
1776
1771
|
|
|
1777
1772
|
/**
|
|
1778
1773
|
* Bestellte Menge
|
|
@@ -1784,6 +1779,11 @@ export interface ArticleStorage {
|
|
|
1784
1779
|
*/
|
|
1785
1780
|
quantityInPicking: number;
|
|
1786
1781
|
|
|
1782
|
+
/**
|
|
1783
|
+
* Meldebestand
|
|
1784
|
+
*/
|
|
1785
|
+
reorderPoint: number;
|
|
1786
|
+
|
|
1787
1787
|
/**
|
|
1788
1788
|
* Nachschub auf
|
|
1789
1789
|
*/
|
|
@@ -1835,14 +1835,14 @@ export interface ArticleStorage {
|
|
|
1835
1835
|
storageRef: ApiObjectReference;
|
|
1836
1836
|
|
|
1837
1837
|
/**
|
|
1838
|
-
*
|
|
1838
|
+
* Vorgabe-Lagerplätze
|
|
1839
1839
|
*/
|
|
1840
|
-
|
|
1840
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
|
-
*
|
|
1843
|
+
* Sollbestand
|
|
1844
1844
|
*/
|
|
1845
|
-
|
|
1845
|
+
targetStock: number;
|
|
1846
1846
|
|
|
1847
1847
|
/**
|
|
1848
1848
|
* Aktuelle Menge in Produktion
|
|
@@ -1862,11 +1862,6 @@ export interface ArticleStorage {
|
|
|
1862
1862
|
|
|
1863
1863
|
export interface ArticleSupplier {
|
|
1864
1864
|
|
|
1865
|
-
/**
|
|
1866
|
-
* Anzeigename des Accounts
|
|
1867
|
-
*/
|
|
1868
|
-
accountDisplayName: string;
|
|
1869
|
-
|
|
1870
1865
|
/**
|
|
1871
1866
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1872
1867
|
*/
|
|
@@ -1878,15 +1873,20 @@ export interface ArticleSupplier {
|
|
|
1878
1873
|
supplierReportingStock: number;
|
|
1879
1874
|
|
|
1880
1875
|
/**
|
|
1881
|
-
*
|
|
1876
|
+
* Anzeigename des Accounts
|
|
1882
1877
|
*/
|
|
1883
|
-
|
|
1878
|
+
accountDisplayName: string;
|
|
1884
1879
|
|
|
1885
1880
|
/**
|
|
1886
1881
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1887
1882
|
*/
|
|
1888
1883
|
useSupplierArticleIdentifier: boolean;
|
|
1889
1884
|
|
|
1885
|
+
/**
|
|
1886
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1887
|
+
*/
|
|
1888
|
+
deliveryTime: number;
|
|
1889
|
+
|
|
1890
1890
|
/**
|
|
1891
1891
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1892
1892
|
*/
|
|
@@ -1943,14 +1943,14 @@ export interface ArticleSupplier {
|
|
|
1943
1943
|
packagingUnit: number;
|
|
1944
1944
|
|
|
1945
1945
|
/**
|
|
1946
|
-
*
|
|
1946
|
+
* Lieferanten-Preise
|
|
1947
1947
|
*/
|
|
1948
|
-
|
|
1948
|
+
productPrices: Array<ProductPrice>;
|
|
1949
1949
|
|
|
1950
1950
|
/**
|
|
1951
|
-
*
|
|
1951
|
+
* Referenced Article
|
|
1952
1952
|
*/
|
|
1953
|
-
|
|
1953
|
+
articleId: number;
|
|
1954
1954
|
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Aktiv?
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleSupplier {
|
|
|
1973
1973
|
dropShippingAllowed: boolean;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
* Abweichende
|
|
1976
|
+
* Abweichende Produktbezeichnung
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
supplierArticleName: string;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
* Abweichende
|
|
1981
|
+
* Abweichende Produktbeschreibung
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
supplierArticleDescription: string;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Standardpreis Netto
|
|
@@ -1988,14 +1988,14 @@ export interface ArticleSupplier {
|
|
|
1988
1988
|
defaultNetPrice: number;
|
|
1989
1989
|
|
|
1990
1990
|
/**
|
|
1991
|
-
*
|
|
1991
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1992
1992
|
*/
|
|
1993
|
-
|
|
1993
|
+
orderOnComponentBase: boolean;
|
|
1994
1994
|
|
|
1995
1995
|
/**
|
|
1996
|
-
*
|
|
1996
|
+
* Einkaufseinheit
|
|
1997
1997
|
*/
|
|
1998
|
-
|
|
1998
|
+
purchaseUnit: number;
|
|
1999
1999
|
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Referenced Supplier-Account
|
|
@@ -2271,14 +2271,14 @@ export interface CrmActivity {
|
|
|
2271
2271
|
info: MetaInfo;
|
|
2272
2272
|
|
|
2273
2273
|
/**
|
|
2274
|
-
*
|
|
2274
|
+
* Aktivität intern abgerechnet?
|
|
2275
2275
|
*/
|
|
2276
|
-
|
|
2276
|
+
internalBilled: boolean;
|
|
2277
2277
|
|
|
2278
2278
|
/**
|
|
2279
|
-
*
|
|
2279
|
+
* geplante Dauer
|
|
2280
2280
|
*/
|
|
2281
|
-
|
|
2281
|
+
plannedDurationInSeconds: number;
|
|
2282
2282
|
|
|
2283
2283
|
/**
|
|
2284
2284
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2548,14 +2548,14 @@ export interface CrmDeal {
|
|
|
2548
2548
|
info: MetaInfo;
|
|
2549
2549
|
|
|
2550
2550
|
/**
|
|
2551
|
-
*
|
|
2551
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2552
2552
|
*/
|
|
2553
|
-
|
|
2553
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2554
2554
|
|
|
2555
2555
|
/**
|
|
2556
|
-
*
|
|
2556
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2557
2557
|
*/
|
|
2558
|
-
|
|
2558
|
+
assignedUserRef: ApiObjectReference;
|
|
2559
2559
|
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Chance (in Prozent)
|
|
@@ -3335,14 +3335,14 @@ export interface CrmTask {
|
|
|
3335
3335
|
assignedUserRef: ApiObjectReference;
|
|
3336
3336
|
|
|
3337
3337
|
/**
|
|
3338
|
-
*
|
|
3338
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3339
3339
|
*/
|
|
3340
|
-
|
|
3340
|
+
externalRecordedTimes: number;
|
|
3341
3341
|
|
|
3342
3342
|
/**
|
|
3343
|
-
*
|
|
3343
|
+
* Beauftragte Zeit in Sekunden
|
|
3344
3344
|
*/
|
|
3345
|
-
|
|
3345
|
+
effortCommissioned: number;
|
|
3346
3346
|
|
|
3347
3347
|
/**
|
|
3348
3348
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3519,14 +3519,14 @@ export interface CurrencyReference {
|
|
|
3519
3519
|
export interface Customer {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* reference to customer group
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
customerGroupRef: ApiObjectReference;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
|
-
*
|
|
3527
|
+
* Option für die Stapelverarbeitung
|
|
3528
3528
|
*/
|
|
3529
|
-
|
|
3529
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
3532
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3730,14 +3730,14 @@ export interface DeliveryMethod {
|
|
|
3730
3730
|
defaultSizeUnit: UnitTypeReference;
|
|
3731
3731
|
|
|
3732
3732
|
/**
|
|
3733
|
-
*
|
|
3733
|
+
* translations
|
|
3734
3734
|
*/
|
|
3735
|
-
|
|
3735
|
+
translations: Array<DocumentTypeTerm>;
|
|
3736
3736
|
|
|
3737
3737
|
/**
|
|
3738
|
-
*
|
|
3738
|
+
* Quelle für Paketgewicht
|
|
3739
3739
|
*/
|
|
3740
|
-
|
|
3740
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3741
3741
|
|
|
3742
3742
|
/**
|
|
3743
3743
|
* Versand-Anbieter
|
|
@@ -3953,6 +3953,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3953
3953
|
*/
|
|
3954
3954
|
deliveryQuantityPackages: number;
|
|
3955
3955
|
|
|
3956
|
+
/**
|
|
3957
|
+
* Steuerpflichtig oder steuerfrei
|
|
3958
|
+
*/
|
|
3959
|
+
taxable: boolean;
|
|
3960
|
+
|
|
3956
3961
|
/**
|
|
3957
3962
|
* Leitweg-ID
|
|
3958
3963
|
*/
|
|
@@ -3963,11 +3968,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3963
3968
|
*/
|
|
3964
3969
|
referencedOrderNumber: string;
|
|
3965
3970
|
|
|
3966
|
-
/**
|
|
3967
|
-
* Steuerpflichtig oder steuerfrei
|
|
3968
|
-
*/
|
|
3969
|
-
taxable: boolean;
|
|
3970
|
-
|
|
3971
3971
|
/**
|
|
3972
3972
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
3973
3973
|
*/
|
|
@@ -4131,14 +4131,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4131
4131
|
fabricationDetail: DocumentFabricationDetail;
|
|
4132
4132
|
|
|
4133
4133
|
/**
|
|
4134
|
-
*
|
|
4134
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4135
4135
|
*/
|
|
4136
|
-
|
|
4136
|
+
accountNumber: string;
|
|
4137
4137
|
|
|
4138
4138
|
/**
|
|
4139
|
-
*
|
|
4139
|
+
* Berechnungsmodus
|
|
4140
4140
|
*/
|
|
4141
|
-
|
|
4141
|
+
calculationMode: CalculationMode;
|
|
4142
4142
|
|
|
4143
4143
|
/**
|
|
4144
4144
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4181,14 +4181,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4181
4181
|
defaultAddress: DocumentAddress;
|
|
4182
4182
|
|
|
4183
4183
|
/**
|
|
4184
|
-
*
|
|
4184
|
+
* Verarbeitungsoption für Stapel
|
|
4185
4185
|
*/
|
|
4186
|
-
|
|
4186
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4187
4187
|
|
|
4188
4188
|
/**
|
|
4189
|
-
*
|
|
4189
|
+
* Leistungsdatum
|
|
4190
4190
|
*/
|
|
4191
|
-
|
|
4191
|
+
performanceDate: ScriptingDate;
|
|
4192
4192
|
|
|
4193
4193
|
/**
|
|
4194
4194
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4216,14 +4216,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4216
4216
|
additionalInfo: DocumentAdditionalInfo;
|
|
4217
4217
|
|
|
4218
4218
|
/**
|
|
4219
|
-
*
|
|
4219
|
+
* Bestelldatum
|
|
4220
4220
|
*/
|
|
4221
|
-
|
|
4221
|
+
orderedOn: ScriptingDate;
|
|
4222
4222
|
|
|
4223
4223
|
/**
|
|
4224
|
-
*
|
|
4224
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4225
4225
|
*/
|
|
4226
|
-
|
|
4226
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4227
4227
|
|
|
4228
4228
|
/**
|
|
4229
4229
|
* MetaInformations for this Object
|
|
@@ -4423,14 +4423,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4423
4423
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4424
4424
|
|
|
4425
4425
|
/**
|
|
4426
|
-
*
|
|
4426
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4427
4427
|
*/
|
|
4428
|
-
|
|
4428
|
+
reportGroupRef: ApiObjectReference;
|
|
4429
4429
|
|
|
4430
4430
|
/**
|
|
4431
|
-
*
|
|
4431
|
+
* Bestellt durch Ansprechpartner
|
|
4432
4432
|
*/
|
|
4433
|
-
|
|
4433
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4434
4434
|
}
|
|
4435
4435
|
|
|
4436
4436
|
export interface DocumentAdditionalInfo {
|
|
@@ -4441,14 +4441,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4441
4441
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4442
4442
|
|
|
4443
4443
|
/**
|
|
4444
|
-
*
|
|
4444
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4445
4445
|
*/
|
|
4446
|
-
|
|
4446
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4447
4447
|
|
|
4448
4448
|
/**
|
|
4449
|
-
*
|
|
4449
|
+
* Herkunft der Sprache
|
|
4450
4450
|
*/
|
|
4451
|
-
|
|
4451
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4452
4452
|
|
|
4453
4453
|
/**
|
|
4454
4454
|
* Herkunft der Käufer-Referenz
|
|
@@ -4456,14 +4456,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4456
4456
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4457
4457
|
|
|
4458
4458
|
/**
|
|
4459
|
-
*
|
|
4459
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4460
4460
|
*/
|
|
4461
|
-
|
|
4461
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4462
4462
|
|
|
4463
4463
|
/**
|
|
4464
|
-
*
|
|
4464
|
+
* Herkunft des Berechnungsmodus
|
|
4465
4465
|
*/
|
|
4466
|
-
|
|
4466
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4467
4467
|
|
|
4468
4468
|
/**
|
|
4469
4469
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4793,14 +4793,14 @@ export interface DocumentContractDetail {
|
|
|
4793
4793
|
runtimeToDate: ScriptingDate;
|
|
4794
4794
|
|
|
4795
4795
|
/**
|
|
4796
|
-
*
|
|
4796
|
+
* Nächste Fälligkeit
|
|
4797
4797
|
*/
|
|
4798
|
-
|
|
4798
|
+
nextDueDate: ScriptingDate;
|
|
4799
4799
|
|
|
4800
4800
|
/**
|
|
4801
|
-
*
|
|
4801
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4802
4802
|
*/
|
|
4803
|
-
|
|
4803
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4804
4804
|
|
|
4805
4805
|
/**
|
|
4806
4806
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4831,14 +4831,14 @@ export interface DocumentFabricationDetail {
|
|
|
4831
4831
|
targetStorageRef: ApiObjectReference;
|
|
4832
4832
|
|
|
4833
4833
|
/**
|
|
4834
|
-
*
|
|
4834
|
+
* Material-Lager
|
|
4835
4835
|
*/
|
|
4836
|
-
|
|
4836
|
+
componentsStorageRef: ApiObjectReference;
|
|
4837
4837
|
|
|
4838
4838
|
/**
|
|
4839
|
-
*
|
|
4839
|
+
* Notiz
|
|
4840
4840
|
*/
|
|
4841
|
-
|
|
4841
|
+
note: string;
|
|
4842
4842
|
|
|
4843
4843
|
/**
|
|
4844
4844
|
* QS-Lager
|
|
@@ -5035,14 +5035,14 @@ export interface DocumentLine {
|
|
|
5035
5035
|
number: string;
|
|
5036
5036
|
|
|
5037
5037
|
/**
|
|
5038
|
-
*
|
|
5038
|
+
* Gesamtbruttogewicht
|
|
5039
5039
|
*/
|
|
5040
|
-
|
|
5040
|
+
totalGrossWeight: number;
|
|
5041
5041
|
|
|
5042
5042
|
/**
|
|
5043
|
-
*
|
|
5043
|
+
* Referenz zur Kundenauftragszeile
|
|
5044
5044
|
*/
|
|
5045
|
-
|
|
5045
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5046
5046
|
|
|
5047
5047
|
/**
|
|
5048
5048
|
* skontierbare Position?
|
|
@@ -5059,11 +5059,6 @@ export interface DocumentLine {
|
|
|
5059
5059
|
*/
|
|
5060
5060
|
price: number;
|
|
5061
5061
|
|
|
5062
|
-
/**
|
|
5063
|
-
* Gesamtpreis Position in Basiswährung
|
|
5064
|
-
*/
|
|
5065
|
-
baseTotalLinePrice: number;
|
|
5066
|
-
|
|
5067
5062
|
/**
|
|
5068
5063
|
* FiBu-Buchung
|
|
5069
5064
|
*/
|
|
@@ -5074,6 +5069,11 @@ export interface DocumentLine {
|
|
|
5074
5069
|
*/
|
|
5075
5070
|
lineType: DocumentLineType;
|
|
5076
5071
|
|
|
5072
|
+
/**
|
|
5073
|
+
* Gesamtpreis Position in Basiswährung
|
|
5074
|
+
*/
|
|
5075
|
+
baseTotalLinePrice: number;
|
|
5076
|
+
|
|
5077
5077
|
/**
|
|
5078
5078
|
* vorgeorderte Menge in Pickvorgang
|
|
5079
5079
|
*/
|
|
@@ -5109,6 +5109,11 @@ export interface DocumentLine {
|
|
|
5109
5109
|
*/
|
|
5110
5110
|
positionOfArticleLine: number;
|
|
5111
5111
|
|
|
5112
|
+
/**
|
|
5113
|
+
* Preis pro Einheit in Basiswährung
|
|
5114
|
+
*/
|
|
5115
|
+
basePrice: number;
|
|
5116
|
+
|
|
5112
5117
|
/**
|
|
5113
5118
|
* Externe Referenz zum VDS-Paket
|
|
5114
5119
|
*/
|
|
@@ -5119,25 +5124,20 @@ export interface DocumentLine {
|
|
|
5119
5124
|
*/
|
|
5120
5125
|
serialType: ArticleSerialType;
|
|
5121
5126
|
|
|
5122
|
-
/**
|
|
5123
|
-
* Preis pro Einheit in Basiswährung
|
|
5124
|
-
*/
|
|
5125
|
-
basePrice: number;
|
|
5126
|
-
|
|
5127
5127
|
/**
|
|
5128
5128
|
* MetaInformations for this Object
|
|
5129
5129
|
*/
|
|
5130
5130
|
info: MetaInfo;
|
|
5131
5131
|
|
|
5132
5132
|
/**
|
|
5133
|
-
*
|
|
5133
|
+
* Steuerschema
|
|
5134
5134
|
*/
|
|
5135
|
-
|
|
5135
|
+
taxSchemaRef: ApiObjectReference;
|
|
5136
5136
|
|
|
5137
5137
|
/**
|
|
5138
|
-
*
|
|
5138
|
+
* Preiseinheit
|
|
5139
5139
|
*/
|
|
5140
|
-
|
|
5140
|
+
priceUnit: number;
|
|
5141
5141
|
|
|
5142
5142
|
/**
|
|
5143
5143
|
* Lieferart
|
|
@@ -5325,14 +5325,14 @@ export interface DocumentLine {
|
|
|
5325
5325
|
baseSalesValueNet: number;
|
|
5326
5326
|
|
|
5327
5327
|
/**
|
|
5328
|
-
*
|
|
5328
|
+
* Einheit Nettogewicht
|
|
5329
5329
|
*/
|
|
5330
|
-
|
|
5330
|
+
netWeightUnit: UnitTypeReference;
|
|
5331
5331
|
|
|
5332
5332
|
/**
|
|
5333
|
-
*
|
|
5333
|
+
* Vertragsinformationen
|
|
5334
5334
|
*/
|
|
5335
|
-
|
|
5335
|
+
contractDetail: DocumentContractDetail;
|
|
5336
5336
|
|
|
5337
5337
|
/**
|
|
5338
5338
|
* Menge
|
|
@@ -5697,6 +5697,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5697
5697
|
*/
|
|
5698
5698
|
quantityFinished: number;
|
|
5699
5699
|
|
|
5700
|
+
/**
|
|
5701
|
+
* Menge defekt
|
|
5702
|
+
*/
|
|
5703
|
+
quantityDefective: number;
|
|
5704
|
+
|
|
5700
5705
|
/**
|
|
5701
5706
|
* Produzierte Seriennummern
|
|
5702
5707
|
*/
|
|
@@ -5707,11 +5712,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5707
5712
|
*/
|
|
5708
5713
|
custom: EavFabricationline;
|
|
5709
5714
|
|
|
5710
|
-
/**
|
|
5711
|
-
* Menge defekt
|
|
5712
|
-
*/
|
|
5713
|
-
quantityDefective: number;
|
|
5714
|
-
|
|
5715
5715
|
/**
|
|
5716
5716
|
* Menge produziert
|
|
5717
5717
|
*/
|
|
@@ -5746,14 +5746,14 @@ export interface DocumentLineFabricationDetailSerialNumber {
|
|
|
5746
5746
|
quantityFinished: number;
|
|
5747
5747
|
|
|
5748
5748
|
/**
|
|
5749
|
-
* Produzierte
|
|
5749
|
+
* Produzierte Seriennummer
|
|
5750
5750
|
*/
|
|
5751
|
-
|
|
5751
|
+
serialNumber: ArticleSerialNumber;
|
|
5752
5752
|
|
|
5753
5753
|
/**
|
|
5754
|
-
* Produzierte
|
|
5754
|
+
* Produzierte/geplante Menge
|
|
5755
5755
|
*/
|
|
5756
|
-
|
|
5756
|
+
quantity: number;
|
|
5757
5757
|
|
|
5758
5758
|
/**
|
|
5759
5759
|
* Gebuchte Komponenten
|
|
@@ -5862,14 +5862,14 @@ export interface DocumentLineRef {
|
|
|
5862
5862
|
quantity: number;
|
|
5863
5863
|
|
|
5864
5864
|
/**
|
|
5865
|
-
*
|
|
5865
|
+
* Artikelnummer
|
|
5866
5866
|
*/
|
|
5867
|
-
|
|
5867
|
+
articleNumber: string;
|
|
5868
5868
|
|
|
5869
5869
|
/**
|
|
5870
|
-
*
|
|
5870
|
+
* Belegart
|
|
5871
5871
|
*/
|
|
5872
|
-
|
|
5872
|
+
documentType: string;
|
|
5873
5873
|
|
|
5874
5874
|
/**
|
|
5875
5875
|
* price per quantity [GROSS, NET]
|
|
@@ -6619,14 +6619,14 @@ export const enum DropShippingPolicy {
|
|
|
6619
6619
|
export interface DummySerialNumberStockTransferApi {
|
|
6620
6620
|
|
|
6621
6621
|
/**
|
|
6622
|
-
*
|
|
6622
|
+
* Seriennummer
|
|
6623
6623
|
*/
|
|
6624
|
-
|
|
6624
|
+
serialNumberId: number;
|
|
6625
6625
|
|
|
6626
6626
|
/**
|
|
6627
|
-
*
|
|
6627
|
+
* Ziel-Lager
|
|
6628
6628
|
*/
|
|
6629
|
-
|
|
6629
|
+
targetStorageId: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
6632
|
* Bemerkung
|
|
@@ -6638,26 +6638,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6638
6638
|
*/
|
|
6639
6639
|
bookDate: ScriptingDate;
|
|
6640
6640
|
|
|
6641
|
-
/**
|
|
6642
|
-
* Die gültige Seriennummer
|
|
6643
|
-
*/
|
|
6644
|
-
targetSerialNumber: string;
|
|
6645
|
-
|
|
6646
6641
|
/**
|
|
6647
6642
|
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6648
6643
|
*/
|
|
6649
6644
|
targetExpiryDate: ScriptingDate;
|
|
6650
6645
|
|
|
6651
6646
|
/**
|
|
6652
|
-
*
|
|
6647
|
+
* Die gültige Seriennummer
|
|
6653
6648
|
*/
|
|
6654
|
-
|
|
6649
|
+
targetSerialNumber: string;
|
|
6655
6650
|
|
|
6656
6651
|
/**
|
|
6657
6652
|
* Quell-Lagerplatz
|
|
6658
6653
|
*/
|
|
6659
6654
|
sourceStorageBinId: number;
|
|
6660
6655
|
|
|
6656
|
+
/**
|
|
6657
|
+
* Menge
|
|
6658
|
+
*/
|
|
6659
|
+
quantity: number;
|
|
6660
|
+
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Quell-Lager
|
|
6663
6663
|
*/
|
|
@@ -6919,14 +6919,14 @@ export const enum FabricationOfComponents {
|
|
|
6919
6919
|
export interface FabricationProduceRequest {
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* Material automatisch bestätigen
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
autoCommitComponents: boolean;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* Zu produzierende Menge
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
quantity: number;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* Für die Produktion zu verwendendes Material
|
|
@@ -6980,14 +6980,14 @@ export interface FabricationRevertRequest {
|
|
|
6980
6980
|
quantity: number;
|
|
6981
6981
|
|
|
6982
6982
|
/**
|
|
6983
|
-
*
|
|
6983
|
+
* Material automatisch stornieren
|
|
6984
6984
|
*/
|
|
6985
|
-
|
|
6985
|
+
autoRevertComponents: boolean;
|
|
6986
6986
|
|
|
6987
6987
|
/**
|
|
6988
|
-
*
|
|
6988
|
+
* ID der zu stornierenden Position
|
|
6989
6989
|
*/
|
|
6990
|
-
|
|
6990
|
+
documentLineId: number;
|
|
6991
6991
|
|
|
6992
6992
|
/**
|
|
6993
6993
|
* Zu stornierende Seriennummern
|
|
@@ -7250,14 +7250,14 @@ export interface PaymentTerm {
|
|
|
7250
7250
|
paymentDiscount2: number;
|
|
7251
7251
|
|
|
7252
7252
|
/**
|
|
7253
|
-
*
|
|
7253
|
+
* Percent for Discount 1
|
|
7254
7254
|
*/
|
|
7255
|
-
|
|
7255
|
+
paymentDiscount1: number;
|
|
7256
7256
|
|
|
7257
7257
|
/**
|
|
7258
|
-
*
|
|
7258
|
+
* printDescription
|
|
7259
7259
|
*/
|
|
7260
|
-
|
|
7260
|
+
printDescription: string;
|
|
7261
7261
|
|
|
7262
7262
|
/**
|
|
7263
7263
|
* for deposit: remaining term
|
|
@@ -7548,14 +7548,14 @@ export const enum PickingType {
|
|
|
7548
7548
|
export interface Picklist {
|
|
7549
7549
|
|
|
7550
7550
|
/**
|
|
7551
|
-
*
|
|
7551
|
+
* Ziellager für Nachschub
|
|
7552
7552
|
*/
|
|
7553
|
-
|
|
7553
|
+
targetStorageRef: ApiObjectReference;
|
|
7554
7554
|
|
|
7555
7555
|
/**
|
|
7556
|
-
*
|
|
7556
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7557
7557
|
*/
|
|
7558
|
-
|
|
7558
|
+
usedTemplate: PicklistTemplate;
|
|
7559
7559
|
|
|
7560
7560
|
/**
|
|
7561
7561
|
* Nummer der Pickliste
|
|
@@ -7651,14 +7651,14 @@ export interface PicklistLine {
|
|
|
7651
7651
|
version: number;
|
|
7652
7652
|
|
|
7653
7653
|
/**
|
|
7654
|
-
*
|
|
7654
|
+
* Lageranzeigename
|
|
7655
7655
|
*/
|
|
7656
|
-
|
|
7656
|
+
storageDisplayName: string;
|
|
7657
7657
|
|
|
7658
7658
|
/**
|
|
7659
|
-
*
|
|
7659
|
+
* ID der Quell-Dokumentposition
|
|
7660
7660
|
*/
|
|
7661
|
-
|
|
7661
|
+
sourceDocumentLineId: number;
|
|
7662
7662
|
|
|
7663
7663
|
/**
|
|
7664
7664
|
* Artikelnummer
|
|
@@ -7724,14 +7724,14 @@ export interface PicklistLine {
|
|
|
7724
7724
|
export interface PicklistLineBooking {
|
|
7725
7725
|
|
|
7726
7726
|
/**
|
|
7727
|
-
*
|
|
7727
|
+
* Seriennummer
|
|
7728
7728
|
*/
|
|
7729
|
-
|
|
7729
|
+
serialNumber: ArticleSerialNumber;
|
|
7730
7730
|
|
|
7731
7731
|
/**
|
|
7732
|
-
*
|
|
7732
|
+
* Zu buchende Menge (gesammelt)
|
|
7733
7733
|
*/
|
|
7734
|
-
|
|
7734
|
+
quantity: number;
|
|
7735
7735
|
|
|
7736
7736
|
/**
|
|
7737
7737
|
* Anzeigename vom Lagerplatz
|
|
@@ -7985,20 +7985,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7985
7985
|
*/
|
|
7986
7986
|
maxArticleCountPerOrder: number;
|
|
7987
7987
|
|
|
7988
|
-
/**
|
|
7989
|
-
* Alternative Selektion in VQL
|
|
7990
|
-
*/
|
|
7991
|
-
alternativeSelectionInVql: string;
|
|
7992
|
-
|
|
7993
7988
|
/**
|
|
7994
7989
|
* Maximaler Auftragswert
|
|
7995
7990
|
*/
|
|
7996
7991
|
maxOrderValue: number;
|
|
7997
7992
|
|
|
7998
7993
|
/**
|
|
7999
|
-
* Selektion
|
|
7994
|
+
* Alternative Selektion in VQL
|
|
8000
7995
|
*/
|
|
8001
|
-
|
|
7996
|
+
alternativeSelectionInVql: string;
|
|
8002
7997
|
|
|
8003
7998
|
/**
|
|
8004
7999
|
* Nur vollständig lieferbare Positionen
|
|
@@ -8010,6 +8005,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8010
8005
|
*/
|
|
8011
8006
|
maxOrderCount: number;
|
|
8012
8007
|
|
|
8008
|
+
/**
|
|
8009
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
8010
|
+
*/
|
|
8011
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8012
|
+
|
|
8013
8013
|
/**
|
|
8014
8014
|
* Selektion über den Bereich vom Belegdatum
|
|
8015
8015
|
*/
|
|
@@ -8079,14 +8079,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8079
8079
|
maxPicklistLineCount: number;
|
|
8080
8080
|
|
|
8081
8081
|
/**
|
|
8082
|
-
*
|
|
8082
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8083
8083
|
*/
|
|
8084
|
-
|
|
8084
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8085
8085
|
|
|
8086
8086
|
/**
|
|
8087
|
-
*
|
|
8087
|
+
* Der zu verwendende Pickwagen
|
|
8088
8088
|
*/
|
|
8089
|
-
|
|
8089
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8090
8090
|
|
|
8091
8091
|
/**
|
|
8092
8092
|
* Lagerplätze vorgeben
|
|
@@ -8146,25 +8146,20 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8146
8146
|
*/
|
|
8147
8147
|
alwaysShowDeliveryMethod: boolean;
|
|
8148
8148
|
|
|
8149
|
-
/**
|
|
8150
|
-
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8151
|
-
*/
|
|
8152
|
-
autoPrintDeliveryDocument: boolean;
|
|
8153
|
-
|
|
8154
8149
|
/**
|
|
8155
8150
|
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8156
8151
|
*/
|
|
8157
8152
|
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8158
8153
|
|
|
8159
8154
|
/**
|
|
8160
|
-
*
|
|
8155
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8161
8156
|
*/
|
|
8162
|
-
|
|
8157
|
+
autoPrintDeliveryDocument: boolean;
|
|
8163
8158
|
|
|
8164
8159
|
/**
|
|
8165
|
-
*
|
|
8160
|
+
* Versand-Dialog beim Abschluss zeigen
|
|
8166
8161
|
*/
|
|
8167
|
-
|
|
8162
|
+
showShippingFormOnPickingFinish: boolean;
|
|
8168
8163
|
|
|
8169
8164
|
/**
|
|
8170
8165
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -8176,6 +8171,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8176
8171
|
*/
|
|
8177
8172
|
allowFullConfirmation: boolean;
|
|
8178
8173
|
|
|
8174
|
+
/**
|
|
8175
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8176
|
+
*/
|
|
8177
|
+
useDigitalPicklist: boolean;
|
|
8178
|
+
|
|
8179
8179
|
/**
|
|
8180
8180
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8181
8181
|
*/
|
|
@@ -8274,14 +8274,14 @@ export interface PriceSelectionCriteria {
|
|
|
8274
8274
|
quantity: number;
|
|
8275
8275
|
|
|
8276
8276
|
/**
|
|
8277
|
-
* Liste von
|
|
8277
|
+
* Liste von Account-IDs
|
|
8278
8278
|
*/
|
|
8279
|
-
|
|
8279
|
+
accountIds: Array<number>;
|
|
8280
8280
|
|
|
8281
8281
|
/**
|
|
8282
|
-
* Liste von
|
|
8282
|
+
* Liste von Artikel-IDs
|
|
8283
8283
|
*/
|
|
8284
|
-
|
|
8284
|
+
articleIds: Array<number>;
|
|
8285
8285
|
|
|
8286
8286
|
/**
|
|
8287
8287
|
* ein qualifier
|
|
@@ -8307,14 +8307,14 @@ export interface PriceSelectionCriteria {
|
|
|
8307
8307
|
export interface Product {
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
|
-
*
|
|
8315
|
+
* Zolltarifnummer
|
|
8316
8316
|
*/
|
|
8317
|
-
|
|
8317
|
+
customsTariffNumber: string;
|
|
8318
8318
|
|
|
8319
8319
|
/**
|
|
8320
8320
|
* Gebindeschema dieses Produkts
|
|
@@ -8448,14 +8448,14 @@ export interface ProductArticleRef {
|
|
|
8448
8448
|
export interface ProductDiscount {
|
|
8449
8449
|
|
|
8450
8450
|
/**
|
|
8451
|
-
*
|
|
8451
|
+
* Kundengruppe
|
|
8452
8452
|
*/
|
|
8453
|
-
|
|
8453
|
+
customerGroupRef: ApiObjectReference;
|
|
8454
8454
|
|
|
8455
8455
|
/**
|
|
8456
|
-
*
|
|
8456
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8457
8457
|
*/
|
|
8458
|
-
|
|
8458
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8459
8459
|
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Lieferantengruppe
|
|
@@ -8533,14 +8533,14 @@ export interface ProductDiscount {
|
|
|
8533
8533
|
modifierValueType: ValueType;
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Name des Rabatts
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
modifierName: string;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Account, für den der Rabatt gültig ist
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
accountRef: ApiObjectReference;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Unique identifier of the Object
|
|
@@ -8657,14 +8657,14 @@ export interface ProductMainGroup {
|
|
|
8657
8657
|
export interface ProductPrice {
|
|
8658
8658
|
|
|
8659
8659
|
/**
|
|
8660
|
-
*
|
|
8660
|
+
* Kundengruppe
|
|
8661
8661
|
*/
|
|
8662
|
-
|
|
8662
|
+
customerGroupRef: ApiObjectReference;
|
|
8663
8663
|
|
|
8664
8664
|
/**
|
|
8665
|
-
*
|
|
8665
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8666
8666
|
*/
|
|
8667
|
-
|
|
8667
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8668
8668
|
|
|
8669
8669
|
/**
|
|
8670
8670
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8929,14 +8929,14 @@ export interface RequestDocument {
|
|
|
8929
8929
|
contractDetail: DocumentContractDetail;
|
|
8930
8930
|
|
|
8931
8931
|
/**
|
|
8932
|
-
*
|
|
8932
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
8933
8933
|
*/
|
|
8934
|
-
|
|
8934
|
+
paymentTermId: number;
|
|
8935
8935
|
|
|
8936
8936
|
/**
|
|
8937
|
-
*
|
|
8937
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
8938
8938
|
*/
|
|
8939
|
-
|
|
8939
|
+
supplierAccountId: number;
|
|
8940
8940
|
|
|
8941
8941
|
/**
|
|
8942
8942
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -8979,14 +8979,14 @@ export interface RequestDocument {
|
|
|
8979
8979
|
accountId: number;
|
|
8980
8980
|
|
|
8981
8981
|
/**
|
|
8982
|
-
*
|
|
8982
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
8983
8983
|
*/
|
|
8984
|
-
|
|
8984
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
8985
8985
|
|
|
8986
8986
|
/**
|
|
8987
|
-
*
|
|
8987
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
8988
8988
|
*/
|
|
8989
|
-
|
|
8989
|
+
processedByPicklistProcessing: boolean;
|
|
8990
8990
|
|
|
8991
8991
|
/**
|
|
8992
8992
|
* Die Rabatte des Beleges
|
|
@@ -9275,14 +9275,14 @@ export interface RequestDocumentText {
|
|
|
9275
9275
|
export interface RevenueCalculation {
|
|
9276
9276
|
|
|
9277
9277
|
/**
|
|
9278
|
-
*
|
|
9278
|
+
* Deckungsbeitrag (absolut)
|
|
9279
9279
|
*/
|
|
9280
|
-
|
|
9280
|
+
revenue: number;
|
|
9281
9281
|
|
|
9282
9282
|
/**
|
|
9283
|
-
*
|
|
9283
|
+
* Netto Umsatz
|
|
9284
9284
|
*/
|
|
9285
|
-
|
|
9285
|
+
salesValue: number;
|
|
9286
9286
|
|
|
9287
9287
|
/**
|
|
9288
9288
|
* Einkaufspreis
|
|
@@ -9303,14 +9303,14 @@ export interface SalesAgent {
|
|
|
9303
9303
|
note: string;
|
|
9304
9304
|
|
|
9305
9305
|
/**
|
|
9306
|
-
*
|
|
9306
|
+
* is sales agent taxable
|
|
9307
9307
|
*/
|
|
9308
|
-
|
|
9308
|
+
taxable: boolean;
|
|
9309
9309
|
|
|
9310
9310
|
/**
|
|
9311
|
-
*
|
|
9311
|
+
* reference to the delivery method
|
|
9312
9312
|
*/
|
|
9313
|
-
|
|
9313
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9314
9314
|
|
|
9315
9315
|
/**
|
|
9316
9316
|
* Freifelder
|
|
@@ -9712,14 +9712,14 @@ export interface SequencerConfigurationDetail {
|
|
|
9712
9712
|
export interface SerialNumberWithQuantityApi {
|
|
9713
9713
|
|
|
9714
9714
|
/**
|
|
9715
|
-
*
|
|
9715
|
+
* Seriennummer
|
|
9716
9716
|
*/
|
|
9717
|
-
|
|
9717
|
+
serialNumber: ArticleSerialNumber;
|
|
9718
9718
|
|
|
9719
9719
|
/**
|
|
9720
|
-
*
|
|
9720
|
+
* Menge
|
|
9721
9721
|
*/
|
|
9722
|
-
|
|
9722
|
+
quantity: number;
|
|
9723
9723
|
}
|
|
9724
9724
|
|
|
9725
9725
|
export interface ShelfDocument {
|
|
@@ -9770,14 +9770,14 @@ export interface ShelfDocument {
|
|
|
9770
9770
|
tags: Array<TagDto>;
|
|
9771
9771
|
|
|
9772
9772
|
/**
|
|
9773
|
-
*
|
|
9773
|
+
* share informations
|
|
9774
9774
|
*/
|
|
9775
|
-
|
|
9775
|
+
shares: Array<ShelfShare>;
|
|
9776
9776
|
|
|
9777
9777
|
/**
|
|
9778
|
-
*
|
|
9778
|
+
* Mehrsprachige Bezeichnungen
|
|
9779
9779
|
*/
|
|
9780
|
-
|
|
9780
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
9781
9781
|
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Automatische Löschung ab
|
|
@@ -9962,14 +9962,14 @@ export interface ShelfFile {
|
|
|
9962
9962
|
subFiles: Array<SubFileInfo>;
|
|
9963
9963
|
|
|
9964
9964
|
/**
|
|
9965
|
-
*
|
|
9965
|
+
* fileSize
|
|
9966
9966
|
*/
|
|
9967
|
-
|
|
9967
|
+
fileSize: number;
|
|
9968
9968
|
|
|
9969
9969
|
/**
|
|
9970
|
-
*
|
|
9970
|
+
* revision number of this file
|
|
9971
9971
|
*/
|
|
9972
|
-
|
|
9972
|
+
revisionNumber: number;
|
|
9973
9973
|
|
|
9974
9974
|
/**
|
|
9975
9975
|
* file-extension of this entry
|
|
@@ -10048,14 +10048,14 @@ export interface ShelfShare {
|
|
|
10048
10048
|
publishState: ShelfSharePublishState;
|
|
10049
10049
|
|
|
10050
10050
|
/**
|
|
10051
|
-
*
|
|
10051
|
+
* Freifelder
|
|
10052
10052
|
*/
|
|
10053
|
-
|
|
10053
|
+
custom: EavShelfshare;
|
|
10054
10054
|
|
|
10055
10055
|
/**
|
|
10056
|
-
*
|
|
10056
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10057
10057
|
*/
|
|
10058
|
-
|
|
10058
|
+
publicUrlDurationInMinutes: number;
|
|
10059
10059
|
|
|
10060
10060
|
/**
|
|
10061
10061
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10267,14 +10267,14 @@ export interface StockMovementManualApi {
|
|
|
10267
10267
|
export interface StockTransferApi {
|
|
10268
10268
|
|
|
10269
10269
|
/**
|
|
10270
|
-
*
|
|
10270
|
+
* Seriennummer
|
|
10271
10271
|
*/
|
|
10272
|
-
|
|
10272
|
+
serialNumberId: number;
|
|
10273
10273
|
|
|
10274
10274
|
/**
|
|
10275
|
-
*
|
|
10275
|
+
* Ziel-Lager
|
|
10276
10276
|
*/
|
|
10277
|
-
|
|
10277
|
+
targetStorageId: number;
|
|
10278
10278
|
|
|
10279
10279
|
/**
|
|
10280
10280
|
* Bemerkung
|
|
@@ -10287,14 +10287,14 @@ export interface StockTransferApi {
|
|
|
10287
10287
|
bookDate: ScriptingDate;
|
|
10288
10288
|
|
|
10289
10289
|
/**
|
|
10290
|
-
*
|
|
10290
|
+
* Quell-Lagerplatz
|
|
10291
10291
|
*/
|
|
10292
|
-
|
|
10292
|
+
sourceStorageBinId: number;
|
|
10293
10293
|
|
|
10294
10294
|
/**
|
|
10295
|
-
*
|
|
10295
|
+
* Menge
|
|
10296
10296
|
*/
|
|
10297
|
-
|
|
10297
|
+
quantity: number;
|
|
10298
10298
|
|
|
10299
10299
|
/**
|
|
10300
10300
|
* Quell-Lager
|
|
@@ -10484,14 +10484,14 @@ export interface Supplier {
|
|
|
10484
10484
|
info: MetaInfo;
|
|
10485
10485
|
|
|
10486
10486
|
/**
|
|
10487
|
-
*
|
|
10487
|
+
* Lieferantengruppe
|
|
10488
10488
|
*/
|
|
10489
|
-
|
|
10489
|
+
supplierGroupRef: ApiObjectReference;
|
|
10490
10490
|
|
|
10491
10491
|
/**
|
|
10492
|
-
*
|
|
10492
|
+
* reference to the delivery method
|
|
10493
10493
|
*/
|
|
10494
|
-
|
|
10494
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10495
10495
|
|
|
10496
10496
|
/**
|
|
10497
10497
|
* tax able or tax free
|
|
@@ -10549,14 +10549,14 @@ export interface Supplier {
|
|
|
10549
10549
|
performanceCountryCode: string;
|
|
10550
10550
|
|
|
10551
10551
|
/**
|
|
10552
|
-
*
|
|
10552
|
+
* reference to the payment method
|
|
10553
10553
|
*/
|
|
10554
|
-
|
|
10554
|
+
paymentMethodRef: ApiObjectReference;
|
|
10555
10555
|
|
|
10556
10556
|
/**
|
|
10557
|
-
*
|
|
10557
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10558
10558
|
*/
|
|
10559
|
-
|
|
10559
|
+
defaultDeliveryTime: number;
|
|
10560
10560
|
|
|
10561
10561
|
/**
|
|
10562
10562
|
* currency code IsoAlpha3
|
|
@@ -10577,14 +10577,14 @@ export interface TagDto {
|
|
|
10577
10577
|
editColor: string;
|
|
10578
10578
|
|
|
10579
10579
|
/**
|
|
10580
|
-
* Farbe
|
|
10580
|
+
* Farbe für die Anzeige des Tags
|
|
10581
10581
|
*/
|
|
10582
|
-
|
|
10582
|
+
color: string;
|
|
10583
10583
|
|
|
10584
10584
|
/**
|
|
10585
|
-
* Farbe
|
|
10585
|
+
* Farbe in Such-GUI
|
|
10586
10586
|
*/
|
|
10587
|
-
|
|
10587
|
+
searchColor: string;
|
|
10588
10588
|
|
|
10589
10589
|
/**
|
|
10590
10590
|
* Beschriftung des Tags
|
|
@@ -10628,14 +10628,14 @@ export const enum TagType {
|
|
|
10628
10628
|
export interface TaxIdForeignCountry {
|
|
10629
10629
|
|
|
10630
10630
|
/**
|
|
10631
|
-
*
|
|
10631
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10632
10632
|
*/
|
|
10633
|
-
|
|
10633
|
+
countryCode: string;
|
|
10634
10634
|
|
|
10635
10635
|
/**
|
|
10636
|
-
*
|
|
10636
|
+
* Tax ID of the company in the associated country
|
|
10637
10637
|
*/
|
|
10638
|
-
|
|
10638
|
+
taxId: string;
|
|
10639
10639
|
|
|
10640
10640
|
/**
|
|
10641
10641
|
* Unique identifier of the Object
|
|
@@ -10877,11 +10877,6 @@ export interface User {
|
|
|
10877
10877
|
*/
|
|
10878
10878
|
roles: Array<ApiObjectReference>;
|
|
10879
10879
|
|
|
10880
|
-
/**
|
|
10881
|
-
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
10882
|
-
*/
|
|
10883
|
-
referencedCustomerUserId: number;
|
|
10884
|
-
|
|
10885
10880
|
/**
|
|
10886
10881
|
* Gruppen
|
|
10887
10882
|
*/
|
|
@@ -10892,6 +10887,11 @@ export interface User {
|
|
|
10892
10887
|
*/
|
|
10893
10888
|
active: boolean;
|
|
10894
10889
|
|
|
10890
|
+
/**
|
|
10891
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
10892
|
+
*/
|
|
10893
|
+
referencedCustomerUserId: number;
|
|
10894
|
+
|
|
10895
10895
|
/**
|
|
10896
10896
|
* App-Identifier
|
|
10897
10897
|
*/
|
|
@@ -10928,14 +10928,14 @@ export interface User {
|
|
|
10928
10928
|
id: number;
|
|
10929
10929
|
|
|
10930
10930
|
/**
|
|
10931
|
-
*
|
|
10931
|
+
* username
|
|
10932
10932
|
*/
|
|
10933
|
-
|
|
10933
|
+
username: string;
|
|
10934
10934
|
|
|
10935
10935
|
/**
|
|
10936
|
-
*
|
|
10936
|
+
* Valid to
|
|
10937
10937
|
*/
|
|
10938
|
-
|
|
10938
|
+
validTo: ScriptingDateTime;
|
|
10939
10939
|
|
|
10940
10940
|
/**
|
|
10941
10941
|
* MetaInformations for this Object
|
|
@@ -11118,14 +11118,14 @@ export interface VariantValue {
|
|
|
11118
11118
|
version: number;
|
|
11119
11119
|
|
|
11120
11120
|
/**
|
|
11121
|
-
*
|
|
11121
|
+
* Variantenattribut
|
|
11122
11122
|
*/
|
|
11123
|
-
|
|
11123
|
+
attributeRef: ApiObjectReference;
|
|
11124
11124
|
|
|
11125
11125
|
/**
|
|
11126
|
-
*
|
|
11126
|
+
* Mehrsprachige Bezeichnungen
|
|
11127
11127
|
*/
|
|
11128
|
-
|
|
11128
|
+
labels: Array<VariantDescription>;
|
|
11129
11129
|
|
|
11130
11130
|
/**
|
|
11131
11131
|
* MetaInformations for this Object
|