@vario-software/types 2026.20.2 → 2026.20.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/scripting/services.d.ts +41 -41
- package/scripting/types.d.ts +290 -290
package/scripting/types.d.ts
CHANGED
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* GLN/ILN as location identifier for this address
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
globalLocationNumber: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Leitweg-ID
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
buyerReference: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* city of the bank
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
bankCity: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -999,14 +999,14 @@ export interface Article {
|
|
|
999
999
|
customsTariffNumber: string;
|
|
1000
1000
|
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* Product custom data
|
|
1003
1003
|
*/
|
|
1004
|
-
|
|
1004
|
+
listingCustom: EavArticleListing;
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
|
-
*
|
|
1007
|
+
* is this product purchasable
|
|
1008
1008
|
*/
|
|
1009
|
-
|
|
1009
|
+
purchasable: boolean;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* base capacity unit
|
|
@@ -1014,14 +1014,14 @@ export interface Article {
|
|
|
1014
1014
|
baseCapacityUnit: UnitTypeReference;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Durchschnittl. EKP (Startwert)
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
initialAvgPurchasePrice: number;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* is this product sellable without any quantity at the stock
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
sellableWithoutStock: boolean;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Seriennummern Auszeichnungsart
|
|
@@ -1124,14 +1124,14 @@ export interface Article {
|
|
|
1124
1124
|
deliveryMethodRef: ApiObjectReference;
|
|
1125
1125
|
|
|
1126
1126
|
/**
|
|
1127
|
-
*
|
|
1127
|
+
* Soll-Handelsspanne
|
|
1128
1128
|
*/
|
|
1129
|
-
|
|
1129
|
+
targetTradingMargin: number;
|
|
1130
1130
|
|
|
1131
1131
|
/**
|
|
1132
|
-
*
|
|
1132
|
+
* Produktion
|
|
1133
1133
|
*/
|
|
1134
|
-
|
|
1134
|
+
fabrication: boolean;
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* active
|
|
@@ -1188,26 +1188,26 @@ export interface Article {
|
|
|
1188
1188
|
*/
|
|
1189
1189
|
listingStateChangeTime: ScriptingDateTime;
|
|
1190
1190
|
|
|
1191
|
-
/**
|
|
1192
|
-
* Country code
|
|
1193
|
-
*/
|
|
1194
|
-
countryOfOriginRef: CountryReference;
|
|
1195
|
-
|
|
1196
1191
|
/**
|
|
1197
1192
|
* Arbeitseinheit in Minuten
|
|
1198
1193
|
*/
|
|
1199
1194
|
workUnitInMinutes: number;
|
|
1200
1195
|
|
|
1201
1196
|
/**
|
|
1202
|
-
*
|
|
1197
|
+
* Country code
|
|
1203
1198
|
*/
|
|
1204
|
-
|
|
1199
|
+
countryOfOriginRef: CountryReference;
|
|
1205
1200
|
|
|
1206
1201
|
/**
|
|
1207
1202
|
* description custom data
|
|
1208
1203
|
*/
|
|
1209
1204
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1210
1205
|
|
|
1206
|
+
/**
|
|
1207
|
+
* Frei kommissionierbar
|
|
1208
|
+
*/
|
|
1209
|
+
freelyPickable: boolean;
|
|
1210
|
+
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1213
1213
|
*/
|
|
@@ -1268,11 +1268,6 @@ export interface Article {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
permissibleForOrderProposal: boolean;
|
|
1270
1270
|
|
|
1271
|
-
/**
|
|
1272
|
-
* Versandlabeldruck
|
|
1273
|
-
*/
|
|
1274
|
-
shippingLabelPrinting: boolean;
|
|
1275
|
-
|
|
1276
1271
|
/**
|
|
1277
1272
|
* Artikel ist Gefahrgut
|
|
1278
1273
|
*/
|
|
@@ -1284,9 +1279,9 @@ export interface Article {
|
|
|
1284
1279
|
productRef: ApiObjectReference;
|
|
1285
1280
|
|
|
1286
1281
|
/**
|
|
1287
|
-
*
|
|
1282
|
+
* Versandlabeldruck
|
|
1288
1283
|
*/
|
|
1289
|
-
|
|
1284
|
+
shippingLabelPrinting: boolean;
|
|
1290
1285
|
|
|
1291
1286
|
/**
|
|
1292
1287
|
* rabattierbarer Artikel?
|
|
@@ -1298,6 +1293,11 @@ export interface Article {
|
|
|
1298
1293
|
*/
|
|
1299
1294
|
alternativeName: string;
|
|
1300
1295
|
|
|
1296
|
+
/**
|
|
1297
|
+
* Kontingentartikel
|
|
1298
|
+
*/
|
|
1299
|
+
contingentArticleRef: ApiObjectReference;
|
|
1300
|
+
|
|
1301
1301
|
/**
|
|
1302
1302
|
* base capacity
|
|
1303
1303
|
*/
|
|
@@ -1364,14 +1364,14 @@ export interface Article {
|
|
|
1364
1364
|
listed: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* Nur manuelle Produktion
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
onlyManualFabrication: boolean;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
|
-
*
|
|
1372
|
+
* provisionsberechtiger Artikel?
|
|
1373
1373
|
*/
|
|
1374
|
-
|
|
1374
|
+
commissionable: boolean;
|
|
1375
1375
|
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Preisbasis
|
|
@@ -1397,14 +1397,14 @@ export interface Article$Metric {
|
|
|
1397
1397
|
sizeX: number;
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
|
-
*
|
|
1400
|
+
* weight
|
|
1401
1401
|
*/
|
|
1402
|
-
|
|
1402
|
+
weight: number;
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
|
-
*
|
|
1405
|
+
* size unit
|
|
1406
1406
|
*/
|
|
1407
|
-
|
|
1407
|
+
sizeUnit: UnitTypeReference;
|
|
1408
1408
|
|
|
1409
1409
|
/**
|
|
1410
1410
|
* size
|
|
@@ -1738,11 +1738,6 @@ export interface ArticleStorage {
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
replenishmentFrom: number;
|
|
1740
1740
|
|
|
1741
|
-
/**
|
|
1742
|
-
* Meldebestand
|
|
1743
|
-
*/
|
|
1744
|
-
reorderPoint: number;
|
|
1745
|
-
|
|
1746
1741
|
/**
|
|
1747
1742
|
* Bestellte Menge
|
|
1748
1743
|
*/
|
|
@@ -1753,6 +1748,11 @@ export interface ArticleStorage {
|
|
|
1753
1748
|
*/
|
|
1754
1749
|
quantityInPicking: number;
|
|
1755
1750
|
|
|
1751
|
+
/**
|
|
1752
|
+
* Meldebestand
|
|
1753
|
+
*/
|
|
1754
|
+
reorderPoint: number;
|
|
1755
|
+
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Nachschub auf
|
|
1758
1758
|
*/
|
|
@@ -1804,14 +1804,14 @@ export interface ArticleStorage {
|
|
|
1804
1804
|
storageRef: ApiObjectReference;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
*
|
|
1807
|
+
* Vorgabe-Lagerplätze
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* Sollbestand
|
|
1813
1813
|
*/
|
|
1814
|
-
|
|
1814
|
+
targetStock: number;
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Aktuelle Menge in Produktion
|
|
@@ -1836,26 +1836,26 @@ export interface ArticleSupplier {
|
|
|
1836
1836
|
*/
|
|
1837
1837
|
accountDisplayName: string;
|
|
1838
1838
|
|
|
1839
|
-
/**
|
|
1840
|
-
* Lieferanten-Meldebestand
|
|
1841
|
-
*/
|
|
1842
|
-
supplierReportingStock: number;
|
|
1843
|
-
|
|
1844
1839
|
/**
|
|
1845
1840
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1846
1841
|
*/
|
|
1847
1842
|
useSupplierArticleDescription: boolean;
|
|
1848
1843
|
|
|
1849
1844
|
/**
|
|
1850
|
-
*
|
|
1845
|
+
* Lieferanten-Meldebestand
|
|
1851
1846
|
*/
|
|
1852
|
-
|
|
1847
|
+
supplierReportingStock: number;
|
|
1853
1848
|
|
|
1854
1849
|
/**
|
|
1855
1850
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1856
1851
|
*/
|
|
1857
1852
|
useSupplierArticleIdentifier: boolean;
|
|
1858
1853
|
|
|
1854
|
+
/**
|
|
1855
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1856
|
+
*/
|
|
1857
|
+
deliveryTime: number;
|
|
1858
|
+
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
1861
1861
|
*/
|
|
@@ -1942,14 +1942,14 @@ export interface ArticleSupplier {
|
|
|
1942
1942
|
dropShippingAllowed: boolean;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
* Abweichende
|
|
1945
|
+
* Abweichende Produktbeschreibung
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
supplierArticleDescription: string;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
|
-
* Abweichende
|
|
1950
|
+
* Abweichende Produktbezeichnung
|
|
1951
1951
|
*/
|
|
1952
|
-
|
|
1952
|
+
supplierArticleName: string;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Standardpreis Netto
|
|
@@ -1957,14 +1957,14 @@ export interface ArticleSupplier {
|
|
|
1957
1957
|
defaultNetPrice: number;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
|
-
*
|
|
1960
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
1961
1961
|
*/
|
|
1962
|
-
|
|
1962
|
+
orderOnComponentBase: boolean;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
|
-
*
|
|
1965
|
+
* Einkaufseinheit
|
|
1966
1966
|
*/
|
|
1967
|
-
|
|
1967
|
+
purchaseUnit: number;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Referenced Supplier-Account
|
|
@@ -2167,14 +2167,14 @@ export interface CountryReference {
|
|
|
2167
2167
|
export interface CreateNewDocumentRequest {
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
|
-
*
|
|
2170
|
+
* Belegart
|
|
2171
2171
|
*/
|
|
2172
|
-
|
|
2172
|
+
documentTypeLabel: string;
|
|
2173
2173
|
|
|
2174
2174
|
/**
|
|
2175
|
-
* Belegart
|
|
2175
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2176
2176
|
*/
|
|
2177
|
-
|
|
2177
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2178
2178
|
|
|
2179
2179
|
/**
|
|
2180
2180
|
* Details zum Beleg
|
|
@@ -2240,14 +2240,14 @@ export interface CrmActivity {
|
|
|
2240
2240
|
info: MetaInfo;
|
|
2241
2241
|
|
|
2242
2242
|
/**
|
|
2243
|
-
*
|
|
2243
|
+
* geplante Dauer
|
|
2244
2244
|
*/
|
|
2245
|
-
|
|
2245
|
+
plannedDurationInSeconds: number;
|
|
2246
2246
|
|
|
2247
2247
|
/**
|
|
2248
|
-
*
|
|
2248
|
+
* Aktivität intern abgerechnet?
|
|
2249
2249
|
*/
|
|
2250
|
-
|
|
2250
|
+
internalBilled: boolean;
|
|
2251
2251
|
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2517,14 +2517,14 @@ export interface CrmDeal {
|
|
|
2517
2517
|
info: MetaInfo;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
assignedUserRef: ApiObjectReference;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
|
-
*
|
|
2525
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Chance (in Prozent)
|
|
@@ -2798,14 +2798,14 @@ export interface CrmProject {
|
|
|
2798
2798
|
priorityRef: ApiObjectReference;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Phase
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
phaseRef: ApiObjectReference;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
|
-
*
|
|
2806
|
+
* Projektleiter vom Auftragnehmer
|
|
2807
2807
|
*/
|
|
2808
|
-
|
|
2808
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2809
2809
|
|
|
2810
2810
|
/**
|
|
2811
2811
|
* Aufgaben-Nummer
|
|
@@ -2858,14 +2858,14 @@ export interface CrmProject {
|
|
|
2858
2858
|
info: MetaInfo;
|
|
2859
2859
|
|
|
2860
2860
|
/**
|
|
2861
|
-
*
|
|
2861
|
+
* Projektleiter vom Auftraggeber
|
|
2862
2862
|
*/
|
|
2863
|
-
|
|
2863
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
2864
2864
|
|
|
2865
2865
|
/**
|
|
2866
|
-
*
|
|
2866
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2867
2867
|
*/
|
|
2868
|
-
|
|
2868
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2869
2869
|
|
|
2870
2870
|
/**
|
|
2871
2871
|
* Gesamt beauftragte Zeit in Sekunden
|
|
@@ -3108,11 +3108,6 @@ export interface CrmSubType {
|
|
|
3108
3108
|
|
|
3109
3109
|
export interface CrmTask {
|
|
3110
3110
|
|
|
3111
|
-
/**
|
|
3112
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3113
|
-
*/
|
|
3114
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3115
|
-
|
|
3116
3111
|
/**
|
|
3117
3112
|
* Angebot
|
|
3118
3113
|
*/
|
|
@@ -3123,6 +3118,11 @@ export interface CrmTask {
|
|
|
3123
3118
|
*/
|
|
3124
3119
|
reminders: Array<CrmReminder>;
|
|
3125
3120
|
|
|
3121
|
+
/**
|
|
3122
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3123
|
+
*/
|
|
3124
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3125
|
+
|
|
3126
3126
|
/**
|
|
3127
3127
|
* Notizen
|
|
3128
3128
|
*/
|
|
@@ -3304,14 +3304,14 @@ export interface CrmTask {
|
|
|
3304
3304
|
assignedUserRef: ApiObjectReference;
|
|
3305
3305
|
|
|
3306
3306
|
/**
|
|
3307
|
-
*
|
|
3307
|
+
* Beauftragte Zeit in Sekunden
|
|
3308
3308
|
*/
|
|
3309
|
-
|
|
3309
|
+
effortCommissioned: number;
|
|
3310
3310
|
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3313
3313
|
*/
|
|
3314
|
-
|
|
3314
|
+
externalRecordedTimes: number;
|
|
3315
3315
|
|
|
3316
3316
|
/**
|
|
3317
3317
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3488,14 +3488,14 @@ export interface CurrencyReference {
|
|
|
3488
3488
|
export interface Customer {
|
|
3489
3489
|
|
|
3490
3490
|
/**
|
|
3491
|
-
*
|
|
3491
|
+
* reference to customer group
|
|
3492
3492
|
*/
|
|
3493
|
-
|
|
3493
|
+
customerGroupRef: ApiObjectReference;
|
|
3494
3494
|
|
|
3495
3495
|
/**
|
|
3496
|
-
*
|
|
3496
|
+
* Option für die Stapelverarbeitung
|
|
3497
3497
|
*/
|
|
3498
|
-
|
|
3498
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3499
3499
|
|
|
3500
3500
|
/**
|
|
3501
3501
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3513,14 +3513,14 @@ export interface Customer {
|
|
|
3513
3513
|
dueDate: ScriptingDate;
|
|
3514
3514
|
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* collective billable
|
|
3517
3517
|
*/
|
|
3518
|
-
|
|
3518
|
+
collectiveBillable: boolean;
|
|
3519
3519
|
|
|
3520
3520
|
/**
|
|
3521
|
-
*
|
|
3521
|
+
* Maximal mögliche Lieferungen
|
|
3522
3522
|
*/
|
|
3523
|
-
|
|
3523
|
+
maxDeliveries: number;
|
|
3524
3524
|
|
|
3525
3525
|
/**
|
|
3526
3526
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3639,14 +3639,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3639
3639
|
export interface DeliveryMethod {
|
|
3640
3640
|
|
|
3641
3641
|
/**
|
|
3642
|
-
*
|
|
3642
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3643
3643
|
*/
|
|
3644
|
-
|
|
3644
|
+
splitIntoNewDocument: boolean;
|
|
3645
3645
|
|
|
3646
3646
|
/**
|
|
3647
|
-
*
|
|
3647
|
+
* E-Mail an Versender übergeben
|
|
3648
3648
|
*/
|
|
3649
|
-
|
|
3649
|
+
forwardEmailToShipper: boolean;
|
|
3650
3650
|
|
|
3651
3651
|
/**
|
|
3652
3652
|
* Min. Gewicht pro Paket
|
|
@@ -3699,14 +3699,14 @@ export interface DeliveryMethod {
|
|
|
3699
3699
|
defaultSizeUnit: UnitTypeReference;
|
|
3700
3700
|
|
|
3701
3701
|
/**
|
|
3702
|
-
*
|
|
3702
|
+
* Quelle für Paketgewicht
|
|
3703
3703
|
*/
|
|
3704
|
-
|
|
3704
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3705
3705
|
|
|
3706
3706
|
/**
|
|
3707
|
-
*
|
|
3707
|
+
* translations
|
|
3708
3708
|
*/
|
|
3709
|
-
|
|
3709
|
+
translations: Array<DocumentTypeTerm>;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
3712
|
* Gültige Ländercodes
|
|
@@ -3817,14 +3817,14 @@ export interface DeliveryTerm {
|
|
|
3817
3817
|
id: number;
|
|
3818
3818
|
|
|
3819
3819
|
/**
|
|
3820
|
-
*
|
|
3820
|
+
* Versandkostenartikel
|
|
3821
3821
|
*/
|
|
3822
|
-
|
|
3822
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
3823
3823
|
|
|
3824
3824
|
/**
|
|
3825
|
-
*
|
|
3825
|
+
* free shipping net value
|
|
3826
3826
|
*/
|
|
3827
|
-
|
|
3827
|
+
freeShippingNetValue: number;
|
|
3828
3828
|
|
|
3829
3829
|
/**
|
|
3830
3830
|
* MetaInformations for this Object
|
|
@@ -3835,14 +3835,14 @@ export interface DeliveryTerm {
|
|
|
3835
3835
|
export interface Document {
|
|
3836
3836
|
|
|
3837
3837
|
/**
|
|
3838
|
-
*
|
|
3838
|
+
* Referenz zum Rechnungskonto
|
|
3839
3839
|
*/
|
|
3840
|
-
|
|
3840
|
+
billingAccountRef: ApiObjectReference;
|
|
3841
3841
|
|
|
3842
3842
|
/**
|
|
3843
|
-
*
|
|
3843
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
3844
3844
|
*/
|
|
3845
|
-
|
|
3845
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
3846
3846
|
|
|
3847
3847
|
/**
|
|
3848
3848
|
* Externe Belegnummer
|
|
@@ -3923,14 +3923,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3923
3923
|
deliveryQuantityPackages: number;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* Leitweg-ID
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
buyerReference: string;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* Bestellnummer aus Vorbeleg
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
referencedOrderNumber: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4033,14 +4033,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4033
4033
|
supplierNumber: string;
|
|
4034
4034
|
|
|
4035
4035
|
/**
|
|
4036
|
-
*
|
|
4036
|
+
* Gesamtpreis brutto
|
|
4037
4037
|
*/
|
|
4038
|
-
|
|
4038
|
+
totalGrossPrice: number;
|
|
4039
4039
|
|
|
4040
4040
|
/**
|
|
4041
|
-
*
|
|
4041
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4042
4042
|
*/
|
|
4043
|
-
|
|
4043
|
+
deliveryApproved: boolean;
|
|
4044
4044
|
|
|
4045
4045
|
/**
|
|
4046
4046
|
* Kassen-Zahlungspositionen
|
|
@@ -4120,14 +4120,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4120
4120
|
processedByWorkflow: boolean;
|
|
4121
4121
|
|
|
4122
4122
|
/**
|
|
4123
|
-
*
|
|
4123
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4124
4124
|
*/
|
|
4125
|
-
|
|
4125
|
+
baseTotalDocumentPriceModifier: number;
|
|
4126
4126
|
|
|
4127
4127
|
/**
|
|
4128
|
-
*
|
|
4128
|
+
* Telefon an Versender übergeben
|
|
4129
4129
|
*/
|
|
4130
|
-
|
|
4130
|
+
forwardPhoneToShipper: boolean;
|
|
4131
4131
|
|
|
4132
4132
|
/**
|
|
4133
4133
|
* Liste der Belegtexte
|
|
@@ -4215,14 +4215,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4215
4215
|
dropShipping: boolean;
|
|
4216
4216
|
|
|
4217
4217
|
/**
|
|
4218
|
-
*
|
|
4218
|
+
* Gesamtpreis netto
|
|
4219
4219
|
*/
|
|
4220
|
-
|
|
4220
|
+
totalNetPrice: number;
|
|
4221
4221
|
|
|
4222
4222
|
/**
|
|
4223
|
-
*
|
|
4223
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4224
4224
|
*/
|
|
4225
|
-
|
|
4225
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4226
4226
|
|
|
4227
4227
|
/**
|
|
4228
4228
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4330,9 +4330,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4330
4330
|
customerNumber: string;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* Versandkostenpositionen
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* Umsatzsteuer-Identifikationsnummer
|
|
@@ -4340,9 +4340,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4340
4340
|
taxIdentificationNumber: string;
|
|
4341
4341
|
|
|
4342
4342
|
/**
|
|
4343
|
-
*
|
|
4343
|
+
* Statusinstanz des Belegs
|
|
4344
4344
|
*/
|
|
4345
|
-
|
|
4345
|
+
documentState: DocumentTypeState;
|
|
4346
|
+
|
|
4347
|
+
/**
|
|
4348
|
+
* Referenz auf Lieferbedingung
|
|
4349
|
+
*/
|
|
4350
|
+
deliveryTermRef: ApiObjectReference;
|
|
4346
4351
|
|
|
4347
4352
|
/**
|
|
4348
4353
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4351,11 +4356,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4351
4356
|
*/
|
|
4352
4357
|
posReceiptBalanced: boolean;
|
|
4353
4358
|
|
|
4354
|
-
/**
|
|
4355
|
-
* Referenz auf Lieferbedingung
|
|
4356
|
-
*/
|
|
4357
|
-
deliveryTermRef: ApiObjectReference;
|
|
4358
|
-
|
|
4359
4359
|
/**
|
|
4360
4360
|
* Rückgeld
|
|
4361
4361
|
*/
|
|
@@ -4382,14 +4382,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4382
4382
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4383
4383
|
|
|
4384
4384
|
/**
|
|
4385
|
-
*
|
|
4385
|
+
* Rechnungsadresse
|
|
4386
4386
|
*/
|
|
4387
|
-
|
|
4387
|
+
billingAddress: DocumentAddress;
|
|
4388
4388
|
|
|
4389
4389
|
/**
|
|
4390
|
-
*
|
|
4390
|
+
* Status der USt-ID-Prüfung
|
|
4391
4391
|
*/
|
|
4392
|
-
|
|
4392
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4393
4393
|
|
|
4394
4394
|
/**
|
|
4395
4395
|
* Bestellt durch Ansprechpartner
|
|
@@ -4410,14 +4410,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4410
4410
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
|
-
*
|
|
4413
|
+
* Herkunft der Sprache
|
|
4414
4414
|
*/
|
|
4415
|
-
|
|
4415
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
4423
|
* Herkunft der Käufer-Referenz
|
|
@@ -4575,14 +4575,14 @@ export interface DocumentAddress {
|
|
|
4575
4575
|
info: MetaInfo;
|
|
4576
4576
|
|
|
4577
4577
|
/**
|
|
4578
|
-
*
|
|
4578
|
+
* GLN
|
|
4579
4579
|
*/
|
|
4580
|
-
|
|
4580
|
+
globalLocationNumber: string;
|
|
4581
4581
|
|
|
4582
4582
|
/**
|
|
4583
|
-
*
|
|
4583
|
+
* Lieferart
|
|
4584
4584
|
*/
|
|
4585
|
-
|
|
4585
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4586
4586
|
|
|
4587
4587
|
/**
|
|
4588
4588
|
* Postcode
|
|
@@ -4934,14 +4934,14 @@ export const enum DocumentImportType {
|
|
|
4934
4934
|
export interface DocumentLine {
|
|
4935
4935
|
|
|
4936
4936
|
/**
|
|
4937
|
-
*
|
|
4937
|
+
* Zolltarifnummer
|
|
4938
4938
|
*/
|
|
4939
|
-
|
|
4939
|
+
customsTariffNumber: string;
|
|
4940
4940
|
|
|
4941
4941
|
/**
|
|
4942
|
-
*
|
|
4942
|
+
* Leistungsdatum
|
|
4943
4943
|
*/
|
|
4944
|
-
|
|
4944
|
+
performanceDate: ScriptingDate;
|
|
4945
4945
|
|
|
4946
4946
|
/**
|
|
4947
4947
|
* Land der Herkunft
|
|
@@ -4949,14 +4949,14 @@ export interface DocumentLine {
|
|
|
4949
4949
|
country: CountryReference;
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
|
-
*
|
|
4952
|
+
* wurde aufgelöst in Gebindeartikel
|
|
4953
4953
|
*/
|
|
4954
|
-
|
|
4954
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
4955
4955
|
|
|
4956
4956
|
/**
|
|
4957
|
-
*
|
|
4957
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
4958
4958
|
*/
|
|
4959
|
-
|
|
4959
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4960
4960
|
|
|
4961
4961
|
/**
|
|
4962
4962
|
* verarbeitete Menge
|
|
@@ -5004,14 +5004,14 @@ export interface DocumentLine {
|
|
|
5004
5004
|
number: string;
|
|
5005
5005
|
|
|
5006
5006
|
/**
|
|
5007
|
-
*
|
|
5007
|
+
* Gesamtbruttogewicht
|
|
5008
5008
|
*/
|
|
5009
|
-
|
|
5009
|
+
totalGrossWeight: number;
|
|
5010
5010
|
|
|
5011
5011
|
/**
|
|
5012
|
-
*
|
|
5012
|
+
* Referenz zur Kundenauftragszeile
|
|
5013
5013
|
*/
|
|
5014
|
-
|
|
5014
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
5017
|
* skontierbare Position?
|
|
@@ -5028,11 +5028,6 @@ export interface DocumentLine {
|
|
|
5028
5028
|
*/
|
|
5029
5029
|
price: number;
|
|
5030
5030
|
|
|
5031
|
-
/**
|
|
5032
|
-
* Positionstyp
|
|
5033
|
-
*/
|
|
5034
|
-
lineType: DocumentLineType;
|
|
5035
|
-
|
|
5036
5031
|
/**
|
|
5037
5032
|
* FiBu-Buchung
|
|
5038
5033
|
*/
|
|
@@ -5043,6 +5038,11 @@ export interface DocumentLine {
|
|
|
5043
5038
|
*/
|
|
5044
5039
|
baseTotalLinePrice: number;
|
|
5045
5040
|
|
|
5041
|
+
/**
|
|
5042
|
+
* Positionstyp
|
|
5043
|
+
*/
|
|
5044
|
+
lineType: DocumentLineType;
|
|
5045
|
+
|
|
5046
5046
|
/**
|
|
5047
5047
|
* vorgeorderte Menge in Pickvorgang
|
|
5048
5048
|
*/
|
|
@@ -5084,14 +5084,14 @@ export interface DocumentLine {
|
|
|
5084
5084
|
externalReferenceVds: string;
|
|
5085
5085
|
|
|
5086
5086
|
/**
|
|
5087
|
-
*
|
|
5087
|
+
* Serientyp
|
|
5088
5088
|
*/
|
|
5089
|
-
|
|
5089
|
+
serialType: ArticleSerialType;
|
|
5090
5090
|
|
|
5091
5091
|
/**
|
|
5092
|
-
*
|
|
5092
|
+
* Preis pro Einheit in Basiswährung
|
|
5093
5093
|
*/
|
|
5094
|
-
|
|
5094
|
+
basePrice: number;
|
|
5095
5095
|
|
|
5096
5096
|
/**
|
|
5097
5097
|
* MetaInformations for this Object
|
|
@@ -5244,14 +5244,14 @@ export interface DocumentLine {
|
|
|
5244
5244
|
revenueCalculation: RevenueCalculation;
|
|
5245
5245
|
|
|
5246
5246
|
/**
|
|
5247
|
-
*
|
|
5247
|
+
* Einheitentyp
|
|
5248
5248
|
*/
|
|
5249
|
-
|
|
5249
|
+
unitType: UnitTypeReference;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Positionssumme [Brutto, Netto], also Preis*Menge ./. Positionsrabatte
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
totalLinePrice: number;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
5257
|
* Referenz zur Basiszeile
|
|
@@ -5289,14 +5289,14 @@ export interface DocumentLine {
|
|
|
5289
5289
|
productType: ProductType;
|
|
5290
5290
|
|
|
5291
5291
|
/**
|
|
5292
|
-
*
|
|
5292
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5293
5293
|
*/
|
|
5294
|
-
|
|
5294
|
+
baseSalesValueNet: number;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
|
-
*
|
|
5297
|
+
* Vertragsinformationen
|
|
5298
5298
|
*/
|
|
5299
|
-
|
|
5299
|
+
contractDetail: DocumentContractDetail;
|
|
5300
5300
|
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Einheit Nettogewicht
|
|
@@ -5528,14 +5528,14 @@ export interface DocumentLineComponent {
|
|
|
5528
5528
|
custom: EavDocumentlinecomponent;
|
|
5529
5529
|
|
|
5530
5530
|
/**
|
|
5531
|
-
*
|
|
5531
|
+
* Gelieferte Menge
|
|
5532
5532
|
*/
|
|
5533
|
-
|
|
5533
|
+
quantityCommitted: number;
|
|
5534
5534
|
|
|
5535
5535
|
/**
|
|
5536
|
-
*
|
|
5536
|
+
* Referenz auf den Artikel der Komponente
|
|
5537
5537
|
*/
|
|
5538
|
-
|
|
5538
|
+
articleId: number;
|
|
5539
5539
|
|
|
5540
5540
|
/**
|
|
5541
5541
|
* Beschreibung des Artikels
|
|
@@ -5831,14 +5831,14 @@ export interface DocumentLineRef {
|
|
|
5831
5831
|
quantity: number;
|
|
5832
5832
|
|
|
5833
5833
|
/**
|
|
5834
|
-
*
|
|
5834
|
+
* Artikelnummer
|
|
5835
5835
|
*/
|
|
5836
|
-
|
|
5836
|
+
articleNumber: string;
|
|
5837
5837
|
|
|
5838
5838
|
/**
|
|
5839
|
-
*
|
|
5839
|
+
* Belegart
|
|
5840
5840
|
*/
|
|
5841
|
-
|
|
5841
|
+
documentType: string;
|
|
5842
5842
|
|
|
5843
5843
|
/**
|
|
5844
5844
|
* price per quantity [GROSS, NET]
|
|
@@ -6148,14 +6148,14 @@ export interface DocumentRef {
|
|
|
6148
6148
|
export interface DocumentShippingCost {
|
|
6149
6149
|
|
|
6150
6150
|
/**
|
|
6151
|
-
*
|
|
6151
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6152
6152
|
*/
|
|
6153
|
-
|
|
6153
|
+
manualCosts: boolean;
|
|
6154
6154
|
|
|
6155
6155
|
/**
|
|
6156
|
-
*
|
|
6156
|
+
* Die Versandkosten
|
|
6157
6157
|
*/
|
|
6158
|
-
|
|
6158
|
+
costs: number;
|
|
6159
6159
|
|
|
6160
6160
|
/**
|
|
6161
6161
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6283,14 +6283,14 @@ export interface DocumentText {
|
|
|
6283
6283
|
transferableIntoSubsequentDocuments: boolean;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
|
-
*
|
|
6286
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6287
6287
|
*/
|
|
6288
|
-
|
|
6288
|
+
deleted: boolean;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
textPosition: TextPosition;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
6296
|
* textBaustein Vorlage
|
|
@@ -6400,14 +6400,14 @@ export interface DocumentType {
|
|
|
6400
6400
|
labels: Array<DocumentTypeLabel>;
|
|
6401
6401
|
|
|
6402
6402
|
/**
|
|
6403
|
-
*
|
|
6403
|
+
* Zählerkreis
|
|
6404
6404
|
*/
|
|
6405
|
-
|
|
6405
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6406
6406
|
|
|
6407
6407
|
/**
|
|
6408
|
-
*
|
|
6408
|
+
* nächste Belegnummer
|
|
6409
6409
|
*/
|
|
6410
|
-
|
|
6410
|
+
nextNumber: string;
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
6413
|
* Sortierung
|
|
@@ -6886,14 +6886,14 @@ export interface FabricationRevertRequest {
|
|
|
6886
6886
|
quantity: number;
|
|
6887
6887
|
|
|
6888
6888
|
/**
|
|
6889
|
-
*
|
|
6889
|
+
* Material automatisch stornieren
|
|
6890
6890
|
*/
|
|
6891
|
-
|
|
6891
|
+
autoRevertComponents: boolean;
|
|
6892
6892
|
|
|
6893
6893
|
/**
|
|
6894
|
-
*
|
|
6894
|
+
* ID der zu stornierenden Position
|
|
6895
6895
|
*/
|
|
6896
|
-
|
|
6896
|
+
documentLineId: number;
|
|
6897
6897
|
|
|
6898
6898
|
/**
|
|
6899
6899
|
* Zu stornierende Seriennummern
|
|
@@ -7123,14 +7123,14 @@ export interface PaymentMethod {
|
|
|
7123
7123
|
daysToAddForFollowup: number;
|
|
7124
7124
|
|
|
7125
7125
|
/**
|
|
7126
|
-
*
|
|
7126
|
+
* external Payment Id
|
|
7127
7127
|
*/
|
|
7128
|
-
|
|
7128
|
+
externalPaymentId: string;
|
|
7129
7129
|
|
|
7130
7130
|
/**
|
|
7131
|
-
*
|
|
7131
|
+
* Die Business Transaction
|
|
7132
7132
|
*/
|
|
7133
|
-
|
|
7133
|
+
businessTransaction: ApiObjectReference;
|
|
7134
7134
|
|
|
7135
7135
|
/**
|
|
7136
7136
|
* Unique identifier of the Object
|
|
@@ -7294,14 +7294,14 @@ export interface PickTrolley {
|
|
|
7294
7294
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7295
7295
|
|
|
7296
7296
|
/**
|
|
7297
|
-
*
|
|
7297
|
+
* Bearbeiter der Pickliste
|
|
7298
7298
|
*/
|
|
7299
|
-
|
|
7299
|
+
processedByUserRef: ApiObjectReference;
|
|
7300
7300
|
|
|
7301
7301
|
/**
|
|
7302
|
-
*
|
|
7302
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7303
7303
|
*/
|
|
7304
|
-
|
|
7304
|
+
storageBinRef: StorageBinRef;
|
|
7305
7305
|
|
|
7306
7306
|
/**
|
|
7307
7307
|
* Beschreibung des Wagens
|
|
@@ -7557,14 +7557,14 @@ export interface PicklistLine {
|
|
|
7557
7557
|
articleNumber: string;
|
|
7558
7558
|
|
|
7559
7559
|
/**
|
|
7560
|
-
*
|
|
7560
|
+
* Lagernummer
|
|
7561
7561
|
*/
|
|
7562
|
-
|
|
7562
|
+
storageNumber: string;
|
|
7563
7563
|
|
|
7564
7564
|
/**
|
|
7565
|
-
*
|
|
7565
|
+
* Art der Position
|
|
7566
7566
|
*/
|
|
7567
|
-
|
|
7567
|
+
lineType: PicklistLineType;
|
|
7568
7568
|
|
|
7569
7569
|
/**
|
|
7570
7570
|
* ID der Ziel-Dokumentposition
|
|
@@ -7887,9 +7887,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7887
7887
|
maxOrderValue: number;
|
|
7888
7888
|
|
|
7889
7889
|
/**
|
|
7890
|
-
* Nur
|
|
7890
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7891
7891
|
*/
|
|
7892
|
-
|
|
7892
|
+
maxOrderCount: number;
|
|
7893
7893
|
|
|
7894
7894
|
/**
|
|
7895
7895
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -7897,9 +7897,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7897
7897
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7898
7898
|
|
|
7899
7899
|
/**
|
|
7900
|
-
* Nur
|
|
7900
|
+
* Nur vollständig lieferbare Positionen
|
|
7901
7901
|
*/
|
|
7902
|
-
|
|
7902
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
7903
7903
|
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -7970,9 +7970,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7970
7970
|
maxPicklistLineCount: number;
|
|
7971
7971
|
|
|
7972
7972
|
/**
|
|
7973
|
-
*
|
|
7973
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
7974
7974
|
*/
|
|
7975
|
-
|
|
7975
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7976
7976
|
|
|
7977
7977
|
/**
|
|
7978
7978
|
* Der zu verwendende Pickwagen
|
|
@@ -7980,9 +7980,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7980
7980
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
7981
7981
|
|
|
7982
7982
|
/**
|
|
7983
|
-
*
|
|
7983
|
+
* Lagerplätze vorgeben
|
|
7984
7984
|
*/
|
|
7985
|
-
|
|
7985
|
+
specifyStorageBins: boolean;
|
|
7986
7986
|
|
|
7987
7987
|
/**
|
|
7988
7988
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
@@ -8038,14 +8038,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8038
8038
|
alwaysShowDeliveryMethod: boolean;
|
|
8039
8039
|
|
|
8040
8040
|
/**
|
|
8041
|
-
*
|
|
8041
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
8042
8042
|
*/
|
|
8043
|
-
|
|
8043
|
+
autoPrintDeliveryDocument: boolean;
|
|
8044
8044
|
|
|
8045
8045
|
/**
|
|
8046
|
-
*
|
|
8046
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
8047
8047
|
*/
|
|
8048
|
-
|
|
8048
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
8049
8049
|
|
|
8050
8050
|
/**
|
|
8051
8051
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -8053,9 +8053,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8053
8053
|
showShippingFormOnPickingFinish: boolean;
|
|
8054
8054
|
|
|
8055
8055
|
/**
|
|
8056
|
-
*
|
|
8056
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8057
8057
|
*/
|
|
8058
|
-
|
|
8058
|
+
allowPickingOfServiceArticles: boolean;
|
|
8059
8059
|
|
|
8060
8060
|
/**
|
|
8061
8061
|
* Sammelbestätigung erlauben
|
|
@@ -8063,9 +8063,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8063
8063
|
allowFullConfirmation: boolean;
|
|
8064
8064
|
|
|
8065
8065
|
/**
|
|
8066
|
-
*
|
|
8066
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8067
8067
|
*/
|
|
8068
|
-
|
|
8068
|
+
useDigitalPicklist: boolean;
|
|
8069
8069
|
|
|
8070
8070
|
/**
|
|
8071
8071
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8165,14 +8165,14 @@ export interface PriceSelectionCriteria {
|
|
|
8165
8165
|
quantity: number;
|
|
8166
8166
|
|
|
8167
8167
|
/**
|
|
8168
|
-
* Liste von
|
|
8168
|
+
* Liste von Account-IDs
|
|
8169
8169
|
*/
|
|
8170
|
-
|
|
8170
|
+
accountIds: Array<number>;
|
|
8171
8171
|
|
|
8172
8172
|
/**
|
|
8173
|
-
* Liste von
|
|
8173
|
+
* Liste von Artikel-IDs
|
|
8174
8174
|
*/
|
|
8175
|
-
|
|
8175
|
+
articleIds: Array<number>;
|
|
8176
8176
|
|
|
8177
8177
|
/**
|
|
8178
8178
|
* ein qualifier
|
|
@@ -8288,14 +8288,14 @@ export interface Product {
|
|
|
8288
8288
|
bundle: boolean;
|
|
8289
8289
|
|
|
8290
8290
|
/**
|
|
8291
|
-
*
|
|
8291
|
+
* Serientyp
|
|
8292
8292
|
*/
|
|
8293
|
-
|
|
8293
|
+
serialType: ArticleSerialType;
|
|
8294
8294
|
|
|
8295
8295
|
/**
|
|
8296
|
-
*
|
|
8296
|
+
* Variantenwerte
|
|
8297
8297
|
*/
|
|
8298
|
-
|
|
8298
|
+
variantValues: Array<VariantValueReference>;
|
|
8299
8299
|
|
|
8300
8300
|
/**
|
|
8301
8301
|
* MetaInformations for this Object
|
|
@@ -8379,14 +8379,14 @@ export interface ProductDiscount {
|
|
|
8379
8379
|
currencyRef: CurrencyReference;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Wert des Rabatts
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
modifierValue: number;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Preisgruppe
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
priceGroupRef: ApiObjectReference;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8409,14 +8409,14 @@ export interface ProductDiscount {
|
|
|
8409
8409
|
modifierValueType: ValueType;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* Name des Rabatts
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
modifierName: string;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
|
-
*
|
|
8417
|
+
* Account, für den der Rabatt gültig ist
|
|
8418
8418
|
*/
|
|
8419
|
-
|
|
8419
|
+
accountRef: ApiObjectReference;
|
|
8420
8420
|
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Unique identifier of the Object
|
|
@@ -8681,11 +8681,6 @@ export interface RequestDocument {
|
|
|
8681
8681
|
*/
|
|
8682
8682
|
documentDate: ScriptingDate;
|
|
8683
8683
|
|
|
8684
|
-
/**
|
|
8685
|
-
* Leistungsdatum
|
|
8686
|
-
*/
|
|
8687
|
-
performanceDate: ScriptingDate;
|
|
8688
|
-
|
|
8689
8684
|
/**
|
|
8690
8685
|
* ID der Kassenschublade (bei POS)
|
|
8691
8686
|
*/
|
|
@@ -8696,6 +8691,11 @@ export interface RequestDocument {
|
|
|
8696
8691
|
*/
|
|
8697
8692
|
depositPaymentAmount: number;
|
|
8698
8693
|
|
|
8694
|
+
/**
|
|
8695
|
+
* Leistungsdatum
|
|
8696
|
+
*/
|
|
8697
|
+
performanceDate: ScriptingDate;
|
|
8698
|
+
|
|
8699
8699
|
/**
|
|
8700
8700
|
* Für interne Zwecke: Liefermethode für das Document
|
|
8701
8701
|
*/
|
|
@@ -8757,14 +8757,14 @@ export interface RequestDocument {
|
|
|
8757
8757
|
lines: Array<RequestDocumentLine>;
|
|
8758
8758
|
|
|
8759
8759
|
/**
|
|
8760
|
-
*
|
|
8760
|
+
* ID der Kasse (bei POS)
|
|
8761
8761
|
*/
|
|
8762
|
-
|
|
8762
|
+
posRegisterId: number;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Die Vertragsdetails
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
contractDetail: DocumentContractDetail;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
8770
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -8885,14 +8885,14 @@ export interface RequestDocumentLine {
|
|
|
8885
8885
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* FiBu-Angaben
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
financeBooking: DocumentFinanceBooking;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
|
-
*
|
|
8893
|
+
* Typ dieser Position
|
|
8894
8894
|
*/
|
|
8895
|
-
|
|
8895
|
+
lineType: DocumentLineType;
|
|
8896
8896
|
|
|
8897
8897
|
/**
|
|
8898
8898
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9489,14 +9489,14 @@ export interface SequencerConfiguration {
|
|
|
9489
9489
|
key: string;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Contains details about the sequencer configuration
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
|
-
*
|
|
9497
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9498
9498
|
*/
|
|
9499
|
-
|
|
9499
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
9502
|
* MetaInformations for this Object
|
|
@@ -10023,14 +10023,14 @@ export interface Stock {
|
|
|
10023
10023
|
storageBinId: number;
|
|
10024
10024
|
|
|
10025
10025
|
/**
|
|
10026
|
-
*
|
|
10026
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
10027
10027
|
*/
|
|
10028
|
-
|
|
10028
|
+
reservedSerialQuantity: number;
|
|
10029
10029
|
|
|
10030
10030
|
/**
|
|
10031
|
-
*
|
|
10031
|
+
* Artikel
|
|
10032
10032
|
*/
|
|
10033
|
-
|
|
10033
|
+
articleId: number;
|
|
10034
10034
|
}
|
|
10035
10035
|
|
|
10036
10036
|
export const enum StockJournalFactor {
|
|
@@ -10415,14 +10415,14 @@ export interface TagDto {
|
|
|
10415
10415
|
editColor: string;
|
|
10416
10416
|
|
|
10417
10417
|
/**
|
|
10418
|
-
* Farbe
|
|
10418
|
+
* Farbe für die Anzeige des Tags
|
|
10419
10419
|
*/
|
|
10420
|
-
|
|
10420
|
+
color: string;
|
|
10421
10421
|
|
|
10422
10422
|
/**
|
|
10423
|
-
* Farbe
|
|
10423
|
+
* Farbe in Such-GUI
|
|
10424
10424
|
*/
|
|
10425
|
-
|
|
10425
|
+
searchColor: string;
|
|
10426
10426
|
|
|
10427
10427
|
/**
|
|
10428
10428
|
* Beschriftung des Tags
|
|
@@ -10956,14 +10956,14 @@ export interface VariantValue {
|
|
|
10956
10956
|
version: number;
|
|
10957
10957
|
|
|
10958
10958
|
/**
|
|
10959
|
-
*
|
|
10959
|
+
* Variantenattribut
|
|
10960
10960
|
*/
|
|
10961
|
-
|
|
10961
|
+
attributeRef: ApiObjectReference;
|
|
10962
10962
|
|
|
10963
10963
|
/**
|
|
10964
|
-
*
|
|
10964
|
+
* Mehrsprachige Bezeichnungen
|
|
10965
10965
|
*/
|
|
10966
|
-
|
|
10966
|
+
labels: Array<VariantDescription>;
|
|
10967
10967
|
|
|
10968
10968
|
/**
|
|
10969
10969
|
* MetaInformations for this Object
|