@vario-software/types 2026.34.1 → 2026.34.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/schema/erp.d.ts +14 -3
- package/scripting/services.d.ts +51 -51
- package/scripting/types.d.ts +351 -351
package/scripting/types.d.ts
CHANGED
|
@@ -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
|
* Is default bank?
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
payablesSum: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Kreditlimit
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
maximalLoan: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -1029,6 +1029,11 @@ export interface Article {
|
|
|
1029
1029
|
*/
|
|
1030
1030
|
baseCapacityUnit: UnitTypeReference;
|
|
1031
1031
|
|
|
1032
|
+
/**
|
|
1033
|
+
* is this product sellable without any quantity at the stock
|
|
1034
|
+
*/
|
|
1035
|
+
sellableWithoutStock: boolean;
|
|
1036
|
+
|
|
1032
1037
|
/**
|
|
1033
1038
|
* Seriennummern Auszeichnungsart
|
|
1034
1039
|
*/
|
|
@@ -1039,11 +1044,6 @@ export interface Article {
|
|
|
1039
1044
|
*/
|
|
1040
1045
|
initialAvgPurchasePrice: number;
|
|
1041
1046
|
|
|
1042
|
-
/**
|
|
1043
|
-
* is this product sellable without any quantity at the stock
|
|
1044
|
-
*/
|
|
1045
|
-
sellableWithoutStock: boolean;
|
|
1046
|
-
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1075,14 +1075,14 @@ export interface Article {
|
|
|
1075
1075
|
number: string;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* weight and size w.o. packaging
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
netMetric: Article$Metric;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
|
-
*
|
|
1083
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1084
1084
|
*/
|
|
1085
|
-
|
|
1085
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1086
1086
|
|
|
1087
1087
|
/**
|
|
1088
1088
|
* is this product mergeable to another package-variant
|
|
@@ -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
|
+
* gross sales prices
|
|
1289
1289
|
*/
|
|
1290
|
-
|
|
1290
|
+
grossSalesPrice: number;
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
@@ -1295,9 +1295,9 @@ export interface Article {
|
|
|
1295
1295
|
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
|
-
*
|
|
1298
|
+
* Vorgabe Herstellungskosten
|
|
1299
1299
|
*/
|
|
1300
|
-
|
|
1300
|
+
defaultFabricationCost: number;
|
|
1301
1301
|
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
@@ -1309,20 +1309,15 @@ export interface Article {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
|
-
/**
|
|
1313
|
-
* Versandlabeldruck
|
|
1314
|
-
*/
|
|
1315
|
-
shippingLabelPrinting: boolean;
|
|
1316
|
-
|
|
1317
1312
|
/**
|
|
1318
1313
|
* reference to Product
|
|
1319
1314
|
*/
|
|
1320
1315
|
productRef: ApiObjectReference;
|
|
1321
1316
|
|
|
1322
1317
|
/**
|
|
1323
|
-
*
|
|
1318
|
+
* Versandlabeldruck
|
|
1324
1319
|
*/
|
|
1325
|
-
|
|
1320
|
+
shippingLabelPrinting: boolean;
|
|
1326
1321
|
|
|
1327
1322
|
/**
|
|
1328
1323
|
* alternative name of this product
|
|
@@ -1334,6 +1329,11 @@ export interface Article {
|
|
|
1334
1329
|
*/
|
|
1335
1330
|
contingentArticleRef: ApiObjectReference;
|
|
1336
1331
|
|
|
1332
|
+
/**
|
|
1333
|
+
* rabattierbarer Artikel?
|
|
1334
|
+
*/
|
|
1335
|
+
discountable: boolean;
|
|
1336
|
+
|
|
1337
1337
|
/**
|
|
1338
1338
|
* base capacity
|
|
1339
1339
|
*/
|
|
@@ -1405,14 +1405,14 @@ export interface Article {
|
|
|
1405
1405
|
listed: boolean;
|
|
1406
1406
|
|
|
1407
1407
|
/**
|
|
1408
|
-
*
|
|
1408
|
+
* Nur manuelle Produktion
|
|
1409
1409
|
*/
|
|
1410
|
-
|
|
1410
|
+
onlyManualFabrication: boolean;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* provisionsberechtiger Artikel?
|
|
1414
1414
|
*/
|
|
1415
|
-
|
|
1415
|
+
commissionable: boolean;
|
|
1416
1416
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1443,14 +1443,14 @@ export interface Article$Metric {
|
|
|
1443
1443
|
sizeX: number;
|
|
1444
1444
|
|
|
1445
1445
|
/**
|
|
1446
|
-
*
|
|
1446
|
+
* size unit
|
|
1447
1447
|
*/
|
|
1448
|
-
|
|
1448
|
+
sizeUnit: UnitTypeReference;
|
|
1449
1449
|
|
|
1450
1450
|
/**
|
|
1451
|
-
*
|
|
1451
|
+
* weight
|
|
1452
1452
|
*/
|
|
1453
|
-
|
|
1453
|
+
weight: number;
|
|
1454
1454
|
|
|
1455
1455
|
/**
|
|
1456
1456
|
* size
|
|
@@ -1458,14 +1458,14 @@ export interface Article$Metric {
|
|
|
1458
1458
|
sizeY: number;
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
*
|
|
1461
|
+
* size
|
|
1462
1462
|
*/
|
|
1463
|
-
|
|
1463
|
+
sizeZ: number;
|
|
1464
1464
|
|
|
1465
1465
|
/**
|
|
1466
|
-
*
|
|
1466
|
+
* weight unit
|
|
1467
1467
|
*/
|
|
1468
|
-
|
|
1468
|
+
weightUnit: UnitTypeReference;
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
1471
|
export interface ArticleAssetInformation {
|
|
@@ -1589,14 +1589,14 @@ export interface ArticleCustomer {
|
|
|
1589
1589
|
articleName: string;
|
|
1590
1590
|
|
|
1591
1591
|
/**
|
|
1592
|
-
*
|
|
1592
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1593
1593
|
*/
|
|
1594
|
-
|
|
1594
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1595
1595
|
|
|
1596
1596
|
/**
|
|
1597
|
-
*
|
|
1597
|
+
* Etikettdruck-Einstellungen
|
|
1598
1598
|
*/
|
|
1599
|
-
|
|
1599
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1600
1600
|
|
|
1601
1601
|
/**
|
|
1602
1602
|
* Kunden-Preise
|
|
@@ -1604,14 +1604,14 @@ export interface ArticleCustomer {
|
|
|
1604
1604
|
productPrices: Array<ProductPrice>;
|
|
1605
1605
|
|
|
1606
1606
|
/**
|
|
1607
|
-
*
|
|
1607
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1608
1608
|
*/
|
|
1609
|
-
|
|
1609
|
+
useDeviatingArticleDescription: boolean;
|
|
1610
1610
|
|
|
1611
1611
|
/**
|
|
1612
|
-
*
|
|
1612
|
+
* Referenced Article
|
|
1613
1613
|
*/
|
|
1614
|
-
|
|
1614
|
+
articleId: number;
|
|
1615
1615
|
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Aktiv?
|
|
@@ -1649,9 +1649,9 @@ export interface ArticleCustomer {
|
|
|
1649
1649
|
defaultGrossPrice: number;
|
|
1650
1650
|
|
|
1651
1651
|
/**
|
|
1652
|
-
*
|
|
1652
|
+
* Artikelnummer
|
|
1653
1653
|
*/
|
|
1654
|
-
|
|
1654
|
+
articleNumber: string;
|
|
1655
1655
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Abweichende Produktnummer
|
|
@@ -1659,9 +1659,9 @@ export interface ArticleCustomer {
|
|
|
1659
1659
|
deviatingArticleNumber: string;
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
|
-
*
|
|
1662
|
+
* Art der Preisermittlung
|
|
1663
1663
|
*/
|
|
1664
|
-
|
|
1664
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1665
1665
|
|
|
1666
1666
|
/**
|
|
1667
1667
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -1741,14 +1741,14 @@ export interface ArticleListing {
|
|
|
1741
1741
|
identifiers: WithDefaults<List<ArticleIdentifier>>;
|
|
1742
1742
|
|
|
1743
1743
|
/**
|
|
1744
|
-
*
|
|
1744
|
+
* is this product sellable without any quantity at the stock
|
|
1745
1745
|
*/
|
|
1746
|
-
|
|
1746
|
+
sellableWithoutStock: boolean;
|
|
1747
1747
|
|
|
1748
1748
|
/**
|
|
1749
|
-
*
|
|
1749
|
+
* custom data
|
|
1750
1750
|
*/
|
|
1751
|
-
|
|
1751
|
+
custom: EavArticleListing;
|
|
1752
1752
|
|
|
1753
1753
|
/**
|
|
1754
1754
|
* description custom data
|
|
@@ -1771,14 +1771,14 @@ export interface ArticleListing {
|
|
|
1771
1771
|
proposedLowestPriceGross: number;
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
|
-
* der
|
|
1774
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1775
1775
|
*/
|
|
1776
|
-
|
|
1776
|
+
customLowestPriceGross: number;
|
|
1777
1777
|
|
|
1778
1778
|
/**
|
|
1779
|
-
*
|
|
1779
|
+
* der Sales Channel
|
|
1780
1780
|
*/
|
|
1781
|
-
|
|
1781
|
+
salesChannelRef: ApiObjectReference;
|
|
1782
1782
|
|
|
1783
1783
|
/**
|
|
1784
1784
|
* soll der Artikel gelistet werden
|
|
@@ -1993,11 +1993,6 @@ export interface ArticleStorage {
|
|
|
1993
1993
|
*/
|
|
1994
1994
|
replenishmentFrom: number;
|
|
1995
1995
|
|
|
1996
|
-
/**
|
|
1997
|
-
* Bestellte Menge
|
|
1998
|
-
*/
|
|
1999
|
-
orderedQuantity: number;
|
|
2000
|
-
|
|
2001
1996
|
/**
|
|
2002
1997
|
* Meldebestand
|
|
2003
1998
|
*/
|
|
@@ -2008,6 +2003,11 @@ export interface ArticleStorage {
|
|
|
2008
2003
|
*/
|
|
2009
2004
|
quantityInPicking: number;
|
|
2010
2005
|
|
|
2006
|
+
/**
|
|
2007
|
+
* Bestellte Menge
|
|
2008
|
+
*/
|
|
2009
|
+
orderedQuantity: number;
|
|
2010
|
+
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Nachschub auf
|
|
2013
2013
|
*/
|
|
@@ -2086,6 +2086,11 @@ export interface ArticleStorage {
|
|
|
2086
2086
|
|
|
2087
2087
|
export interface ArticleSupplier {
|
|
2088
2088
|
|
|
2089
|
+
/**
|
|
2090
|
+
* Anzeigename des Accounts
|
|
2091
|
+
*/
|
|
2092
|
+
accountDisplayName: string;
|
|
2093
|
+
|
|
2089
2094
|
/**
|
|
2090
2095
|
* Lieferanten-Meldebestand
|
|
2091
2096
|
*/
|
|
@@ -2097,20 +2102,15 @@ export interface ArticleSupplier {
|
|
|
2097
2102
|
useSupplierArticleDescription: boolean;
|
|
2098
2103
|
|
|
2099
2104
|
/**
|
|
2100
|
-
*
|
|
2105
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2101
2106
|
*/
|
|
2102
|
-
|
|
2107
|
+
useSupplierArticleIdentifier: boolean;
|
|
2103
2108
|
|
|
2104
2109
|
/**
|
|
2105
2110
|
* Lieferzeit in (Werk-)Tagen
|
|
2106
2111
|
*/
|
|
2107
2112
|
deliveryTime: number;
|
|
2108
2113
|
|
|
2109
|
-
/**
|
|
2110
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2111
|
-
*/
|
|
2112
|
-
useSupplierArticleIdentifier: boolean;
|
|
2113
|
-
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2116
2116
|
*/
|
|
@@ -2250,14 +2250,14 @@ export interface AssemblyComponentReturnLine {
|
|
|
2250
2250
|
quantity: number;
|
|
2251
2251
|
|
|
2252
2252
|
/**
|
|
2253
|
-
*
|
|
2253
|
+
* Buchungen zu der Komponente
|
|
2254
2254
|
*/
|
|
2255
|
-
|
|
2255
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
2256
2256
|
|
|
2257
2257
|
/**
|
|
2258
|
-
*
|
|
2258
|
+
* ID der Baugruppen-Quellposition
|
|
2259
2259
|
*/
|
|
2260
|
-
|
|
2260
|
+
sourceLineId: number;
|
|
2261
2261
|
|
|
2262
2262
|
/**
|
|
2263
2263
|
* ID der Komponente in der Baugruppen-Quellposition
|
|
@@ -2293,14 +2293,14 @@ export interface Asset {
|
|
|
2293
2293
|
custom: EavAsset;
|
|
2294
2294
|
|
|
2295
2295
|
/**
|
|
2296
|
-
*
|
|
2296
|
+
* active
|
|
2297
2297
|
*/
|
|
2298
|
-
|
|
2298
|
+
active: boolean;
|
|
2299
2299
|
|
|
2300
2300
|
/**
|
|
2301
|
-
*
|
|
2301
|
+
* Artikel
|
|
2302
2302
|
*/
|
|
2303
|
-
|
|
2303
|
+
articleRef: ApiObjectReference;
|
|
2304
2304
|
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Ende Garantie
|
|
@@ -2668,14 +2668,14 @@ export interface CountryReference {
|
|
|
2668
2668
|
export interface CreateNewDocumentRequest {
|
|
2669
2669
|
|
|
2670
2670
|
/**
|
|
2671
|
-
* Belegart
|
|
2671
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2672
2672
|
*/
|
|
2673
|
-
|
|
2673
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2674
2674
|
|
|
2675
2675
|
/**
|
|
2676
|
-
*
|
|
2676
|
+
* Belegart
|
|
2677
2677
|
*/
|
|
2678
|
-
|
|
2678
|
+
documentTypeLabel: string;
|
|
2679
2679
|
|
|
2680
2680
|
/**
|
|
2681
2681
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2791,14 +2791,14 @@ export interface CrmActivity {
|
|
|
2791
2791
|
userRef: ApiObjectReference;
|
|
2792
2792
|
|
|
2793
2793
|
/**
|
|
2794
|
-
*
|
|
2794
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2795
2795
|
*/
|
|
2796
|
-
|
|
2796
|
+
system: boolean;
|
|
2797
2797
|
|
|
2798
2798
|
/**
|
|
2799
|
-
*
|
|
2799
|
+
* tatsächliche Startzeit
|
|
2800
2800
|
*/
|
|
2801
|
-
|
|
2801
|
+
startDateTime: ScriptingDateTime;
|
|
2802
2802
|
|
|
2803
2803
|
/**
|
|
2804
2804
|
* Inhalt dieser Aktivität
|
|
@@ -2905,14 +2905,14 @@ export interface CrmActivityType {
|
|
|
2905
2905
|
export interface CrmChecklistItem {
|
|
2906
2906
|
|
|
2907
2907
|
/**
|
|
2908
|
-
*
|
|
2908
|
+
* Text des Checklisten-Elements
|
|
2909
2909
|
*/
|
|
2910
|
-
|
|
2910
|
+
memo: string;
|
|
2911
2911
|
|
|
2912
2912
|
/**
|
|
2913
|
-
*
|
|
2913
|
+
* Ist das Element "angehakt"?
|
|
2914
2914
|
*/
|
|
2915
|
-
|
|
2915
|
+
checked: boolean;
|
|
2916
2916
|
|
|
2917
2917
|
/**
|
|
2918
2918
|
* Unique identifier of the Object
|
|
@@ -3028,14 +3028,14 @@ export interface CrmDeal {
|
|
|
3028
3028
|
info: MetaInfo;
|
|
3029
3029
|
|
|
3030
3030
|
/**
|
|
3031
|
-
*
|
|
3031
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
3032
3032
|
*/
|
|
3033
|
-
|
|
3033
|
+
assignedUserRef: ApiObjectReference;
|
|
3034
3034
|
|
|
3035
3035
|
/**
|
|
3036
|
-
*
|
|
3036
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3037
3037
|
*/
|
|
3038
|
-
|
|
3038
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3039
3039
|
|
|
3040
3040
|
/**
|
|
3041
3041
|
* Chance (in Prozent)
|
|
@@ -3379,14 +3379,14 @@ export interface CrmProject {
|
|
|
3379
3379
|
info: MetaInfo;
|
|
3380
3380
|
|
|
3381
3381
|
/**
|
|
3382
|
-
*
|
|
3382
|
+
* Projektleiter vom Auftraggeber
|
|
3383
3383
|
*/
|
|
3384
|
-
|
|
3384
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3385
3385
|
|
|
3386
3386
|
/**
|
|
3387
|
-
*
|
|
3387
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3388
3388
|
*/
|
|
3389
|
-
|
|
3389
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3390
3390
|
|
|
3391
3391
|
/**
|
|
3392
3392
|
* Übergeordnete CRM-Objekte
|
|
@@ -3630,11 +3630,6 @@ export interface CrmSubType {
|
|
|
3630
3630
|
|
|
3631
3631
|
export interface CrmTask {
|
|
3632
3632
|
|
|
3633
|
-
/**
|
|
3634
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3635
|
-
*/
|
|
3636
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3637
|
-
|
|
3638
3633
|
/**
|
|
3639
3634
|
* Liste von Erinnerungen
|
|
3640
3635
|
*/
|
|
@@ -3645,6 +3640,11 @@ export interface CrmTask {
|
|
|
3645
3640
|
*/
|
|
3646
3641
|
customerOfferRef: DocumentRef;
|
|
3647
3642
|
|
|
3643
|
+
/**
|
|
3644
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3645
|
+
*/
|
|
3646
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3647
|
+
|
|
3648
3648
|
/**
|
|
3649
3649
|
* Notizen
|
|
3650
3650
|
*/
|
|
@@ -4168,14 +4168,14 @@ export interface DangerousGoodInformation {
|
|
|
4168
4168
|
tunnelRestrictionCode: TunnelRestrictionCode;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* transportation category
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
transportCategory: string;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
|
-
*
|
|
4176
|
+
* description
|
|
4177
4177
|
*/
|
|
4178
|
-
|
|
4178
|
+
description: string;
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* technical name
|
|
@@ -4259,14 +4259,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4259
4259
|
export interface DeliveryMethod {
|
|
4260
4260
|
|
|
4261
4261
|
/**
|
|
4262
|
-
*
|
|
4262
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4263
4263
|
*/
|
|
4264
|
-
|
|
4264
|
+
splitIntoNewDocument: boolean;
|
|
4265
4265
|
|
|
4266
4266
|
/**
|
|
4267
|
-
*
|
|
4267
|
+
* E-Mail an Versender übergeben
|
|
4268
4268
|
*/
|
|
4269
|
-
|
|
4269
|
+
forwardEmailToShipper: boolean;
|
|
4270
4270
|
|
|
4271
4271
|
/**
|
|
4272
4272
|
* Barcode
|
|
@@ -4706,18 +4706,18 @@ true wenn die Quittung bezahlt ist
|
|
|
4706
4706
|
*/
|
|
4707
4707
|
posReceiptPayed: boolean;
|
|
4708
4708
|
|
|
4709
|
-
/**
|
|
4710
|
-
* Kundennummer beim Lieferanten
|
|
4711
|
-
*/
|
|
4712
|
-
ourCustomerNumber: string;
|
|
4713
|
-
|
|
4714
4709
|
/**
|
|
4715
4710
|
* Maximal mögliche Lieferungen
|
|
4716
4711
|
*/
|
|
4717
4712
|
maxDeliveries: number;
|
|
4718
4713
|
|
|
4719
4714
|
/**
|
|
4720
|
-
*
|
|
4715
|
+
* Kundennummer beim Lieferanten
|
|
4716
|
+
*/
|
|
4717
|
+
ourCustomerNumber: string;
|
|
4718
|
+
|
|
4719
|
+
/**
|
|
4720
|
+
* Quittung: Summe Zahlbetrag
|
|
4721
4721
|
*/
|
|
4722
4722
|
posReceiptPaymentSum: number;
|
|
4723
4723
|
|
|
@@ -5039,14 +5039,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
5039
5039
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
5040
5040
|
|
|
5041
5041
|
/**
|
|
5042
|
-
*
|
|
5042
|
+
* Status der USt-ID-Prüfung
|
|
5043
5043
|
*/
|
|
5044
|
-
|
|
5044
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
5045
5045
|
|
|
5046
5046
|
/**
|
|
5047
|
-
*
|
|
5047
|
+
* Rechnungsadresse
|
|
5048
5048
|
*/
|
|
5049
|
-
|
|
5049
|
+
billingAddress: DocumentAddress;
|
|
5050
5050
|
|
|
5051
5051
|
/**
|
|
5052
5052
|
* Bestellt durch Ansprechpartner
|
|
@@ -5072,14 +5072,14 @@ export interface DocumentAdditionalInfo {
|
|
|
5072
5072
|
roundingMode: DocumentRounding;
|
|
5073
5073
|
|
|
5074
5074
|
/**
|
|
5075
|
-
*
|
|
5075
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
5076
5076
|
*/
|
|
5077
|
-
|
|
5077
|
+
contextParameters: Array<AdditionalParameter>;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
|
-
*
|
|
5080
|
+
* Herkunft der Sprache
|
|
5081
5081
|
*/
|
|
5082
|
-
|
|
5082
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
5083
5083
|
|
|
5084
5084
|
/**
|
|
5085
5085
|
* Herkunft der Käufer-Referenz
|
|
@@ -5087,14 +5087,14 @@ export interface DocumentAdditionalInfo {
|
|
|
5087
5087
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
5088
5088
|
|
|
5089
5089
|
/**
|
|
5090
|
-
*
|
|
5090
|
+
* Herkunft des Berechnungsmodus
|
|
5091
5091
|
*/
|
|
5092
|
-
|
|
5092
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
5093
5093
|
|
|
5094
5094
|
/**
|
|
5095
|
-
*
|
|
5095
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
5096
5096
|
*/
|
|
5097
|
-
|
|
5097
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
5098
5098
|
|
|
5099
5099
|
/**
|
|
5100
5100
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -5682,14 +5682,14 @@ export interface DocumentLine {
|
|
|
5682
5682
|
serialType: ArticleSerialType;
|
|
5683
5683
|
|
|
5684
5684
|
/**
|
|
5685
|
-
*
|
|
5685
|
+
* Preiseinheit
|
|
5686
5686
|
*/
|
|
5687
|
-
|
|
5687
|
+
priceUnit: number;
|
|
5688
5688
|
|
|
5689
5689
|
/**
|
|
5690
|
-
*
|
|
5690
|
+
* Steuerschema
|
|
5691
5691
|
*/
|
|
5692
|
-
|
|
5692
|
+
taxSchemaRef: ApiObjectReference;
|
|
5693
5693
|
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Preisanpassungen - Position Basiswährung
|
|
@@ -5792,14 +5792,14 @@ export interface DocumentLine {
|
|
|
5792
5792
|
settledOpenItemDiscountAmount: number;
|
|
5793
5793
|
|
|
5794
5794
|
/**
|
|
5795
|
-
*
|
|
5795
|
+
* Einheit Nettogewicht
|
|
5796
5796
|
*/
|
|
5797
|
-
|
|
5797
|
+
netWeightUnit: UnitTypeReference;
|
|
5798
5798
|
|
|
5799
5799
|
/**
|
|
5800
|
-
*
|
|
5800
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5801
5801
|
*/
|
|
5802
|
-
|
|
5802
|
+
baseSalesValueNet: number;
|
|
5803
5803
|
|
|
5804
5804
|
/**
|
|
5805
5805
|
* Vertragsinformationen
|
|
@@ -5937,14 +5937,14 @@ export interface DocumentLine {
|
|
|
5937
5937
|
countryRegion: ApiObjectReference;
|
|
5938
5938
|
|
|
5939
5939
|
/**
|
|
5940
|
-
*
|
|
5940
|
+
* Nettogewicht
|
|
5941
5941
|
*/
|
|
5942
|
-
|
|
5942
|
+
netWeight: number;
|
|
5943
5943
|
|
|
5944
5944
|
/**
|
|
5945
|
-
*
|
|
5945
|
+
* Provisionsursprung
|
|
5946
5946
|
*/
|
|
5947
|
-
|
|
5947
|
+
commissionOrigin: DocumentCommissionOrigin;
|
|
5948
5948
|
|
|
5949
5949
|
/**
|
|
5950
5950
|
* Netto-Gesamtpreis (nach Preisänderungen)
|
|
@@ -6062,14 +6062,14 @@ export interface DocumentLine {
|
|
|
6062
6062
|
custom: EavDocumentline;
|
|
6063
6063
|
|
|
6064
6064
|
/**
|
|
6065
|
-
*
|
|
6065
|
+
* Artikel
|
|
6066
6066
|
*/
|
|
6067
|
-
|
|
6067
|
+
articleId: number;
|
|
6068
6068
|
|
|
6069
6069
|
/**
|
|
6070
|
-
*
|
|
6070
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
6071
6071
|
*/
|
|
6072
|
-
|
|
6072
|
+
settledOpenItemComment: string;
|
|
6073
6073
|
|
|
6074
6074
|
/**
|
|
6075
6075
|
* Interne Preisänderungsinformationen
|
|
@@ -6261,14 +6261,14 @@ export interface DocumentLineComponent {
|
|
|
6261
6261
|
fabricationDetail: DocumentLineComponentFabricationDetail;
|
|
6262
6262
|
|
|
6263
6263
|
/**
|
|
6264
|
-
*
|
|
6264
|
+
* Referenz auf den Artikel der Komponente
|
|
6265
6265
|
*/
|
|
6266
|
-
|
|
6266
|
+
articleId: number;
|
|
6267
6267
|
|
|
6268
6268
|
/**
|
|
6269
|
-
*
|
|
6269
|
+
* Gelieferte Menge
|
|
6270
6270
|
*/
|
|
6271
|
-
|
|
6271
|
+
quantityCommitted: number;
|
|
6272
6272
|
|
|
6273
6273
|
/**
|
|
6274
6274
|
* Beschreibung des Artikels
|
|
@@ -6629,14 +6629,14 @@ export interface DocumentLinePosDetail {
|
|
|
6629
6629
|
balanceBeforeWithdrawal: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
|
-
*
|
|
6632
|
+
* Typ der Position
|
|
6633
6633
|
*/
|
|
6634
|
-
|
|
6634
|
+
posLineType: PosLineType;
|
|
6635
6635
|
|
|
6636
6636
|
/**
|
|
6637
|
-
*
|
|
6637
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6638
6638
|
*/
|
|
6639
|
-
|
|
6639
|
+
externalPaymentId: string;
|
|
6640
6640
|
|
|
6641
6641
|
/**
|
|
6642
6642
|
* Unique identifier of the Object
|
|
@@ -6940,14 +6940,14 @@ export interface DocumentPosPayment {
|
|
|
6940
6940
|
version: number;
|
|
6941
6941
|
|
|
6942
6942
|
/**
|
|
6943
|
-
*
|
|
6943
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6944
6944
|
*/
|
|
6945
|
-
|
|
6945
|
+
withdrawalAmount: number;
|
|
6946
6946
|
|
|
6947
6947
|
/**
|
|
6948
|
-
*
|
|
6948
|
+
* Zahlungsart
|
|
6949
6949
|
*/
|
|
6950
|
-
|
|
6950
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6951
6951
|
|
|
6952
6952
|
/**
|
|
6953
6953
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6960,14 +6960,14 @@ export interface DocumentPosPayment {
|
|
|
6960
6960
|
balanceBeforeWithdrawal: number;
|
|
6961
6961
|
|
|
6962
6962
|
/**
|
|
6963
|
-
*
|
|
6963
|
+
* Typ der Position
|
|
6964
6964
|
*/
|
|
6965
|
-
|
|
6965
|
+
posLineType: PosLineType;
|
|
6966
6966
|
|
|
6967
6967
|
/**
|
|
6968
|
-
*
|
|
6968
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6969
6969
|
*/
|
|
6970
|
-
|
|
6970
|
+
externalPaymentId: string;
|
|
6971
6971
|
|
|
6972
6972
|
/**
|
|
6973
6973
|
* Unique identifier of the Object
|
|
@@ -7241,14 +7241,14 @@ export interface DocumentText {
|
|
|
7241
7241
|
transferableIntoSubsequentDocuments: boolean;
|
|
7242
7242
|
|
|
7243
7243
|
/**
|
|
7244
|
-
*
|
|
7244
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
7245
7245
|
*/
|
|
7246
|
-
|
|
7246
|
+
deleted: boolean;
|
|
7247
7247
|
|
|
7248
7248
|
/**
|
|
7249
|
-
*
|
|
7249
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
7250
7250
|
*/
|
|
7251
|
-
|
|
7251
|
+
textPosition: TextPosition;
|
|
7252
7252
|
|
|
7253
7253
|
/**
|
|
7254
7254
|
* textBaustein Vorlage
|
|
@@ -7358,14 +7358,14 @@ export interface DocumentType {
|
|
|
7358
7358
|
labels: Array<DocumentTypeLabel>;
|
|
7359
7359
|
|
|
7360
7360
|
/**
|
|
7361
|
-
*
|
|
7361
|
+
* nächste Belegnummer
|
|
7362
7362
|
*/
|
|
7363
|
-
|
|
7363
|
+
nextNumber: string;
|
|
7364
7364
|
|
|
7365
7365
|
/**
|
|
7366
|
-
*
|
|
7366
|
+
* Zählerkreis
|
|
7367
7367
|
*/
|
|
7368
|
-
|
|
7368
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7369
7369
|
|
|
7370
7370
|
/**
|
|
7371
7371
|
* Sortierung
|
|
@@ -7546,14 +7546,14 @@ export const enum DropShippingPolicy {
|
|
|
7546
7546
|
export interface DummySerialNumberStockTransferApi {
|
|
7547
7547
|
|
|
7548
7548
|
/**
|
|
7549
|
-
*
|
|
7549
|
+
* Ziel-Lager
|
|
7550
7550
|
*/
|
|
7551
|
-
|
|
7551
|
+
targetStorageId: number;
|
|
7552
7552
|
|
|
7553
7553
|
/**
|
|
7554
|
-
*
|
|
7554
|
+
* Seriennummer
|
|
7555
7555
|
*/
|
|
7556
|
-
|
|
7556
|
+
serialNumberId: number;
|
|
7557
7557
|
|
|
7558
7558
|
/**
|
|
7559
7559
|
* Bemerkung
|
|
@@ -7576,14 +7576,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7576
7576
|
targetExpiryDate: ScriptingDate;
|
|
7577
7577
|
|
|
7578
7578
|
/**
|
|
7579
|
-
*
|
|
7579
|
+
* Quell-Lagerplatz
|
|
7580
7580
|
*/
|
|
7581
|
-
|
|
7581
|
+
sourceStorageBinId: number;
|
|
7582
7582
|
|
|
7583
7583
|
/**
|
|
7584
|
-
*
|
|
7584
|
+
* Menge
|
|
7585
7585
|
*/
|
|
7586
|
-
|
|
7586
|
+
quantity: number;
|
|
7587
7587
|
|
|
7588
7588
|
/**
|
|
7589
7589
|
* Quell-Lager
|
|
@@ -8349,14 +8349,14 @@ export interface OpenItem {
|
|
|
8349
8349
|
version: number;
|
|
8350
8350
|
|
|
8351
8351
|
/**
|
|
8352
|
-
*
|
|
8352
|
+
* Summe der skontierbaren Rechnungsbeträge in Basiswährung
|
|
8353
8353
|
*/
|
|
8354
|
-
|
|
8354
|
+
baseSumDiscountableAmount: number;
|
|
8355
8355
|
|
|
8356
8356
|
/**
|
|
8357
|
-
*
|
|
8357
|
+
* List of tags
|
|
8358
8358
|
*/
|
|
8359
|
-
|
|
8359
|
+
tags: Array<TagDto>;
|
|
8360
8360
|
|
|
8361
8361
|
/**
|
|
8362
8362
|
* Fälligkeitsdatum
|
|
@@ -8449,14 +8449,14 @@ export interface OpenItem {
|
|
|
8449
8449
|
paymentAmount: number;
|
|
8450
8450
|
|
|
8451
8451
|
/**
|
|
8452
|
-
*
|
|
8452
|
+
* how should a refund be done?
|
|
8453
8453
|
*/
|
|
8454
|
-
|
|
8454
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8455
8455
|
|
|
8456
8456
|
/**
|
|
8457
|
-
*
|
|
8457
|
+
* Rechnungskorrektur
|
|
8458
8458
|
*/
|
|
8459
|
-
|
|
8459
|
+
creditNote: ApiObjectReference;
|
|
8460
8460
|
|
|
8461
8461
|
/**
|
|
8462
8462
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8499,14 +8499,14 @@ export interface OpenItem {
|
|
|
8499
8499
|
originalPaymentDueDate: ScriptingDate;
|
|
8500
8500
|
|
|
8501
8501
|
/**
|
|
8502
|
-
*
|
|
8502
|
+
* whether this open item is balanced, partially paid or open
|
|
8503
8503
|
*/
|
|
8504
|
-
|
|
8504
|
+
balanceState: OpenItemBalanceState;
|
|
8505
8505
|
|
|
8506
8506
|
/**
|
|
8507
|
-
*
|
|
8507
|
+
* Valutadatum
|
|
8508
8508
|
*/
|
|
8509
|
-
|
|
8509
|
+
valueDate: ScriptingDate;
|
|
8510
8510
|
|
|
8511
8511
|
/**
|
|
8512
8512
|
* Skontobetrag 1
|
|
@@ -8762,14 +8762,14 @@ export interface OpenItemRecord {
|
|
|
8762
8762
|
exchangeRate: number;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
|
-
*
|
|
8770
|
+
* record discountable amount
|
|
8771
8771
|
*/
|
|
8772
|
-
|
|
8772
|
+
discountableAmount: number;
|
|
8773
8773
|
|
|
8774
8774
|
/**
|
|
8775
8775
|
* record date
|
|
@@ -8827,14 +8827,14 @@ export interface OpenItemRecord {
|
|
|
8827
8827
|
version: number;
|
|
8828
8828
|
|
|
8829
8829
|
/**
|
|
8830
|
-
*
|
|
8830
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8831
8831
|
*/
|
|
8832
|
-
|
|
8832
|
+
transactionId: number;
|
|
8833
8833
|
|
|
8834
8834
|
/**
|
|
8835
|
-
*
|
|
8835
|
+
* Buchungsbetrag in Basiswährung
|
|
8836
8836
|
*/
|
|
8837
|
-
|
|
8837
|
+
baseAmount: number;
|
|
8838
8838
|
|
|
8839
8839
|
/**
|
|
8840
8840
|
* Abzugsbetrag in Basiswährung
|
|
@@ -9113,14 +9113,14 @@ export interface PaymentTerm {
|
|
|
9113
9113
|
paymentDiscount2: number;
|
|
9114
9114
|
|
|
9115
9115
|
/**
|
|
9116
|
-
*
|
|
9116
|
+
* printDescription
|
|
9117
9117
|
*/
|
|
9118
|
-
|
|
9118
|
+
printDescription: string;
|
|
9119
9119
|
|
|
9120
9120
|
/**
|
|
9121
|
-
*
|
|
9121
|
+
* Percent for Discount 1
|
|
9122
9122
|
*/
|
|
9123
|
-
|
|
9123
|
+
paymentDiscount1: number;
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* for deposit: remaining term
|
|
@@ -9132,6 +9132,11 @@ export interface PaymentTerm {
|
|
|
9132
9132
|
*/
|
|
9133
9133
|
paymentDays1: number;
|
|
9134
9134
|
|
|
9135
|
+
/**
|
|
9136
|
+
* Days for Discount 2
|
|
9137
|
+
*/
|
|
9138
|
+
paymentDays2: number;
|
|
9139
|
+
|
|
9135
9140
|
/**
|
|
9136
9141
|
* Aktiv?
|
|
9137
9142
|
*/
|
|
@@ -9142,11 +9147,6 @@ export interface PaymentTerm {
|
|
|
9142
9147
|
*/
|
|
9143
9148
|
description: string;
|
|
9144
9149
|
|
|
9145
|
-
/**
|
|
9146
|
-
* Days for Discount 2
|
|
9147
|
-
*/
|
|
9148
|
-
paymentDays2: number;
|
|
9149
|
-
|
|
9150
9150
|
/**
|
|
9151
9151
|
* label for this payment term
|
|
9152
9152
|
*/
|
|
@@ -9251,14 +9251,14 @@ export interface PickTrolley {
|
|
|
9251
9251
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
9252
9252
|
|
|
9253
9253
|
/**
|
|
9254
|
-
*
|
|
9254
|
+
* Bearbeiter der Pickliste
|
|
9255
9255
|
*/
|
|
9256
|
-
|
|
9256
|
+
processedByUserRef: ApiObjectReference;
|
|
9257
9257
|
|
|
9258
9258
|
/**
|
|
9259
|
-
*
|
|
9259
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
9260
9260
|
*/
|
|
9261
|
-
|
|
9261
|
+
storageBinRef: StorageBinRef;
|
|
9262
9262
|
|
|
9263
9263
|
/**
|
|
9264
9264
|
* Beschreibung des Wagens
|
|
@@ -9844,9 +9844,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9844
9844
|
maxOrderValue: number;
|
|
9845
9845
|
|
|
9846
9846
|
/**
|
|
9847
|
-
*
|
|
9847
|
+
* Nur vollständig lieferbare Positionen
|
|
9848
9848
|
*/
|
|
9849
|
-
|
|
9849
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9850
9850
|
|
|
9851
9851
|
/**
|
|
9852
9852
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9854,9 +9854,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9854
9854
|
maxOrderCount: number;
|
|
9855
9855
|
|
|
9856
9856
|
/**
|
|
9857
|
-
*
|
|
9857
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9858
9858
|
*/
|
|
9859
|
-
|
|
9859
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9860
9860
|
|
|
9861
9861
|
/**
|
|
9862
9862
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9864,14 +9864,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9864
9864
|
documentDateRange: PicklistTemplate$DateRange;
|
|
9865
9865
|
|
|
9866
9866
|
/**
|
|
9867
|
-
*
|
|
9867
|
+
* Liste von gültigen Lagerbereichen
|
|
9868
9868
|
*/
|
|
9869
|
-
|
|
9869
|
+
storageAreaRefs: Array<ApiObjectReference>;
|
|
9870
9870
|
|
|
9871
9871
|
/**
|
|
9872
|
-
*
|
|
9872
|
+
* Id des salesChannels der bei der Selektion berücksichtigt wird
|
|
9873
9873
|
*/
|
|
9874
|
-
|
|
9874
|
+
salesChannelId: number;
|
|
9875
9875
|
|
|
9876
9876
|
/**
|
|
9877
9877
|
* Nur vollständig lieferbare Aufträge
|
|
@@ -9936,6 +9936,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9936
9936
|
*/
|
|
9937
9937
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9938
9938
|
|
|
9939
|
+
/**
|
|
9940
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9941
|
+
*/
|
|
9942
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9943
|
+
|
|
9939
9944
|
/**
|
|
9940
9945
|
* Lagerplätze vorgeben
|
|
9941
9946
|
*/
|
|
@@ -9947,20 +9952,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9947
9952
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9948
9953
|
|
|
9949
9954
|
/**
|
|
9950
|
-
*
|
|
9955
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9951
9956
|
*/
|
|
9952
|
-
|
|
9957
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9953
9958
|
|
|
9954
9959
|
/**
|
|
9955
9960
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9956
9961
|
*/
|
|
9957
9962
|
sortByRoutePosition: boolean;
|
|
9958
9963
|
|
|
9959
|
-
/**
|
|
9960
|
-
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9961
|
-
*/
|
|
9962
|
-
useAllAvailOrderPickingTrolleys: boolean;
|
|
9963
|
-
|
|
9964
9964
|
/**
|
|
9965
9965
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9966
9966
|
*/
|
|
@@ -10010,14 +10010,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10010
10010
|
alwaysShowDeliveryMethod: boolean;
|
|
10011
10011
|
|
|
10012
10012
|
/**
|
|
10013
|
-
*
|
|
10013
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
10014
10014
|
*/
|
|
10015
|
-
|
|
10015
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
10016
10016
|
|
|
10017
10017
|
/**
|
|
10018
|
-
*
|
|
10018
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
10019
10019
|
*/
|
|
10020
|
-
|
|
10020
|
+
autoPrintDeliveryDocument: boolean;
|
|
10021
10021
|
|
|
10022
10022
|
/**
|
|
10023
10023
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -10025,14 +10025,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10025
10025
|
showShippingFormOnPickingFinish: boolean;
|
|
10026
10026
|
|
|
10027
10027
|
/**
|
|
10028
|
-
* Sollen
|
|
10028
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
10029
10029
|
*/
|
|
10030
|
-
|
|
10030
|
+
allowPickingOfServiceArticles: boolean;
|
|
10031
10031
|
|
|
10032
10032
|
/**
|
|
10033
|
-
* Sollen
|
|
10033
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
10034
10034
|
*/
|
|
10035
|
-
|
|
10035
|
+
printLabelOnScan: boolean;
|
|
10036
10036
|
|
|
10037
10037
|
/**
|
|
10038
10038
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -10059,26 +10059,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
10059
10059
|
*/
|
|
10060
10060
|
printLabelOnCompleteOrder: boolean;
|
|
10061
10061
|
|
|
10062
|
-
/**
|
|
10063
|
-
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
10064
|
-
*/
|
|
10065
|
-
printLabelAfterPicking: boolean;
|
|
10066
|
-
|
|
10067
10062
|
/**
|
|
10068
10063
|
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
10069
10064
|
*/
|
|
10070
10065
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
10071
10066
|
|
|
10072
10067
|
/**
|
|
10073
|
-
*
|
|
10068
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
10074
10069
|
*/
|
|
10075
|
-
|
|
10070
|
+
printLabelAfterPicking: boolean;
|
|
10076
10071
|
|
|
10077
10072
|
/**
|
|
10078
10073
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
10079
10074
|
*/
|
|
10080
10075
|
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
10081
10076
|
|
|
10077
|
+
/**
|
|
10078
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
10079
|
+
*/
|
|
10080
|
+
autoDeterminationOfLots: boolean;
|
|
10081
|
+
|
|
10082
10082
|
/**
|
|
10083
10083
|
* Zielmengen in Masken verstecken?
|
|
10084
10084
|
*/
|
|
@@ -10154,14 +10154,14 @@ export interface PriceSelectionCriteria {
|
|
|
10154
10154
|
date: ScriptingDate;
|
|
10155
10155
|
|
|
10156
10156
|
/**
|
|
10157
|
-
*
|
|
10157
|
+
* Eine Menge
|
|
10158
10158
|
*/
|
|
10159
|
-
|
|
10159
|
+
quantity: number;
|
|
10160
10160
|
|
|
10161
10161
|
/**
|
|
10162
|
-
*
|
|
10162
|
+
* Die Preisgruppe
|
|
10163
10163
|
*/
|
|
10164
|
-
|
|
10164
|
+
priceGroupId: number;
|
|
10165
10165
|
|
|
10166
10166
|
/**
|
|
10167
10167
|
* Liste von Artikel-IDs
|
|
@@ -10353,14 +10353,14 @@ export interface ProductArticleRef {
|
|
|
10353
10353
|
export interface ProductDiscount {
|
|
10354
10354
|
|
|
10355
10355
|
/**
|
|
10356
|
-
*
|
|
10356
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10357
10357
|
*/
|
|
10358
|
-
|
|
10358
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10359
10359
|
|
|
10360
10360
|
/**
|
|
10361
|
-
*
|
|
10361
|
+
* Kundengruppe
|
|
10362
10362
|
*/
|
|
10363
|
-
|
|
10363
|
+
customerGroupRef: ApiObjectReference;
|
|
10364
10364
|
|
|
10365
10365
|
/**
|
|
10366
10366
|
* Lieferantengruppe
|
|
@@ -10388,14 +10388,14 @@ export interface ProductDiscount {
|
|
|
10388
10388
|
validFrom: ScriptingDate;
|
|
10389
10389
|
|
|
10390
10390
|
/**
|
|
10391
|
-
*
|
|
10391
|
+
* Warengruppe
|
|
10392
10392
|
*/
|
|
10393
|
-
|
|
10393
|
+
productGroupRef: ApiObjectReference;
|
|
10394
10394
|
|
|
10395
10395
|
/**
|
|
10396
|
-
*
|
|
10396
|
+
* Bestimmt die Art des Rabatts
|
|
10397
10397
|
*/
|
|
10398
|
-
|
|
10398
|
+
modifierType: PriceModifierType;
|
|
10399
10399
|
|
|
10400
10400
|
/**
|
|
10401
10401
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10413,14 +10413,14 @@ export interface ProductDiscount {
|
|
|
10413
10413
|
currencyRef: CurrencyReference;
|
|
10414
10414
|
|
|
10415
10415
|
/**
|
|
10416
|
-
*
|
|
10416
|
+
* Preisgruppe
|
|
10417
10417
|
*/
|
|
10418
|
-
|
|
10418
|
+
priceGroupRef: ApiObjectReference;
|
|
10419
10419
|
|
|
10420
10420
|
/**
|
|
10421
|
-
*
|
|
10421
|
+
* Wert des Rabatts
|
|
10422
10422
|
*/
|
|
10423
|
-
|
|
10423
|
+
modifierValue: number;
|
|
10424
10424
|
|
|
10425
10425
|
/**
|
|
10426
10426
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10428,14 +10428,14 @@ export interface ProductDiscount {
|
|
|
10428
10428
|
qualifier: ProductPriceQualifier;
|
|
10429
10429
|
|
|
10430
10430
|
/**
|
|
10431
|
-
*
|
|
10431
|
+
* Aktionpreis
|
|
10432
10432
|
*/
|
|
10433
|
-
|
|
10433
|
+
specialOfferPrice: boolean;
|
|
10434
10434
|
|
|
10435
10435
|
/**
|
|
10436
|
-
*
|
|
10436
|
+
* Gültig bis
|
|
10437
10437
|
*/
|
|
10438
|
-
|
|
10438
|
+
validUntil: ScriptingDate;
|
|
10439
10439
|
|
|
10440
10440
|
/**
|
|
10441
10441
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10481,14 +10481,14 @@ export interface ProductGroup {
|
|
|
10481
10481
|
targetTradingMargin: number;
|
|
10482
10482
|
|
|
10483
10483
|
/**
|
|
10484
|
-
*
|
|
10484
|
+
* main product group
|
|
10485
10485
|
*/
|
|
10486
|
-
|
|
10486
|
+
mainGroupRef: ApiObjectReference;
|
|
10487
10487
|
|
|
10488
10488
|
/**
|
|
10489
|
-
*
|
|
10489
|
+
* Freifeld
|
|
10490
10490
|
*/
|
|
10491
|
-
|
|
10491
|
+
custom: EavProductgroup;
|
|
10492
10492
|
|
|
10493
10493
|
/**
|
|
10494
10494
|
* warengruppe aktiv ja/nein
|
|
@@ -10567,14 +10567,14 @@ export interface ProductMainGroup {
|
|
|
10567
10567
|
export interface ProductPrice {
|
|
10568
10568
|
|
|
10569
10569
|
/**
|
|
10570
|
-
*
|
|
10570
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10571
10571
|
*/
|
|
10572
|
-
|
|
10572
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10573
10573
|
|
|
10574
10574
|
/**
|
|
10575
|
-
*
|
|
10575
|
+
* Kundengruppe
|
|
10576
10576
|
*/
|
|
10577
|
-
|
|
10577
|
+
customerGroupRef: ApiObjectReference;
|
|
10578
10578
|
|
|
10579
10579
|
/**
|
|
10580
10580
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10666,6 +10666,11 @@ export interface ProductPrice {
|
|
|
10666
10666
|
*/
|
|
10667
10667
|
qualifier: ProductPriceQualifier;
|
|
10668
10668
|
|
|
10669
|
+
/**
|
|
10670
|
+
* Aktionpreis
|
|
10671
|
+
*/
|
|
10672
|
+
specialOfferPrice: boolean;
|
|
10673
|
+
|
|
10669
10674
|
/**
|
|
10670
10675
|
* Preisbasis
|
|
10671
10676
|
*/
|
|
@@ -10676,11 +10681,6 @@ export interface ProductPrice {
|
|
|
10676
10681
|
*/
|
|
10677
10682
|
validUntil: ScriptingDate;
|
|
10678
10683
|
|
|
10679
|
-
/**
|
|
10680
|
-
* Aktionpreis
|
|
10681
|
-
*/
|
|
10682
|
-
specialOfferPrice: boolean;
|
|
10683
|
-
|
|
10684
10684
|
/**
|
|
10685
10685
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
10686
10686
|
*/
|
|
@@ -10872,14 +10872,14 @@ export interface RequestDocument {
|
|
|
10872
10872
|
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10873
10873
|
|
|
10874
10874
|
/**
|
|
10875
|
-
*
|
|
10875
|
+
* Die Vertragsdetails
|
|
10876
10876
|
*/
|
|
10877
|
-
|
|
10877
|
+
contractDetail: DocumentContractDetail;
|
|
10878
10878
|
|
|
10879
10879
|
/**
|
|
10880
|
-
*
|
|
10880
|
+
* ID der Kasse (bei POS)
|
|
10881
10881
|
*/
|
|
10882
|
-
|
|
10882
|
+
posRegisterId: number;
|
|
10883
10883
|
|
|
10884
10884
|
/**
|
|
10885
10885
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -11070,14 +11070,14 @@ export interface RequestDocumentLine {
|
|
|
11070
11070
|
fabricationDetail: RequestDocumentLineFabricationDetail;
|
|
11071
11071
|
|
|
11072
11072
|
/**
|
|
11073
|
-
*
|
|
11073
|
+
* (optional) ID des Artikels dieser Position
|
|
11074
11074
|
*/
|
|
11075
|
-
|
|
11075
|
+
articleId: number;
|
|
11076
11076
|
|
|
11077
11077
|
/**
|
|
11078
|
-
*
|
|
11078
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
11079
11079
|
*/
|
|
11080
|
-
|
|
11080
|
+
settledOpenItemComment: string;
|
|
11081
11081
|
|
|
11082
11082
|
/**
|
|
11083
11083
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -11119,11 +11119,6 @@ export interface RequestDocumentLine {
|
|
|
11119
11119
|
*/
|
|
11120
11120
|
priceModifiers: Array<RequestDocumentPriceModifier>;
|
|
11121
11121
|
|
|
11122
|
-
/**
|
|
11123
|
-
* ID der Quell-Belegposition
|
|
11124
|
-
*/
|
|
11125
|
-
sourceLineId: number;
|
|
11126
|
-
|
|
11127
11122
|
/**
|
|
11128
11123
|
* Buchungen zu dieser Belegposition
|
|
11129
11124
|
*/
|
|
@@ -11134,6 +11129,11 @@ export interface RequestDocumentLine {
|
|
|
11134
11129
|
*/
|
|
11135
11130
|
externalArticleNumber: string;
|
|
11136
11131
|
|
|
11132
|
+
/**
|
|
11133
|
+
* ID der Quell-Belegposition
|
|
11134
|
+
*/
|
|
11135
|
+
sourceLineId: number;
|
|
11136
|
+
|
|
11137
11137
|
/**
|
|
11138
11138
|
* Zu der Zeile Etikettendruck anstoßen
|
|
11139
11139
|
*/
|
|
@@ -11563,14 +11563,14 @@ export interface ScenarioDimensionValue {
|
|
|
11563
11563
|
export interface ScenarioFactDef {
|
|
11564
11564
|
|
|
11565
11565
|
/**
|
|
11566
|
-
* Attribut
|
|
11566
|
+
* Attribut Name
|
|
11567
11567
|
*/
|
|
11568
|
-
|
|
11568
|
+
factAttribute: string;
|
|
11569
11569
|
|
|
11570
11570
|
/**
|
|
11571
|
-
* Attribut
|
|
11571
|
+
* Attribut Typ
|
|
11572
11572
|
*/
|
|
11573
|
-
|
|
11573
|
+
attributeType: ScenarioFactDef$FactType;
|
|
11574
11574
|
|
|
11575
11575
|
/**
|
|
11576
11576
|
* Unique identifier of the Object
|
|
@@ -11791,14 +11791,14 @@ export interface ShelfDocument {
|
|
|
11791
11791
|
tags: Array<TagDto>;
|
|
11792
11792
|
|
|
11793
11793
|
/**
|
|
11794
|
-
*
|
|
11794
|
+
* share informations
|
|
11795
11795
|
*/
|
|
11796
|
-
|
|
11796
|
+
shares: Array<ShelfShare>;
|
|
11797
11797
|
|
|
11798
11798
|
/**
|
|
11799
|
-
*
|
|
11799
|
+
* Mehrsprachige Bezeichnungen
|
|
11800
11800
|
*/
|
|
11801
|
-
|
|
11801
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11802
11802
|
|
|
11803
11803
|
/**
|
|
11804
11804
|
* Automatische Löschung ab
|
|
@@ -11874,14 +11874,14 @@ export interface ShelfDocumentAttribution {
|
|
|
11874
11874
|
shelfResourceId: number;
|
|
11875
11875
|
|
|
11876
11876
|
/**
|
|
11877
|
-
*
|
|
11877
|
+
* id of the referenced object
|
|
11878
11878
|
*/
|
|
11879
|
-
|
|
11879
|
+
refId: number;
|
|
11880
11880
|
|
|
11881
11881
|
/**
|
|
11882
|
-
*
|
|
11882
|
+
* Verfügbare Transformationen zum Bild
|
|
11883
11883
|
*/
|
|
11884
|
-
|
|
11884
|
+
transformationKeys: Array<string>;
|
|
11885
11885
|
|
|
11886
11886
|
/**
|
|
11887
11887
|
* Unique identifier of the Object
|
|
@@ -11983,14 +11983,14 @@ export interface ShelfFile {
|
|
|
11983
11983
|
subFiles: Array<SubFileInfo>;
|
|
11984
11984
|
|
|
11985
11985
|
/**
|
|
11986
|
-
*
|
|
11986
|
+
* revision number of this file
|
|
11987
11987
|
*/
|
|
11988
|
-
|
|
11988
|
+
revisionNumber: number;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* fileSize
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
fileSize: number;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
11996
|
* file-extension of this entry
|
|
@@ -12018,14 +12018,14 @@ export interface ShelfFile {
|
|
|
12018
12018
|
version: number;
|
|
12019
12019
|
|
|
12020
12020
|
/**
|
|
12021
|
-
*
|
|
12021
|
+
* current reference of this file in our storage
|
|
12022
12022
|
*/
|
|
12023
|
-
|
|
12023
|
+
storageHandle: string;
|
|
12024
12024
|
|
|
12025
12025
|
/**
|
|
12026
|
-
*
|
|
12026
|
+
* meta data
|
|
12027
12027
|
*/
|
|
12028
|
-
|
|
12028
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
12029
12029
|
|
|
12030
12030
|
/**
|
|
12031
12031
|
* MetaInformations for this Object
|
|
@@ -12072,14 +12072,14 @@ export interface ShelfShare {
|
|
|
12072
12072
|
publishState: ShelfSharePublishState;
|
|
12073
12073
|
|
|
12074
12074
|
/**
|
|
12075
|
-
*
|
|
12075
|
+
* Freifelder
|
|
12076
12076
|
*/
|
|
12077
|
-
|
|
12077
|
+
custom: EavShelfshare;
|
|
12078
12078
|
|
|
12079
12079
|
/**
|
|
12080
|
-
*
|
|
12080
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
12081
12081
|
*/
|
|
12082
|
-
|
|
12082
|
+
publicUrlDurationInMinutes: number;
|
|
12083
12083
|
|
|
12084
12084
|
/**
|
|
12085
12085
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -12273,14 +12273,14 @@ export interface StockMovementManualApi {
|
|
|
12273
12273
|
expiryDate: ScriptingDate;
|
|
12274
12274
|
|
|
12275
12275
|
/**
|
|
12276
|
-
*
|
|
12276
|
+
* Notiz zur Seriennummer
|
|
12277
12277
|
*/
|
|
12278
|
-
|
|
12278
|
+
serialNumberNote: string;
|
|
12279
12279
|
|
|
12280
12280
|
/**
|
|
12281
|
-
*
|
|
12281
|
+
* Zugang oder Abgang
|
|
12282
12282
|
*/
|
|
12283
|
-
|
|
12283
|
+
factor: StockJournalFactor;
|
|
12284
12284
|
|
|
12285
12285
|
/**
|
|
12286
12286
|
* Lager
|
|
@@ -12291,14 +12291,14 @@ export interface StockMovementManualApi {
|
|
|
12291
12291
|
export interface StockTransferApi {
|
|
12292
12292
|
|
|
12293
12293
|
/**
|
|
12294
|
-
*
|
|
12294
|
+
* Ziel-Lager
|
|
12295
12295
|
*/
|
|
12296
|
-
|
|
12296
|
+
targetStorageId: number;
|
|
12297
12297
|
|
|
12298
12298
|
/**
|
|
12299
|
-
*
|
|
12299
|
+
* Seriennummer
|
|
12300
12300
|
*/
|
|
12301
|
-
|
|
12301
|
+
serialNumberId: number;
|
|
12302
12302
|
|
|
12303
12303
|
/**
|
|
12304
12304
|
* Bemerkung
|
|
@@ -12311,14 +12311,14 @@ export interface StockTransferApi {
|
|
|
12311
12311
|
bookDate: ScriptingDate;
|
|
12312
12312
|
|
|
12313
12313
|
/**
|
|
12314
|
-
*
|
|
12314
|
+
* Quell-Lagerplatz
|
|
12315
12315
|
*/
|
|
12316
|
-
|
|
12316
|
+
sourceStorageBinId: number;
|
|
12317
12317
|
|
|
12318
12318
|
/**
|
|
12319
|
-
*
|
|
12319
|
+
* Menge
|
|
12320
12320
|
*/
|
|
12321
|
-
|
|
12321
|
+
quantity: number;
|
|
12322
12322
|
|
|
12323
12323
|
/**
|
|
12324
12324
|
* Quell-Lager
|
|
@@ -12855,26 +12855,26 @@ export interface TextTemplate {
|
|
|
12855
12855
|
*/
|
|
12856
12856
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12857
12857
|
|
|
12858
|
-
/**
|
|
12859
|
-
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12860
|
-
*/
|
|
12861
|
-
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12862
|
-
|
|
12863
12858
|
/**
|
|
12864
12859
|
* Texte in den angebotenen Sprachen
|
|
12865
12860
|
*/
|
|
12866
12861
|
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12867
12862
|
|
|
12868
12863
|
/**
|
|
12869
|
-
*
|
|
12864
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12870
12865
|
*/
|
|
12871
|
-
|
|
12866
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12872
12867
|
|
|
12873
12868
|
/**
|
|
12874
12869
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12875
12870
|
*/
|
|
12876
12871
|
separateLine: boolean;
|
|
12877
12872
|
|
|
12873
|
+
/**
|
|
12874
|
+
* article für den diese Templates gelten
|
|
12875
|
+
*/
|
|
12876
|
+
articleId: number;
|
|
12877
|
+
|
|
12878
12878
|
/**
|
|
12879
12879
|
* Wann wird ein UI-Hint angezeigt
|
|
12880
12880
|
*/
|
|
@@ -13080,14 +13080,14 @@ export interface User {
|
|
|
13080
13080
|
id: number;
|
|
13081
13081
|
|
|
13082
13082
|
/**
|
|
13083
|
-
*
|
|
13083
|
+
* username
|
|
13084
13084
|
*/
|
|
13085
|
-
|
|
13085
|
+
username: string;
|
|
13086
13086
|
|
|
13087
13087
|
/**
|
|
13088
|
-
*
|
|
13088
|
+
* Valid to
|
|
13089
13089
|
*/
|
|
13090
|
-
|
|
13090
|
+
validTo: ScriptingDateTime;
|
|
13091
13091
|
|
|
13092
13092
|
/**
|
|
13093
13093
|
* MetaInformations for this Object
|
|
@@ -13275,14 +13275,14 @@ export interface VariantValue {
|
|
|
13275
13275
|
version: number;
|
|
13276
13276
|
|
|
13277
13277
|
/**
|
|
13278
|
-
*
|
|
13278
|
+
* Mehrsprachige Bezeichnungen
|
|
13279
13279
|
*/
|
|
13280
|
-
|
|
13280
|
+
labels: Array<VariantDescription>;
|
|
13281
13281
|
|
|
13282
13282
|
/**
|
|
13283
|
-
*
|
|
13283
|
+
* Variantenattribut
|
|
13284
13284
|
*/
|
|
13285
|
-
|
|
13285
|
+
attributeRef: ApiObjectReference;
|
|
13286
13286
|
|
|
13287
13287
|
/**
|
|
13288
13288
|
* MetaInformations for this Object
|