@vario-software/types 2026.30.0 → 2026.30.1
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 +15 -15
- package/scripting/types.d.ts +259 -259
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -1757,18 +1757,18 @@ export interface DocumentScriptingService {
|
|
|
1757
1757
|
* Bricht die Bearbeitung eines Belegs ab (Transition EDIT -> SAVED)
|
|
1758
1758
|
*
|
|
1759
1759
|
* @param {number} documentId - ID des Belegs
|
|
1760
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1761
1760
|
* @return {Document} Der abgebrochene Beleg. Falls der Beleg erst angelegt und noch nicht gespeichert wurde, wird er gelöscht und es wird {@code null} zurückgeliefert
|
|
1762
1761
|
*/
|
|
1763
|
-
cancel(documentId: number
|
|
1762
|
+
cancel(documentId: number): Document;
|
|
1764
1763
|
|
|
1765
1764
|
/**
|
|
1766
1765
|
* Bricht die Bearbeitung eines Belegs ab (Transition EDIT -> SAVED)
|
|
1767
1766
|
*
|
|
1768
1767
|
* @param {number} documentId - ID des Belegs
|
|
1768
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1769
1769
|
* @return {Document} Der abgebrochene Beleg. Falls der Beleg erst angelegt und noch nicht gespeichert wurde, wird er gelöscht und es wird {@code null} zurückgeliefert
|
|
1770
1770
|
*/
|
|
1771
|
-
cancel(documentId: number): Document;
|
|
1771
|
+
cancel(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
1774
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
@@ -1923,18 +1923,18 @@ export interface DocumentScriptingService {
|
|
|
1923
1923
|
* Speichert einen Beleg (Transition EDIT -> SAVED)
|
|
1924
1924
|
*
|
|
1925
1925
|
* @param {number} documentId - ID des zu speichernden Belegs
|
|
1926
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1927
1926
|
* @return {Document} Der gespeicherte Beleg
|
|
1928
1927
|
*/
|
|
1929
|
-
save(documentId: number
|
|
1928
|
+
save(documentId: number): Document;
|
|
1930
1929
|
|
|
1931
1930
|
/**
|
|
1932
1931
|
* Speichert einen Beleg (Transition EDIT -> SAVED)
|
|
1933
1932
|
*
|
|
1934
1933
|
* @param {number} documentId - ID des zu speichernden Belegs
|
|
1934
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1935
1935
|
* @return {Document} Der gespeicherte Beleg
|
|
1936
1936
|
*/
|
|
1937
|
-
save(documentId: number): Document;
|
|
1937
|
+
save(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1938
1938
|
|
|
1939
1939
|
/**
|
|
1940
1940
|
* Versendet einen Beleg per Mail
|
|
@@ -3113,18 +3113,18 @@ export interface ScriptingUtilities {
|
|
|
3113
3113
|
* Erstellt eine neue BigDecimal-Instanz
|
|
3114
3114
|
*
|
|
3115
3115
|
* @param {object} value - Der Quell-Wert
|
|
3116
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
3117
3116
|
* @return {number} Ein BigDecimal-Wert
|
|
3118
3117
|
*/
|
|
3119
|
-
newBigDecimal(value: object
|
|
3118
|
+
newBigDecimal(value: object): number;
|
|
3120
3119
|
|
|
3121
3120
|
/**
|
|
3122
3121
|
* Erstellt eine neue BigDecimal-Instanz
|
|
3123
3122
|
*
|
|
3124
3123
|
* @param {object} value - Der Quell-Wert
|
|
3124
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
3125
3125
|
* @return {number} Ein BigDecimal-Wert
|
|
3126
3126
|
*/
|
|
3127
|
-
newBigDecimal(value: object): number;
|
|
3127
|
+
newBigDecimal(value: object, scale: number): number;
|
|
3128
3128
|
|
|
3129
3129
|
/**
|
|
3130
3130
|
* Erstellt eine API-Referenz
|
|
@@ -3174,24 +3174,24 @@ export interface ShelfDocumentScriptingService {
|
|
|
3174
3174
|
deleteAttribution(attributionId: number): void;
|
|
3175
3175
|
|
|
3176
3176
|
/**
|
|
3177
|
-
* Lädt eine Datei von einer URL herunter und erstellt ein neues DMS-Dokument
|
|
3177
|
+
* Lädt eine Datei von einer URL mit Authentifizierung herunter und erstellt ein neues DMS-Dokument
|
|
3178
3178
|
*
|
|
3179
3179
|
* @param {string} url - Download-URL
|
|
3180
|
+
* @param {EScriptingAuthenticationType} authenticationType - Art der Authentifizierung (BASIC_AUTH, BEARER_TOKEN)
|
|
3181
|
+
* @param {string} authValue - Authentifizierungswert — Platzhalter (z.B. {{secret:myApi:token}}) oder Klartext. Bei BASIC_AUTH im Format 'username:password'
|
|
3180
3182
|
* @param {string} documentTypeKey - Schlüssel der Dokumentenart
|
|
3181
3183
|
* @return {ShelfDocument} Das neu erstellte DMS-Dokument
|
|
3182
3184
|
*/
|
|
3183
|
-
downloadIntoDMS(url: string, documentTypeKey: string): ShelfDocument;
|
|
3185
|
+
downloadIntoDMS(url: string, authenticationType: EScriptingAuthenticationType, authValue: string, documentTypeKey: string): ShelfDocument;
|
|
3184
3186
|
|
|
3185
3187
|
/**
|
|
3186
|
-
* Lädt eine Datei von einer URL
|
|
3188
|
+
* Lädt eine Datei von einer URL herunter und erstellt ein neues DMS-Dokument
|
|
3187
3189
|
*
|
|
3188
3190
|
* @param {string} url - Download-URL
|
|
3189
|
-
* @param {EScriptingAuthenticationType} authenticationType - Art der Authentifizierung (BASIC_AUTH, BEARER_TOKEN)
|
|
3190
|
-
* @param {string} authValue - Authentifizierungswert — Platzhalter (z.B. {{secret:myApi:token}}) oder Klartext. Bei BASIC_AUTH im Format 'username:password'
|
|
3191
3191
|
* @param {string} documentTypeKey - Schlüssel der Dokumentenart
|
|
3192
3192
|
* @return {ShelfDocument} Das neu erstellte DMS-Dokument
|
|
3193
3193
|
*/
|
|
3194
|
-
downloadIntoDMS(url: string,
|
|
3194
|
+
downloadIntoDMS(url: string, documentTypeKey: string): ShelfDocument;
|
|
3195
3195
|
|
|
3196
3196
|
/**
|
|
3197
3197
|
* Findet ein Dokumentenart über ihren Schlüssel
|
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* Erstkontakt am
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
initialContactAt: ScriptingDate;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* calculation mode of this document
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
calculationMode: CalculationMode;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -494,14 +494,14 @@ export interface AccountBankdetail {
|
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* city of the bank
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
bankCity: string;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* origin type
|
|
@@ -1014,14 +1014,14 @@ export interface Article {
|
|
|
1014
1014
|
customsTariffNumber: string;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* Product custom data
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
listingCustom: EavArticleListing;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* base capacity unit
|
|
@@ -1034,14 +1034,14 @@ export interface Article {
|
|
|
1034
1034
|
sellableWithoutStock: boolean;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
*
|
|
1037
|
+
* Seriennummern Auszeichnungsart
|
|
1038
1038
|
*/
|
|
1039
|
-
|
|
1039
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
|
-
*
|
|
1042
|
+
* Durchschnittl. EKP (Startwert)
|
|
1043
1043
|
*/
|
|
1044
|
-
|
|
1044
|
+
initialAvgPurchasePrice: number;
|
|
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
|
+
* weight and size w.o. packaging
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
netMetric: Article$Metric;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1077
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1078
1078
|
*/
|
|
1079
|
-
|
|
1079
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1080
1080
|
|
|
1081
1081
|
/**
|
|
1082
1082
|
* unique product number
|
|
@@ -1228,6 +1228,11 @@ export interface Article {
|
|
|
1228
1228
|
*/
|
|
1229
1229
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1230
|
|
|
1231
|
+
/**
|
|
1232
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1233
|
+
*/
|
|
1234
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1235
|
+
|
|
1231
1236
|
/**
|
|
1232
1237
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1233
1238
|
*/
|
|
@@ -1238,11 +1243,6 @@ export interface Article {
|
|
|
1238
1243
|
*/
|
|
1239
1244
|
note: string;
|
|
1240
1245
|
|
|
1241
|
-
/**
|
|
1242
|
-
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1243
|
-
*/
|
|
1244
|
-
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1245
|
-
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Erlaubte Arten der Kommissionierung
|
|
1248
1248
|
*/
|
|
@@ -1303,20 +1303,15 @@ export interface Article {
|
|
|
1303
1303
|
*/
|
|
1304
1304
|
permissibleForOrderProposal: boolean;
|
|
1305
1305
|
|
|
1306
|
-
/**
|
|
1307
|
-
* reference to Product
|
|
1308
|
-
*/
|
|
1309
|
-
productRef: ApiObjectReference;
|
|
1310
|
-
|
|
1311
1306
|
/**
|
|
1312
1307
|
* Versandlabeldruck
|
|
1313
1308
|
*/
|
|
1314
1309
|
shippingLabelPrinting: boolean;
|
|
1315
1310
|
|
|
1316
1311
|
/**
|
|
1317
|
-
*
|
|
1312
|
+
* reference to Product
|
|
1318
1313
|
*/
|
|
1319
|
-
|
|
1314
|
+
productRef: ApiObjectReference;
|
|
1320
1315
|
|
|
1321
1316
|
/**
|
|
1322
1317
|
* Kontingentartikel
|
|
@@ -1328,6 +1323,11 @@ export interface Article {
|
|
|
1328
1323
|
*/
|
|
1329
1324
|
discountable: boolean;
|
|
1330
1325
|
|
|
1326
|
+
/**
|
|
1327
|
+
* alternative name of this product
|
|
1328
|
+
*/
|
|
1329
|
+
alternativeName: string;
|
|
1330
|
+
|
|
1331
1331
|
/**
|
|
1332
1332
|
* base capacity
|
|
1333
1333
|
*/
|
|
@@ -1364,14 +1364,14 @@ export interface Article {
|
|
|
1364
1364
|
custom: EavArticle;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* Art des Haltbarkeitsdatums
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
|
-
*
|
|
1372
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1373
1373
|
*/
|
|
1374
|
-
|
|
1374
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1375
1375
|
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Hersteller
|
|
@@ -1547,14 +1547,14 @@ export interface ArticleCustomer {
|
|
|
1547
1547
|
articleName: string;
|
|
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
|
+
* Etikettdruck-Einstellungen
|
|
1556
1556
|
*/
|
|
1557
|
-
|
|
1557
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Kunden-Preise
|
|
@@ -1562,14 +1562,14 @@ export interface ArticleCustomer {
|
|
|
1562
1562
|
productPrices: Array<ProductPrice>;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
*
|
|
1565
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
useDeviatingArticleDescription: boolean;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
*
|
|
1570
|
+
* Referenced Article
|
|
1571
1571
|
*/
|
|
1572
|
-
|
|
1572
|
+
articleId: number;
|
|
1573
1573
|
|
|
1574
1574
|
/**
|
|
1575
1575
|
* Aktiv?
|
|
@@ -1607,14 +1607,14 @@ export interface ArticleCustomer {
|
|
|
1607
1607
|
defaultGrossPrice: number;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Abweichende Produktnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
deviatingArticleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
|
-
*
|
|
1615
|
+
* Art der Preisermittlung
|
|
1616
1616
|
*/
|
|
1617
|
-
|
|
1617
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1618
1618
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Artikelnummer
|
|
@@ -1936,20 +1936,15 @@ export const enum ArticleSerialType {
|
|
|
1936
1936
|
|
|
1937
1937
|
export interface ArticleStorage {
|
|
1938
1938
|
|
|
1939
|
-
/**
|
|
1940
|
-
* Nachschub ab
|
|
1941
|
-
*/
|
|
1942
|
-
replenishmentFrom: number;
|
|
1943
|
-
|
|
1944
1939
|
/**
|
|
1945
1940
|
* Bestand im Lager
|
|
1946
1941
|
*/
|
|
1947
1942
|
quantityInStock: number;
|
|
1948
1943
|
|
|
1949
1944
|
/**
|
|
1950
|
-
*
|
|
1945
|
+
* Nachschub ab
|
|
1951
1946
|
*/
|
|
1952
|
-
|
|
1947
|
+
replenishmentFrom: number;
|
|
1953
1948
|
|
|
1954
1949
|
/**
|
|
1955
1950
|
* Meldebestand
|
|
@@ -1962,15 +1957,20 @@ export interface ArticleStorage {
|
|
|
1962
1957
|
orderedQuantity: number;
|
|
1963
1958
|
|
|
1964
1959
|
/**
|
|
1965
|
-
*
|
|
1960
|
+
* Aktuelle Menge in Kommissionierung
|
|
1966
1961
|
*/
|
|
1967
|
-
|
|
1962
|
+
quantityInPicking: number;
|
|
1968
1963
|
|
|
1969
1964
|
/**
|
|
1970
1965
|
* Nachschub auf
|
|
1971
1966
|
*/
|
|
1972
1967
|
replenishmentOn: number;
|
|
1973
1968
|
|
|
1969
|
+
/**
|
|
1970
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1971
|
+
*/
|
|
1972
|
+
virtualStockAmount: number;
|
|
1973
|
+
|
|
1974
1974
|
/**
|
|
1975
1975
|
* Reservierte Menge
|
|
1976
1976
|
*/
|
|
@@ -2039,11 +2039,6 @@ export interface ArticleStorage {
|
|
|
2039
2039
|
|
|
2040
2040
|
export interface ArticleSupplier {
|
|
2041
2041
|
|
|
2042
|
-
/**
|
|
2043
|
-
* Lieferanten-Meldebestand
|
|
2044
|
-
*/
|
|
2045
|
-
supplierReportingStock: number;
|
|
2046
|
-
|
|
2047
2042
|
/**
|
|
2048
2043
|
* Anzeigename des Accounts
|
|
2049
2044
|
*/
|
|
@@ -2054,6 +2049,11 @@ export interface ArticleSupplier {
|
|
|
2054
2049
|
*/
|
|
2055
2050
|
useSupplierArticleDescription: boolean;
|
|
2056
2051
|
|
|
2052
|
+
/**
|
|
2053
|
+
* Lieferanten-Meldebestand
|
|
2054
|
+
*/
|
|
2055
|
+
supplierReportingStock: number;
|
|
2056
|
+
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Lieferzeit in (Werk-)Tagen
|
|
2059
2059
|
*/
|
|
@@ -2110,14 +2110,14 @@ export interface ArticleSupplier {
|
|
|
2110
2110
|
info: MetaInfo;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Referenced Article name
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
articleName: string;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
|
-
*
|
|
2118
|
+
* Verpackungseinheit
|
|
2119
2119
|
*/
|
|
2120
|
-
|
|
2120
|
+
packagingUnit: number;
|
|
2121
2121
|
|
|
2122
2122
|
/**
|
|
2123
2123
|
* Lieferanten-Preise
|
|
@@ -2517,14 +2517,14 @@ export interface CountryReference {
|
|
|
2517
2517
|
export interface CreateNewDocumentRequest {
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
* Belegart
|
|
2520
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
|
-
*
|
|
2525
|
+
* Belegart
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
documentTypeLabel: string;
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2595,14 +2595,14 @@ export interface CrmActivity {
|
|
|
2595
2595
|
info: MetaInfo;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
|
-
*
|
|
2598
|
+
* geplante Dauer
|
|
2599
2599
|
*/
|
|
2600
|
-
|
|
2600
|
+
plannedDurationInSeconds: number;
|
|
2601
2601
|
|
|
2602
2602
|
/**
|
|
2603
|
-
*
|
|
2603
|
+
* Aktivität intern abgerechnet?
|
|
2604
2604
|
*/
|
|
2605
|
-
|
|
2605
|
+
internalBilled: boolean;
|
|
2606
2606
|
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2877,14 +2877,14 @@ export interface CrmDeal {
|
|
|
2877
2877
|
info: MetaInfo;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
|
-
*
|
|
2880
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2881
2881
|
*/
|
|
2882
|
-
|
|
2882
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2883
2883
|
|
|
2884
2884
|
/**
|
|
2885
|
-
*
|
|
2885
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2886
2886
|
*/
|
|
2887
|
-
|
|
2887
|
+
assignedUserRef: ApiObjectReference;
|
|
2888
2888
|
|
|
2889
2889
|
/**
|
|
2890
2890
|
* Chance (in Prozent)
|
|
@@ -3163,14 +3163,14 @@ export interface CrmProject {
|
|
|
3163
3163
|
priorityRef: ApiObjectReference;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
|
-
*
|
|
3166
|
+
* Phase
|
|
3167
3167
|
*/
|
|
3168
|
-
|
|
3168
|
+
phaseRef: ApiObjectReference;
|
|
3169
3169
|
|
|
3170
3170
|
/**
|
|
3171
|
-
*
|
|
3171
|
+
* Projektleiter vom Auftragnehmer
|
|
3172
3172
|
*/
|
|
3173
|
-
|
|
3173
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3174
3174
|
|
|
3175
3175
|
/**
|
|
3176
3176
|
* Aufgaben-Nummer
|
|
@@ -3480,9 +3480,9 @@ export interface CrmSubType {
|
|
|
3480
3480
|
export interface CrmTask {
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Liste von Erinnerungen
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
reminders: Array<CrmReminder>;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
3488
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3490,9 +3490,9 @@ export interface CrmTask {
|
|
|
3490
3490
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3491
3491
|
|
|
3492
3492
|
/**
|
|
3493
|
-
*
|
|
3493
|
+
* Angebot
|
|
3494
3494
|
*/
|
|
3495
|
-
|
|
3495
|
+
customerOfferRef: DocumentRef;
|
|
3496
3496
|
|
|
3497
3497
|
/**
|
|
3498
3498
|
* Notizen
|
|
@@ -3889,14 +3889,14 @@ export interface Customer {
|
|
|
3889
3889
|
dueDate: ScriptingDate;
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
|
-
*
|
|
3892
|
+
* collective billable
|
|
3893
3893
|
*/
|
|
3894
|
-
|
|
3894
|
+
collectiveBillable: boolean;
|
|
3895
3895
|
|
|
3896
3896
|
/**
|
|
3897
|
-
*
|
|
3897
|
+
* Maximal mögliche Lieferungen
|
|
3898
3898
|
*/
|
|
3899
|
-
|
|
3899
|
+
maxDeliveries: number;
|
|
3900
3900
|
|
|
3901
3901
|
/**
|
|
3902
3902
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4167,26 +4167,26 @@ export interface DeliveryMethod {
|
|
|
4167
4167
|
*/
|
|
4168
4168
|
defaultSizeUnit: UnitTypeReference;
|
|
4169
4169
|
|
|
4170
|
-
/**
|
|
4171
|
-
* Quelle für Paketgewicht
|
|
4172
|
-
*/
|
|
4173
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4174
|
-
|
|
4175
4170
|
/**
|
|
4176
4171
|
* translations
|
|
4177
4172
|
*/
|
|
4178
4173
|
translations: Array<DocumentTypeTerm>;
|
|
4179
4174
|
|
|
4180
4175
|
/**
|
|
4181
|
-
*
|
|
4176
|
+
* Quelle für Paketgewicht
|
|
4182
4177
|
*/
|
|
4183
|
-
|
|
4178
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4184
4179
|
|
|
4185
4180
|
/**
|
|
4186
4181
|
* Gültige Ländercodes
|
|
4187
4182
|
*/
|
|
4188
4183
|
validCountryCodes: Array<string>;
|
|
4189
4184
|
|
|
4185
|
+
/**
|
|
4186
|
+
* Versand-Anbieter
|
|
4187
|
+
*/
|
|
4188
|
+
vdsCarrierId: number;
|
|
4189
|
+
|
|
4190
4190
|
/**
|
|
4191
4191
|
* Standardgewichtseinheit
|
|
4192
4192
|
*/
|
|
@@ -4316,14 +4316,14 @@ export interface DmsOutputStream {
|
|
|
4316
4316
|
export interface Document {
|
|
4317
4317
|
|
|
4318
4318
|
/**
|
|
4319
|
-
*
|
|
4319
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4320
4320
|
*/
|
|
4321
|
-
|
|
4321
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4322
4322
|
|
|
4323
4323
|
/**
|
|
4324
|
-
*
|
|
4324
|
+
* Referenz zum Rechnungskonto
|
|
4325
4325
|
*/
|
|
4326
|
-
|
|
4326
|
+
billingAccountRef: ApiObjectReference;
|
|
4327
4327
|
|
|
4328
4328
|
/**
|
|
4329
4329
|
* Externe Belegnummer
|
|
@@ -4361,14 +4361,14 @@ export interface Document {
|
|
|
4361
4361
|
totalVat: number;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
|
-
*
|
|
4364
|
+
* Name der bestellenden Person
|
|
4365
4365
|
*/
|
|
4366
|
-
|
|
4366
|
+
orderedBy: string;
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
|
-
*
|
|
4369
|
+
* Standardlager für neue Positionen
|
|
4370
4370
|
*/
|
|
4371
|
-
|
|
4371
|
+
defaultStorageRef: ApiObjectReference;
|
|
4372
4372
|
|
|
4373
4373
|
/**
|
|
4374
4374
|
* Lieferadresse
|
|
@@ -4404,9 +4404,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4404
4404
|
deliveryQuantityPackages: number;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
|
-
*
|
|
4407
|
+
* Steuerpflichtig oder steuerfrei
|
|
4408
4408
|
*/
|
|
4409
|
-
|
|
4409
|
+
taxable: boolean;
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Bestellnummer aus Vorbeleg
|
|
@@ -4414,9 +4414,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4414
4414
|
referencedOrderNumber: string;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
|
-
*
|
|
4417
|
+
* Leitweg-ID
|
|
4418
4418
|
*/
|
|
4419
|
-
|
|
4419
|
+
buyerReference: string;
|
|
4420
4420
|
|
|
4421
4421
|
/**
|
|
4422
4422
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4469,14 +4469,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4469
4469
|
accountId: number;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
|
-
* Länderkennzeichen
|
|
4472
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4473
4473
|
*/
|
|
4474
|
-
|
|
4474
|
+
sourceCountryCode: string;
|
|
4475
4475
|
|
|
4476
4476
|
/**
|
|
4477
|
-
* Länderkennzeichen
|
|
4477
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4478
4478
|
*/
|
|
4479
|
-
|
|
4479
|
+
performanceCountryCode: string;
|
|
4480
4480
|
|
|
4481
4481
|
/**
|
|
4482
4482
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4538,6 +4538,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4538
4538
|
*/
|
|
4539
4539
|
posPayments: Array<DocumentPosPayment>;
|
|
4540
4540
|
|
|
4541
|
+
/**
|
|
4542
|
+
* Ist die Quittung bezahlt
|
|
4543
|
+
true wenn die Quittung bezahlt ist
|
|
4544
|
+
|
|
4545
|
+
*/
|
|
4546
|
+
posReceiptPayed: boolean;
|
|
4547
|
+
|
|
4541
4548
|
/**
|
|
4542
4549
|
* Kundennummer beim Lieferanten
|
|
4543
4550
|
*/
|
|
@@ -4548,13 +4555,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4548
4555
|
*/
|
|
4549
4556
|
maxDeliveries: number;
|
|
4550
4557
|
|
|
4551
|
-
/**
|
|
4552
|
-
* Ist die Quittung bezahlt
|
|
4553
|
-
true wenn die Quittung bezahlt ist
|
|
4554
|
-
|
|
4555
|
-
*/
|
|
4556
|
-
posReceiptPayed: boolean;
|
|
4557
|
-
|
|
4558
4558
|
/**
|
|
4559
4559
|
* Quittung: Summe Zahlbetrag
|
|
4560
4560
|
*/
|
|
@@ -4676,14 +4676,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4676
4676
|
additionalInfo: DocumentAdditionalInfo;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
|
-
*
|
|
4679
|
+
* Bestelldatum
|
|
4680
4680
|
*/
|
|
4681
|
-
|
|
4681
|
+
orderedOn: ScriptingDate;
|
|
4682
4682
|
|
|
4683
4683
|
/**
|
|
4684
|
-
*
|
|
4684
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4685
4685
|
*/
|
|
4686
|
-
|
|
4686
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4687
4687
|
|
|
4688
4688
|
/**
|
|
4689
4689
|
* MetaInformations for this Object
|
|
@@ -4883,14 +4883,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4883
4883
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4884
4884
|
|
|
4885
4885
|
/**
|
|
4886
|
-
*
|
|
4886
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4887
4887
|
*/
|
|
4888
|
-
|
|
4888
|
+
reportGroupRef: ApiObjectReference;
|
|
4889
4889
|
|
|
4890
4890
|
/**
|
|
4891
|
-
*
|
|
4891
|
+
* Bestellt durch Ansprechpartner
|
|
4892
4892
|
*/
|
|
4893
|
-
|
|
4893
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4894
4894
|
}
|
|
4895
4895
|
|
|
4896
4896
|
export interface DocumentAdditionalInfo {
|
|
@@ -5441,18 +5441,18 @@ export interface DocumentLine {
|
|
|
5441
5441
|
/**
|
|
5442
5442
|
* Artikelnummer
|
|
5443
5443
|
*/
|
|
5444
|
-
number: string;
|
|
5445
|
-
|
|
5446
|
-
/**
|
|
5447
|
-
* Referenz zur Kundenauftragszeile
|
|
5448
|
-
*/
|
|
5449
|
-
customerOrderLineRef: DocumentLineRef;
|
|
5444
|
+
number: string;
|
|
5450
5445
|
|
|
5451
5446
|
/**
|
|
5452
5447
|
* Gesamtbruttogewicht
|
|
5453
5448
|
*/
|
|
5454
5449
|
totalGrossWeight: number;
|
|
5455
5450
|
|
|
5451
|
+
/**
|
|
5452
|
+
* Referenz zur Kundenauftragszeile
|
|
5453
|
+
*/
|
|
5454
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5455
|
+
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
5458
5458
|
*/
|
|
@@ -5493,11 +5493,6 @@ export interface DocumentLine {
|
|
|
5493
5493
|
*/
|
|
5494
5494
|
id: number;
|
|
5495
5495
|
|
|
5496
|
-
/**
|
|
5497
|
-
* Serientyp
|
|
5498
|
-
*/
|
|
5499
|
-
serialType: ArticleSerialType;
|
|
5500
|
-
|
|
5501
5496
|
/**
|
|
5502
5497
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5503
5498
|
*/
|
|
@@ -5508,6 +5503,11 @@ export interface DocumentLine {
|
|
|
5508
5503
|
*/
|
|
5509
5504
|
basePrice: number;
|
|
5510
5505
|
|
|
5506
|
+
/**
|
|
5507
|
+
* Serientyp
|
|
5508
|
+
*/
|
|
5509
|
+
serialType: ArticleSerialType;
|
|
5510
|
+
|
|
5511
5511
|
/**
|
|
5512
5512
|
* Steuerschema
|
|
5513
5513
|
*/
|
|
@@ -5609,14 +5609,14 @@ export interface DocumentLine {
|
|
|
5609
5609
|
settledOpenItemDiscountAmount: number;
|
|
5610
5610
|
|
|
5611
5611
|
/**
|
|
5612
|
-
*
|
|
5612
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5613
5613
|
*/
|
|
5614
|
-
|
|
5614
|
+
baseSalesValueNet: number;
|
|
5615
5615
|
|
|
5616
5616
|
/**
|
|
5617
|
-
*
|
|
5617
|
+
* Vertragsinformationen
|
|
5618
5618
|
*/
|
|
5619
|
-
|
|
5619
|
+
contractDetail: DocumentContractDetail;
|
|
5620
5620
|
|
|
5621
5621
|
/**
|
|
5622
5622
|
* Einheit Nettogewicht
|
|
@@ -5709,14 +5709,14 @@ export interface DocumentLine {
|
|
|
5709
5709
|
commissions: Array<DocumentLineCommission>;
|
|
5710
5710
|
|
|
5711
5711
|
/**
|
|
5712
|
-
*
|
|
5712
|
+
* Gesamtpreis Position in Basiswährung
|
|
5713
5713
|
*/
|
|
5714
|
-
|
|
5714
|
+
baseTotalLinePrice: number;
|
|
5715
5715
|
|
|
5716
5716
|
/**
|
|
5717
|
-
*
|
|
5717
|
+
* Positionstyp
|
|
5718
5718
|
*/
|
|
5719
|
-
|
|
5719
|
+
lineType: DocumentLineType;
|
|
5720
5720
|
|
|
5721
5721
|
/**
|
|
5722
5722
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5779,14 +5779,14 @@ export interface DocumentLine {
|
|
|
5779
5779
|
position: number;
|
|
5780
5780
|
|
|
5781
5781
|
/**
|
|
5782
|
-
*
|
|
5782
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5783
5783
|
*/
|
|
5784
|
-
|
|
5784
|
+
recalcLinePriceViaComponents: boolean;
|
|
5785
5785
|
|
|
5786
5786
|
/**
|
|
5787
|
-
*
|
|
5787
|
+
* Buchungen
|
|
5788
5788
|
*/
|
|
5789
|
-
|
|
5789
|
+
bookings: Array<DocumentLineBooking>;
|
|
5790
5790
|
|
|
5791
5791
|
/**
|
|
5792
5792
|
* unit gross Volume in cubic meters
|
|
@@ -6386,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6386
6386
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6387
6387
|
|
|
6388
6388
|
/**
|
|
6389
|
-
*
|
|
6389
|
+
* Typ der Einlage/Ausgabe
|
|
6390
6390
|
*/
|
|
6391
|
-
|
|
6391
|
+
depositExpenseTypeId: number;
|
|
6392
6392
|
|
|
6393
6393
|
/**
|
|
6394
|
-
*
|
|
6394
|
+
* Status der externen Zahlung
|
|
6395
6395
|
*/
|
|
6396
|
-
|
|
6396
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6397
6397
|
|
|
6398
6398
|
/**
|
|
6399
6399
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6431,14 +6431,14 @@ export interface DocumentLinePosDetail {
|
|
|
6431
6431
|
balanceBeforeWithdrawal: number;
|
|
6432
6432
|
|
|
6433
6433
|
/**
|
|
6434
|
-
*
|
|
6434
|
+
* Typ der Position
|
|
6435
6435
|
*/
|
|
6436
|
-
|
|
6436
|
+
posLineType: PosLineType;
|
|
6437
6437
|
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6440
6440
|
*/
|
|
6441
|
-
|
|
6441
|
+
externalPaymentId: string;
|
|
6442
6442
|
|
|
6443
6443
|
/**
|
|
6444
6444
|
* Unique identifier of the Object
|
|
@@ -6679,14 +6679,14 @@ export interface DocumentPosPayment {
|
|
|
6679
6679
|
balanceBeforeWithdrawal: number;
|
|
6680
6680
|
|
|
6681
6681
|
/**
|
|
6682
|
-
*
|
|
6682
|
+
* Typ der Position
|
|
6683
6683
|
*/
|
|
6684
|
-
|
|
6684
|
+
posLineType: PosLineType;
|
|
6685
6685
|
|
|
6686
6686
|
/**
|
|
6687
|
-
*
|
|
6687
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6688
6688
|
*/
|
|
6689
|
-
|
|
6689
|
+
externalPaymentId: string;
|
|
6690
6690
|
|
|
6691
6691
|
/**
|
|
6692
6692
|
* Unique identifier of the Object
|
|
@@ -6814,14 +6814,14 @@ export const enum DocumentRounding {
|
|
|
6814
6814
|
export interface DocumentShippingCost {
|
|
6815
6815
|
|
|
6816
6816
|
/**
|
|
6817
|
-
*
|
|
6817
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6818
6818
|
*/
|
|
6819
|
-
|
|
6819
|
+
manualCosts: boolean;
|
|
6820
6820
|
|
|
6821
6821
|
/**
|
|
6822
|
-
*
|
|
6822
|
+
* Die Versandkosten
|
|
6823
6823
|
*/
|
|
6824
|
-
|
|
6824
|
+
costs: number;
|
|
6825
6825
|
|
|
6826
6826
|
/**
|
|
6827
6827
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6949,14 +6949,14 @@ export interface DocumentText {
|
|
|
6949
6949
|
transferableIntoSubsequentDocuments: boolean;
|
|
6950
6950
|
|
|
6951
6951
|
/**
|
|
6952
|
-
*
|
|
6952
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6953
6953
|
*/
|
|
6954
|
-
|
|
6954
|
+
deleted: boolean;
|
|
6955
6955
|
|
|
6956
6956
|
/**
|
|
6957
|
-
*
|
|
6957
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6958
6958
|
*/
|
|
6959
|
-
|
|
6959
|
+
textPosition: TextPosition;
|
|
6960
6960
|
|
|
6961
6961
|
/**
|
|
6962
6962
|
* textBaustein Vorlage
|
|
@@ -7066,14 +7066,14 @@ export interface DocumentType {
|
|
|
7066
7066
|
labels: Array<DocumentTypeLabel>;
|
|
7067
7067
|
|
|
7068
7068
|
/**
|
|
7069
|
-
*
|
|
7069
|
+
* nächste Belegnummer
|
|
7070
7070
|
*/
|
|
7071
|
-
|
|
7071
|
+
nextNumber: string;
|
|
7072
7072
|
|
|
7073
7073
|
/**
|
|
7074
|
-
*
|
|
7074
|
+
* Zählerkreis
|
|
7075
7075
|
*/
|
|
7076
|
-
|
|
7076
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7077
7077
|
|
|
7078
7078
|
/**
|
|
7079
7079
|
* Sortierung
|
|
@@ -7274,14 +7274,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7274
7274
|
bookDate: ScriptingDate;
|
|
7275
7275
|
|
|
7276
7276
|
/**
|
|
7277
|
-
*
|
|
7277
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7278
7278
|
*/
|
|
7279
|
-
|
|
7279
|
+
targetExpiryDate: ScriptingDate;
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
|
-
*
|
|
7282
|
+
* Die gültige Seriennummer
|
|
7283
7283
|
*/
|
|
7284
|
-
|
|
7284
|
+
targetSerialNumber: string;
|
|
7285
7285
|
|
|
7286
7286
|
/**
|
|
7287
7287
|
* Quell-Lagerplatz
|
|
@@ -8067,26 +8067,26 @@ export interface OpenItem {
|
|
|
8067
8067
|
*/
|
|
8068
8068
|
paymentDueDate: ScriptingDate;
|
|
8069
8069
|
|
|
8070
|
-
/**
|
|
8071
|
-
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8072
|
-
*/
|
|
8073
|
-
performanceCountryCode: string;
|
|
8074
|
-
|
|
8075
8070
|
/**
|
|
8076
8071
|
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8077
8072
|
*/
|
|
8078
8073
|
sourceCountryCode: string;
|
|
8079
8074
|
|
|
8080
8075
|
/**
|
|
8081
|
-
*
|
|
8076
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8082
8077
|
*/
|
|
8083
|
-
|
|
8078
|
+
performanceCountryCode: string;
|
|
8084
8079
|
|
|
8085
8080
|
/**
|
|
8086
8081
|
* Valutadatum schreibgeschützt
|
|
8087
8082
|
*/
|
|
8088
8083
|
valueDateReadOnly: boolean;
|
|
8089
8084
|
|
|
8085
|
+
/**
|
|
8086
|
+
* agreed Deposit payment date
|
|
8087
|
+
*/
|
|
8088
|
+
depositPaymentDate: ScriptingDate;
|
|
8089
|
+
|
|
8090
8090
|
/**
|
|
8091
8091
|
* Does this open item belong to accounts payable or accounts receivable
|
|
8092
8092
|
*/
|
|
@@ -8551,14 +8551,14 @@ export interface OpenItemRecord {
|
|
|
8551
8551
|
totalAmount: number;
|
|
8552
8552
|
|
|
8553
8553
|
/**
|
|
8554
|
-
*
|
|
8554
|
+
* id des records, der diesen storniert hat
|
|
8555
8555
|
*/
|
|
8556
|
-
|
|
8556
|
+
revertedByRecordId: number;
|
|
8557
8557
|
|
|
8558
8558
|
/**
|
|
8559
|
-
*
|
|
8559
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8560
8560
|
*/
|
|
8561
|
-
|
|
8561
|
+
baseCurrencyCode: string;
|
|
8562
8562
|
|
|
8563
8563
|
/**
|
|
8564
8564
|
* qualifier of open item
|
|
@@ -8693,14 +8693,14 @@ export interface PaymentMethod {
|
|
|
8693
8693
|
dunnable: boolean;
|
|
8694
8694
|
|
|
8695
8695
|
/**
|
|
8696
|
-
*
|
|
8696
|
+
* translations
|
|
8697
8697
|
*/
|
|
8698
|
-
|
|
8698
|
+
translations: Array<DocumentTypeTerm>;
|
|
8699
8699
|
|
|
8700
8700
|
/**
|
|
8701
|
-
*
|
|
8701
|
+
* Debitoren-OP abschließen?
|
|
8702
8702
|
*/
|
|
8703
|
-
|
|
8703
|
+
closeCustomerAccountType: boolean;
|
|
8704
8704
|
|
|
8705
8705
|
/**
|
|
8706
8706
|
* +Tage für Folgelastschrift
|
|
@@ -8937,14 +8937,14 @@ export interface PickTrolley {
|
|
|
8937
8937
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8938
8938
|
|
|
8939
8939
|
/**
|
|
8940
|
-
*
|
|
8940
|
+
* Bearbeiter der Pickliste
|
|
8941
8941
|
*/
|
|
8942
|
-
|
|
8942
|
+
processedByUserRef: ApiObjectReference;
|
|
8943
8943
|
|
|
8944
8944
|
/**
|
|
8945
|
-
*
|
|
8945
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8946
8946
|
*/
|
|
8947
|
-
|
|
8947
|
+
storageBinRef: StorageBinRef;
|
|
8948
8948
|
|
|
8949
8949
|
/**
|
|
8950
8950
|
* Beschreibung des Wagens
|
|
@@ -9632,14 +9632,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9632
9632
|
printPicklist: boolean;
|
|
9633
9633
|
|
|
9634
9634
|
/**
|
|
9635
|
-
*
|
|
9635
|
+
* Die zu verwendende Pickwagengruppe
|
|
9636
9636
|
*/
|
|
9637
|
-
|
|
9637
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9638
9638
|
|
|
9639
9639
|
/**
|
|
9640
|
-
*
|
|
9640
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9641
9641
|
*/
|
|
9642
|
-
|
|
9642
|
+
maxPicklistLineCount: number;
|
|
9643
9643
|
|
|
9644
9644
|
/**
|
|
9645
9645
|
* Der zu verwendende Pickwagen
|
|
@@ -9724,6 +9724,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9724
9724
|
*/
|
|
9725
9725
|
showShippingFormOnPickingFinish: boolean;
|
|
9726
9726
|
|
|
9727
|
+
/**
|
|
9728
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9729
|
+
*/
|
|
9730
|
+
useDigitalPicklist: boolean;
|
|
9731
|
+
|
|
9727
9732
|
/**
|
|
9728
9733
|
* Sammelbestätigung erlauben
|
|
9729
9734
|
*/
|
|
@@ -9739,11 +9744,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9739
9744
|
*/
|
|
9740
9745
|
printLabelOnScan: boolean;
|
|
9741
9746
|
|
|
9742
|
-
/**
|
|
9743
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9744
|
-
*/
|
|
9745
|
-
useDigitalPicklist: boolean;
|
|
9746
|
-
|
|
9747
9747
|
/**
|
|
9748
9748
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9749
9749
|
*/
|
|
@@ -9770,14 +9770,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9770
9770
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9771
9771
|
|
|
9772
9772
|
/**
|
|
9773
|
-
*
|
|
9773
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9774
9774
|
*/
|
|
9775
|
-
|
|
9775
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9776
9776
|
|
|
9777
9777
|
/**
|
|
9778
|
-
*
|
|
9778
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9779
9779
|
*/
|
|
9780
|
-
|
|
9780
|
+
autoDeterminationOfLots: boolean;
|
|
9781
9781
|
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Zielmengen in Masken verstecken?
|
|
@@ -9892,14 +9892,14 @@ export interface PriceSelectionCriteria {
|
|
|
9892
9892
|
export interface Product {
|
|
9893
9893
|
|
|
9894
9894
|
/**
|
|
9895
|
-
*
|
|
9895
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
9896
9896
|
*/
|
|
9897
|
-
|
|
9897
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
9898
9898
|
|
|
9899
9899
|
/**
|
|
9900
|
-
*
|
|
9900
|
+
* Zolltarifnummer
|
|
9901
9901
|
*/
|
|
9902
|
-
|
|
9902
|
+
customsTariffNumber: string;
|
|
9903
9903
|
|
|
9904
9904
|
/**
|
|
9905
9905
|
* Gebindeschema dieses Produkts
|
|
@@ -10118,14 +10118,14 @@ export interface ProductDiscount {
|
|
|
10118
10118
|
modifierValueType: ValueType;
|
|
10119
10119
|
|
|
10120
10120
|
/**
|
|
10121
|
-
*
|
|
10121
|
+
* Name des Rabatts
|
|
10122
10122
|
*/
|
|
10123
|
-
|
|
10123
|
+
modifierName: string;
|
|
10124
10124
|
|
|
10125
10125
|
/**
|
|
10126
|
-
*
|
|
10126
|
+
* Account, für den der Rabatt gültig ist
|
|
10127
10127
|
*/
|
|
10128
|
-
|
|
10128
|
+
accountRef: ApiObjectReference;
|
|
10129
10129
|
|
|
10130
10130
|
/**
|
|
10131
10131
|
* Unique identifier of the Object
|
|
@@ -10451,15 +10451,20 @@ export const enum RegulationSet {
|
|
|
10451
10451
|
|
|
10452
10452
|
export interface RequestDocument {
|
|
10453
10453
|
|
|
10454
|
+
/**
|
|
10455
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10456
|
+
*/
|
|
10457
|
+
incomingGoodsStorageBinId: number;
|
|
10458
|
+
|
|
10454
10459
|
/**
|
|
10455
10460
|
* Belegdatum
|
|
10456
10461
|
*/
|
|
10457
10462
|
documentDate: ScriptingDate;
|
|
10458
10463
|
|
|
10459
10464
|
/**
|
|
10460
|
-
* ID
|
|
10465
|
+
* ID der Kassenschublade (bei POS)
|
|
10461
10466
|
*/
|
|
10462
|
-
|
|
10467
|
+
cashDrawerId: number;
|
|
10463
10468
|
|
|
10464
10469
|
/**
|
|
10465
10470
|
* Der Anzahlungsbetrag
|
|
@@ -10471,11 +10476,6 @@ export interface RequestDocument {
|
|
|
10471
10476
|
*/
|
|
10472
10477
|
performanceDate: ScriptingDate;
|
|
10473
10478
|
|
|
10474
|
-
/**
|
|
10475
|
-
* ID der Kassenschublade (bei POS)
|
|
10476
|
-
*/
|
|
10477
|
-
cashDrawerId: number;
|
|
10478
|
-
|
|
10479
10479
|
/**
|
|
10480
10480
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10481
10481
|
*/
|
|
@@ -10685,14 +10685,14 @@ export interface RequestDocumentLine {
|
|
|
10685
10685
|
dropShippingPolicy: DropShippingPolicy;
|
|
10686
10686
|
|
|
10687
10687
|
/**
|
|
10688
|
-
*
|
|
10688
|
+
* Positionsnummer der Artikel
|
|
10689
10689
|
*/
|
|
10690
|
-
|
|
10690
|
+
positionOfArticleLine: number;
|
|
10691
10691
|
|
|
10692
10692
|
/**
|
|
10693
|
-
*
|
|
10693
|
+
* (optional) Lager-ID
|
|
10694
10694
|
*/
|
|
10695
|
-
|
|
10695
|
+
storageId: number;
|
|
10696
10696
|
|
|
10697
10697
|
/**
|
|
10698
10698
|
* Vertragsdetails zur Belegposition
|
|
@@ -10779,11 +10779,6 @@ export interface RequestDocumentLine {
|
|
|
10779
10779
|
*/
|
|
10780
10780
|
name: string;
|
|
10781
10781
|
|
|
10782
|
-
/**
|
|
10783
|
-
* Buchungen zu dieser Belegposition
|
|
10784
|
-
*/
|
|
10785
|
-
bookings: Array<RequestDocumentLineBooking>;
|
|
10786
|
-
|
|
10787
10782
|
/**
|
|
10788
10783
|
* Für interne Zwecke: Externe Artikelnummer
|
|
10789
10784
|
*/
|
|
@@ -10794,6 +10789,11 @@ export interface RequestDocumentLine {
|
|
|
10794
10789
|
*/
|
|
10795
10790
|
sourceLineId: number;
|
|
10796
10791
|
|
|
10792
|
+
/**
|
|
10793
|
+
* Buchungen zu dieser Belegposition
|
|
10794
|
+
*/
|
|
10795
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10796
|
+
|
|
10797
10797
|
/**
|
|
10798
10798
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10799
10799
|
*/
|
|
@@ -11321,14 +11321,14 @@ export interface SequencerConfiguration {
|
|
|
11321
11321
|
key: string;
|
|
11322
11322
|
|
|
11323
11323
|
/**
|
|
11324
|
-
*
|
|
11324
|
+
* Contains details about the sequencer configuration
|
|
11325
11325
|
*/
|
|
11326
|
-
|
|
11326
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11327
11327
|
|
|
11328
11328
|
/**
|
|
11329
|
-
*
|
|
11329
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11330
11330
|
*/
|
|
11331
|
-
|
|
11331
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11332
11332
|
|
|
11333
11333
|
/**
|
|
11334
11334
|
* MetaInformations for this Object
|
|
@@ -11443,14 +11443,14 @@ export interface ShelfDocument {
|
|
|
11443
11443
|
tags: Array<TagDto>;
|
|
11444
11444
|
|
|
11445
11445
|
/**
|
|
11446
|
-
*
|
|
11446
|
+
* share informations
|
|
11447
11447
|
*/
|
|
11448
|
-
|
|
11448
|
+
shares: Array<ShelfShare>;
|
|
11449
11449
|
|
|
11450
11450
|
/**
|
|
11451
|
-
*
|
|
11451
|
+
* Mehrsprachige Bezeichnungen
|
|
11452
11452
|
*/
|
|
11453
|
-
|
|
11453
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11454
11454
|
|
|
11455
11455
|
/**
|
|
11456
11456
|
* Automatische Löschung ab
|
|
@@ -11670,14 +11670,14 @@ export interface ShelfFile {
|
|
|
11670
11670
|
version: number;
|
|
11671
11671
|
|
|
11672
11672
|
/**
|
|
11673
|
-
*
|
|
11673
|
+
* current reference of this file in our storage
|
|
11674
11674
|
*/
|
|
11675
|
-
|
|
11675
|
+
storageHandle: string;
|
|
11676
11676
|
|
|
11677
11677
|
/**
|
|
11678
|
-
*
|
|
11678
|
+
* meta data
|
|
11679
11679
|
*/
|
|
11680
|
-
|
|
11680
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11681
11681
|
|
|
11682
11682
|
/**
|
|
11683
11683
|
* MetaInformations for this Object
|
|
@@ -12231,14 +12231,14 @@ export interface Supplier {
|
|
|
12231
12231
|
performanceCountryCode: string;
|
|
12232
12232
|
|
|
12233
12233
|
/**
|
|
12234
|
-
*
|
|
12234
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12235
12235
|
*/
|
|
12236
|
-
|
|
12236
|
+
defaultDeliveryTime: number;
|
|
12237
12237
|
|
|
12238
12238
|
/**
|
|
12239
|
-
*
|
|
12239
|
+
* reference to the payment method
|
|
12240
12240
|
*/
|
|
12241
|
-
|
|
12241
|
+
paymentMethodRef: ApiObjectReference;
|
|
12242
12242
|
|
|
12243
12243
|
/**
|
|
12244
12244
|
* Bestellsperre
|
|
@@ -12503,14 +12503,14 @@ export interface TextTemplate {
|
|
|
12503
12503
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12504
12504
|
|
|
12505
12505
|
/**
|
|
12506
|
-
*
|
|
12506
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12507
12507
|
*/
|
|
12508
|
-
|
|
12508
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12509
12509
|
|
|
12510
12510
|
/**
|
|
12511
|
-
*
|
|
12511
|
+
* Texte in den angebotenen Sprachen
|
|
12512
12512
|
*/
|
|
12513
|
-
|
|
12513
|
+
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12514
12514
|
|
|
12515
12515
|
/**
|
|
12516
12516
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
@@ -12727,14 +12727,14 @@ export interface User {
|
|
|
12727
12727
|
id: number;
|
|
12728
12728
|
|
|
12729
12729
|
/**
|
|
12730
|
-
*
|
|
12730
|
+
* username
|
|
12731
12731
|
*/
|
|
12732
|
-
|
|
12732
|
+
username: string;
|
|
12733
12733
|
|
|
12734
12734
|
/**
|
|
12735
|
-
*
|
|
12735
|
+
* Valid to
|
|
12736
12736
|
*/
|
|
12737
|
-
|
|
12737
|
+
validTo: ScriptingDateTime;
|
|
12738
12738
|
|
|
12739
12739
|
/**
|
|
12740
12740
|
* MetaInformations for this Object
|