@vario-software/types 2026.29.2 → 2026.29.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 +17 -17
- package/scripting/types.d.ts +327 -327
package/scripting/types.d.ts
CHANGED
|
@@ -83,14 +83,14 @@ export interface Account {
|
|
|
83
83
|
businessRelationType: BusinessRelationType;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
87
87
|
*/
|
|
88
|
-
|
|
88
|
+
accountZoneId: AccountZoneId;
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* first contact type for this account
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Supplier of this account
|
|
@@ -142,26 +142,26 @@ export interface Account {
|
|
|
142
142
|
*/
|
|
143
143
|
payablesSum: number;
|
|
144
144
|
|
|
145
|
-
/**
|
|
146
|
-
* Summe Forderungen
|
|
147
|
-
*/
|
|
148
|
-
receivablesSum: number;
|
|
149
|
-
|
|
150
145
|
/**
|
|
151
146
|
* Kostenstelle
|
|
152
147
|
*/
|
|
153
148
|
costCenter: string;
|
|
154
149
|
|
|
155
150
|
/**
|
|
156
|
-
*
|
|
151
|
+
* Summe Forderungen
|
|
157
152
|
*/
|
|
158
|
-
|
|
153
|
+
receivablesSum: number;
|
|
159
154
|
|
|
160
155
|
/**
|
|
161
156
|
* Custom account data
|
|
162
157
|
*/
|
|
163
158
|
custom: EavAccount;
|
|
164
159
|
|
|
160
|
+
/**
|
|
161
|
+
* companyLegal for this account
|
|
162
|
+
*/
|
|
163
|
+
companyLegalRef: ApiCreatableReference;
|
|
164
|
+
|
|
165
165
|
/**
|
|
166
166
|
* tax number/ Steuernummer
|
|
167
167
|
*/
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Title
|
|
295
|
-
*/
|
|
296
|
-
titleRef: ApiCreatableReference;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Post office box
|
|
300
295
|
*/
|
|
301
296
|
postOfficeBox: string;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Title
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Street
|
|
310
305
|
*/
|
|
311
306
|
street: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Country code
|
|
310
|
+
*/
|
|
311
|
+
countryCode: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -346,14 +346,14 @@ export interface AccountAddress {
|
|
|
346
346
|
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* Custom data
|
|
350
350
|
*/
|
|
351
|
-
|
|
351
|
+
custom: EavAccountaddress;
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* abweichende Zahlungsart
|
|
355
355
|
*/
|
|
356
|
-
|
|
356
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* Postcode
|
|
@@ -451,14 +451,14 @@ export interface AccountAddress {
|
|
|
451
451
|
name1: string;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* Contacts
|
|
455
455
|
*/
|
|
456
|
-
|
|
456
|
+
contacts: Array<Contact>;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
*
|
|
459
|
+
* abweichende Zahlungsbedingungen
|
|
460
460
|
*/
|
|
461
|
-
|
|
461
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
462
462
|
|
|
463
463
|
/**
|
|
464
464
|
* is this the default address of the account
|
|
@@ -595,14 +595,14 @@ export interface AccountListing {
|
|
|
595
595
|
export interface AccountLoanValue {
|
|
596
596
|
|
|
597
597
|
/**
|
|
598
|
-
*
|
|
598
|
+
* Account
|
|
599
599
|
*/
|
|
600
|
-
|
|
600
|
+
accountId: number;
|
|
601
601
|
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
603
|
+
* Nicht berücksichtigter Betrag
|
|
604
604
|
*/
|
|
605
|
-
|
|
605
|
+
unconsideredAmount: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
608
|
* Betrag aus Aufträgen
|
|
@@ -610,14 +610,14 @@ export interface AccountLoanValue {
|
|
|
610
610
|
nonInvoicedDocumentLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
|
-
*
|
|
618
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
619
619
|
*/
|
|
620
|
-
|
|
620
|
+
payablesSum: number;
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
623
|
* Überschrittener Kreditbetrag
|
|
@@ -827,14 +827,14 @@ export interface AccountPerson {
|
|
|
827
827
|
tags: Array<TagDto>;
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
|
-
*
|
|
830
|
+
* First name
|
|
831
831
|
*/
|
|
832
|
-
|
|
832
|
+
firstName: string;
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* Default contacts
|
|
836
836
|
*/
|
|
837
|
-
|
|
837
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
840
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -1029,9 +1029,9 @@ export interface Article {
|
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Durchschnittl. EKP (Startwert)
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
initialAvgPurchasePrice: number;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Seriennummern Auszeichnungsart
|
|
@@ -1039,9 +1039,9 @@ export interface Article {
|
|
|
1039
1039
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
|
-
*
|
|
1042
|
+
* is this product sellable without any quantity at the stock
|
|
1043
1043
|
*/
|
|
1044
|
-
|
|
1044
|
+
sellableWithoutStock: boolean;
|
|
1045
1045
|
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
@@ -1069,14 +1069,14 @@ export interface Article {
|
|
|
1069
1069
|
warrantyInMonths: number;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1077
|
+
* weight and size w.o. packaging
|
|
1078
1078
|
*/
|
|
1079
|
-
|
|
1079
|
+
netMetric: Article$Metric;
|
|
1080
1080
|
|
|
1081
1081
|
/**
|
|
1082
1082
|
* unique product number
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Soll-Handelsspanne
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
targetTradingMargin: number;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Produktion
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
fabrication: boolean;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Arbeitseinheit in Minuten
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
workUnitInMinutes: number;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Country code
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
countryOfOriginRef: CountryReference;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* description custom data
|
|
@@ -1308,6 +1308,11 @@ export interface Article {
|
|
|
1308
1308
|
*/
|
|
1309
1309
|
shippingLabelPrinting: boolean;
|
|
1310
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
|
+
*/
|
|
1314
|
+
discountable: boolean;
|
|
1315
|
+
|
|
1311
1316
|
/**
|
|
1312
1317
|
* Kontingentartikel
|
|
1313
1318
|
*/
|
|
@@ -1318,11 +1323,6 @@ export interface Article {
|
|
|
1318
1323
|
*/
|
|
1319
1324
|
alternativeName: string;
|
|
1320
1325
|
|
|
1321
|
-
/**
|
|
1322
|
-
* rabattierbarer Artikel?
|
|
1323
|
-
*/
|
|
1324
|
-
discountable: boolean;
|
|
1325
|
-
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
1328
1328
|
*/
|
|
@@ -1359,14 +1359,14 @@ export interface Article {
|
|
|
1359
1359
|
custom: EavArticle;
|
|
1360
1360
|
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1363
1363
|
*/
|
|
1364
|
-
|
|
1364
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* Art des Haltbarkeitsdatums
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
1372
|
* Hersteller
|
|
@@ -1394,14 +1394,14 @@ export interface Article {
|
|
|
1394
1394
|
listed: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
|
-
*
|
|
1397
|
+
* provisionsberechtiger Artikel?
|
|
1398
1398
|
*/
|
|
1399
|
-
|
|
1399
|
+
commissionable: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* Nur manuelle Produktion
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
onlyManualFabrication: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1542,14 +1542,14 @@ export interface ArticleCustomer {
|
|
|
1542
1542
|
articleName: string;
|
|
1543
1543
|
|
|
1544
1544
|
/**
|
|
1545
|
-
*
|
|
1545
|
+
* Etikettdruck-Einstellungen
|
|
1546
1546
|
*/
|
|
1547
|
-
|
|
1547
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Kunden-Preise
|
|
@@ -1557,14 +1557,14 @@ export interface ArticleCustomer {
|
|
|
1557
1557
|
productPrices: Array<ProductPrice>;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1561
1561
|
*/
|
|
1562
|
-
|
|
1562
|
+
useDeviatingArticleDescription: boolean;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
*
|
|
1565
|
+
* Referenced Article
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
articleId: number;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Aktiv?
|
|
@@ -1602,14 +1602,14 @@ export interface ArticleCustomer {
|
|
|
1602
1602
|
defaultGrossPrice: number;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
|
-
*
|
|
1605
|
+
* Art der Preisermittlung
|
|
1606
1606
|
*/
|
|
1607
|
-
|
|
1607
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Abweichende Produktnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
deviatingArticleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Artikelnummer
|
|
@@ -1724,14 +1724,14 @@ export interface ArticleListing {
|
|
|
1724
1724
|
proposedLowestPriceGross: number;
|
|
1725
1725
|
|
|
1726
1726
|
/**
|
|
1727
|
-
*
|
|
1727
|
+
* der Sales Channel
|
|
1728
1728
|
*/
|
|
1729
|
-
|
|
1729
|
+
salesChannelRef: ApiObjectReference;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
|
-
* der
|
|
1732
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1733
1733
|
*/
|
|
1734
|
-
|
|
1734
|
+
customLowestPriceGross: number;
|
|
1735
1735
|
|
|
1736
1736
|
/**
|
|
1737
1737
|
* soll der Artikel gelistet werden
|
|
@@ -1942,9 +1942,9 @@ export interface ArticleStorage {
|
|
|
1942
1942
|
replenishmentFrom: number;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
*
|
|
1945
|
+
* Bestellte Menge
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
orderedQuantity: number;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1952,19 +1952,19 @@ export interface ArticleStorage {
|
|
|
1952
1952
|
quantityInPicking: number;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
|
-
*
|
|
1955
|
+
* Meldebestand
|
|
1956
1956
|
*/
|
|
1957
|
-
|
|
1957
|
+
reorderPoint: number;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
|
-
*
|
|
1960
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1961
1961
|
*/
|
|
1962
|
-
|
|
1962
|
+
virtualStockAmount: number;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
|
-
*
|
|
1965
|
+
* Nachschub auf
|
|
1966
1966
|
*/
|
|
1967
|
-
|
|
1967
|
+
replenishmentOn: number;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Reservierte Menge
|
|
@@ -2034,11 +2034,6 @@ export interface ArticleStorage {
|
|
|
2034
2034
|
|
|
2035
2035
|
export interface ArticleSupplier {
|
|
2036
2036
|
|
|
2037
|
-
/**
|
|
2038
|
-
* Anzeigename des Accounts
|
|
2039
|
-
*/
|
|
2040
|
-
accountDisplayName: string;
|
|
2041
|
-
|
|
2042
2037
|
/**
|
|
2043
2038
|
* Lieferanten-Meldebestand
|
|
2044
2039
|
*/
|
|
@@ -2050,15 +2045,20 @@ export interface ArticleSupplier {
|
|
|
2050
2045
|
useSupplierArticleDescription: boolean;
|
|
2051
2046
|
|
|
2052
2047
|
/**
|
|
2053
|
-
*
|
|
2048
|
+
* Anzeigename des Accounts
|
|
2054
2049
|
*/
|
|
2055
|
-
|
|
2050
|
+
accountDisplayName: string;
|
|
2056
2051
|
|
|
2057
2052
|
/**
|
|
2058
2053
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2059
2054
|
*/
|
|
2060
2055
|
useSupplierArticleIdentifier: boolean;
|
|
2061
2056
|
|
|
2057
|
+
/**
|
|
2058
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2059
|
+
*/
|
|
2060
|
+
deliveryTime: number;
|
|
2061
|
+
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2064
2064
|
*/
|
|
@@ -2145,14 +2145,14 @@ export interface ArticleSupplier {
|
|
|
2145
2145
|
dropShippingAllowed: boolean;
|
|
2146
2146
|
|
|
2147
2147
|
/**
|
|
2148
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbezeichnung
|
|
2149
2149
|
*/
|
|
2150
|
-
|
|
2150
|
+
supplierArticleName: string;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Standardpreis Netto
|
|
@@ -2160,9 +2160,9 @@ export interface ArticleSupplier {
|
|
|
2160
2160
|
defaultNetPrice: number;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
|
-
*
|
|
2163
|
+
* Referenced Supplier-Account
|
|
2164
2164
|
*/
|
|
2165
|
-
|
|
2165
|
+
accountId: number;
|
|
2166
2166
|
|
|
2167
2167
|
/**
|
|
2168
2168
|
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
@@ -2170,9 +2170,9 @@ export interface ArticleSupplier {
|
|
|
2170
2170
|
orderOnComponentBase: boolean;
|
|
2171
2171
|
|
|
2172
2172
|
/**
|
|
2173
|
-
*
|
|
2173
|
+
* Einkaufseinheit
|
|
2174
2174
|
*/
|
|
2175
|
-
|
|
2175
|
+
purchaseUnit: number;
|
|
2176
2176
|
|
|
2177
2177
|
/**
|
|
2178
2178
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -2218,14 +2218,14 @@ export interface Asset {
|
|
|
2218
2218
|
active: boolean;
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Asset-Bezeichnung
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* Aktivität intern abgerechnet?
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
internalBilled: boolean;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* geplante Dauer
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
plannedDurationInSeconds: number;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2630,14 +2630,14 @@ export interface CrmActivity {
|
|
|
2630
2630
|
userRef: ApiObjectReference;
|
|
2631
2631
|
|
|
2632
2632
|
/**
|
|
2633
|
-
*
|
|
2633
|
+
* tatsächliche Startzeit
|
|
2634
2634
|
*/
|
|
2635
|
-
|
|
2635
|
+
startDateTime: ScriptingDateTime;
|
|
2636
2636
|
|
|
2637
2637
|
/**
|
|
2638
|
-
*
|
|
2638
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2639
2639
|
*/
|
|
2640
|
-
|
|
2640
|
+
system: boolean;
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Inhalt dieser Aktivität
|
|
@@ -2867,14 +2867,14 @@ export interface CrmDeal {
|
|
|
2867
2867
|
info: MetaInfo;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2876
2876
|
*/
|
|
2877
|
-
|
|
2877
|
+
assignedUserRef: ApiObjectReference;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Chance (in Prozent)
|
|
@@ -3470,14 +3470,14 @@ export interface CrmSubType {
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Angebot
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
customerOfferRef: DocumentRef;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Liste von Erinnerungen
|
|
@@ -3675,14 +3675,14 @@ export interface CrmTask {
|
|
|
3675
3675
|
parentRefs: Array<CrmObjectRef>;
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
*
|
|
3678
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3679
3679
|
*/
|
|
3680
|
-
|
|
3680
|
+
externalRecordedTimes: number;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* Beauftragte Zeit in Sekunden
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
effortCommissioned: number;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
3688
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* Option für die Stapelverarbeitung
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* reference to customer group
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
customerGroupRef: ApiObjectReference;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3879,14 +3879,14 @@ export interface Customer {
|
|
|
3879
3879
|
dueDate: ScriptingDate;
|
|
3880
3880
|
|
|
3881
3881
|
/**
|
|
3882
|
-
*
|
|
3882
|
+
* Maximal mögliche Lieferungen
|
|
3883
3883
|
*/
|
|
3884
|
-
|
|
3884
|
+
maxDeliveries: number;
|
|
3885
3885
|
|
|
3886
3886
|
/**
|
|
3887
|
-
*
|
|
3887
|
+
* collective billable
|
|
3888
3888
|
*/
|
|
3889
|
-
|
|
3889
|
+
collectiveBillable: boolean;
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
3892
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3914,14 +3914,14 @@ export interface Customer {
|
|
|
3914
3914
|
stackProcessingPriority: number;
|
|
3915
3915
|
|
|
3916
3916
|
/**
|
|
3917
|
-
*
|
|
3917
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3918
3918
|
*/
|
|
3919
|
-
|
|
3919
|
+
collectiveInvoiceManually: boolean;
|
|
3920
3920
|
|
|
3921
3921
|
/**
|
|
3922
|
-
*
|
|
3922
|
+
* reference to product price group
|
|
3923
3923
|
*/
|
|
3924
|
-
|
|
3924
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3925
3925
|
|
|
3926
3926
|
/**
|
|
3927
3927
|
* Unique identifier of the Object
|
|
@@ -4276,14 +4276,14 @@ export interface DeliveryTerm {
|
|
|
4276
4276
|
id: number;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* Versandkostenartikel
|
|
4280
4280
|
*/
|
|
4281
|
-
|
|
4281
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4282
4282
|
|
|
4283
4283
|
/**
|
|
4284
|
-
*
|
|
4284
|
+
* free shipping net value
|
|
4285
4285
|
*/
|
|
4286
|
-
|
|
4286
|
+
freeShippingNetValue: number;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
4289
|
* MetaInformations for this Object
|
|
@@ -4459,14 +4459,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4459
4459
|
accountId: number;
|
|
4460
4460
|
|
|
4461
4461
|
/**
|
|
4462
|
-
* Länderkennzeichen
|
|
4462
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4463
4463
|
*/
|
|
4464
|
-
|
|
4464
|
+
sourceCountryCode: string;
|
|
4465
4465
|
|
|
4466
4466
|
/**
|
|
4467
|
-
* Länderkennzeichen
|
|
4467
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4468
4468
|
*/
|
|
4469
|
-
|
|
4469
|
+
performanceCountryCode: string;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
4472
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4666
4666
|
additionalInfo: DocumentAdditionalInfo;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* Bestelldatum
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
orderedOn: ScriptingDate;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* MetaInformations for this Object
|
|
@@ -4862,25 +4862,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4862
4862
|
*/
|
|
4863
4863
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4864
4864
|
|
|
4865
|
-
/**
|
|
4866
|
-
* Rechnungsadresse
|
|
4867
|
-
*/
|
|
4868
|
-
billingAddress: DocumentAddress;
|
|
4869
|
-
|
|
4870
4865
|
/**
|
|
4871
4866
|
* Status der USt-ID-Prüfung
|
|
4872
4867
|
*/
|
|
4873
4868
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4874
4869
|
|
|
4875
4870
|
/**
|
|
4876
|
-
*
|
|
4871
|
+
* Rechnungsadresse
|
|
4877
4872
|
*/
|
|
4878
|
-
|
|
4873
|
+
billingAddress: DocumentAddress;
|
|
4879
4874
|
|
|
4880
4875
|
/**
|
|
4881
4876
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4882
4877
|
*/
|
|
4883
4878
|
reportGroupRef: ApiObjectReference;
|
|
4879
|
+
|
|
4880
|
+
/**
|
|
4881
|
+
* Bestellt durch Ansprechpartner
|
|
4882
|
+
*/
|
|
4883
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
4886
|
export interface DocumentAdditionalInfo {
|
|
@@ -5036,14 +5036,14 @@ export interface DocumentAddress {
|
|
|
5036
5036
|
postOfficeBox: string;
|
|
5037
5037
|
|
|
5038
5038
|
/**
|
|
5039
|
-
*
|
|
5039
|
+
* Street
|
|
5040
5040
|
*/
|
|
5041
|
-
|
|
5041
|
+
street: string;
|
|
5042
5042
|
|
|
5043
5043
|
/**
|
|
5044
|
-
*
|
|
5044
|
+
* country code IsoAlpha3
|
|
5045
5045
|
*/
|
|
5046
|
-
|
|
5046
|
+
countryCode: string;
|
|
5047
5047
|
|
|
5048
5048
|
/**
|
|
5049
5049
|
* Unique identifier of the Object
|
|
@@ -5249,14 +5249,14 @@ export interface DocumentContractDetail {
|
|
|
5249
5249
|
runtimeToDate: ScriptingDate;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Nächste Fälligkeit
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
nextDueDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5457,14 +5457,14 @@ export interface DocumentLine {
|
|
|
5457
5457
|
number: string;
|
|
5458
5458
|
|
|
5459
5459
|
/**
|
|
5460
|
-
*
|
|
5460
|
+
* Referenz zur Kundenauftragszeile
|
|
5461
5461
|
*/
|
|
5462
|
-
|
|
5462
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
5465
|
-
*
|
|
5465
|
+
* Gesamtbruttogewicht
|
|
5466
5466
|
*/
|
|
5467
|
-
|
|
5467
|
+
totalGrossWeight: number;
|
|
5468
5468
|
|
|
5469
5469
|
/**
|
|
5470
5470
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5506,11 +5506,6 @@ export interface DocumentLine {
|
|
|
5506
5506
|
*/
|
|
5507
5507
|
id: number;
|
|
5508
5508
|
|
|
5509
|
-
/**
|
|
5510
|
-
* Preis pro Einheit in Basiswährung
|
|
5511
|
-
*/
|
|
5512
|
-
basePrice: number;
|
|
5513
|
-
|
|
5514
5509
|
/**
|
|
5515
5510
|
* Serientyp
|
|
5516
5511
|
*/
|
|
@@ -5522,15 +5517,20 @@ export interface DocumentLine {
|
|
|
5522
5517
|
positionOfArticleLine: number;
|
|
5523
5518
|
|
|
5524
5519
|
/**
|
|
5525
|
-
*
|
|
5520
|
+
* Preis pro Einheit in Basiswährung
|
|
5526
5521
|
*/
|
|
5527
|
-
|
|
5522
|
+
basePrice: number;
|
|
5528
5523
|
|
|
5529
5524
|
/**
|
|
5530
5525
|
* Steuerschema
|
|
5531
5526
|
*/
|
|
5532
5527
|
taxSchemaRef: ApiObjectReference;
|
|
5533
5528
|
|
|
5529
|
+
/**
|
|
5530
|
+
* Preiseinheit
|
|
5531
|
+
*/
|
|
5532
|
+
priceUnit: number;
|
|
5533
|
+
|
|
5534
5534
|
/**
|
|
5535
5535
|
* Preisanpassungen - Position Basiswährung
|
|
5536
5536
|
*/
|
|
@@ -5717,14 +5717,14 @@ export interface DocumentLine {
|
|
|
5717
5717
|
commissions: Array<DocumentLineCommission>;
|
|
5718
5718
|
|
|
5719
5719
|
/**
|
|
5720
|
-
*
|
|
5720
|
+
* Gesamtpreis Position in Basiswährung
|
|
5721
5721
|
*/
|
|
5722
|
-
|
|
5722
|
+
baseTotalLinePrice: number;
|
|
5723
5723
|
|
|
5724
5724
|
/**
|
|
5725
|
-
*
|
|
5725
|
+
* Positionstyp
|
|
5726
5726
|
*/
|
|
5727
|
-
|
|
5727
|
+
lineType: DocumentLineType;
|
|
5728
5728
|
|
|
5729
5729
|
/**
|
|
5730
5730
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5787,14 +5787,14 @@ export interface DocumentLine {
|
|
|
5787
5787
|
position: number;
|
|
5788
5788
|
|
|
5789
5789
|
/**
|
|
5790
|
-
*
|
|
5790
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5791
5791
|
*/
|
|
5792
|
-
|
|
5792
|
+
recalcLinePriceViaComponents: boolean;
|
|
5793
5793
|
|
|
5794
5794
|
/**
|
|
5795
|
-
*
|
|
5795
|
+
* Buchungen
|
|
5796
5796
|
*/
|
|
5797
|
-
|
|
5797
|
+
bookings: Array<DocumentLineBooking>;
|
|
5798
5798
|
|
|
5799
5799
|
/**
|
|
5800
5800
|
* unit gross Volume in cubic meters
|
|
@@ -5887,14 +5887,14 @@ export interface DocumentLine {
|
|
|
5887
5887
|
custom: EavDocumentline;
|
|
5888
5888
|
|
|
5889
5889
|
/**
|
|
5890
|
-
*
|
|
5890
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5891
5891
|
*/
|
|
5892
|
-
|
|
5892
|
+
settledOpenItemComment: string;
|
|
5893
5893
|
|
|
5894
5894
|
/**
|
|
5895
|
-
*
|
|
5895
|
+
* Artikel
|
|
5896
5896
|
*/
|
|
5897
|
-
|
|
5897
|
+
articleId: number;
|
|
5898
5898
|
|
|
5899
5899
|
/**
|
|
5900
5900
|
* Interne Preisänderungsinformationen
|
|
@@ -6076,14 +6076,14 @@ export interface DocumentLineComponent {
|
|
|
6076
6076
|
custom: EavDocumentlinecomponent;
|
|
6077
6077
|
|
|
6078
6078
|
/**
|
|
6079
|
-
*
|
|
6079
|
+
* Gelieferte Menge
|
|
6080
6080
|
*/
|
|
6081
|
-
|
|
6081
|
+
quantityCommitted: number;
|
|
6082
6082
|
|
|
6083
6083
|
/**
|
|
6084
|
-
*
|
|
6084
|
+
* Referenz auf den Artikel der Komponente
|
|
6085
6085
|
*/
|
|
6086
|
-
|
|
6086
|
+
articleId: number;
|
|
6087
6087
|
|
|
6088
6088
|
/**
|
|
6089
6089
|
* Beschreibung des Artikels
|
|
@@ -6394,14 +6394,14 @@ export interface DocumentLinePosDetail {
|
|
|
6394
6394
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6395
6395
|
|
|
6396
6396
|
/**
|
|
6397
|
-
*
|
|
6397
|
+
* Typ der Einlage/Ausgabe
|
|
6398
6398
|
*/
|
|
6399
|
-
|
|
6399
|
+
depositExpenseTypeId: number;
|
|
6400
6400
|
|
|
6401
6401
|
/**
|
|
6402
|
-
*
|
|
6402
|
+
* Status der externen Zahlung
|
|
6403
6403
|
*/
|
|
6404
|
-
|
|
6404
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6405
6405
|
|
|
6406
6406
|
/**
|
|
6407
6407
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6439,14 +6439,14 @@ export interface DocumentLinePosDetail {
|
|
|
6439
6439
|
balanceBeforeWithdrawal: number;
|
|
6440
6440
|
|
|
6441
6441
|
/**
|
|
6442
|
-
*
|
|
6442
|
+
* Typ der Position
|
|
6443
6443
|
*/
|
|
6444
|
-
|
|
6444
|
+
posLineType: PosLineType;
|
|
6445
6445
|
|
|
6446
6446
|
/**
|
|
6447
|
-
*
|
|
6447
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6448
6448
|
*/
|
|
6449
|
-
|
|
6449
|
+
externalPaymentId: string;
|
|
6450
6450
|
|
|
6451
6451
|
/**
|
|
6452
6452
|
* Unique identifier of the Object
|
|
@@ -6667,14 +6667,14 @@ export interface DocumentPosPayment {
|
|
|
6667
6667
|
version: number;
|
|
6668
6668
|
|
|
6669
6669
|
/**
|
|
6670
|
-
*
|
|
6670
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6671
6671
|
*/
|
|
6672
|
-
|
|
6672
|
+
withdrawalAmount: number;
|
|
6673
6673
|
|
|
6674
6674
|
/**
|
|
6675
|
-
*
|
|
6675
|
+
* Zahlungsart
|
|
6676
6676
|
*/
|
|
6677
|
-
|
|
6677
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6678
6678
|
|
|
6679
6679
|
/**
|
|
6680
6680
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6687,14 +6687,14 @@ export interface DocumentPosPayment {
|
|
|
6687
6687
|
balanceBeforeWithdrawal: number;
|
|
6688
6688
|
|
|
6689
6689
|
/**
|
|
6690
|
-
*
|
|
6690
|
+
* Typ der Position
|
|
6691
6691
|
*/
|
|
6692
|
-
|
|
6692
|
+
posLineType: PosLineType;
|
|
6693
6693
|
|
|
6694
6694
|
/**
|
|
6695
|
-
*
|
|
6695
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6696
6696
|
*/
|
|
6697
|
-
|
|
6697
|
+
externalPaymentId: string;
|
|
6698
6698
|
|
|
6699
6699
|
/**
|
|
6700
6700
|
* Unique identifier of the Object
|
|
@@ -7074,14 +7074,14 @@ export interface DocumentType {
|
|
|
7074
7074
|
labels: Array<DocumentTypeLabel>;
|
|
7075
7075
|
|
|
7076
7076
|
/**
|
|
7077
|
-
*
|
|
7077
|
+
* nächste Belegnummer
|
|
7078
7078
|
*/
|
|
7079
|
-
|
|
7079
|
+
nextNumber: string;
|
|
7080
7080
|
|
|
7081
7081
|
/**
|
|
7082
|
-
*
|
|
7082
|
+
* Zählerkreis
|
|
7083
7083
|
*/
|
|
7084
|
-
|
|
7084
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7085
7085
|
|
|
7086
7086
|
/**
|
|
7087
7087
|
* Sortierung
|
|
@@ -7959,14 +7959,14 @@ export interface OpenItem {
|
|
|
7959
7959
|
paymentDueDate: ScriptingDate;
|
|
7960
7960
|
|
|
7961
7961
|
/**
|
|
7962
|
-
* Länderkennzeichen
|
|
7962
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7963
7963
|
*/
|
|
7964
|
-
|
|
7964
|
+
sourceCountryCode: string;
|
|
7965
7965
|
|
|
7966
7966
|
/**
|
|
7967
|
-
* Länderkennzeichen
|
|
7967
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7968
7968
|
*/
|
|
7969
|
-
|
|
7969
|
+
performanceCountryCode: string;
|
|
7970
7970
|
|
|
7971
7971
|
/**
|
|
7972
7972
|
* agreed Deposit payment date
|
|
@@ -8134,14 +8134,14 @@ export interface OpenItem {
|
|
|
8134
8134
|
taxRateRef: ApiObjectReference;
|
|
8135
8135
|
|
|
8136
8136
|
/**
|
|
8137
|
-
*
|
|
8137
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8138
8138
|
*/
|
|
8139
|
-
|
|
8139
|
+
baseCurrencyCode: string;
|
|
8140
8140
|
|
|
8141
8141
|
/**
|
|
8142
|
-
*
|
|
8142
|
+
* Anzahlungsrechnung
|
|
8143
8143
|
*/
|
|
8144
|
-
|
|
8144
|
+
depositInvoice: ApiObjectReference;
|
|
8145
8145
|
|
|
8146
8146
|
/**
|
|
8147
8147
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8417,14 +8417,14 @@ export interface OpenItemRecord {
|
|
|
8417
8417
|
version: number;
|
|
8418
8418
|
|
|
8419
8419
|
/**
|
|
8420
|
-
*
|
|
8420
|
+
* Buchungsbetrag in Basiswährung
|
|
8421
8421
|
*/
|
|
8422
|
-
|
|
8422
|
+
baseAmount: number;
|
|
8423
8423
|
|
|
8424
8424
|
/**
|
|
8425
|
-
*
|
|
8425
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8426
8426
|
*/
|
|
8427
|
-
|
|
8427
|
+
transactionId: number;
|
|
8428
8428
|
|
|
8429
8429
|
/**
|
|
8430
8430
|
* Abzugsbetrag in Basiswährung
|
|
@@ -9107,14 +9107,14 @@ export interface PicklistLine {
|
|
|
9107
9107
|
articleNumber: string;
|
|
9108
9108
|
|
|
9109
9109
|
/**
|
|
9110
|
-
*
|
|
9110
|
+
* Lagernummer
|
|
9111
9111
|
*/
|
|
9112
|
-
|
|
9112
|
+
storageNumber: string;
|
|
9113
9113
|
|
|
9114
9114
|
/**
|
|
9115
|
-
*
|
|
9115
|
+
* Art der Position
|
|
9116
9116
|
*/
|
|
9117
|
-
|
|
9117
|
+
lineType: PicklistLineType;
|
|
9118
9118
|
|
|
9119
9119
|
/**
|
|
9120
9120
|
* ID der Ziel-Dokumentposition
|
|
@@ -9428,20 +9428,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9428
9428
|
*/
|
|
9429
9429
|
maxArticleCountPerOrder: number;
|
|
9430
9430
|
|
|
9431
|
-
/**
|
|
9432
|
-
* Maximaler Auftragswert
|
|
9433
|
-
*/
|
|
9434
|
-
maxOrderValue: number;
|
|
9435
|
-
|
|
9436
9431
|
/**
|
|
9437
9432
|
* Alternative Selektion in VQL
|
|
9438
9433
|
*/
|
|
9439
9434
|
alternativeSelectionInVql: string;
|
|
9440
9435
|
|
|
9441
9436
|
/**
|
|
9442
|
-
*
|
|
9437
|
+
* Maximaler Auftragswert
|
|
9443
9438
|
*/
|
|
9444
|
-
|
|
9439
|
+
maxOrderValue: number;
|
|
9445
9440
|
|
|
9446
9441
|
/**
|
|
9447
9442
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9453,6 +9448,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9453
9448
|
*/
|
|
9454
9449
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9455
9450
|
|
|
9451
|
+
/**
|
|
9452
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9453
|
+
*/
|
|
9454
|
+
maxOrderCount: number;
|
|
9455
|
+
|
|
9456
9456
|
/**
|
|
9457
9457
|
* Selektion über den Bereich vom Belegdatum
|
|
9458
9458
|
*/
|
|
@@ -9542,14 +9542,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9542
9542
|
specifyStorageBins: boolean;
|
|
9543
9543
|
|
|
9544
9544
|
/**
|
|
9545
|
-
*
|
|
9545
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9546
9546
|
*/
|
|
9547
|
-
|
|
9547
|
+
sortByRoutePosition: boolean;
|
|
9548
9548
|
|
|
9549
9549
|
/**
|
|
9550
|
-
*
|
|
9550
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9551
9551
|
*/
|
|
9552
|
-
|
|
9552
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9553
9553
|
|
|
9554
9554
|
/**
|
|
9555
9555
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -9610,24 +9610,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9610
9610
|
showShippingFormOnPickingFinish: boolean;
|
|
9611
9611
|
|
|
9612
9612
|
/**
|
|
9613
|
-
*
|
|
9613
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9614
9614
|
*/
|
|
9615
|
-
|
|
9615
|
+
useDigitalPicklist: boolean;
|
|
9616
9616
|
|
|
9617
9617
|
/**
|
|
9618
|
-
*
|
|
9618
|
+
* Sammelbestätigung erlauben
|
|
9619
9619
|
*/
|
|
9620
|
-
|
|
9620
|
+
allowFullConfirmation: boolean;
|
|
9621
9621
|
|
|
9622
9622
|
/**
|
|
9623
|
-
* Sollen
|
|
9623
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9624
9624
|
*/
|
|
9625
|
-
|
|
9625
|
+
allowPickingOfServiceArticles: boolean;
|
|
9626
9626
|
|
|
9627
9627
|
/**
|
|
9628
|
-
*
|
|
9628
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9629
9629
|
*/
|
|
9630
|
-
|
|
9630
|
+
printLabelOnScan: boolean;
|
|
9631
9631
|
|
|
9632
9632
|
/**
|
|
9633
9633
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9744,14 +9744,14 @@ export interface PriceSelectionCriteria {
|
|
|
9744
9744
|
quantity: number;
|
|
9745
9745
|
|
|
9746
9746
|
/**
|
|
9747
|
-
* Liste von
|
|
9747
|
+
* Liste von Artikel-IDs
|
|
9748
9748
|
*/
|
|
9749
|
-
|
|
9749
|
+
articleIds: Array<number>;
|
|
9750
9750
|
|
|
9751
9751
|
/**
|
|
9752
|
-
* Liste von
|
|
9752
|
+
* Liste von Account-IDs
|
|
9753
9753
|
*/
|
|
9754
|
-
|
|
9754
|
+
accountIds: Array<number>;
|
|
9755
9755
|
|
|
9756
9756
|
/**
|
|
9757
9757
|
* ein qualifier
|
|
@@ -9918,14 +9918,14 @@ export interface ProductArticleRef {
|
|
|
9918
9918
|
export interface ProductDiscount {
|
|
9919
9919
|
|
|
9920
9920
|
/**
|
|
9921
|
-
*
|
|
9921
|
+
* Kundengruppe
|
|
9922
9922
|
*/
|
|
9923
|
-
|
|
9923
|
+
customerGroupRef: ApiObjectReference;
|
|
9924
9924
|
|
|
9925
9925
|
/**
|
|
9926
|
-
*
|
|
9926
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9927
9927
|
*/
|
|
9928
|
-
|
|
9928
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9929
9929
|
|
|
9930
9930
|
/**
|
|
9931
9931
|
* Lieferantengruppe
|
|
@@ -10003,14 +10003,14 @@ export interface ProductDiscount {
|
|
|
10003
10003
|
modifierValueType: ValueType;
|
|
10004
10004
|
|
|
10005
10005
|
/**
|
|
10006
|
-
*
|
|
10006
|
+
* Account, für den der Rabatt gültig ist
|
|
10007
10007
|
*/
|
|
10008
|
-
|
|
10008
|
+
accountRef: ApiObjectReference;
|
|
10009
10009
|
|
|
10010
10010
|
/**
|
|
10011
|
-
*
|
|
10011
|
+
* Name des Rabatts
|
|
10012
10012
|
*/
|
|
10013
|
-
|
|
10013
|
+
modifierName: string;
|
|
10014
10014
|
|
|
10015
10015
|
/**
|
|
10016
10016
|
* Unique identifier of the Object
|
|
@@ -10127,14 +10127,14 @@ export interface ProductMainGroup {
|
|
|
10127
10127
|
export interface ProductPrice {
|
|
10128
10128
|
|
|
10129
10129
|
/**
|
|
10130
|
-
*
|
|
10130
|
+
* Kundengruppe
|
|
10131
10131
|
*/
|
|
10132
|
-
|
|
10132
|
+
customerGroupRef: ApiObjectReference;
|
|
10133
10133
|
|
|
10134
10134
|
/**
|
|
10135
|
-
*
|
|
10135
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10136
10136
|
*/
|
|
10137
|
-
|
|
10137
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10138
10138
|
|
|
10139
10139
|
/**
|
|
10140
10140
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10222,14 +10222,14 @@ export interface ProductPrice {
|
|
|
10222
10222
|
qualifier: ProductPriceQualifier;
|
|
10223
10223
|
|
|
10224
10224
|
/**
|
|
10225
|
-
*
|
|
10225
|
+
* Preisbasis
|
|
10226
10226
|
*/
|
|
10227
|
-
|
|
10227
|
+
priceBase: ArticlePriceBase;
|
|
10228
10228
|
|
|
10229
10229
|
/**
|
|
10230
|
-
*
|
|
10230
|
+
* Aktionpreis
|
|
10231
10231
|
*/
|
|
10232
|
-
|
|
10232
|
+
specialOfferPrice: boolean;
|
|
10233
10233
|
|
|
10234
10234
|
/**
|
|
10235
10235
|
* Gültig bis
|
|
@@ -10336,20 +10336,15 @@ export const enum RegulationSet {
|
|
|
10336
10336
|
|
|
10337
10337
|
export interface RequestDocument {
|
|
10338
10338
|
|
|
10339
|
-
/**
|
|
10340
|
-
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10341
|
-
*/
|
|
10342
|
-
incomingGoodsStorageBinId: number;
|
|
10343
|
-
|
|
10344
10339
|
/**
|
|
10345
10340
|
* Belegdatum
|
|
10346
10341
|
*/
|
|
10347
10342
|
documentDate: ScriptingDate;
|
|
10348
10343
|
|
|
10349
10344
|
/**
|
|
10350
|
-
* ID
|
|
10345
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10351
10346
|
*/
|
|
10352
|
-
|
|
10347
|
+
incomingGoodsStorageBinId: number;
|
|
10353
10348
|
|
|
10354
10349
|
/**
|
|
10355
10350
|
* Leistungsdatum
|
|
@@ -10361,6 +10356,11 @@ export interface RequestDocument {
|
|
|
10361
10356
|
*/
|
|
10362
10357
|
depositPaymentAmount: number;
|
|
10363
10358
|
|
|
10359
|
+
/**
|
|
10360
|
+
* ID der Kassenschublade (bei POS)
|
|
10361
|
+
*/
|
|
10362
|
+
cashDrawerId: number;
|
|
10363
|
+
|
|
10364
10364
|
/**
|
|
10365
10365
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10366
10366
|
*/
|
|
@@ -10417,14 +10417,14 @@ export interface RequestDocument {
|
|
|
10417
10417
|
lines: Array<RequestDocumentLine>;
|
|
10418
10418
|
|
|
10419
10419
|
/**
|
|
10420
|
-
*
|
|
10420
|
+
* Die Vertragsdetails
|
|
10421
10421
|
*/
|
|
10422
|
-
|
|
10422
|
+
contractDetail: DocumentContractDetail;
|
|
10423
10423
|
|
|
10424
10424
|
/**
|
|
10425
|
-
*
|
|
10425
|
+
* ID der Kasse (bei POS)
|
|
10426
10426
|
*/
|
|
10427
|
-
|
|
10427
|
+
posRegisterId: number;
|
|
10428
10428
|
|
|
10429
10429
|
/**
|
|
10430
10430
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10482,14 +10482,14 @@ export interface RequestDocument {
|
|
|
10482
10482
|
texts: Array<DocumentText>;
|
|
10483
10483
|
|
|
10484
10484
|
/**
|
|
10485
|
-
*
|
|
10485
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10486
10486
|
*/
|
|
10487
|
-
|
|
10487
|
+
processedByPicklistProcessing: boolean;
|
|
10488
10488
|
|
|
10489
10489
|
/**
|
|
10490
|
-
*
|
|
10490
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10491
10491
|
*/
|
|
10492
|
-
|
|
10492
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10493
10493
|
|
|
10494
10494
|
/**
|
|
10495
10495
|
* Die Rabatte des Beleges
|
|
@@ -10545,14 +10545,14 @@ export interface RequestDocumentLine {
|
|
|
10545
10545
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10546
10546
|
|
|
10547
10547
|
/**
|
|
10548
|
-
*
|
|
10548
|
+
* FiBu-Angaben
|
|
10549
10549
|
*/
|
|
10550
|
-
|
|
10550
|
+
financeBooking: DocumentFinanceBooking;
|
|
10551
10551
|
|
|
10552
10552
|
/**
|
|
10553
|
-
*
|
|
10553
|
+
* Typ dieser Position
|
|
10554
10554
|
*/
|
|
10555
|
-
|
|
10555
|
+
lineType: DocumentLineType;
|
|
10556
10556
|
|
|
10557
10557
|
/**
|
|
10558
10558
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10565,14 +10565,14 @@ export interface RequestDocumentLine {
|
|
|
10565
10565
|
dropShippingPolicy: DropShippingPolicy;
|
|
10566
10566
|
|
|
10567
10567
|
/**
|
|
10568
|
-
*
|
|
10568
|
+
* Positionsnummer der Artikel
|
|
10569
10569
|
*/
|
|
10570
|
-
|
|
10570
|
+
positionOfArticleLine: number;
|
|
10571
10571
|
|
|
10572
10572
|
/**
|
|
10573
|
-
*
|
|
10573
|
+
* (optional) Lager-ID
|
|
10574
10574
|
*/
|
|
10575
|
-
|
|
10575
|
+
storageId: number;
|
|
10576
10576
|
|
|
10577
10577
|
/**
|
|
10578
10578
|
* Vertragsdetails zur Belegposition
|
|
@@ -10610,14 +10610,14 @@ export interface RequestDocumentLine {
|
|
|
10610
10610
|
custom: EavDocumentline;
|
|
10611
10611
|
|
|
10612
10612
|
/**
|
|
10613
|
-
*
|
|
10613
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10614
10614
|
*/
|
|
10615
|
-
|
|
10615
|
+
settledOpenItemComment: string;
|
|
10616
10616
|
|
|
10617
10617
|
/**
|
|
10618
|
-
*
|
|
10618
|
+
* (optional) ID des Artikels dieser Position
|
|
10619
10619
|
*/
|
|
10620
|
-
|
|
10620
|
+
articleId: number;
|
|
10621
10621
|
|
|
10622
10622
|
/**
|
|
10623
10623
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -10659,11 +10659,6 @@ export interface RequestDocumentLine {
|
|
|
10659
10659
|
*/
|
|
10660
10660
|
name: string;
|
|
10661
10661
|
|
|
10662
|
-
/**
|
|
10663
|
-
* Buchungen zu dieser Belegposition
|
|
10664
|
-
*/
|
|
10665
|
-
bookings: Array<RequestDocumentLineBooking>;
|
|
10666
|
-
|
|
10667
10662
|
/**
|
|
10668
10663
|
* Für interne Zwecke: Externe Artikelnummer
|
|
10669
10664
|
*/
|
|
@@ -10674,6 +10669,11 @@ export interface RequestDocumentLine {
|
|
|
10674
10669
|
*/
|
|
10675
10670
|
sourceLineId: number;
|
|
10676
10671
|
|
|
10672
|
+
/**
|
|
10673
|
+
* Buchungen zu dieser Belegposition
|
|
10674
|
+
*/
|
|
10675
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10676
|
+
|
|
10677
10677
|
/**
|
|
10678
10678
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10679
10679
|
*/
|
|
@@ -10811,14 +10811,14 @@ export interface RequestDocumentText {
|
|
|
10811
10811
|
export interface RevenueCalculation {
|
|
10812
10812
|
|
|
10813
10813
|
/**
|
|
10814
|
-
*
|
|
10814
|
+
* Netto Umsatz
|
|
10815
10815
|
*/
|
|
10816
|
-
|
|
10816
|
+
salesValue: number;
|
|
10817
10817
|
|
|
10818
10818
|
/**
|
|
10819
|
-
*
|
|
10819
|
+
* Deckungsbeitrag (absolut)
|
|
10820
10820
|
*/
|
|
10821
|
-
|
|
10821
|
+
revenue: number;
|
|
10822
10822
|
|
|
10823
10823
|
/**
|
|
10824
10824
|
* Einkaufspreis
|
|
@@ -10839,14 +10839,14 @@ export interface SalesAgent {
|
|
|
10839
10839
|
note: string;
|
|
10840
10840
|
|
|
10841
10841
|
/**
|
|
10842
|
-
*
|
|
10842
|
+
* reference to the delivery method
|
|
10843
10843
|
*/
|
|
10844
|
-
|
|
10844
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10845
10845
|
|
|
10846
10846
|
/**
|
|
10847
|
-
*
|
|
10847
|
+
* is sales agent taxable
|
|
10848
10848
|
*/
|
|
10849
|
-
|
|
10849
|
+
taxable: boolean;
|
|
10850
10850
|
|
|
10851
10851
|
/**
|
|
10852
10852
|
* Freifelder
|
|
@@ -11095,14 +11095,14 @@ export interface ScenarioDimensionValue {
|
|
|
11095
11095
|
export interface ScenarioFactDef {
|
|
11096
11096
|
|
|
11097
11097
|
/**
|
|
11098
|
-
* Attribut
|
|
11098
|
+
* Attribut Name
|
|
11099
11099
|
*/
|
|
11100
|
-
|
|
11100
|
+
factAttribute: string;
|
|
11101
11101
|
|
|
11102
11102
|
/**
|
|
11103
|
-
* Attribut
|
|
11103
|
+
* Attribut Typ
|
|
11104
11104
|
*/
|
|
11105
|
-
|
|
11105
|
+
attributeType: ScenarioFactDef$FactType;
|
|
11106
11106
|
|
|
11107
11107
|
/**
|
|
11108
11108
|
* Unique identifier of the Object
|
|
@@ -11805,14 +11805,14 @@ export interface StockMovementManualApi {
|
|
|
11805
11805
|
expiryDate: ScriptingDate;
|
|
11806
11806
|
|
|
11807
11807
|
/**
|
|
11808
|
-
*
|
|
11808
|
+
* Zugang oder Abgang
|
|
11809
11809
|
*/
|
|
11810
|
-
|
|
11810
|
+
factor: StockJournalFactor;
|
|
11811
11811
|
|
|
11812
11812
|
/**
|
|
11813
|
-
*
|
|
11813
|
+
* Notiz zur Seriennummer
|
|
11814
11814
|
*/
|
|
11815
|
-
|
|
11815
|
+
serialNumberNote: string;
|
|
11816
11816
|
|
|
11817
11817
|
/**
|
|
11818
11818
|
* Lager
|
|
@@ -12190,14 +12190,14 @@ export const enum TagType {
|
|
|
12190
12190
|
export interface TaxIdForeignCountry {
|
|
12191
12191
|
|
|
12192
12192
|
/**
|
|
12193
|
-
*
|
|
12193
|
+
* Tax ID of the company in the associated country
|
|
12194
12194
|
*/
|
|
12195
|
-
|
|
12195
|
+
taxId: string;
|
|
12196
12196
|
|
|
12197
12197
|
/**
|
|
12198
|
-
*
|
|
12198
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12199
12199
|
*/
|
|
12200
|
-
|
|
12200
|
+
countryCode: string;
|
|
12201
12201
|
|
|
12202
12202
|
/**
|
|
12203
12203
|
* Unique identifier of the Object
|
|
@@ -12483,14 +12483,14 @@ export interface User {
|
|
|
12483
12483
|
version: number;
|
|
12484
12484
|
|
|
12485
12485
|
/**
|
|
12486
|
-
*
|
|
12486
|
+
* first-name
|
|
12487
12487
|
*/
|
|
12488
|
-
|
|
12488
|
+
firstName: string;
|
|
12489
12489
|
|
|
12490
12490
|
/**
|
|
12491
|
-
*
|
|
12491
|
+
* is the email verified
|
|
12492
12492
|
*/
|
|
12493
|
-
|
|
12493
|
+
emailVerified: boolean;
|
|
12494
12494
|
|
|
12495
12495
|
/**
|
|
12496
12496
|
* email-address
|