@vario-software/types 2026.32.2 → 2026.32.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +2 -0
- package/scripting/services.d.ts +28 -28
- package/scripting/types.d.ts +301 -301
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
accountZoneId: AccountZoneId;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* first contact type for this account
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Kostenstelle
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
costCenter: string;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Summe Forderungen
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
receivablesSum: number;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -179,14 +179,14 @@ export interface Account {
|
|
|
179
179
|
responsibleUserRef: ApiObjectReference;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* Erstkontakt am
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
initialContactAt: ScriptingDate;
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* calculation mode of this document
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
calculationMode: CalculationMode;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Sprache des Accounts
|
|
@@ -214,14 +214,14 @@ export interface Account {
|
|
|
214
214
|
persons: Array<AccountPerson>;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
218
218
|
*/
|
|
219
|
-
|
|
219
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Standard-Ansprechpartner
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
defaultPerson: AccountPerson;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
227
|
* Account-Beziehungen
|
|
@@ -291,26 +291,26 @@ export interface AccountAddress {
|
|
|
291
291
|
*/
|
|
292
292
|
regionRef: ApiObjectReference;
|
|
293
293
|
|
|
294
|
-
/**
|
|
295
|
-
* Title
|
|
296
|
-
*/
|
|
297
|
-
titleRef: ApiCreatableReference;
|
|
298
|
-
|
|
299
294
|
/**
|
|
300
295
|
* Post office box
|
|
301
296
|
*/
|
|
302
297
|
postOfficeBox: string;
|
|
303
298
|
|
|
304
299
|
/**
|
|
305
|
-
*
|
|
300
|
+
* Title
|
|
306
301
|
*/
|
|
307
|
-
|
|
302
|
+
titleRef: ApiCreatableReference;
|
|
308
303
|
|
|
309
304
|
/**
|
|
310
305
|
* Country code
|
|
311
306
|
*/
|
|
312
307
|
countryCode: string;
|
|
313
308
|
|
|
309
|
+
/**
|
|
310
|
+
* Street
|
|
311
|
+
*/
|
|
312
|
+
street: string;
|
|
313
|
+
|
|
314
314
|
/**
|
|
315
315
|
* Unique identifier of the Object
|
|
316
316
|
*/
|
|
@@ -412,14 +412,14 @@ export interface AccountAddress {
|
|
|
412
412
|
streetAddressNumber: string;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Parcel station customer number
|
|
416
416
|
*/
|
|
417
|
-
|
|
417
|
+
parcelStationCustomerNumber: string;
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Default contacts
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
425
|
* Name3
|
|
@@ -494,26 +494,26 @@ export interface AccountBankdetail {
|
|
|
494
494
|
*/
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
|
-
/**
|
|
498
|
-
* city of the bank
|
|
499
|
-
*/
|
|
500
|
-
bankCity: string;
|
|
501
|
-
|
|
502
497
|
/**
|
|
503
498
|
* Hauptbankverbindung für
|
|
504
499
|
*/
|
|
505
500
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
501
|
|
|
507
502
|
/**
|
|
508
|
-
*
|
|
503
|
+
* city of the bank
|
|
509
504
|
*/
|
|
510
|
-
|
|
505
|
+
bankCity: string;
|
|
511
506
|
|
|
512
507
|
/**
|
|
513
508
|
* Is default bank?
|
|
514
509
|
*/
|
|
515
510
|
defaultBank: boolean;
|
|
516
511
|
|
|
512
|
+
/**
|
|
513
|
+
* origin type
|
|
514
|
+
*/
|
|
515
|
+
originType: AccountBankdetail$OriginType;
|
|
516
|
+
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
519
519
|
*/
|
|
@@ -611,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
611
611
|
nonInvoicedDocumentLoan: number;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* Kreditlimit
|
|
615
615
|
*/
|
|
616
|
-
|
|
616
|
+
maximalLoan: number;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
620
620
|
*/
|
|
621
|
-
|
|
621
|
+
payablesSum: number;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Überschrittener Kreditbetrag
|
|
@@ -1014,25 +1014,20 @@ export interface Article {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
customsTariffNumber: string;
|
|
1016
1016
|
|
|
1017
|
-
/**
|
|
1018
|
-
* is this product purchasable
|
|
1019
|
-
*/
|
|
1020
|
-
purchasable: boolean;
|
|
1021
|
-
|
|
1022
1017
|
/**
|
|
1023
1018
|
* Product custom data
|
|
1024
1019
|
*/
|
|
1025
1020
|
listingCustom: EavArticleListing;
|
|
1026
1021
|
|
|
1027
1022
|
/**
|
|
1028
|
-
*
|
|
1023
|
+
* is this product purchasable
|
|
1029
1024
|
*/
|
|
1030
|
-
|
|
1025
|
+
purchasable: boolean;
|
|
1031
1026
|
|
|
1032
1027
|
/**
|
|
1033
|
-
*
|
|
1028
|
+
* base capacity unit
|
|
1034
1029
|
*/
|
|
1035
|
-
|
|
1030
|
+
baseCapacityUnit: UnitTypeReference;
|
|
1036
1031
|
|
|
1037
1032
|
/**
|
|
1038
1033
|
* is this product sellable without any quantity at the stock
|
|
@@ -1044,6 +1039,11 @@ export interface Article {
|
|
|
1044
1039
|
*/
|
|
1045
1040
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1046
1041
|
|
|
1042
|
+
/**
|
|
1043
|
+
* Durchschnittl. EKP (Startwert)
|
|
1044
|
+
*/
|
|
1045
|
+
initialAvgPurchasePrice: number;
|
|
1046
|
+
|
|
1047
1047
|
/**
|
|
1048
1048
|
* gross Volume in cubic meters
|
|
1049
1049
|
*/
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* weight and size w.o. packaging
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
netMetric: Article$Metric;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1145,14 +1145,14 @@ export interface Article {
|
|
|
1145
1145
|
deliveryMethodRef: ApiObjectReference;
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
|
-
*
|
|
1148
|
+
* Produktion
|
|
1149
1149
|
*/
|
|
1150
|
-
|
|
1150
|
+
fabrication: boolean;
|
|
1151
1151
|
|
|
1152
1152
|
/**
|
|
1153
|
-
*
|
|
1153
|
+
* Soll-Handelsspanne
|
|
1154
1154
|
*/
|
|
1155
|
-
|
|
1155
|
+
targetTradingMargin: number;
|
|
1156
1156
|
|
|
1157
1157
|
/**
|
|
1158
1158
|
* active
|
|
@@ -1214,26 +1214,26 @@ export interface Article {
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
listingStateChangeTime: ScriptingDateTime;
|
|
1216
1216
|
|
|
1217
|
-
/**
|
|
1218
|
-
* Arbeitseinheit in Minuten
|
|
1219
|
-
*/
|
|
1220
|
-
workUnitInMinutes: number;
|
|
1221
|
-
|
|
1222
1217
|
/**
|
|
1223
1218
|
* Country code
|
|
1224
1219
|
*/
|
|
1225
1220
|
countryOfOriginRef: CountryReference;
|
|
1226
1221
|
|
|
1227
1222
|
/**
|
|
1228
|
-
*
|
|
1223
|
+
* Arbeitseinheit in Minuten
|
|
1229
1224
|
*/
|
|
1230
|
-
|
|
1225
|
+
workUnitInMinutes: number;
|
|
1231
1226
|
|
|
1232
1227
|
/**
|
|
1233
1228
|
* Frei kommissionierbar
|
|
1234
1229
|
*/
|
|
1235
1230
|
freelyPickable: boolean;
|
|
1236
1231
|
|
|
1232
|
+
/**
|
|
1233
|
+
* description custom data
|
|
1234
|
+
*/
|
|
1235
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1236
|
+
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1239
1239
|
*/
|
|
@@ -1285,14 +1285,14 @@ export interface Article {
|
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
1287
|
/**
|
|
1288
|
-
*
|
|
1288
|
+
* gross sales prices
|
|
1289
1289
|
*/
|
|
1290
|
-
|
|
1290
|
+
grossSalesPrice: number;
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
|
-
*
|
|
1293
|
+
* Vorgabe Herstellungskosten
|
|
1294
1294
|
*/
|
|
1295
|
-
|
|
1295
|
+
defaultFabricationCost: number;
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
* der
|
|
1738
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
customLowestPriceGross: number;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
*
|
|
1743
|
+
* der Sales Channel
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
salesChannelRef: ApiObjectReference;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -1957,11 +1957,6 @@ export interface ArticleStorage {
|
|
|
1957
1957
|
*/
|
|
1958
1958
|
replenishmentFrom: number;
|
|
1959
1959
|
|
|
1960
|
-
/**
|
|
1961
|
-
* Meldebestand
|
|
1962
|
-
*/
|
|
1963
|
-
reorderPoint: number;
|
|
1964
|
-
|
|
1965
1960
|
/**
|
|
1966
1961
|
* Bestellte Menge
|
|
1967
1962
|
*/
|
|
@@ -1973,15 +1968,20 @@ export interface ArticleStorage {
|
|
|
1973
1968
|
quantityInPicking: number;
|
|
1974
1969
|
|
|
1975
1970
|
/**
|
|
1976
|
-
*
|
|
1971
|
+
* Meldebestand
|
|
1977
1972
|
*/
|
|
1978
|
-
|
|
1973
|
+
reorderPoint: number;
|
|
1979
1974
|
|
|
1980
1975
|
/**
|
|
1981
1976
|
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1982
1977
|
*/
|
|
1983
1978
|
virtualStockAmount: number;
|
|
1984
1979
|
|
|
1980
|
+
/**
|
|
1981
|
+
* Nachschub auf
|
|
1982
|
+
*/
|
|
1983
|
+
replenishmentOn: number;
|
|
1984
|
+
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Reservierte Menge
|
|
1987
1987
|
*/
|
|
@@ -2023,14 +2023,14 @@ export interface ArticleStorage {
|
|
|
2023
2023
|
storageRef: ApiObjectReference;
|
|
2024
2024
|
|
|
2025
2025
|
/**
|
|
2026
|
-
*
|
|
2026
|
+
* Sollbestand
|
|
2027
2027
|
*/
|
|
2028
|
-
|
|
2028
|
+
targetStock: number;
|
|
2029
2029
|
|
|
2030
2030
|
/**
|
|
2031
|
-
*
|
|
2031
|
+
* Vorgabe-Lagerplätze
|
|
2032
2032
|
*/
|
|
2033
|
-
|
|
2033
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2034
2034
|
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Aktuelle Menge in Produktion
|
|
@@ -2056,14 +2056,14 @@ export interface ArticleSupplier {
|
|
|
2056
2056
|
accountDisplayName: string;
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
|
-
*
|
|
2059
|
+
* Lieferanten-Meldebestand
|
|
2060
2060
|
*/
|
|
2061
|
-
|
|
2061
|
+
supplierReportingStock: number;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
|
-
*
|
|
2064
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2065
2065
|
*/
|
|
2066
|
-
|
|
2066
|
+
useSupplierArticleDescription: boolean;
|
|
2067
2067
|
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -2161,14 +2161,14 @@ export interface ArticleSupplier {
|
|
|
2161
2161
|
dropShippingAllowed: boolean;
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
|
-
* Abweichende
|
|
2164
|
+
* Abweichende Produktbezeichnung
|
|
2165
2165
|
*/
|
|
2166
|
-
|
|
2166
|
+
supplierArticleName: string;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
|
-
* Abweichende
|
|
2169
|
+
* Abweichende Produktbeschreibung
|
|
2170
2170
|
*/
|
|
2171
|
-
|
|
2171
|
+
supplierArticleDescription: string;
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Standardpreis Netto
|
|
@@ -2916,14 +2916,14 @@ export interface CrmDeal {
|
|
|
2916
2916
|
info: MetaInfo;
|
|
2917
2917
|
|
|
2918
2918
|
/**
|
|
2919
|
-
*
|
|
2919
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2920
2920
|
*/
|
|
2921
|
-
|
|
2921
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2922
2922
|
|
|
2923
2923
|
/**
|
|
2924
|
-
*
|
|
2924
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2925
2925
|
*/
|
|
2926
|
-
|
|
2926
|
+
assignedUserRef: ApiObjectReference;
|
|
2927
2927
|
|
|
2928
2928
|
/**
|
|
2929
2929
|
* Chance (in Prozent)
|
|
@@ -3202,14 +3202,14 @@ export interface CrmProject {
|
|
|
3202
3202
|
priorityRef: ApiObjectReference;
|
|
3203
3203
|
|
|
3204
3204
|
/**
|
|
3205
|
-
*
|
|
3205
|
+
* Projektleiter vom Auftragnehmer
|
|
3206
3206
|
*/
|
|
3207
|
-
|
|
3207
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3208
3208
|
|
|
3209
3209
|
/**
|
|
3210
|
-
*
|
|
3210
|
+
* Phase
|
|
3211
3211
|
*/
|
|
3212
|
-
|
|
3212
|
+
phaseRef: ApiObjectReference;
|
|
3213
3213
|
|
|
3214
3214
|
/**
|
|
3215
3215
|
* Aufgaben-Nummer
|
|
@@ -3518,11 +3518,6 @@ export interface CrmSubType {
|
|
|
3518
3518
|
|
|
3519
3519
|
export interface CrmTask {
|
|
3520
3520
|
|
|
3521
|
-
/**
|
|
3522
|
-
* Liste von Erinnerungen
|
|
3523
|
-
*/
|
|
3524
|
-
reminders: Array<CrmReminder>;
|
|
3525
|
-
|
|
3526
3521
|
/**
|
|
3527
3522
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3528
3523
|
*/
|
|
@@ -3533,6 +3528,11 @@ export interface CrmTask {
|
|
|
3533
3528
|
*/
|
|
3534
3529
|
customerOfferRef: DocumentRef;
|
|
3535
3530
|
|
|
3531
|
+
/**
|
|
3532
|
+
* Liste von Erinnerungen
|
|
3533
|
+
*/
|
|
3534
|
+
reminders: Array<CrmReminder>;
|
|
3535
|
+
|
|
3536
3536
|
/**
|
|
3537
3537
|
* Notizen
|
|
3538
3538
|
*/
|
|
@@ -3903,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3903
3903
|
export interface Customer {
|
|
3904
3904
|
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* reference to customer group
|
|
3907
3907
|
*/
|
|
3908
|
-
|
|
3908
|
+
customerGroupRef: ApiObjectReference;
|
|
3909
3909
|
|
|
3910
3910
|
/**
|
|
3911
|
-
*
|
|
3911
|
+
* Option für die Stapelverarbeitung
|
|
3912
3912
|
*/
|
|
3913
|
-
|
|
3913
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3963,14 +3963,14 @@ export interface Customer {
|
|
|
3963
3963
|
stackProcessingPriority: number;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
collectiveInvoiceManually: boolean;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
|
-
*
|
|
3971
|
+
* reference to product price group
|
|
3972
3972
|
*/
|
|
3973
|
-
|
|
3973
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3974
3974
|
|
|
3975
3975
|
/**
|
|
3976
3976
|
* Unique identifier of the Object
|
|
@@ -4217,14 +4217,14 @@ export interface DeliveryMethod {
|
|
|
4217
4217
|
translations: Array<DocumentTypeTerm>;
|
|
4218
4218
|
|
|
4219
4219
|
/**
|
|
4220
|
-
*
|
|
4220
|
+
* Versand-Anbieter
|
|
4221
4221
|
*/
|
|
4222
|
-
|
|
4222
|
+
vdsCarrierId: number;
|
|
4223
4223
|
|
|
4224
4224
|
/**
|
|
4225
|
-
*
|
|
4225
|
+
* Gültige Ländercodes
|
|
4226
4226
|
*/
|
|
4227
|
-
|
|
4227
|
+
validCountryCodes: Array<string>;
|
|
4228
4228
|
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
@@ -4305,14 +4305,14 @@ export interface DeliveryTerm {
|
|
|
4305
4305
|
version: number;
|
|
4306
4306
|
|
|
4307
4307
|
/**
|
|
4308
|
-
*
|
|
4308
|
+
* translations
|
|
4309
4309
|
*/
|
|
4310
|
-
|
|
4310
|
+
translations: Array<DocumentTypeTerm>;
|
|
4311
4311
|
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* information, how the shipping charges should be calculated
|
|
4314
4314
|
*/
|
|
4315
|
-
|
|
4315
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4316
4316
|
|
|
4317
4317
|
/**
|
|
4318
4318
|
* Lieferarten
|
|
@@ -4325,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4325
4325
|
id: number;
|
|
4326
4326
|
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* free shipping net value
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4330
|
+
freeShippingNetValue: number;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* Versandkostenartikel
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* MetaInformations for this Object
|
|
@@ -4448,9 +4448,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4448
4448
|
returnDeliveryAddress: DocumentAddress;
|
|
4449
4449
|
|
|
4450
4450
|
/**
|
|
4451
|
-
*
|
|
4451
|
+
* Steuerpflichtig oder steuerfrei
|
|
4452
4452
|
*/
|
|
4453
|
-
|
|
4453
|
+
taxable: boolean;
|
|
4454
4454
|
|
|
4455
4455
|
/**
|
|
4456
4456
|
* Bestellnummer aus Vorbeleg
|
|
@@ -4458,9 +4458,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4458
4458
|
referencedOrderNumber: string;
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
|
-
*
|
|
4461
|
+
* Leitweg-ID
|
|
4462
4462
|
*/
|
|
4463
|
-
|
|
4463
|
+
buyerReference: string;
|
|
4464
4464
|
|
|
4465
4465
|
/**
|
|
4466
4466
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4582,6 +4582,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4582
4582
|
*/
|
|
4583
4583
|
posPayments: Array<DocumentPosPayment>;
|
|
4584
4584
|
|
|
4585
|
+
/**
|
|
4586
|
+
* Ist die Quittung bezahlt
|
|
4587
|
+
true wenn die Quittung bezahlt ist
|
|
4588
|
+
|
|
4589
|
+
*/
|
|
4590
|
+
posReceiptPayed: boolean;
|
|
4591
|
+
|
|
4585
4592
|
/**
|
|
4586
4593
|
* Kundennummer beim Lieferanten
|
|
4587
4594
|
*/
|
|
@@ -4592,13 +4599,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4592
4599
|
*/
|
|
4593
4600
|
maxDeliveries: number;
|
|
4594
4601
|
|
|
4595
|
-
/**
|
|
4596
|
-
* Ist die Quittung bezahlt
|
|
4597
|
-
true wenn die Quittung bezahlt ist
|
|
4598
|
-
|
|
4599
|
-
*/
|
|
4600
|
-
posReceiptPayed: boolean;
|
|
4601
|
-
|
|
4602
4602
|
/**
|
|
4603
4603
|
* Quittung: Summe Zahlbetrag
|
|
4604
4604
|
*/
|
|
@@ -4655,14 +4655,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4655
4655
|
processedByWorkflow: boolean;
|
|
4656
4656
|
|
|
4657
4657
|
/**
|
|
4658
|
-
*
|
|
4658
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4659
4659
|
*/
|
|
4660
|
-
|
|
4660
|
+
baseTotalDocumentPriceModifier: number;
|
|
4661
4661
|
|
|
4662
4662
|
/**
|
|
4663
|
-
*
|
|
4663
|
+
* Telefon an Versender übergeben
|
|
4664
4664
|
*/
|
|
4665
|
-
|
|
4665
|
+
forwardPhoneToShipper: boolean;
|
|
4666
4666
|
|
|
4667
4667
|
/**
|
|
4668
4668
|
* Liste der Belegtexte
|
|
@@ -4705,14 +4705,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4705
4705
|
en16931Profile: EN16931Profile;
|
|
4706
4706
|
|
|
4707
4707
|
/**
|
|
4708
|
-
*
|
|
4708
|
+
* Wechselkurs
|
|
4709
4709
|
*/
|
|
4710
|
-
|
|
4710
|
+
exchangeRate: number;
|
|
4711
4711
|
|
|
4712
4712
|
/**
|
|
4713
|
-
*
|
|
4713
|
+
* Ort der steuerlichen Leistungserbringung
|
|
4714
4714
|
*/
|
|
4715
|
-
|
|
4715
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
4716
4716
|
|
|
4717
4717
|
/**
|
|
4718
4718
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4720,14 +4720,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4720
4720
|
additionalInfo: DocumentAdditionalInfo;
|
|
4721
4721
|
|
|
4722
4722
|
/**
|
|
4723
|
-
*
|
|
4723
|
+
* Bestelldatum
|
|
4724
4724
|
*/
|
|
4725
|
-
|
|
4725
|
+
orderedOn: ScriptingDate;
|
|
4726
4726
|
|
|
4727
4727
|
/**
|
|
4728
|
-
*
|
|
4728
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4729
4729
|
*/
|
|
4730
|
-
|
|
4730
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4731
4731
|
|
|
4732
4732
|
/**
|
|
4733
4733
|
* MetaInformations for this Object
|
|
@@ -4865,14 +4865,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4865
4865
|
customerNumber: string;
|
|
4866
4866
|
|
|
4867
4867
|
/**
|
|
4868
|
-
*
|
|
4868
|
+
* Statusinstanz des Belegs
|
|
4869
4869
|
*/
|
|
4870
|
-
|
|
4870
|
+
documentState: DocumentTypeState;
|
|
4871
4871
|
|
|
4872
4872
|
/**
|
|
4873
|
-
*
|
|
4873
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4874
4874
|
*/
|
|
4875
|
-
|
|
4875
|
+
taxIdentificationNumber: string;
|
|
4876
4876
|
|
|
4877
4877
|
/**
|
|
4878
4878
|
* Versandkostenpositionen
|
|
@@ -4945,14 +4945,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4945
4945
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* Herkunft der Sprache
|
|
4949
4949
|
*/
|
|
4950
|
-
|
|
4950
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4951
4951
|
|
|
4952
4952
|
/**
|
|
4953
|
-
*
|
|
4953
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4954
4954
|
*/
|
|
4955
|
-
|
|
4955
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4956
4956
|
|
|
4957
4957
|
/**
|
|
4958
4958
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5072,14 +5072,14 @@ export interface DocumentAddress {
|
|
|
5072
5072
|
postOfficeBox: string;
|
|
5073
5073
|
|
|
5074
5074
|
/**
|
|
5075
|
-
*
|
|
5075
|
+
* country code IsoAlpha3
|
|
5076
5076
|
*/
|
|
5077
|
-
|
|
5077
|
+
countryCode: string;
|
|
5078
5078
|
|
|
5079
5079
|
/**
|
|
5080
|
-
*
|
|
5080
|
+
* Street
|
|
5081
5081
|
*/
|
|
5082
|
-
|
|
5082
|
+
street: string;
|
|
5083
5083
|
|
|
5084
5084
|
/**
|
|
5085
5085
|
* Unique identifier of the Object
|
|
@@ -5544,6 +5544,11 @@ export interface DocumentLine {
|
|
|
5544
5544
|
*/
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
|
+
/**
|
|
5548
|
+
* Serientyp
|
|
5549
|
+
*/
|
|
5550
|
+
serialType: ArticleSerialType;
|
|
5551
|
+
|
|
5547
5552
|
/**
|
|
5548
5553
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5549
5554
|
*/
|
|
@@ -5554,11 +5559,6 @@ export interface DocumentLine {
|
|
|
5554
5559
|
*/
|
|
5555
5560
|
basePrice: number;
|
|
5556
5561
|
|
|
5557
|
-
/**
|
|
5558
|
-
* Serientyp
|
|
5559
|
-
*/
|
|
5560
|
-
serialType: ArticleSerialType;
|
|
5561
|
-
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Steuerschema
|
|
5564
5564
|
*/
|
|
@@ -6124,14 +6124,14 @@ export interface DocumentLineComponent {
|
|
|
6124
6124
|
custom: EavDocumentlinecomponent;
|
|
6125
6125
|
|
|
6126
6126
|
/**
|
|
6127
|
-
*
|
|
6127
|
+
* Referenz auf den Artikel der Komponente
|
|
6128
6128
|
*/
|
|
6129
|
-
|
|
6129
|
+
articleId: number;
|
|
6130
6130
|
|
|
6131
6131
|
/**
|
|
6132
|
-
*
|
|
6132
|
+
* Gelieferte Menge
|
|
6133
6133
|
*/
|
|
6134
|
-
|
|
6134
|
+
quantityCommitted: number;
|
|
6135
6135
|
|
|
6136
6136
|
/**
|
|
6137
6137
|
* Beschreibung des Artikels
|
|
@@ -6487,14 +6487,14 @@ export interface DocumentLinePosDetail {
|
|
|
6487
6487
|
balanceBeforeWithdrawal: number;
|
|
6488
6488
|
|
|
6489
6489
|
/**
|
|
6490
|
-
*
|
|
6490
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6491
6491
|
*/
|
|
6492
|
-
|
|
6492
|
+
externalPaymentId: string;
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
|
-
*
|
|
6495
|
+
* Typ der Position
|
|
6496
6496
|
*/
|
|
6497
|
-
|
|
6497
|
+
posLineType: PosLineType;
|
|
6498
6498
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* Unique identifier of the Object
|
|
@@ -6547,18 +6547,18 @@ export interface DocumentLineRef {
|
|
|
6547
6547
|
/**
|
|
6548
6548
|
* Id des Dokuments
|
|
6549
6549
|
*/
|
|
6550
|
-
documentId: number;
|
|
6551
|
-
|
|
6552
|
-
/**
|
|
6553
|
-
* Positions-Nummer
|
|
6554
|
-
*/
|
|
6555
|
-
position: number;
|
|
6550
|
+
documentId: number;
|
|
6556
6551
|
|
|
6557
6552
|
/**
|
|
6558
6553
|
* Id der Dokumentzeile
|
|
6559
6554
|
*/
|
|
6560
6555
|
id: number;
|
|
6561
6556
|
|
|
6557
|
+
/**
|
|
6558
|
+
* Positions-Nummer
|
|
6559
|
+
*/
|
|
6560
|
+
position: number;
|
|
6561
|
+
|
|
6562
6562
|
/**
|
|
6563
6563
|
* Belegtyp
|
|
6564
6564
|
*/
|
|
@@ -6813,14 +6813,14 @@ export interface DocumentPosPayment {
|
|
|
6813
6813
|
balanceBeforeWithdrawal: number;
|
|
6814
6814
|
|
|
6815
6815
|
/**
|
|
6816
|
-
*
|
|
6816
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6817
6817
|
*/
|
|
6818
|
-
|
|
6818
|
+
externalPaymentId: string;
|
|
6819
6819
|
|
|
6820
6820
|
/**
|
|
6821
|
-
*
|
|
6821
|
+
* Typ der Position
|
|
6822
6822
|
*/
|
|
6823
|
-
|
|
6823
|
+
posLineType: PosLineType;
|
|
6824
6824
|
|
|
6825
6825
|
/**
|
|
6826
6826
|
* Unique identifier of the Object
|
|
@@ -7418,26 +7418,26 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7418
7418
|
*/
|
|
7419
7419
|
bookDate: ScriptingDate;
|
|
7420
7420
|
|
|
7421
|
-
/**
|
|
7422
|
-
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7423
|
-
*/
|
|
7424
|
-
targetExpiryDate: ScriptingDate;
|
|
7425
|
-
|
|
7426
7421
|
/**
|
|
7427
7422
|
* Die gültige Seriennummer
|
|
7428
7423
|
*/
|
|
7429
7424
|
targetSerialNumber: string;
|
|
7430
7425
|
|
|
7431
7426
|
/**
|
|
7432
|
-
*
|
|
7427
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7433
7428
|
*/
|
|
7434
|
-
|
|
7429
|
+
targetExpiryDate: ScriptingDate;
|
|
7435
7430
|
|
|
7436
7431
|
/**
|
|
7437
7432
|
* Menge
|
|
7438
7433
|
*/
|
|
7439
7434
|
quantity: number;
|
|
7440
7435
|
|
|
7436
|
+
/**
|
|
7437
|
+
* Quell-Lagerplatz
|
|
7438
|
+
*/
|
|
7439
|
+
sourceStorageBinId: number;
|
|
7440
|
+
|
|
7441
7441
|
/**
|
|
7442
7442
|
* Quell-Lager
|
|
7443
7443
|
*/
|
|
@@ -7888,14 +7888,14 @@ export interface FabricationRevertRequest {
|
|
|
7888
7888
|
export interface FabricationSerialNumber {
|
|
7889
7889
|
|
|
7890
7890
|
/**
|
|
7891
|
-
*
|
|
7891
|
+
* MHD / Verfallsdatum
|
|
7892
7892
|
*/
|
|
7893
|
-
|
|
7893
|
+
expiryDate: ScriptingDate;
|
|
7894
7894
|
|
|
7895
7895
|
/**
|
|
7896
|
-
*
|
|
7896
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7897
7897
|
*/
|
|
7898
|
-
|
|
7898
|
+
serialNumberId: number;
|
|
7899
7899
|
|
|
7900
7900
|
/**
|
|
7901
7901
|
* Bemerkung
|
|
@@ -8127,14 +8127,14 @@ export interface OpenItem {
|
|
|
8127
8127
|
balance: number;
|
|
8128
8128
|
|
|
8129
8129
|
/**
|
|
8130
|
-
*
|
|
8130
|
+
* Kurs der Währung zu Basiswährung
|
|
8131
8131
|
*/
|
|
8132
|
-
|
|
8132
|
+
exchangeRate: number;
|
|
8133
8133
|
|
|
8134
8134
|
/**
|
|
8135
|
-
*
|
|
8135
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8136
8136
|
*/
|
|
8137
|
-
|
|
8137
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
8138
8138
|
|
|
8139
8139
|
/**
|
|
8140
8140
|
* Die Mahnstufe
|
|
@@ -8615,14 +8615,14 @@ export interface OpenItemRecord {
|
|
|
8615
8615
|
exchangeRate: number;
|
|
8616
8616
|
|
|
8617
8617
|
/**
|
|
8618
|
-
*
|
|
8618
|
+
* record discountable amount
|
|
8619
8619
|
*/
|
|
8620
|
-
|
|
8620
|
+
discountableAmount: number;
|
|
8621
8621
|
|
|
8622
8622
|
/**
|
|
8623
|
-
*
|
|
8623
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8624
8624
|
*/
|
|
8625
|
-
|
|
8625
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8626
8626
|
|
|
8627
8627
|
/**
|
|
8628
8628
|
* record date
|
|
@@ -8680,14 +8680,14 @@ export interface OpenItemRecord {
|
|
|
8680
8680
|
version: number;
|
|
8681
8681
|
|
|
8682
8682
|
/**
|
|
8683
|
-
*
|
|
8683
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8684
8684
|
*/
|
|
8685
|
-
|
|
8685
|
+
transactionId: number;
|
|
8686
8686
|
|
|
8687
8687
|
/**
|
|
8688
|
-
*
|
|
8688
|
+
* Buchungsbetrag in Basiswährung
|
|
8689
8689
|
*/
|
|
8690
|
-
|
|
8690
|
+
baseAmount: number;
|
|
8691
8691
|
|
|
8692
8692
|
/**
|
|
8693
8693
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8705,14 +8705,14 @@ export interface OpenItemRecord {
|
|
|
8705
8705
|
totalAmount: number;
|
|
8706
8706
|
|
|
8707
8707
|
/**
|
|
8708
|
-
*
|
|
8708
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8709
8709
|
*/
|
|
8710
|
-
|
|
8710
|
+
baseCurrencyCode: string;
|
|
8711
8711
|
|
|
8712
8712
|
/**
|
|
8713
|
-
*
|
|
8713
|
+
* id des records, der diesen storniert hat
|
|
8714
8714
|
*/
|
|
8715
|
-
|
|
8715
|
+
revertedByRecordId: number;
|
|
8716
8716
|
|
|
8717
8717
|
/**
|
|
8718
8718
|
* qualifier of open item
|
|
@@ -8860,14 +8860,14 @@ export interface PaymentMethod {
|
|
|
8860
8860
|
dunnable: boolean;
|
|
8861
8861
|
|
|
8862
8862
|
/**
|
|
8863
|
-
*
|
|
8863
|
+
* Debitoren-OP abschließen?
|
|
8864
8864
|
*/
|
|
8865
|
-
|
|
8865
|
+
closeCustomerAccountType: boolean;
|
|
8866
8866
|
|
|
8867
8867
|
/**
|
|
8868
|
-
*
|
|
8868
|
+
* translations
|
|
8869
8869
|
*/
|
|
8870
|
-
|
|
8870
|
+
translations: Array<DocumentTypeTerm>;
|
|
8871
8871
|
|
|
8872
8872
|
/**
|
|
8873
8873
|
* +Tage für Folgelastschrift
|
|
@@ -8965,26 +8965,26 @@ export interface PaymentTerm {
|
|
|
8965
8965
|
*/
|
|
8966
8966
|
paymentDiscount2: number;
|
|
8967
8967
|
|
|
8968
|
-
/**
|
|
8969
|
-
* printDescription
|
|
8970
|
-
*/
|
|
8971
|
-
printDescription: string;
|
|
8972
|
-
|
|
8973
8968
|
/**
|
|
8974
8969
|
* Percent for Discount 1
|
|
8975
8970
|
*/
|
|
8976
8971
|
paymentDiscount1: number;
|
|
8977
8972
|
|
|
8978
8973
|
/**
|
|
8979
|
-
*
|
|
8974
|
+
* printDescription
|
|
8980
8975
|
*/
|
|
8981
|
-
|
|
8976
|
+
printDescription: string;
|
|
8982
8977
|
|
|
8983
8978
|
/**
|
|
8984
8979
|
* Days for Discount 1
|
|
8985
8980
|
*/
|
|
8986
8981
|
paymentDays1: number;
|
|
8987
8982
|
|
|
8983
|
+
/**
|
|
8984
|
+
* for deposit: remaining term
|
|
8985
|
+
*/
|
|
8986
|
+
remainingTermRef: ApiObjectReference;
|
|
8987
|
+
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Days for Discount 2
|
|
8990
8990
|
*/
|
|
@@ -9675,20 +9675,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9675
9675
|
*/
|
|
9676
9676
|
maxArticleCountPerOrder: number;
|
|
9677
9677
|
|
|
9678
|
-
/**
|
|
9679
|
-
* Alternative Selektion in VQL
|
|
9680
|
-
*/
|
|
9681
|
-
alternativeSelectionInVql: string;
|
|
9682
|
-
|
|
9683
9678
|
/**
|
|
9684
9679
|
* Maximaler Auftragswert
|
|
9685
9680
|
*/
|
|
9686
9681
|
maxOrderValue: number;
|
|
9687
9682
|
|
|
9688
9683
|
/**
|
|
9689
|
-
*
|
|
9684
|
+
* Alternative Selektion in VQL
|
|
9690
9685
|
*/
|
|
9691
|
-
|
|
9686
|
+
alternativeSelectionInVql: string;
|
|
9692
9687
|
|
|
9693
9688
|
/**
|
|
9694
9689
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9700,6 +9695,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9700
9695
|
*/
|
|
9701
9696
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9702
9697
|
|
|
9698
|
+
/**
|
|
9699
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9700
|
+
*/
|
|
9701
|
+
maxOrderCount: number;
|
|
9702
|
+
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Selektion über den Bereich vom Belegdatum
|
|
9705
9705
|
*/
|
|
@@ -9779,14 +9779,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9779
9779
|
maxPicklistLineCount: number;
|
|
9780
9780
|
|
|
9781
9781
|
/**
|
|
9782
|
-
*
|
|
9782
|
+
* Der zu verwendende Pickwagen
|
|
9783
9783
|
*/
|
|
9784
|
-
|
|
9784
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9785
9785
|
|
|
9786
9786
|
/**
|
|
9787
|
-
*
|
|
9787
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9788
9788
|
*/
|
|
9789
|
-
|
|
9789
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9790
9790
|
|
|
9791
9791
|
/**
|
|
9792
9792
|
* Lagerplätze vorgeben
|
|
@@ -9794,14 +9794,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9794
9794
|
specifyStorageBins: boolean;
|
|
9795
9795
|
|
|
9796
9796
|
/**
|
|
9797
|
-
*
|
|
9797
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9798
9798
|
*/
|
|
9799
|
-
|
|
9799
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9800
9800
|
|
|
9801
9801
|
/**
|
|
9802
|
-
*
|
|
9802
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9803
9803
|
*/
|
|
9804
|
-
|
|
9804
|
+
sortByRoutePosition: boolean;
|
|
9805
9805
|
|
|
9806
9806
|
/**
|
|
9807
9807
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -10185,14 +10185,14 @@ export interface ProductArticleRef {
|
|
|
10185
10185
|
export interface ProductDiscount {
|
|
10186
10186
|
|
|
10187
10187
|
/**
|
|
10188
|
-
*
|
|
10188
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10189
10189
|
*/
|
|
10190
|
-
|
|
10190
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10191
10191
|
|
|
10192
10192
|
/**
|
|
10193
|
-
*
|
|
10193
|
+
* Kundengruppe
|
|
10194
10194
|
*/
|
|
10195
|
-
|
|
10195
|
+
customerGroupRef: ApiObjectReference;
|
|
10196
10196
|
|
|
10197
10197
|
/**
|
|
10198
10198
|
* Lieferantengruppe
|
|
@@ -10205,14 +10205,14 @@ export interface ProductDiscount {
|
|
|
10205
10205
|
fromQuantity: number;
|
|
10206
10206
|
|
|
10207
10207
|
/**
|
|
10208
|
-
*
|
|
10208
|
+
* Produkt, für welches dieser Rabatt gültig ist
|
|
10209
10209
|
*/
|
|
10210
|
-
|
|
10210
|
+
articleRef: ApiObjectReference;
|
|
10211
10211
|
|
|
10212
10212
|
/**
|
|
10213
|
-
*
|
|
10213
|
+
* Hersteller
|
|
10214
10214
|
*/
|
|
10215
|
-
|
|
10215
|
+
manufacturerRef: ApiObjectReference;
|
|
10216
10216
|
|
|
10217
10217
|
/**
|
|
10218
10218
|
* Gültig von
|
|
@@ -10399,14 +10399,14 @@ export interface ProductMainGroup {
|
|
|
10399
10399
|
export interface ProductPrice {
|
|
10400
10400
|
|
|
10401
10401
|
/**
|
|
10402
|
-
*
|
|
10402
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10403
10403
|
*/
|
|
10404
|
-
|
|
10404
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10405
10405
|
|
|
10406
10406
|
/**
|
|
10407
|
-
*
|
|
10407
|
+
* Kundengruppe
|
|
10408
10408
|
*/
|
|
10409
|
-
|
|
10409
|
+
customerGroupRef: ApiObjectReference;
|
|
10410
10410
|
|
|
10411
10411
|
/**
|
|
10412
10412
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10469,14 +10469,14 @@ export interface ProductPrice {
|
|
|
10469
10469
|
supplierGroupRef: ApiObjectReference;
|
|
10470
10470
|
|
|
10471
10471
|
/**
|
|
10472
|
-
*
|
|
10472
|
+
* Produkt, für welches dieser Preis gültig ist
|
|
10473
10473
|
*/
|
|
10474
|
-
|
|
10474
|
+
articleRef: ApiObjectReference;
|
|
10475
10475
|
|
|
10476
10476
|
/**
|
|
10477
|
-
*
|
|
10477
|
+
* Hersteller
|
|
10478
10478
|
*/
|
|
10479
|
-
|
|
10479
|
+
manufacturerRef: ApiObjectReference;
|
|
10480
10480
|
|
|
10481
10481
|
/**
|
|
10482
10482
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10629,14 +10629,14 @@ export interface RequestDocument {
|
|
|
10629
10629
|
cashDrawerId: number;
|
|
10630
10630
|
|
|
10631
10631
|
/**
|
|
10632
|
-
*
|
|
10632
|
+
* Der Anzahlungsbetrag
|
|
10633
10633
|
*/
|
|
10634
|
-
|
|
10634
|
+
depositPaymentAmount: number;
|
|
10635
10635
|
|
|
10636
10636
|
/**
|
|
10637
|
-
*
|
|
10637
|
+
* Leistungsdatum
|
|
10638
10638
|
*/
|
|
10639
|
-
|
|
10639
|
+
performanceDate: ScriptingDate;
|
|
10640
10640
|
|
|
10641
10641
|
/**
|
|
10642
10642
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10704,14 +10704,14 @@ export interface RequestDocument {
|
|
|
10704
10704
|
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10705
10705
|
|
|
10706
10706
|
/**
|
|
10707
|
-
*
|
|
10707
|
+
* ID der Kasse (bei POS)
|
|
10708
10708
|
*/
|
|
10709
|
-
|
|
10709
|
+
posRegisterId: number;
|
|
10710
10710
|
|
|
10711
10711
|
/**
|
|
10712
|
-
*
|
|
10712
|
+
* Die Vertragsdetails
|
|
10713
10713
|
*/
|
|
10714
|
-
|
|
10714
|
+
contractDetail: DocumentContractDetail;
|
|
10715
10715
|
|
|
10716
10716
|
/**
|
|
10717
10717
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10769,14 +10769,14 @@ export interface RequestDocument {
|
|
|
10769
10769
|
texts: Array<DocumentText>;
|
|
10770
10770
|
|
|
10771
10771
|
/**
|
|
10772
|
-
*
|
|
10772
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10773
10773
|
*/
|
|
10774
|
-
|
|
10774
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10775
10775
|
|
|
10776
10776
|
/**
|
|
10777
|
-
*
|
|
10777
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10778
10778
|
*/
|
|
10779
|
-
|
|
10779
|
+
processedByPicklistProcessing: boolean;
|
|
10780
10780
|
|
|
10781
10781
|
/**
|
|
10782
10782
|
* Die Rabatte des Beleges
|
|
@@ -10952,14 +10952,14 @@ export interface RequestDocumentLine {
|
|
|
10952
10952
|
name: string;
|
|
10953
10953
|
|
|
10954
10954
|
/**
|
|
10955
|
-
*
|
|
10955
|
+
* ID der Quell-Belegposition
|
|
10956
10956
|
*/
|
|
10957
|
-
|
|
10957
|
+
sourceLineId: number;
|
|
10958
10958
|
|
|
10959
10959
|
/**
|
|
10960
|
-
*
|
|
10960
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10961
10961
|
*/
|
|
10962
|
-
|
|
10962
|
+
externalArticleNumber: string;
|
|
10963
10963
|
|
|
10964
10964
|
/**
|
|
10965
10965
|
* Buchungen zu dieser Belegposition
|
|
@@ -11139,14 +11139,14 @@ export interface SalesAgent {
|
|
|
11139
11139
|
note: string;
|
|
11140
11140
|
|
|
11141
11141
|
/**
|
|
11142
|
-
*
|
|
11142
|
+
* reference to the delivery method
|
|
11143
11143
|
*/
|
|
11144
|
-
|
|
11144
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11145
11145
|
|
|
11146
11146
|
/**
|
|
11147
|
-
*
|
|
11147
|
+
* is sales agent taxable
|
|
11148
11148
|
*/
|
|
11149
|
-
|
|
11149
|
+
taxable: boolean;
|
|
11150
11150
|
|
|
11151
11151
|
/**
|
|
11152
11152
|
* Freifelder
|
|
@@ -11762,14 +11762,14 @@ export interface ShelfDocumentType {
|
|
|
11762
11762
|
active: boolean;
|
|
11763
11763
|
|
|
11764
11764
|
/**
|
|
11765
|
-
*
|
|
11765
|
+
* access level or reading
|
|
11766
11766
|
*/
|
|
11767
|
-
|
|
11767
|
+
accessLevelRead: number;
|
|
11768
11768
|
|
|
11769
11769
|
/**
|
|
11770
|
-
*
|
|
11770
|
+
* label of type
|
|
11771
11771
|
*/
|
|
11772
|
-
|
|
11772
|
+
label: string;
|
|
11773
11773
|
|
|
11774
11774
|
/**
|
|
11775
11775
|
* storage rule for revisions
|
|
@@ -11815,14 +11815,14 @@ export interface ShelfFile {
|
|
|
11815
11815
|
subFiles: Array<SubFileInfo>;
|
|
11816
11816
|
|
|
11817
11817
|
/**
|
|
11818
|
-
*
|
|
11818
|
+
* revision number of this file
|
|
11819
11819
|
*/
|
|
11820
|
-
|
|
11820
|
+
revisionNumber: number;
|
|
11821
11821
|
|
|
11822
11822
|
/**
|
|
11823
|
-
*
|
|
11823
|
+
* fileSize
|
|
11824
11824
|
*/
|
|
11825
|
-
|
|
11825
|
+
fileSize: number;
|
|
11826
11826
|
|
|
11827
11827
|
/**
|
|
11828
11828
|
* file-extension of this entry
|
|
@@ -11850,14 +11850,14 @@ export interface ShelfFile {
|
|
|
11850
11850
|
version: number;
|
|
11851
11851
|
|
|
11852
11852
|
/**
|
|
11853
|
-
*
|
|
11853
|
+
* meta data
|
|
11854
11854
|
*/
|
|
11855
|
-
|
|
11855
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11856
11856
|
|
|
11857
11857
|
/**
|
|
11858
|
-
*
|
|
11858
|
+
* current reference of this file in our storage
|
|
11859
11859
|
*/
|
|
11860
|
-
|
|
11860
|
+
storageHandle: string;
|
|
11861
11861
|
|
|
11862
11862
|
/**
|
|
11863
11863
|
* MetaInformations for this Object
|
|
@@ -11904,14 +11904,14 @@ export interface ShelfShare {
|
|
|
11904
11904
|
publishState: ShelfSharePublishState;
|
|
11905
11905
|
|
|
11906
11906
|
/**
|
|
11907
|
-
*
|
|
11907
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11908
11908
|
*/
|
|
11909
|
-
|
|
11909
|
+
publicUrlDurationInMinutes: number;
|
|
11910
11910
|
|
|
11911
11911
|
/**
|
|
11912
|
-
*
|
|
11912
|
+
* Freifelder
|
|
11913
11913
|
*/
|
|
11914
|
-
|
|
11914
|
+
custom: EavShelfshare;
|
|
11915
11915
|
|
|
11916
11916
|
/**
|
|
11917
11917
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -12105,14 +12105,14 @@ export interface StockMovementManualApi {
|
|
|
12105
12105
|
expiryDate: ScriptingDate;
|
|
12106
12106
|
|
|
12107
12107
|
/**
|
|
12108
|
-
*
|
|
12108
|
+
* Zugang oder Abgang
|
|
12109
12109
|
*/
|
|
12110
|
-
|
|
12110
|
+
factor: StockJournalFactor;
|
|
12111
12111
|
|
|
12112
12112
|
/**
|
|
12113
|
-
*
|
|
12113
|
+
* Notiz zur Seriennummer
|
|
12114
12114
|
*/
|
|
12115
|
-
|
|
12115
|
+
serialNumberNote: string;
|
|
12116
12116
|
|
|
12117
12117
|
/**
|
|
12118
12118
|
* Lager
|
|
@@ -12143,14 +12143,14 @@ export interface StockTransferApi {
|
|
|
12143
12143
|
bookDate: ScriptingDate;
|
|
12144
12144
|
|
|
12145
12145
|
/**
|
|
12146
|
-
*
|
|
12146
|
+
* Menge
|
|
12147
12147
|
*/
|
|
12148
|
-
|
|
12148
|
+
quantity: number;
|
|
12149
12149
|
|
|
12150
12150
|
/**
|
|
12151
|
-
*
|
|
12151
|
+
* Quell-Lagerplatz
|
|
12152
12152
|
*/
|
|
12153
|
-
|
|
12153
|
+
sourceStorageBinId: number;
|
|
12154
12154
|
|
|
12155
12155
|
/**
|
|
12156
12156
|
* Quell-Lager
|
|
@@ -12351,14 +12351,14 @@ export interface Supplier {
|
|
|
12351
12351
|
info: MetaInfo;
|
|
12352
12352
|
|
|
12353
12353
|
/**
|
|
12354
|
-
*
|
|
12354
|
+
* reference to the delivery method
|
|
12355
12355
|
*/
|
|
12356
|
-
|
|
12356
|
+
deliveryMethodRef: ApiObjectReference;
|
|
12357
12357
|
|
|
12358
12358
|
/**
|
|
12359
|
-
*
|
|
12359
|
+
* Lieferantengruppe
|
|
12360
12360
|
*/
|
|
12361
|
-
|
|
12361
|
+
supplierGroupRef: ApiObjectReference;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
12364
|
* tax able or tax free
|
|
@@ -12449,14 +12449,14 @@ export interface TagDto {
|
|
|
12449
12449
|
editColor: string;
|
|
12450
12450
|
|
|
12451
12451
|
/**
|
|
12452
|
-
* Farbe
|
|
12452
|
+
* Farbe in Such-GUI
|
|
12453
12453
|
*/
|
|
12454
|
-
|
|
12454
|
+
searchColor: string;
|
|
12455
12455
|
|
|
12456
12456
|
/**
|
|
12457
|
-
* Farbe
|
|
12457
|
+
* Farbe für die Anzeige des Tags
|
|
12458
12458
|
*/
|
|
12459
|
-
|
|
12459
|
+
color: string;
|
|
12460
12460
|
|
|
12461
12461
|
/**
|
|
12462
12462
|
* Beschriftung des Tags
|