@vario-software/types 2026.32.5 → 2026.32.6
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 +39 -39
- package/scripting/types.d.ts +275 -275
package/scripting/types.d.ts
CHANGED
|
@@ -179,14 +179,14 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* calculation mode of this document
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
calculationMode: CalculationMode;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* Erstkontakt am
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
initialContactAt: ScriptingDate;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Sprache des Accounts
|
|
@@ -495,14 +495,14 @@ export interface AccountBankdetail {
|
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
497
|
/**
|
|
498
|
-
*
|
|
498
|
+
* city of the bank
|
|
499
499
|
*/
|
|
500
|
-
|
|
500
|
+
bankCity: string;
|
|
501
501
|
|
|
502
502
|
/**
|
|
503
|
-
*
|
|
503
|
+
* Hauptbankverbindung für
|
|
504
504
|
*/
|
|
505
|
-
|
|
505
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
506
|
|
|
507
507
|
/**
|
|
508
508
|
* origin type
|
|
@@ -1014,25 +1014,20 @@ export interface Article {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
customsTariffNumber: string;
|
|
1016
1016
|
|
|
1017
|
-
/**
|
|
1018
|
-
* is this product purchasable
|
|
1019
|
-
*/
|
|
1020
|
-
purchasable: boolean;
|
|
1021
|
-
|
|
1022
1017
|
/**
|
|
1023
1018
|
* Product custom data
|
|
1024
1019
|
*/
|
|
1025
1020
|
listingCustom: EavArticleListing;
|
|
1026
1021
|
|
|
1027
1022
|
/**
|
|
1028
|
-
*
|
|
1023
|
+
* is this product purchasable
|
|
1029
1024
|
*/
|
|
1030
|
-
|
|
1025
|
+
purchasable: boolean;
|
|
1031
1026
|
|
|
1032
1027
|
/**
|
|
1033
|
-
*
|
|
1028
|
+
* base capacity unit
|
|
1034
1029
|
*/
|
|
1035
|
-
|
|
1030
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1036
1031
|
|
|
1037
1032
|
/**
|
|
1038
1033
|
* is this product sellable without any quantity at the stock
|
|
@@ -1044,6 +1039,11 @@ export interface Article {
|
|
|
1044
1039
|
*/
|
|
1045
1040
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1046
1041
|
|
|
1042
|
+
/**
|
|
1043
|
+
* Durchschnittl. EKP (Startwert)
|
|
1044
|
+
*/
|
|
1045
|
+
initialAvgPurchasePrice: number;
|
|
1046
|
+
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* weight and size w.o. packaging
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
netMetric: Article$Metric;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1145,14 +1145,14 @@ export interface Article {
|
|
|
1145
1145
|
deliveryMethodRef: ApiObjectReference;
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
|
-
*
|
|
1148
|
+
* Produktion
|
|
1149
1149
|
*/
|
|
1150
|
-
|
|
1150
|
+
fabrication: boolean;
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
|
-
*
|
|
1153
|
+
* Soll-Handelsspanne
|
|
1154
1154
|
*/
|
|
1155
|
-
|
|
1155
|
+
targetTradingMargin: number;
|
|
1156
1156
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* active
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* weight and size inc. packaging
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
grossMetric: Article$Metric;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* Verkaufseinheit
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
salesUnit: number;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -1215,14 +1215,14 @@ export interface Article {
|
|
|
1215
1215
|
listingStateChangeTime: ScriptingDateTime;
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
1218
|
-
*
|
|
1218
|
+
* Country code
|
|
1219
1219
|
*/
|
|
1220
|
-
|
|
1220
|
+
countryOfOriginRef: CountryReference;
|
|
1221
1221
|
|
|
1222
1222
|
/**
|
|
1223
|
-
*
|
|
1223
|
+
* Arbeitseinheit in Minuten
|
|
1224
1224
|
*/
|
|
1225
|
-
|
|
1225
|
+
workUnitInMinutes: number;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
1228
|
* description custom data
|
|
@@ -1285,9 +1285,9 @@ export interface Article {
|
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
1287
|
/**
|
|
1288
|
-
*
|
|
1288
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1289
1289
|
*/
|
|
1290
|
-
|
|
1290
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* gross sales prices
|
|
@@ -1295,9 +1295,9 @@ export interface Article {
|
|
|
1295
1295
|
grossSalesPrice: number;
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
|
-
*
|
|
1298
|
+
* Vorgabe Herstellungskosten
|
|
1299
1299
|
*/
|
|
1300
|
-
|
|
1300
|
+
defaultFabricationCost: number;
|
|
1301
1301
|
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
@@ -1310,14 +1310,14 @@ export interface Article {
|
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
1312
|
/**
|
|
1313
|
-
*
|
|
1313
|
+
* Versandlabeldruck
|
|
1314
1314
|
*/
|
|
1315
|
-
|
|
1315
|
+
shippingLabelPrinting: boolean;
|
|
1316
1316
|
|
|
1317
1317
|
/**
|
|
1318
|
-
*
|
|
1318
|
+
* reference to Product
|
|
1319
1319
|
*/
|
|
1320
|
-
|
|
1320
|
+
productRef: ApiObjectReference;
|
|
1321
1321
|
|
|
1322
1322
|
/**
|
|
1323
1323
|
* rabattierbarer Artikel?
|
|
@@ -1370,14 +1370,14 @@ export interface Article {
|
|
|
1370
1370
|
custom: EavArticle;
|
|
1371
1371
|
|
|
1372
1372
|
/**
|
|
1373
|
-
*
|
|
1373
|
+
* Art des Haltbarkeitsdatums
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1376
1376
|
|
|
1377
1377
|
/**
|
|
1378
|
-
*
|
|
1378
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1379
1379
|
*/
|
|
1380
|
-
|
|
1380
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1381
1381
|
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Hersteller
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* provisionsberechtiger Artikel?
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
commissionable: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* Nur manuelle Produktion
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
onlyManualFabrication: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1563,14 +1563,14 @@ export interface ArticleCustomer {
|
|
|
1563
1563
|
useDeviatingArticleIdentifier: boolean;
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
|
-
*
|
|
1566
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1567
1567
|
*/
|
|
1568
|
-
|
|
1568
|
+
useDeviatingArticleDescription: boolean;
|
|
1569
1569
|
|
|
1570
1570
|
/**
|
|
1571
|
-
*
|
|
1571
|
+
* Kunden-Preise
|
|
1572
1572
|
*/
|
|
1573
|
-
|
|
1573
|
+
productPrices: Array<ProductPrice>;
|
|
1574
1574
|
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Referenced Article
|
|
@@ -1613,14 +1613,14 @@ export interface ArticleCustomer {
|
|
|
1613
1613
|
defaultGrossPrice: number;
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
|
-
*
|
|
1616
|
+
* Art der Preisermittlung
|
|
1617
1617
|
*/
|
|
1618
|
-
|
|
1618
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1619
1619
|
|
|
1620
1620
|
/**
|
|
1621
|
-
*
|
|
1621
|
+
* Abweichende Produktnummer
|
|
1622
1622
|
*/
|
|
1623
|
-
|
|
1623
|
+
deviatingArticleNumber: string;
|
|
1624
1624
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Artikelnummer
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
*
|
|
1738
|
+
* der Sales Channel
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
salesChannelRef: ApiObjectReference;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
* der
|
|
1743
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
customLowestPriceGross: number;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -1775,14 +1775,14 @@ export interface ArticleListing {
|
|
|
1775
1775
|
alternativeName: WithDefaults<String>;
|
|
1776
1776
|
|
|
1777
1777
|
/**
|
|
1778
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1778
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1779
1779
|
*/
|
|
1780
|
-
|
|
1780
|
+
customLowestPriceNet: number;
|
|
1781
1781
|
|
|
1782
1782
|
/**
|
|
1783
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1783
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1784
1784
|
*/
|
|
1785
|
-
|
|
1785
|
+
proposedLowestPriceNet: number;
|
|
1786
1786
|
|
|
1787
1787
|
/**
|
|
1788
1788
|
* der aktuelle listing stand
|
|
@@ -1947,20 +1947,15 @@ export const enum ArticleSerialType {
|
|
|
1947
1947
|
|
|
1948
1948
|
export interface ArticleStorage {
|
|
1949
1949
|
|
|
1950
|
-
/**
|
|
1951
|
-
* Bestand im Lager
|
|
1952
|
-
*/
|
|
1953
|
-
quantityInStock: number;
|
|
1954
|
-
|
|
1955
1950
|
/**
|
|
1956
1951
|
* Nachschub ab
|
|
1957
1952
|
*/
|
|
1958
1953
|
replenishmentFrom: number;
|
|
1959
1954
|
|
|
1960
1955
|
/**
|
|
1961
|
-
*
|
|
1956
|
+
* Bestand im Lager
|
|
1962
1957
|
*/
|
|
1963
|
-
|
|
1958
|
+
quantityInStock: number;
|
|
1964
1959
|
|
|
1965
1960
|
/**
|
|
1966
1961
|
* Bestellte Menge
|
|
@@ -1972,6 +1967,11 @@ export interface ArticleStorage {
|
|
|
1972
1967
|
*/
|
|
1973
1968
|
quantityInPicking: number;
|
|
1974
1969
|
|
|
1970
|
+
/**
|
|
1971
|
+
* Meldebestand
|
|
1972
|
+
*/
|
|
1973
|
+
reorderPoint: number;
|
|
1974
|
+
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Nachschub auf
|
|
1977
1977
|
*/
|
|
@@ -2023,14 +2023,14 @@ export interface ArticleStorage {
|
|
|
2023
2023
|
storageRef: ApiObjectReference;
|
|
2024
2024
|
|
|
2025
2025
|
/**
|
|
2026
|
-
*
|
|
2026
|
+
* Sollbestand
|
|
2027
2027
|
*/
|
|
2028
|
-
|
|
2028
|
+
targetStock: number;
|
|
2029
2029
|
|
|
2030
2030
|
/**
|
|
2031
|
-
*
|
|
2031
|
+
* Vorgabe-Lagerplätze
|
|
2032
2032
|
*/
|
|
2033
|
-
|
|
2033
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2034
2034
|
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Aktuelle Menge in Produktion
|
|
@@ -2051,9 +2051,9 @@ export interface ArticleStorage {
|
|
|
2051
2051
|
export interface ArticleSupplier {
|
|
2052
2052
|
|
|
2053
2053
|
/**
|
|
2054
|
-
*
|
|
2054
|
+
* Anzeigename des Accounts
|
|
2055
2055
|
*/
|
|
2056
|
-
|
|
2056
|
+
accountDisplayName: string;
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
2059
|
* Lieferanten-Meldebestand
|
|
@@ -2061,9 +2061,9 @@ export interface ArticleSupplier {
|
|
|
2061
2061
|
supplierReportingStock: number;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
|
-
*
|
|
2064
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2065
2065
|
*/
|
|
2066
|
-
|
|
2066
|
+
useSupplierArticleDescription: boolean;
|
|
2067
2067
|
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -2121,14 +2121,14 @@ export interface ArticleSupplier {
|
|
|
2121
2121
|
info: MetaInfo;
|
|
2122
2122
|
|
|
2123
2123
|
/**
|
|
2124
|
-
*
|
|
2124
|
+
* Verpackungseinheit
|
|
2125
2125
|
*/
|
|
2126
|
-
|
|
2126
|
+
packagingUnit: number;
|
|
2127
2127
|
|
|
2128
2128
|
/**
|
|
2129
|
-
*
|
|
2129
|
+
* Referenced Article name
|
|
2130
2130
|
*/
|
|
2131
|
-
|
|
2131
|
+
articleName: string;
|
|
2132
2132
|
|
|
2133
2133
|
/**
|
|
2134
2134
|
* Lieferanten-Preise
|
|
@@ -2161,14 +2161,14 @@ export interface ArticleSupplier {
|
|
|
2161
2161
|
dropShippingAllowed: boolean;
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
|
-
* Abweichende
|
|
2164
|
+
* Abweichende Produktbezeichnung
|
|
2165
2165
|
*/
|
|
2166
|
-
|
|
2166
|
+
supplierArticleName: string;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
|
-
* Abweichende
|
|
2169
|
+
* Abweichende Produktbeschreibung
|
|
2170
2170
|
*/
|
|
2171
|
-
|
|
2171
|
+
supplierArticleDescription: string;
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Standardpreis Netto
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* Aktivität intern abgerechnet?
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
internalBilled: boolean;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* geplante Dauer
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
plannedDurationInSeconds: number;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2916,14 +2916,14 @@ export interface CrmDeal {
|
|
|
2916
2916
|
info: MetaInfo;
|
|
2917
2917
|
|
|
2918
2918
|
/**
|
|
2919
|
-
*
|
|
2919
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2920
2920
|
*/
|
|
2921
|
-
|
|
2921
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2922
2922
|
|
|
2923
2923
|
/**
|
|
2924
|
-
*
|
|
2924
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2925
2925
|
*/
|
|
2926
|
-
|
|
2926
|
+
assignedUserRef: ApiObjectReference;
|
|
2927
2927
|
|
|
2928
2928
|
/**
|
|
2929
2929
|
* Chance (in Prozent)
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Geplanter Projektzeitraum (von)
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Einkaufsbelege
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3267,14 +3267,14 @@ export interface CrmProject {
|
|
|
3267
3267
|
info: MetaInfo;
|
|
3268
3268
|
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3270
|
+
* Projektleiter vom Auftraggeber
|
|
3271
3271
|
*/
|
|
3272
|
-
|
|
3272
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3276
3276
|
*/
|
|
3277
|
-
|
|
3277
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3278
3278
|
|
|
3279
3279
|
/**
|
|
3280
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3519,14 +3519,14 @@ export interface CrmSubType {
|
|
|
3519
3519
|
export interface CrmTask {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* Angebot
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
customerOfferRef: DocumentRef;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
|
-
*
|
|
3527
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3528
3528
|
*/
|
|
3529
|
-
|
|
3529
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
3532
|
* Liste von Erinnerungen
|
|
@@ -3724,14 +3724,14 @@ export interface CrmTask {
|
|
|
3724
3724
|
parentRefs: Array<CrmObjectRef>;
|
|
3725
3725
|
|
|
3726
3726
|
/**
|
|
3727
|
-
*
|
|
3727
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3728
3728
|
*/
|
|
3729
|
-
|
|
3729
|
+
externalRecordedTimes: number;
|
|
3730
3730
|
|
|
3731
3731
|
/**
|
|
3732
|
-
*
|
|
3732
|
+
* Beauftragte Zeit in Sekunden
|
|
3733
3733
|
*/
|
|
3734
|
-
|
|
3734
|
+
effortCommissioned: number;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3903,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3903
3903
|
export interface Customer {
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* reference to customer group
|
|
3907
3907
|
*/
|
|
3908
|
-
|
|
3908
|
+
customerGroupRef: ApiObjectReference;
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
|
-
*
|
|
3911
|
+
* Option für die Stapelverarbeitung
|
|
3912
3912
|
*/
|
|
3913
|
-
|
|
3913
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3988,14 +3988,14 @@ export interface Customer {
|
|
|
3988
3988
|
info: MetaInfo;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
*
|
|
3991
|
+
* reference to the delivery method
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
|
-
*
|
|
3996
|
+
* tax able or tax free
|
|
3997
3997
|
*/
|
|
3998
|
-
|
|
3998
|
+
taxable: boolean;
|
|
3999
3999
|
|
|
4000
4000
|
/**
|
|
4001
4001
|
* active true/false
|
|
@@ -4206,26 +4206,26 @@ export interface DeliveryMethod {
|
|
|
4206
4206
|
*/
|
|
4207
4207
|
defaultSizeUnit: UnitTypeReference;
|
|
4208
4208
|
|
|
4209
|
-
/**
|
|
4210
|
-
* translations
|
|
4211
|
-
*/
|
|
4212
|
-
translations: Array<DocumentTypeTerm>;
|
|
4213
|
-
|
|
4214
4209
|
/**
|
|
4215
4210
|
* Quelle für Paketgewicht
|
|
4216
4211
|
*/
|
|
4217
4212
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4218
4213
|
|
|
4219
4214
|
/**
|
|
4220
|
-
*
|
|
4215
|
+
* translations
|
|
4221
4216
|
*/
|
|
4222
|
-
|
|
4217
|
+
translations: Array<DocumentTypeTerm>;
|
|
4223
4218
|
|
|
4224
4219
|
/**
|
|
4225
4220
|
* Gültige Ländercodes
|
|
4226
4221
|
*/
|
|
4227
4222
|
validCountryCodes: Array<string>;
|
|
4228
4223
|
|
|
4224
|
+
/**
|
|
4225
|
+
* Versand-Anbieter
|
|
4226
|
+
*/
|
|
4227
|
+
vdsCarrierId: number;
|
|
4228
|
+
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
4231
4231
|
*/
|
|
@@ -4325,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4325
4325
|
id: number;
|
|
4326
4326
|
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* Versandkostenartikel
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4330
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* free shipping net value
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
freeShippingNetValue: number;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* MetaInformations for this Object
|
|
@@ -4453,14 +4453,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4453
4453
|
taxable: boolean;
|
|
4454
4454
|
|
|
4455
4455
|
/**
|
|
4456
|
-
*
|
|
4456
|
+
* Bestellnummer aus Vorbeleg
|
|
4457
4457
|
*/
|
|
4458
|
-
|
|
4458
|
+
referencedOrderNumber: string;
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
|
-
*
|
|
4461
|
+
* Leitweg-ID
|
|
4462
4462
|
*/
|
|
4463
|
-
|
|
4463
|
+
buyerReference: string;
|
|
4464
4464
|
|
|
4465
4465
|
/**
|
|
4466
4466
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4473,14 +4473,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4473
4473
|
baseDepositPaymentAmount: number;
|
|
4474
4474
|
|
|
4475
4475
|
/**
|
|
4476
|
-
*
|
|
4476
|
+
* Ist der Beleg festgeschrieben?
|
|
4477
4477
|
*/
|
|
4478
|
-
|
|
4478
|
+
frozen: boolean;
|
|
4479
4479
|
|
|
4480
4480
|
/**
|
|
4481
|
-
*
|
|
4481
|
+
* Gesamtpreis vor Rabatt [BRUTTO, NETTO]
|
|
4482
4482
|
*/
|
|
4483
|
-
|
|
4483
|
+
totalBeforeModifier: number;
|
|
4484
4484
|
|
|
4485
4485
|
/**
|
|
4486
4486
|
* Referenz auf verantwortlichen Benutzer
|
|
@@ -4513,14 +4513,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4513
4513
|
accountId: number;
|
|
4514
4514
|
|
|
4515
4515
|
/**
|
|
4516
|
-
* Länderkennzeichen
|
|
4516
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4517
4517
|
*/
|
|
4518
|
-
|
|
4518
|
+
performanceCountryCode: string;
|
|
4519
4519
|
|
|
4520
4520
|
/**
|
|
4521
|
-
* Länderkennzeichen
|
|
4521
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4522
4522
|
*/
|
|
4523
|
-
|
|
4523
|
+
sourceCountryCode: string;
|
|
4524
4524
|
|
|
4525
4525
|
/**
|
|
4526
4526
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4635,14 +4635,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4635
4635
|
fabricationDetail: DocumentFabricationDetail;
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
|
-
*
|
|
4638
|
+
* Berechnungsmodus
|
|
4639
4639
|
*/
|
|
4640
|
-
|
|
4640
|
+
calculationMode: CalculationMode;
|
|
4641
4641
|
|
|
4642
4642
|
/**
|
|
4643
|
-
*
|
|
4643
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4644
4644
|
*/
|
|
4645
|
-
|
|
4645
|
+
accountNumber: string;
|
|
4646
4646
|
|
|
4647
4647
|
/**
|
|
4648
4648
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4864,25 +4864,20 @@ true wenn die Quittung bezahlt ist
|
|
|
4864
4864
|
*/
|
|
4865
4865
|
customerNumber: string;
|
|
4866
4866
|
|
|
4867
|
-
/**
|
|
4868
|
-
* Statusinstanz des Belegs
|
|
4869
|
-
*/
|
|
4870
|
-
documentState: DocumentTypeState;
|
|
4871
|
-
|
|
4872
4867
|
/**
|
|
4873
4868
|
* Umsatzsteuer-Identifikationsnummer
|
|
4874
4869
|
*/
|
|
4875
4870
|
taxIdentificationNumber: string;
|
|
4876
4871
|
|
|
4877
4872
|
/**
|
|
4878
|
-
*
|
|
4873
|
+
* Statusinstanz des Belegs
|
|
4879
4874
|
*/
|
|
4880
|
-
|
|
4875
|
+
documentState: DocumentTypeState;
|
|
4881
4876
|
|
|
4882
4877
|
/**
|
|
4883
|
-
*
|
|
4878
|
+
* Versandkostenpositionen
|
|
4884
4879
|
*/
|
|
4885
|
-
|
|
4880
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4886
4881
|
|
|
4887
4882
|
/**
|
|
4888
4883
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4896,6 +4891,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4896
4891
|
*/
|
|
4897
4892
|
deliveryTermRef: ApiObjectReference;
|
|
4898
4893
|
|
|
4894
|
+
/**
|
|
4895
|
+
* Rückgeld
|
|
4896
|
+
*/
|
|
4897
|
+
posReceiptChangeAmount: number;
|
|
4898
|
+
|
|
4899
4899
|
/**
|
|
4900
4900
|
* Gesamtbruttogewicht
|
|
4901
4901
|
*/
|
|
@@ -4916,25 +4916,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4916
4916
|
*/
|
|
4917
4917
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4918
4918
|
|
|
4919
|
-
/**
|
|
4920
|
-
* Status der USt-ID-Prüfung
|
|
4921
|
-
*/
|
|
4922
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4923
|
-
|
|
4924
4919
|
/**
|
|
4925
4920
|
* Rechnungsadresse
|
|
4926
4921
|
*/
|
|
4927
4922
|
billingAddress: DocumentAddress;
|
|
4928
4923
|
|
|
4929
4924
|
/**
|
|
4930
|
-
*
|
|
4925
|
+
* Status der USt-ID-Prüfung
|
|
4931
4926
|
*/
|
|
4932
|
-
|
|
4927
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4933
4928
|
|
|
4934
4929
|
/**
|
|
4935
4930
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4936
4931
|
*/
|
|
4937
4932
|
reportGroupRef: ApiObjectReference;
|
|
4933
|
+
|
|
4934
|
+
/**
|
|
4935
|
+
* Bestellt durch Ansprechpartner
|
|
4936
|
+
*/
|
|
4937
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4938
4938
|
}
|
|
4939
4939
|
|
|
4940
4940
|
export interface DocumentAdditionalInfo {
|
|
@@ -4945,14 +4945,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4945
4945
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4949
4949
|
*/
|
|
4950
|
-
|
|
4950
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4951
4951
|
|
|
4952
4952
|
/**
|
|
4953
|
-
*
|
|
4953
|
+
* Herkunft der Sprache
|
|
4954
4954
|
*/
|
|
4955
|
-
|
|
4955
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4956
4956
|
|
|
4957
4957
|
/**
|
|
4958
4958
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5097,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5097
5097
|
info: MetaInfo;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
|
-
*
|
|
5100
|
+
* Lieferart
|
|
5101
5101
|
*/
|
|
5102
|
-
|
|
5102
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5103
5103
|
|
|
5104
5104
|
/**
|
|
5105
|
-
*
|
|
5105
|
+
* GLN
|
|
5106
5106
|
*/
|
|
5107
|
-
|
|
5107
|
+
globalLocationNumber: string;
|
|
5108
5108
|
|
|
5109
5109
|
/**
|
|
5110
5110
|
* Postcode
|
|
@@ -5545,14 +5545,14 @@ export interface DocumentLine {
|
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
5547
|
/**
|
|
5548
|
-
*
|
|
5548
|
+
* Preis pro Einheit in Basiswährung
|
|
5549
5549
|
*/
|
|
5550
|
-
|
|
5550
|
+
basePrice: number;
|
|
5551
5551
|
|
|
5552
5552
|
/**
|
|
5553
|
-
*
|
|
5553
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5554
5554
|
*/
|
|
5555
|
-
|
|
5555
|
+
positionOfArticleLine: number;
|
|
5556
5556
|
|
|
5557
5557
|
/**
|
|
5558
5558
|
* Serientyp
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Produzierte Seriennummern
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Menge defekt
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
quantityDefective: number;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -6793,14 +6793,14 @@ export interface DocumentPosPayment {
|
|
|
6793
6793
|
version: number;
|
|
6794
6794
|
|
|
6795
6795
|
/**
|
|
6796
|
-
*
|
|
6796
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6797
6797
|
*/
|
|
6798
|
-
|
|
6798
|
+
withdrawalAmount: number;
|
|
6799
6799
|
|
|
6800
6800
|
/**
|
|
6801
|
-
*
|
|
6801
|
+
* Zahlungsart
|
|
6802
6802
|
*/
|
|
6803
|
-
|
|
6803
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6804
6804
|
|
|
6805
6805
|
/**
|
|
6806
6806
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -7211,14 +7211,14 @@ export interface DocumentType {
|
|
|
7211
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7212
|
|
|
7213
7213
|
/**
|
|
7214
|
-
*
|
|
7214
|
+
* nächste Belegnummer
|
|
7215
7215
|
*/
|
|
7216
|
-
|
|
7216
|
+
nextNumber: string;
|
|
7217
7217
|
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* Zählerkreis
|
|
7220
7220
|
*/
|
|
7221
|
-
|
|
7221
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* Sortierung
|
|
@@ -7677,14 +7677,14 @@ export interface ExternalDocumentWithTaxesLine {
|
|
|
7677
7677
|
quantity: number;
|
|
7678
7678
|
|
|
7679
7679
|
/**
|
|
7680
|
-
*
|
|
7680
|
+
* Steuerbetrag (nur bei steuerpflichtigem Beleg)
|
|
7681
7681
|
*/
|
|
7682
|
-
|
|
7682
|
+
taxValue: number;
|
|
7683
7683
|
|
|
7684
7684
|
/**
|
|
7685
|
-
*
|
|
7685
|
+
* Zeilen-Netto
|
|
7686
7686
|
*/
|
|
7687
|
-
|
|
7687
|
+
netAmount: number;
|
|
7688
7688
|
|
|
7689
7689
|
/**
|
|
7690
7690
|
* Netto-Einzelpreis
|
|
@@ -7865,14 +7865,14 @@ export interface FabricationRevertRequest {
|
|
|
7865
7865
|
quantity: number;
|
|
7866
7866
|
|
|
7867
7867
|
/**
|
|
7868
|
-
*
|
|
7868
|
+
* ID der zu stornierenden Position
|
|
7869
7869
|
*/
|
|
7870
|
-
|
|
7870
|
+
documentLineId: number;
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
|
-
*
|
|
7873
|
+
* Material automatisch stornieren
|
|
7874
7874
|
*/
|
|
7875
|
-
|
|
7875
|
+
autoRevertComponents: boolean;
|
|
7876
7876
|
|
|
7877
7877
|
/**
|
|
7878
7878
|
* Zu stornierende Seriennummern
|
|
@@ -8217,14 +8217,14 @@ export interface OpenItem {
|
|
|
8217
8217
|
paymentDueDate: ScriptingDate;
|
|
8218
8218
|
|
|
8219
8219
|
/**
|
|
8220
|
-
* Länderkennzeichen
|
|
8220
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8221
8221
|
*/
|
|
8222
|
-
|
|
8222
|
+
performanceCountryCode: string;
|
|
8223
8223
|
|
|
8224
8224
|
/**
|
|
8225
|
-
* Länderkennzeichen
|
|
8225
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8226
8226
|
*/
|
|
8227
|
-
|
|
8227
|
+
sourceCountryCode: string;
|
|
8228
8228
|
|
|
8229
8229
|
/**
|
|
8230
8230
|
* Valutadatum schreibgeschützt
|
|
@@ -8302,14 +8302,14 @@ export interface OpenItem {
|
|
|
8302
8302
|
paymentAmount: number;
|
|
8303
8303
|
|
|
8304
8304
|
/**
|
|
8305
|
-
*
|
|
8305
|
+
* Rechnungskorrektur
|
|
8306
8306
|
*/
|
|
8307
|
-
|
|
8307
|
+
creditNote: ApiObjectReference;
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* how should a refund be done?
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
8315
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8680,14 +8680,14 @@ export interface OpenItemRecord {
|
|
|
8680
8680
|
version: number;
|
|
8681
8681
|
|
|
8682
8682
|
/**
|
|
8683
|
-
*
|
|
8683
|
+
* Buchungsbetrag in Basiswährung
|
|
8684
8684
|
*/
|
|
8685
|
-
|
|
8685
|
+
baseAmount: number;
|
|
8686
8686
|
|
|
8687
8687
|
/**
|
|
8688
|
-
*
|
|
8688
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8689
8689
|
*/
|
|
8690
|
-
|
|
8690
|
+
transactionId: number;
|
|
8691
8691
|
|
|
8692
8692
|
/**
|
|
8693
8693
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8705,14 +8705,14 @@ export interface OpenItemRecord {
|
|
|
8705
8705
|
totalAmount: number;
|
|
8706
8706
|
|
|
8707
8707
|
/**
|
|
8708
|
-
*
|
|
8708
|
+
* id des records, der diesen storniert hat
|
|
8709
8709
|
*/
|
|
8710
|
-
|
|
8710
|
+
revertedByRecordId: number;
|
|
8711
8711
|
|
|
8712
8712
|
/**
|
|
8713
|
-
*
|
|
8713
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8714
8714
|
*/
|
|
8715
|
-
|
|
8715
|
+
baseCurrencyCode: string;
|
|
8716
8716
|
|
|
8717
8717
|
/**
|
|
8718
8718
|
* qualifier of open item
|
|
@@ -9104,14 +9104,14 @@ export interface PickTrolley {
|
|
|
9104
9104
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
9105
9105
|
|
|
9106
9106
|
/**
|
|
9107
|
-
*
|
|
9107
|
+
* Bearbeiter der Pickliste
|
|
9108
9108
|
*/
|
|
9109
|
-
|
|
9109
|
+
processedByUserRef: ApiObjectReference;
|
|
9110
9110
|
|
|
9111
9111
|
/**
|
|
9112
|
-
*
|
|
9112
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
9113
9113
|
*/
|
|
9114
|
-
|
|
9114
|
+
storageBinRef: StorageBinRef;
|
|
9115
9115
|
|
|
9116
9116
|
/**
|
|
9117
9117
|
* Beschreibung des Wagens
|
|
@@ -9676,19 +9676,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9676
9676
|
maxArticleCountPerOrder: number;
|
|
9677
9677
|
|
|
9678
9678
|
/**
|
|
9679
|
-
*
|
|
9679
|
+
* Maximaler Auftragswert
|
|
9680
9680
|
*/
|
|
9681
|
-
|
|
9681
|
+
maxOrderValue: number;
|
|
9682
9682
|
|
|
9683
9683
|
/**
|
|
9684
|
-
*
|
|
9684
|
+
* Alternative Selektion in VQL
|
|
9685
9685
|
*/
|
|
9686
|
-
|
|
9686
|
+
alternativeSelectionInVql: string;
|
|
9687
9687
|
|
|
9688
9688
|
/**
|
|
9689
|
-
*
|
|
9689
|
+
* Nur vollständig lieferbare Positionen
|
|
9690
9690
|
*/
|
|
9691
|
-
|
|
9691
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9692
9692
|
|
|
9693
9693
|
/**
|
|
9694
9694
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9696,9 +9696,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9696
9696
|
maxOrderCount: number;
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
|
-
*
|
|
9699
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9700
9700
|
*/
|
|
9701
|
-
|
|
9701
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9778,11 +9778,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9778
9778
|
*/
|
|
9779
9779
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9780
9780
|
|
|
9781
|
-
/**
|
|
9782
|
-
* Lagerplätze vorgeben
|
|
9783
|
-
*/
|
|
9784
|
-
specifyStorageBins: boolean;
|
|
9785
|
-
|
|
9786
9781
|
/**
|
|
9787
9782
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9788
9783
|
*/
|
|
@@ -9794,15 +9789,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9794
9789
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9795
9790
|
|
|
9796
9791
|
/**
|
|
9797
|
-
*
|
|
9792
|
+
* Lagerplätze vorgeben
|
|
9798
9793
|
*/
|
|
9799
|
-
|
|
9794
|
+
specifyStorageBins: boolean;
|
|
9800
9795
|
|
|
9801
9796
|
/**
|
|
9802
9797
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9803
9798
|
*/
|
|
9804
9799
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9805
9800
|
|
|
9801
|
+
/**
|
|
9802
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9803
|
+
*/
|
|
9804
|
+
sortByRoutePosition: boolean;
|
|
9805
|
+
|
|
9806
9806
|
/**
|
|
9807
9807
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9808
9808
|
*/
|
|
@@ -9861,11 +9861,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9861
9861
|
*/
|
|
9862
9862
|
showShippingFormOnPickingFinish: boolean;
|
|
9863
9863
|
|
|
9864
|
-
/**
|
|
9865
|
-
* Sollen Dienstleistungen kommissioniert werden?
|
|
9866
|
-
*/
|
|
9867
|
-
allowPickingOfServiceArticles: boolean;
|
|
9868
|
-
|
|
9869
9864
|
/**
|
|
9870
9865
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9871
9866
|
*/
|
|
@@ -9876,6 +9871,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9876
9871
|
*/
|
|
9877
9872
|
allowFullConfirmation: boolean;
|
|
9878
9873
|
|
|
9874
|
+
/**
|
|
9875
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9876
|
+
*/
|
|
9877
|
+
allowPickingOfServiceArticles: boolean;
|
|
9878
|
+
|
|
9879
9879
|
/**
|
|
9880
9880
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9881
9881
|
*/
|
|
@@ -9996,14 +9996,14 @@ export interface PriceSelectionCriteria {
|
|
|
9996
9996
|
quantity: number;
|
|
9997
9997
|
|
|
9998
9998
|
/**
|
|
9999
|
-
* Liste von
|
|
9999
|
+
* Liste von Artikel-IDs
|
|
10000
10000
|
*/
|
|
10001
|
-
|
|
10001
|
+
articleIds: Array<number>;
|
|
10002
10002
|
|
|
10003
10003
|
/**
|
|
10004
|
-
* Liste von
|
|
10004
|
+
* Liste von Account-IDs
|
|
10005
10005
|
*/
|
|
10006
|
-
|
|
10006
|
+
accountIds: Array<number>;
|
|
10007
10007
|
|
|
10008
10008
|
/**
|
|
10009
10009
|
* ein qualifier
|
|
@@ -10245,14 +10245,14 @@ export interface ProductDiscount {
|
|
|
10245
10245
|
currencyRef: CurrencyReference;
|
|
10246
10246
|
|
|
10247
10247
|
/**
|
|
10248
|
-
*
|
|
10248
|
+
* Preisgruppe
|
|
10249
10249
|
*/
|
|
10250
|
-
|
|
10250
|
+
priceGroupRef: ApiObjectReference;
|
|
10251
10251
|
|
|
10252
10252
|
/**
|
|
10253
|
-
*
|
|
10253
|
+
* Wert des Rabatts
|
|
10254
10254
|
*/
|
|
10255
|
-
|
|
10255
|
+
modifierValue: number;
|
|
10256
10256
|
|
|
10257
10257
|
/**
|
|
10258
10258
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10275,14 +10275,14 @@ export interface ProductDiscount {
|
|
|
10275
10275
|
modifierValueType: ValueType;
|
|
10276
10276
|
|
|
10277
10277
|
/**
|
|
10278
|
-
*
|
|
10278
|
+
* Account, für den der Rabatt gültig ist
|
|
10279
10279
|
*/
|
|
10280
|
-
|
|
10280
|
+
accountRef: ApiObjectReference;
|
|
10281
10281
|
|
|
10282
10282
|
/**
|
|
10283
|
-
*
|
|
10283
|
+
* Name des Rabatts
|
|
10284
10284
|
*/
|
|
10285
|
-
|
|
10285
|
+
modifierName: string;
|
|
10286
10286
|
|
|
10287
10287
|
/**
|
|
10288
10288
|
* Unique identifier of the Object
|
|
@@ -10704,14 +10704,14 @@ export interface RequestDocument {
|
|
|
10704
10704
|
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10705
10705
|
|
|
10706
10706
|
/**
|
|
10707
|
-
*
|
|
10707
|
+
* ID der Kasse (bei POS)
|
|
10708
10708
|
*/
|
|
10709
|
-
|
|
10709
|
+
posRegisterId: number;
|
|
10710
10710
|
|
|
10711
10711
|
/**
|
|
10712
|
-
*
|
|
10712
|
+
* Die Vertragsdetails
|
|
10713
10713
|
*/
|
|
10714
|
-
|
|
10714
|
+
contractDetail: DocumentContractDetail;
|
|
10715
10715
|
|
|
10716
10716
|
/**
|
|
10717
10717
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10952,14 +10952,14 @@ export interface RequestDocumentLine {
|
|
|
10952
10952
|
name: string;
|
|
10953
10953
|
|
|
10954
10954
|
/**
|
|
10955
|
-
*
|
|
10955
|
+
* ID der Quell-Belegposition
|
|
10956
10956
|
*/
|
|
10957
|
-
|
|
10957
|
+
sourceLineId: number;
|
|
10958
10958
|
|
|
10959
10959
|
/**
|
|
10960
|
-
*
|
|
10960
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10961
10961
|
*/
|
|
10962
|
-
|
|
10962
|
+
externalArticleNumber: string;
|
|
10963
10963
|
|
|
10964
10964
|
/**
|
|
10965
10965
|
* Buchungen zu dieser Belegposition
|
|
@@ -11111,14 +11111,14 @@ export const enum ReturnCategory {
|
|
|
11111
11111
|
export interface RevenueCalculation {
|
|
11112
11112
|
|
|
11113
11113
|
/**
|
|
11114
|
-
*
|
|
11114
|
+
* Deckungsbeitrag (absolut)
|
|
11115
11115
|
*/
|
|
11116
|
-
|
|
11116
|
+
revenue: number;
|
|
11117
11117
|
|
|
11118
11118
|
/**
|
|
11119
|
-
*
|
|
11119
|
+
* Netto Umsatz
|
|
11120
11120
|
*/
|
|
11121
|
-
|
|
11121
|
+
salesValue: number;
|
|
11122
11122
|
|
|
11123
11123
|
/**
|
|
11124
11124
|
* Einkaufspreis
|
|
@@ -11139,14 +11139,14 @@ export interface SalesAgent {
|
|
|
11139
11139
|
note: string;
|
|
11140
11140
|
|
|
11141
11141
|
/**
|
|
11142
|
-
*
|
|
11142
|
+
* reference to the delivery method
|
|
11143
11143
|
*/
|
|
11144
|
-
|
|
11144
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11145
11145
|
|
|
11146
11146
|
/**
|
|
11147
|
-
*
|
|
11147
|
+
* is sales agent taxable
|
|
11148
11148
|
*/
|
|
11149
|
-
|
|
11149
|
+
taxable: boolean;
|
|
11150
11150
|
|
|
11151
11151
|
/**
|
|
11152
11152
|
* Freifelder
|
|
@@ -11815,14 +11815,14 @@ export interface ShelfFile {
|
|
|
11815
11815
|
subFiles: Array<SubFileInfo>;
|
|
11816
11816
|
|
|
11817
11817
|
/**
|
|
11818
|
-
*
|
|
11818
|
+
* revision number of this file
|
|
11819
11819
|
*/
|
|
11820
|
-
|
|
11820
|
+
revisionNumber: number;
|
|
11821
11821
|
|
|
11822
11822
|
/**
|
|
11823
|
-
*
|
|
11823
|
+
* fileSize
|
|
11824
11824
|
*/
|
|
11825
|
-
|
|
11825
|
+
fileSize: number;
|
|
11826
11826
|
|
|
11827
11827
|
/**
|
|
11828
11828
|
* file-extension of this entry
|
|
@@ -12351,14 +12351,14 @@ export interface Supplier {
|
|
|
12351
12351
|
info: MetaInfo;
|
|
12352
12352
|
|
|
12353
12353
|
/**
|
|
12354
|
-
*
|
|
12354
|
+
* reference to the delivery method
|
|
12355
12355
|
*/
|
|
12356
|
-
|
|
12356
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12357
12357
|
|
|
12358
12358
|
/**
|
|
12359
|
-
*
|
|
12359
|
+
* tax able or tax free
|
|
12360
12360
|
*/
|
|
12361
|
-
|
|
12361
|
+
taxable: boolean;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
12364
|
* Lieferantengruppe
|
|
@@ -12698,14 +12698,14 @@ export interface TextTemplate {
|
|
|
12698
12698
|
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12699
12699
|
|
|
12700
12700
|
/**
|
|
12701
|
-
*
|
|
12701
|
+
* article für den diese Templates gelten
|
|
12702
12702
|
*/
|
|
12703
|
-
|
|
12703
|
+
articleId: number;
|
|
12704
12704
|
|
|
12705
12705
|
/**
|
|
12706
|
-
*
|
|
12706
|
+
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12707
12707
|
*/
|
|
12708
|
-
|
|
12708
|
+
separateLine: boolean;
|
|
12709
12709
|
|
|
12710
12710
|
/**
|
|
12711
12711
|
* Wann wird ein UI-Hint angezeigt
|