@vario-software/types 2026.30.0 → 2026.30.2
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 +54 -54
- package/scripting/types.d.ts +294 -294
package/scripting/types.d.ts
CHANGED
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -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,26 +1303,26 @@ 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
|
|
1323
1318
|
*/
|
|
1324
1319
|
contingentArticleRef: ApiObjectReference;
|
|
1325
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* alternative name of this product
|
|
1323
|
+
*/
|
|
1324
|
+
alternativeName: string;
|
|
1325
|
+
|
|
1326
1326
|
/**
|
|
1327
1327
|
* rabattierbarer Artikel?
|
|
1328
1328
|
*/
|
|
@@ -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
|
|
@@ -1937,14 +1937,14 @@ export const enum ArticleSerialType {
|
|
|
1937
1937
|
export interface ArticleStorage {
|
|
1938
1938
|
|
|
1939
1939
|
/**
|
|
1940
|
-
*
|
|
1940
|
+
* Bestand im Lager
|
|
1941
1941
|
*/
|
|
1942
|
-
|
|
1942
|
+
quantityInStock: number;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
*
|
|
1945
|
+
* Nachschub ab
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
replenishmentFrom: number;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -2044,26 +2044,26 @@ export interface ArticleSupplier {
|
|
|
2044
2044
|
*/
|
|
2045
2045
|
supplierReportingStock: number;
|
|
2046
2046
|
|
|
2047
|
-
/**
|
|
2048
|
-
* Anzeigename des Accounts
|
|
2049
|
-
*/
|
|
2050
|
-
accountDisplayName: string;
|
|
2051
|
-
|
|
2052
2047
|
/**
|
|
2053
2048
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2054
2049
|
*/
|
|
2055
2050
|
useSupplierArticleDescription: boolean;
|
|
2056
2051
|
|
|
2057
2052
|
/**
|
|
2058
|
-
*
|
|
2053
|
+
* Anzeigename des Accounts
|
|
2059
2054
|
*/
|
|
2060
|
-
|
|
2055
|
+
accountDisplayName: string;
|
|
2061
2056
|
|
|
2062
2057
|
/**
|
|
2063
2058
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2064
2059
|
*/
|
|
2065
2060
|
useSupplierArticleIdentifier: boolean;
|
|
2066
2061
|
|
|
2062
|
+
/**
|
|
2063
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2064
|
+
*/
|
|
2065
|
+
deliveryTime: number;
|
|
2066
|
+
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2069
2069
|
*/
|
|
@@ -2150,14 +2150,14 @@ export interface ArticleSupplier {
|
|
|
2150
2150
|
dropShippingAllowed: boolean;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbeschreibung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleDescription: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
|
-
* Abweichende
|
|
2158
|
+
* Abweichende Produktbezeichnung
|
|
2159
2159
|
*/
|
|
2160
|
-
|
|
2160
|
+
supplierArticleName: string;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
2163
|
* Standardpreis Netto
|
|
@@ -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)
|
|
@@ -2754,14 +2754,14 @@ export interface CrmActivityType {
|
|
|
2754
2754
|
export interface CrmChecklistItem {
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
|
-
*
|
|
2757
|
+
* Text des Checklisten-Elements
|
|
2758
2758
|
*/
|
|
2759
|
-
|
|
2759
|
+
memo: string;
|
|
2760
2760
|
|
|
2761
2761
|
/**
|
|
2762
|
-
*
|
|
2762
|
+
* Ist das Element "angehakt"?
|
|
2763
2763
|
*/
|
|
2764
|
-
|
|
2764
|
+
checked: boolean;
|
|
2765
2765
|
|
|
2766
2766
|
/**
|
|
2767
2767
|
* Unique identifier of the Object
|
|
@@ -2852,14 +2852,14 @@ export interface CrmDeal {
|
|
|
2852
2852
|
plannedClosingDate: ScriptingDate;
|
|
2853
2853
|
|
|
2854
2854
|
/**
|
|
2855
|
-
*
|
|
2855
|
+
* Vertrag
|
|
2856
2856
|
*/
|
|
2857
|
-
|
|
2857
|
+
contractRefs: Array<DocumentRef>;
|
|
2858
2858
|
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* Verkaufsbelege
|
|
2861
2861
|
*/
|
|
2862
|
-
|
|
2862
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
2863
2863
|
|
|
2864
2864
|
/**
|
|
2865
2865
|
* Unique identifier of the Object
|
|
@@ -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)
|
|
@@ -3187,26 +3187,26 @@ export interface CrmProject {
|
|
|
3187
3187
|
*/
|
|
3188
3188
|
billedTimes: number;
|
|
3189
3189
|
|
|
3190
|
-
/**
|
|
3191
|
-
* Einkaufsbelege
|
|
3192
|
-
*/
|
|
3193
|
-
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3194
|
-
|
|
3195
3190
|
/**
|
|
3196
3191
|
* Geplanter Projektzeitraum (von)
|
|
3197
3192
|
*/
|
|
3198
3193
|
plannedProjectPeriodFrom: ScriptingDate;
|
|
3199
3194
|
|
|
3200
3195
|
/**
|
|
3201
|
-
*
|
|
3196
|
+
* Einkaufsbelege
|
|
3202
3197
|
*/
|
|
3203
|
-
|
|
3198
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3204
3199
|
|
|
3205
3200
|
/**
|
|
3206
3201
|
* Vertrag
|
|
3207
3202
|
*/
|
|
3208
3203
|
contractRefs: Array<DocumentRef>;
|
|
3209
3204
|
|
|
3205
|
+
/**
|
|
3206
|
+
* Verkaufsbelege
|
|
3207
|
+
*/
|
|
3208
|
+
salesDocumentRefs: Array<DocumentRef>;
|
|
3209
|
+
|
|
3210
3210
|
/**
|
|
3211
3211
|
* Unique identifier of the Object
|
|
3212
3212
|
*/
|
|
@@ -3424,14 +3424,14 @@ export interface CrmState {
|
|
|
3424
3424
|
readyToBill: boolean;
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
|
-
*
|
|
3427
|
+
* Handelt es sich um einen Anfang-Status
|
|
3428
3428
|
*/
|
|
3429
|
-
|
|
3429
|
+
startState: boolean;
|
|
3430
3430
|
|
|
3431
3431
|
/**
|
|
3432
|
-
*
|
|
3432
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3433
3433
|
*/
|
|
3434
|
-
|
|
3434
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3435
3435
|
|
|
3436
3436
|
/**
|
|
3437
3437
|
* MetaInformations for this Object
|
|
@@ -3480,14 +3480,14 @@ export interface CrmSubType {
|
|
|
3480
3480
|
export interface CrmTask {
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
|
-
*
|
|
3488
|
+
* Angebot
|
|
3489
3489
|
*/
|
|
3490
|
-
|
|
3490
|
+
customerOfferRef: DocumentRef;
|
|
3491
3491
|
|
|
3492
3492
|
/**
|
|
3493
3493
|
* Liste von Erinnerungen
|
|
@@ -3864,14 +3864,14 @@ export interface CurrencyReference {
|
|
|
3864
3864
|
export interface Customer {
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
|
-
*
|
|
3867
|
+
* Option für die Stapelverarbeitung
|
|
3868
3868
|
*/
|
|
3869
|
-
|
|
3869
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3870
3870
|
|
|
3871
3871
|
/**
|
|
3872
|
-
*
|
|
3872
|
+
* reference to customer group
|
|
3873
3873
|
*/
|
|
3874
|
-
|
|
3874
|
+
customerGroupRef: ApiObjectReference;
|
|
3875
3875
|
|
|
3876
3876
|
/**
|
|
3877
3877
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3949,14 +3949,14 @@ export interface Customer {
|
|
|
3949
3949
|
info: MetaInfo;
|
|
3950
3950
|
|
|
3951
3951
|
/**
|
|
3952
|
-
*
|
|
3952
|
+
* tax able or tax free
|
|
3953
3953
|
*/
|
|
3954
|
-
|
|
3954
|
+
taxable: boolean;
|
|
3955
3955
|
|
|
3956
3956
|
/**
|
|
3957
|
-
*
|
|
3957
|
+
* reference to the delivery method
|
|
3958
3958
|
*/
|
|
3959
|
-
|
|
3959
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3960
3960
|
|
|
3961
3961
|
/**
|
|
3962
3962
|
* active true/false
|
|
@@ -4108,14 +4108,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4108
4108
|
export interface DeliveryMethod {
|
|
4109
4109
|
|
|
4110
4110
|
/**
|
|
4111
|
-
*
|
|
4111
|
+
* E-Mail an Versender übergeben
|
|
4112
4112
|
*/
|
|
4113
|
-
|
|
4113
|
+
forwardEmailToShipper: boolean;
|
|
4114
4114
|
|
|
4115
4115
|
/**
|
|
4116
|
-
*
|
|
4116
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4117
4117
|
*/
|
|
4118
|
-
|
|
4118
|
+
splitIntoNewDocument: boolean;
|
|
4119
4119
|
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Min. Gewicht pro Paket
|
|
@@ -4266,14 +4266,14 @@ export interface DeliveryTerm {
|
|
|
4266
4266
|
version: number;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
|
-
*
|
|
4269
|
+
* translations
|
|
4270
4270
|
*/
|
|
4271
|
-
|
|
4271
|
+
translations: Array<DocumentTypeTerm>;
|
|
4272
4272
|
|
|
4273
4273
|
/**
|
|
4274
|
-
*
|
|
4274
|
+
* information, how the shipping charges should be calculated
|
|
4275
4275
|
*/
|
|
4276
|
-
|
|
4276
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
4279
|
* Lieferarten
|
|
@@ -4404,14 +4404,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4404
4404
|
deliveryQuantityPackages: number;
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
|
-
*
|
|
4407
|
+
* Bestellnummer aus Vorbeleg
|
|
4408
4408
|
*/
|
|
4409
|
-
|
|
4409
|
+
referencedOrderNumber: string;
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
|
-
*
|
|
4412
|
+
* Leitweg-ID
|
|
4413
4413
|
*/
|
|
4414
|
-
|
|
4414
|
+
buyerReference: string;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -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
|
*/
|
|
@@ -4591,14 +4591,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4591
4591
|
fabricationDetail: DocumentFabricationDetail;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
|
-
*
|
|
4594
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4595
4595
|
*/
|
|
4596
|
-
|
|
4596
|
+
accountNumber: string;
|
|
4597
4597
|
|
|
4598
4598
|
/**
|
|
4599
|
-
*
|
|
4599
|
+
* Berechnungsmodus
|
|
4600
4600
|
*/
|
|
4601
|
-
|
|
4601
|
+
calculationMode: CalculationMode;
|
|
4602
4602
|
|
|
4603
4603
|
/**
|
|
4604
4604
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4840,11 +4840,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4840
4840
|
*/
|
|
4841
4841
|
posReceiptChangeAmount: number;
|
|
4842
4842
|
|
|
4843
|
-
/**
|
|
4844
|
-
* Referenz auf Lieferbedingung
|
|
4845
|
-
*/
|
|
4846
|
-
deliveryTermRef: ApiObjectReference;
|
|
4847
|
-
|
|
4848
4843
|
/**
|
|
4849
4844
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4850
4845
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4852,6 +4847,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4852
4847
|
*/
|
|
4853
4848
|
posReceiptBalanced: boolean;
|
|
4854
4849
|
|
|
4850
|
+
/**
|
|
4851
|
+
* Referenz auf Lieferbedingung
|
|
4852
|
+
*/
|
|
4853
|
+
deliveryTermRef: ApiObjectReference;
|
|
4854
|
+
|
|
4855
4855
|
/**
|
|
4856
4856
|
* Gesamtbruttogewicht
|
|
4857
4857
|
*/
|
|
@@ -5023,14 +5023,14 @@ export interface DocumentAddress {
|
|
|
5023
5023
|
postOfficeBox: string;
|
|
5024
5024
|
|
|
5025
5025
|
/**
|
|
5026
|
-
*
|
|
5026
|
+
* country code IsoAlpha3
|
|
5027
5027
|
*/
|
|
5028
|
-
|
|
5028
|
+
countryCode: string;
|
|
5029
5029
|
|
|
5030
5030
|
/**
|
|
5031
|
-
*
|
|
5031
|
+
* Street
|
|
5032
5032
|
*/
|
|
5033
|
-
|
|
5033
|
+
street: string;
|
|
5034
5034
|
|
|
5035
5035
|
/**
|
|
5036
5036
|
* Unique identifier of the Object
|
|
@@ -5048,14 +5048,14 @@ export interface DocumentAddress {
|
|
|
5048
5048
|
info: MetaInfo;
|
|
5049
5049
|
|
|
5050
5050
|
/**
|
|
5051
|
-
*
|
|
5051
|
+
* GLN
|
|
5052
5052
|
*/
|
|
5053
|
-
|
|
5053
|
+
globalLocationNumber: string;
|
|
5054
5054
|
|
|
5055
5055
|
/**
|
|
5056
|
-
*
|
|
5056
|
+
* Lieferart
|
|
5057
5057
|
*/
|
|
5058
|
-
|
|
5058
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5059
5059
|
|
|
5060
5060
|
/**
|
|
5061
5061
|
* Postcode
|
|
@@ -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
|
*/
|
|
@@ -5708,26 +5708,26 @@ export interface DocumentLine {
|
|
|
5708
5708
|
*/
|
|
5709
5709
|
commissions: Array<DocumentLineCommission>;
|
|
5710
5710
|
|
|
5711
|
-
/**
|
|
5712
|
-
* Positionstyp
|
|
5713
|
-
*/
|
|
5714
|
-
lineType: DocumentLineType;
|
|
5715
|
-
|
|
5716
5711
|
/**
|
|
5717
5712
|
* Gesamtpreis Position in Basiswährung
|
|
5718
5713
|
*/
|
|
5719
5714
|
baseTotalLinePrice: number;
|
|
5720
5715
|
|
|
5721
5716
|
/**
|
|
5722
|
-
*
|
|
5717
|
+
* Positionstyp
|
|
5723
5718
|
*/
|
|
5724
|
-
|
|
5719
|
+
lineType: DocumentLineType;
|
|
5725
5720
|
|
|
5726
5721
|
/**
|
|
5727
5722
|
* Referenz zur Lieferantenbestellungszeile
|
|
5728
5723
|
*/
|
|
5729
5724
|
supplierOrderLineIds: Array<number>;
|
|
5730
5725
|
|
|
5726
|
+
/**
|
|
5727
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5728
|
+
*/
|
|
5729
|
+
preOrderPickedQuantity: number;
|
|
5730
|
+
|
|
5731
5731
|
/**
|
|
5732
5732
|
* Externe Referenz zum VDS-Paket
|
|
5733
5733
|
*/
|
|
@@ -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
|
|
@@ -6068,14 +6068,14 @@ export interface DocumentLineComponent {
|
|
|
6068
6068
|
custom: EavDocumentlinecomponent;
|
|
6069
6069
|
|
|
6070
6070
|
/**
|
|
6071
|
-
*
|
|
6071
|
+
* Referenz auf den Artikel der Komponente
|
|
6072
6072
|
*/
|
|
6073
|
-
|
|
6073
|
+
articleId: number;
|
|
6074
6074
|
|
|
6075
6075
|
/**
|
|
6076
|
-
*
|
|
6076
|
+
* Gelieferte Menge
|
|
6077
6077
|
*/
|
|
6078
|
-
|
|
6078
|
+
quantityCommitted: number;
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
6081
|
* Beschreibung des Artikels
|
|
@@ -6659,14 +6659,14 @@ export interface DocumentPosPayment {
|
|
|
6659
6659
|
version: number;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
|
-
*
|
|
6662
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6663
6663
|
*/
|
|
6664
|
-
|
|
6664
|
+
withdrawalAmount: number;
|
|
6665
6665
|
|
|
6666
6666
|
/**
|
|
6667
|
-
*
|
|
6667
|
+
* Zahlungsart
|
|
6668
6668
|
*/
|
|
6669
|
-
|
|
6669
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6670
6670
|
|
|
6671
6671
|
/**
|
|
6672
6672
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -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
|
|
@@ -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
|
|
@@ -7595,14 +7595,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7595
7595
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7596
7596
|
|
|
7597
7597
|
/**
|
|
7598
|
-
*
|
|
7598
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7599
7599
|
*/
|
|
7600
|
-
|
|
7600
|
+
taxIdentificationNumber: string;
|
|
7601
7601
|
|
|
7602
7602
|
/**
|
|
7603
|
-
*
|
|
7603
|
+
* Key der Belegart
|
|
7604
7604
|
*/
|
|
7605
|
-
|
|
7605
|
+
documentTypeKey: string;
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
7608
7608
|
export interface FabricationComponentForProduction {
|
|
@@ -8068,14 +8068,14 @@ export interface OpenItem {
|
|
|
8068
8068
|
paymentDueDate: ScriptingDate;
|
|
8069
8069
|
|
|
8070
8070
|
/**
|
|
8071
|
-
* Länderkennzeichen
|
|
8071
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8072
8072
|
*/
|
|
8073
|
-
|
|
8073
|
+
sourceCountryCode: string;
|
|
8074
8074
|
|
|
8075
8075
|
/**
|
|
8076
|
-
* Länderkennzeichen
|
|
8076
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8077
8077
|
*/
|
|
8078
|
-
|
|
8078
|
+
performanceCountryCode: string;
|
|
8079
8079
|
|
|
8080
8080
|
/**
|
|
8081
8081
|
* agreed Deposit payment date
|
|
@@ -8183,14 +8183,14 @@ export interface OpenItem {
|
|
|
8183
8183
|
sumFee: number;
|
|
8184
8184
|
|
|
8185
8185
|
/**
|
|
8186
|
-
*
|
|
8186
|
+
* Zahlungsplan
|
|
8187
8187
|
*/
|
|
8188
|
-
|
|
8188
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8189
8189
|
|
|
8190
8190
|
/**
|
|
8191
|
-
*
|
|
8191
|
+
* The full amount of the payment
|
|
8192
8192
|
*/
|
|
8193
|
-
|
|
8193
|
+
fullPaymentAmount: number;
|
|
8194
8194
|
|
|
8195
8195
|
/**
|
|
8196
8196
|
* Zahlungssperre
|
|
@@ -8223,14 +8223,14 @@ export interface OpenItem {
|
|
|
8223
8223
|
baseSumDiscount: number;
|
|
8224
8224
|
|
|
8225
8225
|
/**
|
|
8226
|
-
*
|
|
8226
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8227
8227
|
*/
|
|
8228
|
-
|
|
8228
|
+
baseSumDunnings: number;
|
|
8229
8229
|
|
|
8230
8230
|
/**
|
|
8231
|
-
*
|
|
8231
|
+
* Zahlungsvorlage
|
|
8232
8232
|
*/
|
|
8233
|
-
|
|
8233
|
+
paymentTemplateRef: ApiObjectReference;
|
|
8234
8234
|
|
|
8235
8235
|
/**
|
|
8236
8236
|
* Rechnungsbetrag
|
|
@@ -8243,14 +8243,14 @@ export interface OpenItem {
|
|
|
8243
8243
|
taxRateRef: ApiObjectReference;
|
|
8244
8244
|
|
|
8245
8245
|
/**
|
|
8246
|
-
*
|
|
8246
|
+
* Anzahlungsrechnung
|
|
8247
8247
|
*/
|
|
8248
|
-
|
|
8248
|
+
depositInvoice: ApiObjectReference;
|
|
8249
8249
|
|
|
8250
8250
|
/**
|
|
8251
|
-
*
|
|
8251
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8252
8252
|
*/
|
|
8253
|
-
|
|
8253
|
+
baseCurrencyCode: string;
|
|
8254
8254
|
|
|
8255
8255
|
/**
|
|
8256
8256
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8526,14 +8526,14 @@ export interface OpenItemRecord {
|
|
|
8526
8526
|
version: number;
|
|
8527
8527
|
|
|
8528
8528
|
/**
|
|
8529
|
-
*
|
|
8529
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8530
8530
|
*/
|
|
8531
|
-
|
|
8531
|
+
transactionId: number;
|
|
8532
8532
|
|
|
8533
8533
|
/**
|
|
8534
|
-
*
|
|
8534
|
+
* Buchungsbetrag in Basiswährung
|
|
8535
8535
|
*/
|
|
8536
|
-
|
|
8536
|
+
baseAmount: number;
|
|
8537
8537
|
|
|
8538
8538
|
/**
|
|
8539
8539
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8708,14 +8708,14 @@ export interface PaymentMethod {
|
|
|
8708
8708
|
daysToAddForFollowup: number;
|
|
8709
8709
|
|
|
8710
8710
|
/**
|
|
8711
|
-
*
|
|
8711
|
+
* external Payment Id
|
|
8712
8712
|
*/
|
|
8713
|
-
|
|
8713
|
+
externalPaymentId: string;
|
|
8714
8714
|
|
|
8715
8715
|
/**
|
|
8716
|
-
*
|
|
8716
|
+
* Die Business Transaction
|
|
8717
8717
|
*/
|
|
8718
|
-
|
|
8718
|
+
businessTransaction: ApiObjectReference;
|
|
8719
8719
|
|
|
8720
8720
|
/**
|
|
8721
8721
|
* Unique identifier of the Object
|
|
@@ -8799,14 +8799,14 @@ export interface PaymentTerm {
|
|
|
8799
8799
|
paymentDiscount2: number;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
|
-
*
|
|
8802
|
+
* Percent for Discount 1
|
|
8803
8803
|
*/
|
|
8804
|
-
|
|
8804
|
+
paymentDiscount1: number;
|
|
8805
8805
|
|
|
8806
8806
|
/**
|
|
8807
|
-
*
|
|
8807
|
+
* printDescription
|
|
8808
8808
|
*/
|
|
8809
|
-
|
|
8809
|
+
printDescription: string;
|
|
8810
8810
|
|
|
8811
8811
|
/**
|
|
8812
8812
|
* for deposit: remaining term
|
|
@@ -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
|
|
@@ -9539,19 +9539,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9539
9539
|
maxArticleCountPerOrder: number;
|
|
9540
9540
|
|
|
9541
9541
|
/**
|
|
9542
|
-
*
|
|
9542
|
+
* Alternative Selektion in VQL
|
|
9543
9543
|
*/
|
|
9544
|
-
|
|
9544
|
+
alternativeSelectionInVql: string;
|
|
9545
9545
|
|
|
9546
9546
|
/**
|
|
9547
|
-
*
|
|
9547
|
+
* Maximaler Auftragswert
|
|
9548
9548
|
*/
|
|
9549
|
-
|
|
9549
|
+
maxOrderValue: number;
|
|
9550
9550
|
|
|
9551
9551
|
/**
|
|
9552
|
-
*
|
|
9552
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9553
9553
|
*/
|
|
9554
|
-
|
|
9554
|
+
maxOrderCount: number;
|
|
9555
9555
|
|
|
9556
9556
|
/**
|
|
9557
9557
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9559,9 +9559,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9559
9559
|
onlyFullDeliverableOrderLines: boolean;
|
|
9560
9560
|
|
|
9561
9561
|
/**
|
|
9562
|
-
*
|
|
9562
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9563
9563
|
*/
|
|
9564
|
-
|
|
9564
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9565
9565
|
|
|
9566
9566
|
/**
|
|
9567
9567
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -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
|
|
@@ -9725,9 +9725,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9725
9725
|
showShippingFormOnPickingFinish: boolean;
|
|
9726
9726
|
|
|
9727
9727
|
/**
|
|
9728
|
-
*
|
|
9728
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9729
9729
|
*/
|
|
9730
|
-
|
|
9730
|
+
printLabelOnScan: boolean;
|
|
9731
9731
|
|
|
9732
9732
|
/**
|
|
9733
9733
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -9735,14 +9735,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9735
9735
|
allowPickingOfServiceArticles: boolean;
|
|
9736
9736
|
|
|
9737
9737
|
/**
|
|
9738
|
-
*
|
|
9738
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9739
9739
|
*/
|
|
9740
|
-
|
|
9740
|
+
useDigitalPicklist: boolean;
|
|
9741
9741
|
|
|
9742
9742
|
/**
|
|
9743
|
-
*
|
|
9743
|
+
* Sammelbestätigung erlauben
|
|
9744
9744
|
*/
|
|
9745
|
-
|
|
9745
|
+
allowFullConfirmation: boolean;
|
|
9746
9746
|
|
|
9747
9747
|
/**
|
|
9748
9748
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -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
|
|
@@ -10033,14 +10033,14 @@ export interface ProductArticleRef {
|
|
|
10033
10033
|
export interface ProductDiscount {
|
|
10034
10034
|
|
|
10035
10035
|
/**
|
|
10036
|
-
*
|
|
10036
|
+
* Kundengruppe
|
|
10037
10037
|
*/
|
|
10038
|
-
|
|
10038
|
+
customerGroupRef: ApiObjectReference;
|
|
10039
10039
|
|
|
10040
10040
|
/**
|
|
10041
|
-
*
|
|
10041
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10042
10042
|
*/
|
|
10043
|
-
|
|
10043
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10044
10044
|
|
|
10045
10045
|
/**
|
|
10046
10046
|
* Lieferantengruppe
|
|
@@ -10063,14 +10063,14 @@ export interface ProductDiscount {
|
|
|
10063
10063
|
validFrom: ScriptingDate;
|
|
10064
10064
|
|
|
10065
10065
|
/**
|
|
10066
|
-
*
|
|
10066
|
+
* Bestimmt die Art des Rabatts
|
|
10067
10067
|
*/
|
|
10068
|
-
|
|
10068
|
+
modifierType: PriceModifierType;
|
|
10069
10069
|
|
|
10070
10070
|
/**
|
|
10071
|
-
*
|
|
10071
|
+
* Warengruppe
|
|
10072
10072
|
*/
|
|
10073
|
-
|
|
10073
|
+
productGroupRef: ApiObjectReference;
|
|
10074
10074
|
|
|
10075
10075
|
/**
|
|
10076
10076
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10088,14 +10088,14 @@ export interface ProductDiscount {
|
|
|
10088
10088
|
currencyRef: CurrencyReference;
|
|
10089
10089
|
|
|
10090
10090
|
/**
|
|
10091
|
-
*
|
|
10091
|
+
* Wert des Rabatts
|
|
10092
10092
|
*/
|
|
10093
|
-
|
|
10093
|
+
modifierValue: number;
|
|
10094
10094
|
|
|
10095
10095
|
/**
|
|
10096
|
-
*
|
|
10096
|
+
* Preisgruppe
|
|
10097
10097
|
*/
|
|
10098
|
-
|
|
10098
|
+
priceGroupRef: ApiObjectReference;
|
|
10099
10099
|
|
|
10100
10100
|
/**
|
|
10101
10101
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -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
|
|
@@ -10242,14 +10242,14 @@ export interface ProductMainGroup {
|
|
|
10242
10242
|
export interface ProductPrice {
|
|
10243
10243
|
|
|
10244
10244
|
/**
|
|
10245
|
-
*
|
|
10245
|
+
* Kundengruppe
|
|
10246
10246
|
*/
|
|
10247
|
-
|
|
10247
|
+
customerGroupRef: ApiObjectReference;
|
|
10248
10248
|
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10251
10251
|
*/
|
|
10252
|
-
|
|
10252
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10253
10253
|
|
|
10254
10254
|
/**
|
|
10255
10255
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10537,14 +10537,14 @@ export interface RequestDocument {
|
|
|
10537
10537
|
lines: Array<RequestDocumentLine>;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
|
-
*
|
|
10540
|
+
* Die Vertragsdetails
|
|
10541
10541
|
*/
|
|
10542
|
-
|
|
10542
|
+
contractDetail: DocumentContractDetail;
|
|
10543
10543
|
|
|
10544
10544
|
/**
|
|
10545
|
-
*
|
|
10545
|
+
* ID der Kasse (bei POS)
|
|
10546
10546
|
*/
|
|
10547
|
-
|
|
10547
|
+
posRegisterId: number;
|
|
10548
10548
|
|
|
10549
10549
|
/**
|
|
10550
10550
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -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
|
*/
|
|
@@ -10931,14 +10931,14 @@ export interface RequestDocumentText {
|
|
|
10931
10931
|
export interface RevenueCalculation {
|
|
10932
10932
|
|
|
10933
10933
|
/**
|
|
10934
|
-
*
|
|
10934
|
+
* Netto Umsatz
|
|
10935
10935
|
*/
|
|
10936
|
-
|
|
10936
|
+
salesValue: number;
|
|
10937
10937
|
|
|
10938
10938
|
/**
|
|
10939
|
-
*
|
|
10939
|
+
* Deckungsbeitrag (absolut)
|
|
10940
10940
|
*/
|
|
10941
|
-
|
|
10941
|
+
revenue: number;
|
|
10942
10942
|
|
|
10943
10943
|
/**
|
|
10944
10944
|
* Einkaufspreis
|
|
@@ -10959,14 +10959,14 @@ export interface SalesAgent {
|
|
|
10959
10959
|
note: string;
|
|
10960
10960
|
|
|
10961
10961
|
/**
|
|
10962
|
-
*
|
|
10962
|
+
* is sales agent taxable
|
|
10963
10963
|
*/
|
|
10964
|
-
|
|
10964
|
+
taxable: boolean;
|
|
10965
10965
|
|
|
10966
10966
|
/**
|
|
10967
|
-
*
|
|
10967
|
+
* reference to the delivery method
|
|
10968
10968
|
*/
|
|
10969
|
-
|
|
10969
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10970
10970
|
|
|
10971
10971
|
/**
|
|
10972
10972
|
* Freifelder
|
|
@@ -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
|
|
@@ -11526,14 +11526,14 @@ export interface ShelfDocumentAttribution {
|
|
|
11526
11526
|
shelfResourceId: number;
|
|
11527
11527
|
|
|
11528
11528
|
/**
|
|
11529
|
-
*
|
|
11529
|
+
* id of the referenced object
|
|
11530
11530
|
*/
|
|
11531
|
-
|
|
11531
|
+
refId: number;
|
|
11532
11532
|
|
|
11533
11533
|
/**
|
|
11534
|
-
*
|
|
11534
|
+
* Verfügbare Transformationen zum Bild
|
|
11535
11535
|
*/
|
|
11536
|
-
|
|
11536
|
+
transformationKeys: Array<string>;
|
|
11537
11537
|
|
|
11538
11538
|
/**
|
|
11539
11539
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -12165,11 +12165,6 @@ export interface Supplier {
|
|
|
12165
12165
|
*/
|
|
12166
12166
|
info: MetaInfo;
|
|
12167
12167
|
|
|
12168
|
-
/**
|
|
12169
|
-
* reference to the delivery method
|
|
12170
|
-
*/
|
|
12171
|
-
deliveryMethodRef: ApiObjectReference;
|
|
12172
|
-
|
|
12173
12168
|
/**
|
|
12174
12169
|
* Lieferantengruppe
|
|
12175
12170
|
*/
|
|
@@ -12180,6 +12175,11 @@ export interface Supplier {
|
|
|
12180
12175
|
*/
|
|
12181
12176
|
taxable: boolean;
|
|
12182
12177
|
|
|
12178
|
+
/**
|
|
12179
|
+
* reference to the delivery method
|
|
12180
|
+
*/
|
|
12181
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12182
|
+
|
|
12183
12183
|
/**
|
|
12184
12184
|
* Mahnen?
|
|
12185
12185
|
*/
|
|
@@ -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
|