@vario-software/types 2026.26.3 → 2026.27.0
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 +4402 -1712
- package/scripting/eav_types.d.ts +6 -0
- package/scripting/services.d.ts +205 -29
- package/scripting/types.d.ts +638 -433
package/scripting/types.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EavAccount, EavAccountaddress, EavAccountlisting, EavAccountperson,
|
|
3
|
-
EavArticle, EavArticleListing, EavArticleListingDescription,
|
|
4
|
-
EavCrmactivity, EavCrmdeal, EavCrmproject, EavCrmtask,
|
|
5
|
-
EavDocumentline, EavDocumentlinecomponent, EavFabrication,
|
|
3
|
+
EavArticle, EavArticleListing, EavArticleListingDescription, EavAsset,
|
|
4
|
+
EavContact, EavCrmactivity, EavCrmdeal, EavCrmproject, EavCrmtask,
|
|
5
|
+
EavDocument, EavDocumentline, EavDocumentlinecomponent, EavFabrication,
|
|
6
6
|
EavFabricationline, EavFabricationlinecomponent, EavProductgroup,
|
|
7
7
|
EavProductmaingroup, EavSalesagent, EavShelfdocument, EavShelfshare,
|
|
8
8
|
EavTextenumeration, EavVariantattributelisting, EavVariantvaluelisting
|
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -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
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Kreditlimit
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
maximalLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
payablesSum: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1108,6 +1108,11 @@ export interface Article {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
dropShippingPolicy: DropShippingPolicy;
|
|
1110
1110
|
|
|
1111
|
+
/**
|
|
1112
|
+
* Information zur Verbindung zwischen Asset und Article
|
|
1113
|
+
*/
|
|
1114
|
+
articleAssetInformation: ArticleAssetInformation;
|
|
1115
|
+
|
|
1111
1116
|
/**
|
|
1112
1117
|
* Unique identifier of the Object
|
|
1113
1118
|
*/
|
|
@@ -1219,14 +1224,14 @@ export interface Article {
|
|
|
1219
1224
|
freelyPickable: boolean;
|
|
1220
1225
|
|
|
1221
1226
|
/**
|
|
1222
|
-
*
|
|
1227
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1223
1228
|
*/
|
|
1224
|
-
|
|
1229
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1225
1230
|
|
|
1226
1231
|
/**
|
|
1227
|
-
*
|
|
1232
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1228
1233
|
*/
|
|
1229
|
-
|
|
1234
|
+
taxLiabilityReversed: boolean;
|
|
1230
1235
|
|
|
1231
1236
|
/**
|
|
1232
1237
|
* Notiz
|
|
@@ -1289,14 +1294,14 @@ export interface Article {
|
|
|
1289
1294
|
permissibleForOrderProposal: boolean;
|
|
1290
1295
|
|
|
1291
1296
|
/**
|
|
1292
|
-
*
|
|
1297
|
+
* reference to Product
|
|
1293
1298
|
*/
|
|
1294
|
-
|
|
1299
|
+
productRef: ApiObjectReference;
|
|
1295
1300
|
|
|
1296
1301
|
/**
|
|
1297
|
-
*
|
|
1302
|
+
* Versandlabeldruck
|
|
1298
1303
|
*/
|
|
1299
|
-
|
|
1304
|
+
shippingLabelPrinting: boolean;
|
|
1300
1305
|
|
|
1301
1306
|
/**
|
|
1302
1307
|
* Kontingentartikel
|
|
@@ -1447,6 +1452,44 @@ export interface Article$Metric {
|
|
|
1447
1452
|
weightUnit: UnitTypeReference;
|
|
1448
1453
|
}
|
|
1449
1454
|
|
|
1455
|
+
export interface ArticleAssetInformation {
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* Assets automatisch beim Lagerzugang erstellen
|
|
1459
|
+
*/
|
|
1460
|
+
createAssetOnStorageEntry: boolean;
|
|
1461
|
+
|
|
1462
|
+
/**
|
|
1463
|
+
* Asset automatisch beim Verkauf erstellen
|
|
1464
|
+
*/
|
|
1465
|
+
createAssetOnSale: boolean;
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Asset erstellen bei Belegtyp
|
|
1469
|
+
*/
|
|
1470
|
+
createAssetOnDocumentCategory: AssetCreateOnDocumentCategory;
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* Asset Asset-Typ zum Erstellen
|
|
1474
|
+
*/
|
|
1475
|
+
createWithAssetType: AssetType;
|
|
1476
|
+
|
|
1477
|
+
/**
|
|
1478
|
+
* Unique identifier of the Object
|
|
1479
|
+
*/
|
|
1480
|
+
id: number;
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* Version Identifier for this Object (for PUT)
|
|
1484
|
+
*/
|
|
1485
|
+
version: number;
|
|
1486
|
+
|
|
1487
|
+
/**
|
|
1488
|
+
* MetaInformations for this Object
|
|
1489
|
+
*/
|
|
1490
|
+
info: MetaInfo;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1450
1493
|
export interface ArticleAvailabilityDetermination {
|
|
1451
1494
|
|
|
1452
1495
|
/**
|
|
@@ -1894,14 +1937,14 @@ export interface ArticleStorage {
|
|
|
1894
1937
|
replenishmentFrom: number;
|
|
1895
1938
|
|
|
1896
1939
|
/**
|
|
1897
|
-
*
|
|
1940
|
+
* Meldebestand
|
|
1898
1941
|
*/
|
|
1899
|
-
|
|
1942
|
+
reorderPoint: number;
|
|
1900
1943
|
|
|
1901
1944
|
/**
|
|
1902
|
-
*
|
|
1945
|
+
* Aktuelle Menge in Kommissionierung
|
|
1903
1946
|
*/
|
|
1904
|
-
|
|
1947
|
+
quantityInPicking: number;
|
|
1905
1948
|
|
|
1906
1949
|
/**
|
|
1907
1950
|
* Bestellte Menge
|
|
@@ -1992,14 +2035,14 @@ export interface ArticleSupplier {
|
|
|
1992
2035
|
accountDisplayName: string;
|
|
1993
2036
|
|
|
1994
2037
|
/**
|
|
1995
|
-
*
|
|
2038
|
+
* Lieferanten-Meldebestand
|
|
1996
2039
|
*/
|
|
1997
|
-
|
|
2040
|
+
supplierReportingStock: number;
|
|
1998
2041
|
|
|
1999
2042
|
/**
|
|
2000
|
-
*
|
|
2043
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2001
2044
|
*/
|
|
2002
|
-
|
|
2045
|
+
useSupplierArticleDescription: boolean;
|
|
2003
2046
|
|
|
2004
2047
|
/**
|
|
2005
2048
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
@@ -2097,14 +2140,14 @@ export interface ArticleSupplier {
|
|
|
2097
2140
|
dropShippingAllowed: boolean;
|
|
2098
2141
|
|
|
2099
2142
|
/**
|
|
2100
|
-
* Abweichende
|
|
2143
|
+
* Abweichende Produktbezeichnung
|
|
2101
2144
|
*/
|
|
2102
|
-
|
|
2145
|
+
supplierArticleName: string;
|
|
2103
2146
|
|
|
2104
2147
|
/**
|
|
2105
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbeschreibung
|
|
2106
2149
|
*/
|
|
2107
|
-
|
|
2150
|
+
supplierArticleDescription: string;
|
|
2108
2151
|
|
|
2109
2152
|
/**
|
|
2110
2153
|
* Standardpreis Netto
|
|
@@ -2112,14 +2155,14 @@ export interface ArticleSupplier {
|
|
|
2112
2155
|
defaultNetPrice: number;
|
|
2113
2156
|
|
|
2114
2157
|
/**
|
|
2115
|
-
*
|
|
2158
|
+
* Einkaufseinheit
|
|
2116
2159
|
*/
|
|
2117
|
-
|
|
2160
|
+
purchaseUnit: number;
|
|
2118
2161
|
|
|
2119
2162
|
/**
|
|
2120
|
-
*
|
|
2163
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2121
2164
|
*/
|
|
2122
|
-
|
|
2165
|
+
orderOnComponentBase: boolean;
|
|
2123
2166
|
|
|
2124
2167
|
/**
|
|
2125
2168
|
* Referenced Supplier-Account
|
|
@@ -2142,6 +2185,137 @@ export interface ArticleSupplier {
|
|
|
2142
2185
|
supplierPrintLabelSettings: ArticlePrintLabelSettings;
|
|
2143
2186
|
}
|
|
2144
2187
|
|
|
2188
|
+
export interface Asset {
|
|
2189
|
+
|
|
2190
|
+
/**
|
|
2191
|
+
* Notiz
|
|
2192
|
+
*/
|
|
2193
|
+
note: string;
|
|
2194
|
+
|
|
2195
|
+
/**
|
|
2196
|
+
* Seriennummer
|
|
2197
|
+
*/
|
|
2198
|
+
serialNumber: ArticleSerialNumber;
|
|
2199
|
+
|
|
2200
|
+
/**
|
|
2201
|
+
* Asset Zusatzfelder
|
|
2202
|
+
*/
|
|
2203
|
+
custom: EavAsset;
|
|
2204
|
+
|
|
2205
|
+
/**
|
|
2206
|
+
* Artikel
|
|
2207
|
+
*/
|
|
2208
|
+
articleRef: ApiObjectReference;
|
|
2209
|
+
|
|
2210
|
+
/**
|
|
2211
|
+
* active
|
|
2212
|
+
*/
|
|
2213
|
+
active: boolean;
|
|
2214
|
+
|
|
2215
|
+
/**
|
|
2216
|
+
* Zugehörige Assets
|
|
2217
|
+
*/
|
|
2218
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2219
|
+
|
|
2220
|
+
/**
|
|
2221
|
+
* Ende Garantie
|
|
2222
|
+
*/
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
|
+
|
|
2225
|
+
/**
|
|
2226
|
+
* Asset-Bezeichnung
|
|
2227
|
+
*/
|
|
2228
|
+
label: string;
|
|
2229
|
+
|
|
2230
|
+
/**
|
|
2231
|
+
* Version Identifier for this Object (for PUT)
|
|
2232
|
+
*/
|
|
2233
|
+
version: number;
|
|
2234
|
+
|
|
2235
|
+
/**
|
|
2236
|
+
* Rechnungsadresse
|
|
2237
|
+
*/
|
|
2238
|
+
billingAddressRef: ApiObjectReference;
|
|
2239
|
+
|
|
2240
|
+
/**
|
|
2241
|
+
* Zusatzadresse
|
|
2242
|
+
*/
|
|
2243
|
+
accountAddressRef: ApiObjectReference;
|
|
2244
|
+
|
|
2245
|
+
/**
|
|
2246
|
+
* Vertrag
|
|
2247
|
+
*/
|
|
2248
|
+
contractRef: ApiObjectReference;
|
|
2249
|
+
|
|
2250
|
+
/**
|
|
2251
|
+
* Asset-Nummer
|
|
2252
|
+
*/
|
|
2253
|
+
number: string;
|
|
2254
|
+
|
|
2255
|
+
/**
|
|
2256
|
+
* Beginn Garantie
|
|
2257
|
+
*/
|
|
2258
|
+
warrantyStartDate: ScriptingDate;
|
|
2259
|
+
|
|
2260
|
+
/**
|
|
2261
|
+
* Asset-Halter
|
|
2262
|
+
*/
|
|
2263
|
+
accountRef: ApiObjectReference;
|
|
2264
|
+
|
|
2265
|
+
/**
|
|
2266
|
+
* Unique identifier of the Object
|
|
2267
|
+
*/
|
|
2268
|
+
id: number;
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* Übergeordnetes Asset
|
|
2272
|
+
*/
|
|
2273
|
+
parentAssetRef: ApiObjectReference;
|
|
2274
|
+
|
|
2275
|
+
/**
|
|
2276
|
+
* Asset-Typ
|
|
2277
|
+
*/
|
|
2278
|
+
typeRef: ApiObjectReference;
|
|
2279
|
+
|
|
2280
|
+
/**
|
|
2281
|
+
* MetaInformations for this Object
|
|
2282
|
+
*/
|
|
2283
|
+
info: MetaInfo;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
export const enum AssetCreateOnDocumentCategory {
|
|
2287
|
+
CUSTOMER_DELIVERY = 'CUSTOMER_DELIVERY',
|
|
2288
|
+
CUSTOMER_INVOICE = 'CUSTOMER_INVOICE'
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
export interface AssetType {
|
|
2292
|
+
|
|
2293
|
+
/**
|
|
2294
|
+
* Aktiv?
|
|
2295
|
+
*/
|
|
2296
|
+
active: boolean;
|
|
2297
|
+
|
|
2298
|
+
/**
|
|
2299
|
+
* Bezeichnung
|
|
2300
|
+
*/
|
|
2301
|
+
label: string;
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* Unique identifier of the Object
|
|
2305
|
+
*/
|
|
2306
|
+
id: number;
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* Version Identifier for this Object (for PUT)
|
|
2310
|
+
*/
|
|
2311
|
+
version: number;
|
|
2312
|
+
|
|
2313
|
+
/**
|
|
2314
|
+
* MetaInformations for this Object
|
|
2315
|
+
*/
|
|
2316
|
+
info: MetaInfo;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2145
2319
|
export const enum BankPaymentType {
|
|
2146
2320
|
MONEY_TRANSFER = 'MONEY_TRANSFER',
|
|
2147
2321
|
REALTIME_MONEY_TRANSFER = 'REALTIME_MONEY_TRANSFER',
|
|
@@ -2565,14 +2739,14 @@ export interface CrmActivityType {
|
|
|
2565
2739
|
export interface CrmChecklistItem {
|
|
2566
2740
|
|
|
2567
2741
|
/**
|
|
2568
|
-
*
|
|
2742
|
+
* Text des Checklisten-Elements
|
|
2569
2743
|
*/
|
|
2570
|
-
|
|
2744
|
+
memo: string;
|
|
2571
2745
|
|
|
2572
2746
|
/**
|
|
2573
|
-
*
|
|
2747
|
+
* Ist das Element "angehakt"?
|
|
2574
2748
|
*/
|
|
2575
|
-
|
|
2749
|
+
checked: boolean;
|
|
2576
2750
|
|
|
2577
2751
|
/**
|
|
2578
2752
|
* Unique identifier of the Object
|
|
@@ -2688,14 +2862,14 @@ export interface CrmDeal {
|
|
|
2688
2862
|
info: MetaInfo;
|
|
2689
2863
|
|
|
2690
2864
|
/**
|
|
2691
|
-
*
|
|
2865
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2692
2866
|
*/
|
|
2693
|
-
|
|
2867
|
+
assignedUserRef: ApiObjectReference;
|
|
2694
2868
|
|
|
2695
2869
|
/**
|
|
2696
|
-
*
|
|
2870
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2697
2871
|
*/
|
|
2698
|
-
|
|
2872
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2699
2873
|
|
|
2700
2874
|
/**
|
|
2701
2875
|
* Chance (in Prozent)
|
|
@@ -3130,7 +3304,8 @@ export interface CrmReference {
|
|
|
3130
3304
|
export const enum CrmReferenceType {
|
|
3131
3305
|
ARTICLE = 'ARTICLE',
|
|
3132
3306
|
DOCUMENT_LINE = 'DOCUMENT_LINE',
|
|
3133
|
-
OPEN_ITEM = 'OPEN_ITEM'
|
|
3307
|
+
OPEN_ITEM = 'OPEN_ITEM',
|
|
3308
|
+
ASSET = 'ASSET'
|
|
3134
3309
|
}
|
|
3135
3310
|
|
|
3136
3311
|
export interface CrmReminder {
|
|
@@ -3290,14 +3465,14 @@ export interface CrmSubType {
|
|
|
3290
3465
|
export interface CrmTask {
|
|
3291
3466
|
|
|
3292
3467
|
/**
|
|
3293
|
-
*
|
|
3468
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3294
3469
|
*/
|
|
3295
|
-
|
|
3470
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3296
3471
|
|
|
3297
3472
|
/**
|
|
3298
|
-
*
|
|
3473
|
+
* Angebot
|
|
3299
3474
|
*/
|
|
3300
|
-
|
|
3475
|
+
customerOfferRef: DocumentRef;
|
|
3301
3476
|
|
|
3302
3477
|
/**
|
|
3303
3478
|
* Liste von Erinnerungen
|
|
@@ -3495,14 +3670,14 @@ export interface CrmTask {
|
|
|
3495
3670
|
parentRefs: Array<CrmObjectRef>;
|
|
3496
3671
|
|
|
3497
3672
|
/**
|
|
3498
|
-
*
|
|
3673
|
+
* Beauftragte Zeit in Sekunden
|
|
3499
3674
|
*/
|
|
3500
|
-
|
|
3675
|
+
effortCommissioned: number;
|
|
3501
3676
|
|
|
3502
3677
|
/**
|
|
3503
|
-
*
|
|
3678
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3504
3679
|
*/
|
|
3505
|
-
|
|
3680
|
+
externalRecordedTimes: number;
|
|
3506
3681
|
|
|
3507
3682
|
/**
|
|
3508
3683
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3674,14 +3849,14 @@ export interface CurrencyReference {
|
|
|
3674
3849
|
export interface Customer {
|
|
3675
3850
|
|
|
3676
3851
|
/**
|
|
3677
|
-
*
|
|
3852
|
+
* reference to customer group
|
|
3678
3853
|
*/
|
|
3679
|
-
|
|
3854
|
+
customerGroupRef: ApiObjectReference;
|
|
3680
3855
|
|
|
3681
3856
|
/**
|
|
3682
|
-
*
|
|
3857
|
+
* Option für die Stapelverarbeitung
|
|
3683
3858
|
*/
|
|
3684
|
-
|
|
3859
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3685
3860
|
|
|
3686
3861
|
/**
|
|
3687
3862
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3988,14 +4163,14 @@ export interface DeliveryMethod {
|
|
|
3988
4163
|
translations: Array<DocumentTypeTerm>;
|
|
3989
4164
|
|
|
3990
4165
|
/**
|
|
3991
|
-
*
|
|
4166
|
+
* Gültige Ländercodes
|
|
3992
4167
|
*/
|
|
3993
|
-
|
|
4168
|
+
validCountryCodes: Array<string>;
|
|
3994
4169
|
|
|
3995
4170
|
/**
|
|
3996
|
-
*
|
|
4171
|
+
* Versand-Anbieter
|
|
3997
4172
|
*/
|
|
3998
|
-
|
|
4173
|
+
vdsCarrierId: number;
|
|
3999
4174
|
|
|
4000
4175
|
/**
|
|
4001
4176
|
* Standardgewichtseinheit
|
|
@@ -4076,14 +4251,14 @@ export interface DeliveryTerm {
|
|
|
4076
4251
|
version: number;
|
|
4077
4252
|
|
|
4078
4253
|
/**
|
|
4079
|
-
*
|
|
4254
|
+
* translations
|
|
4080
4255
|
*/
|
|
4081
|
-
|
|
4256
|
+
translations: Array<DocumentTypeTerm>;
|
|
4082
4257
|
|
|
4083
4258
|
/**
|
|
4084
|
-
*
|
|
4259
|
+
* information, how the shipping charges should be calculated
|
|
4085
4260
|
*/
|
|
4086
|
-
|
|
4261
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4087
4262
|
|
|
4088
4263
|
/**
|
|
4089
4264
|
* Lieferarten
|
|
@@ -4096,14 +4271,14 @@ export interface DeliveryTerm {
|
|
|
4096
4271
|
id: number;
|
|
4097
4272
|
|
|
4098
4273
|
/**
|
|
4099
|
-
*
|
|
4274
|
+
* Versandkostenartikel
|
|
4100
4275
|
*/
|
|
4101
|
-
|
|
4276
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4102
4277
|
|
|
4103
4278
|
/**
|
|
4104
|
-
*
|
|
4279
|
+
* free shipping net value
|
|
4105
4280
|
*/
|
|
4106
|
-
|
|
4281
|
+
freeShippingNetValue: number;
|
|
4107
4282
|
|
|
4108
4283
|
/**
|
|
4109
4284
|
* MetaInformations for this Object
|
|
@@ -4202,14 +4377,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4202
4377
|
deliveryQuantityPackages: number;
|
|
4203
4378
|
|
|
4204
4379
|
/**
|
|
4205
|
-
*
|
|
4380
|
+
* Bestellnummer aus Vorbeleg
|
|
4206
4381
|
*/
|
|
4207
|
-
|
|
4382
|
+
referencedOrderNumber: string;
|
|
4208
4383
|
|
|
4209
4384
|
/**
|
|
4210
|
-
*
|
|
4385
|
+
* Leitweg-ID
|
|
4211
4386
|
*/
|
|
4212
|
-
|
|
4387
|
+
buyerReference: string;
|
|
4213
4388
|
|
|
4214
4389
|
/**
|
|
4215
4390
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4231,6 +4406,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4231
4406
|
*/
|
|
4232
4407
|
totalBeforeModifier: number;
|
|
4233
4408
|
|
|
4409
|
+
/**
|
|
4410
|
+
* Ist der Beleg festgeschrieben?
|
|
4411
|
+
*/
|
|
4412
|
+
frozen: boolean;
|
|
4413
|
+
|
|
4234
4414
|
/**
|
|
4235
4415
|
* Referenz auf verantwortlichen Benutzer
|
|
4236
4416
|
*/
|
|
@@ -4262,14 +4442,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4262
4442
|
accountId: number;
|
|
4263
4443
|
|
|
4264
4444
|
/**
|
|
4265
|
-
* Länderkennzeichen
|
|
4445
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4266
4446
|
*/
|
|
4267
|
-
|
|
4447
|
+
performanceCountryCode: string;
|
|
4268
4448
|
|
|
4269
4449
|
/**
|
|
4270
|
-
* Länderkennzeichen
|
|
4450
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4271
4451
|
*/
|
|
4272
|
-
|
|
4452
|
+
sourceCountryCode: string;
|
|
4273
4453
|
|
|
4274
4454
|
/**
|
|
4275
4455
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4317,14 +4497,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4317
4497
|
supplierNumber: string;
|
|
4318
4498
|
|
|
4319
4499
|
/**
|
|
4320
|
-
*
|
|
4500
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4321
4501
|
*/
|
|
4322
|
-
|
|
4502
|
+
deliveryApproved: boolean;
|
|
4323
4503
|
|
|
4324
4504
|
/**
|
|
4325
|
-
*
|
|
4505
|
+
* Gesamtpreis brutto
|
|
4326
4506
|
*/
|
|
4327
|
-
|
|
4507
|
+
totalGrossPrice: number;
|
|
4328
4508
|
|
|
4329
4509
|
/**
|
|
4330
4510
|
* Kassen-Zahlungspositionen
|
|
@@ -4499,14 +4679,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4499
4679
|
dropShipping: boolean;
|
|
4500
4680
|
|
|
4501
4681
|
/**
|
|
4502
|
-
*
|
|
4682
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4503
4683
|
*/
|
|
4504
|
-
|
|
4684
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4505
4685
|
|
|
4506
4686
|
/**
|
|
4507
|
-
*
|
|
4687
|
+
* Gesamtpreis netto
|
|
4508
4688
|
*/
|
|
4509
|
-
|
|
4689
|
+
totalNetPrice: number;
|
|
4510
4690
|
|
|
4511
4691
|
/**
|
|
4512
4692
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4864,14 +5044,14 @@ export interface DocumentAddress {
|
|
|
4864
5044
|
info: MetaInfo;
|
|
4865
5045
|
|
|
4866
5046
|
/**
|
|
4867
|
-
*
|
|
5047
|
+
* GLN
|
|
4868
5048
|
*/
|
|
4869
|
-
|
|
5049
|
+
globalLocationNumber: string;
|
|
4870
5050
|
|
|
4871
5051
|
/**
|
|
4872
|
-
*
|
|
5052
|
+
* Lieferart
|
|
4873
5053
|
*/
|
|
4874
|
-
|
|
5054
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4875
5055
|
|
|
4876
5056
|
/**
|
|
4877
5057
|
* Postcode
|
|
@@ -5223,30 +5403,15 @@ export const enum DocumentImportType {
|
|
|
5223
5403
|
|
|
5224
5404
|
export interface DocumentLine {
|
|
5225
5405
|
|
|
5226
|
-
/**
|
|
5227
|
-
* Leistungsdatum
|
|
5228
|
-
*/
|
|
5229
|
-
performanceDate: ScriptingDate;
|
|
5230
|
-
|
|
5231
|
-
/**
|
|
5232
|
-
* Zolltarifnummer
|
|
5233
|
-
*/
|
|
5234
|
-
customsTariffNumber: string;
|
|
5235
|
-
|
|
5236
|
-
/**
|
|
5237
|
-
* Land der Herkunft
|
|
5238
|
-
*/
|
|
5239
|
-
country: CountryReference;
|
|
5240
|
-
|
|
5241
5406
|
/**
|
|
5242
5407
|
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5243
5408
|
*/
|
|
5244
5409
|
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5245
5410
|
|
|
5246
5411
|
/**
|
|
5247
|
-
*
|
|
5412
|
+
* Grundeinheit
|
|
5248
5413
|
*/
|
|
5249
|
-
|
|
5414
|
+
baseCapacityUnit: UnitTypeReference;
|
|
5250
5415
|
|
|
5251
5416
|
/**
|
|
5252
5417
|
* verarbeitete Menge
|
|
@@ -5263,31 +5428,11 @@ export interface DocumentLine {
|
|
|
5263
5428
|
*/
|
|
5264
5429
|
posDetail: DocumentLinePosDetail;
|
|
5265
5430
|
|
|
5266
|
-
/**
|
|
5267
|
-
* Interne Steuerinformationen
|
|
5268
|
-
*/
|
|
5269
|
-
internalVatInfo: string;
|
|
5270
|
-
|
|
5271
|
-
/**
|
|
5272
|
-
* Garantie in Monaten
|
|
5273
|
-
*/
|
|
5274
|
-
warrantyInMonths: number;
|
|
5275
|
-
|
|
5276
5431
|
/**
|
|
5277
5432
|
* bestätigtes Lieferdatum
|
|
5278
5433
|
*/
|
|
5279
5434
|
confirmedDeliveryDate: ScriptingDate;
|
|
5280
5435
|
|
|
5281
|
-
/**
|
|
5282
|
-
* Abschlagsposition?
|
|
5283
|
-
*/
|
|
5284
|
-
progressInvoice: boolean;
|
|
5285
|
-
|
|
5286
|
-
/**
|
|
5287
|
-
* Versenderspezifische Informationen
|
|
5288
|
-
*/
|
|
5289
|
-
packageOptions: string;
|
|
5290
|
-
|
|
5291
5436
|
/**
|
|
5292
5437
|
* Artikelnummer
|
|
5293
5438
|
*/
|
|
@@ -5308,11 +5453,6 @@ export interface DocumentLine {
|
|
|
5308
5453
|
*/
|
|
5309
5454
|
cashDiscountable: boolean;
|
|
5310
5455
|
|
|
5311
|
-
/**
|
|
5312
|
-
* Provisionen
|
|
5313
|
-
*/
|
|
5314
|
-
commissions: Array<DocumentLineCommission>;
|
|
5315
|
-
|
|
5316
5456
|
/**
|
|
5317
5457
|
* Preis pro Menge [Brutto, Netto]
|
|
5318
5458
|
*/
|
|
@@ -5323,26 +5463,6 @@ export interface DocumentLine {
|
|
|
5323
5463
|
*/
|
|
5324
5464
|
financeBooking: DocumentFinanceBooking;
|
|
5325
5465
|
|
|
5326
|
-
/**
|
|
5327
|
-
* Gesamtpreis Position in Basiswährung
|
|
5328
|
-
*/
|
|
5329
|
-
baseTotalLinePrice: number;
|
|
5330
|
-
|
|
5331
|
-
/**
|
|
5332
|
-
* Positionstyp
|
|
5333
|
-
*/
|
|
5334
|
-
lineType: DocumentLineType;
|
|
5335
|
-
|
|
5336
|
-
/**
|
|
5337
|
-
* vorgeorderte Menge in Pickvorgang
|
|
5338
|
-
*/
|
|
5339
|
-
preOrderPickedQuantity: number;
|
|
5340
|
-
|
|
5341
|
-
/**
|
|
5342
|
-
* Referenz zur Lieferantenbestellungszeile
|
|
5343
|
-
*/
|
|
5344
|
-
supplierOrderLineIds: Array<number>;
|
|
5345
|
-
|
|
5346
5466
|
/**
|
|
5347
5467
|
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5348
5468
|
*/
|
|
@@ -5363,11 +5483,6 @@ export interface DocumentLine {
|
|
|
5363
5483
|
*/
|
|
5364
5484
|
id: number;
|
|
5365
5485
|
|
|
5366
|
-
/**
|
|
5367
|
-
* Externe Referenz zum VDS-Paket
|
|
5368
|
-
*/
|
|
5369
|
-
externalReferenceVds: string;
|
|
5370
|
-
|
|
5371
5486
|
/**
|
|
5372
5487
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5373
5488
|
*/
|
|
@@ -5383,11 +5498,6 @@ export interface DocumentLine {
|
|
|
5383
5498
|
*/
|
|
5384
5499
|
basePrice: number;
|
|
5385
5500
|
|
|
5386
|
-
/**
|
|
5387
|
-
* MetaInformations for this Object
|
|
5388
|
-
*/
|
|
5389
|
-
info: MetaInfo;
|
|
5390
|
-
|
|
5391
5501
|
/**
|
|
5392
5502
|
* Steuerschema
|
|
5393
5503
|
*/
|
|
@@ -5398,21 +5508,11 @@ export interface DocumentLine {
|
|
|
5398
5508
|
*/
|
|
5399
5509
|
priceUnit: number;
|
|
5400
5510
|
|
|
5401
|
-
/**
|
|
5402
|
-
* Lieferart
|
|
5403
|
-
*/
|
|
5404
|
-
deliveryMethodRef: ApiObjectReference;
|
|
5405
|
-
|
|
5406
5511
|
/**
|
|
5407
5512
|
* Preisanpassungen - Position Basiswährung
|
|
5408
5513
|
*/
|
|
5409
5514
|
baseTotalLinePriceModifier: number;
|
|
5410
5515
|
|
|
5411
|
-
/**
|
|
5412
|
-
* Region der Bezahlung wenn aus Inland kommt
|
|
5413
|
-
*/
|
|
5414
|
-
countryRegion: ApiObjectReference;
|
|
5415
|
-
|
|
5416
5516
|
/**
|
|
5417
5517
|
* Steuerbetrag
|
|
5418
5518
|
*/
|
|
@@ -5428,6 +5528,196 @@ export interface DocumentLine {
|
|
|
5428
5528
|
*/
|
|
5429
5529
|
version: number;
|
|
5430
5530
|
|
|
5531
|
+
/**
|
|
5532
|
+
* Gesamtnettogewicht
|
|
5533
|
+
*/
|
|
5534
|
+
totalNetWeight: number;
|
|
5535
|
+
|
|
5536
|
+
/**
|
|
5537
|
+
* wird §13b UStG angewendet?
|
|
5538
|
+
*/
|
|
5539
|
+
taxLiabilityReversed: boolean;
|
|
5540
|
+
|
|
5541
|
+
/**
|
|
5542
|
+
* Komponenten
|
|
5543
|
+
*/
|
|
5544
|
+
components: Array<DocumentLineComponent>;
|
|
5545
|
+
|
|
5546
|
+
/**
|
|
5547
|
+
* Versanddatum
|
|
5548
|
+
*/
|
|
5549
|
+
shippingDate: ScriptingDate;
|
|
5550
|
+
|
|
5551
|
+
/**
|
|
5552
|
+
* Kalkulationsstruktur
|
|
5553
|
+
*/
|
|
5554
|
+
calculationData: string;
|
|
5555
|
+
|
|
5556
|
+
/**
|
|
5557
|
+
* Referenz zur Vorbelegzeile
|
|
5558
|
+
*/
|
|
5559
|
+
sourceLineRef: DocumentLineRef;
|
|
5560
|
+
|
|
5561
|
+
/**
|
|
5562
|
+
* Preisermittlungskriterien
|
|
5563
|
+
*/
|
|
5564
|
+
priceSelectionCriteria: PriceSelectionCriteria;
|
|
5565
|
+
|
|
5566
|
+
/**
|
|
5567
|
+
* Inhalt der Maßeinheit
|
|
5568
|
+
*/
|
|
5569
|
+
capacity: number;
|
|
5570
|
+
|
|
5571
|
+
/**
|
|
5572
|
+
* Einheitentyp
|
|
5573
|
+
*/
|
|
5574
|
+
unitType: UnitTypeReference;
|
|
5575
|
+
|
|
5576
|
+
/**
|
|
5577
|
+
* Zubehör Einfügeart
|
|
5578
|
+
*/
|
|
5579
|
+
insertTerm: AccessoryInsertTerm;
|
|
5580
|
+
|
|
5581
|
+
/**
|
|
5582
|
+
* Lieferdatum
|
|
5583
|
+
*/
|
|
5584
|
+
deliveryDate: ScriptingDate;
|
|
5585
|
+
|
|
5586
|
+
/**
|
|
5587
|
+
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5588
|
+
*/
|
|
5589
|
+
deliveryDateEnd: ScriptingDate;
|
|
5590
|
+
|
|
5591
|
+
/**
|
|
5592
|
+
* Vertragsinformationen
|
|
5593
|
+
*/
|
|
5594
|
+
contractDetail: DocumentContractDetail;
|
|
5595
|
+
|
|
5596
|
+
/**
|
|
5597
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5598
|
+
*/
|
|
5599
|
+
baseSalesValueNet: number;
|
|
5600
|
+
|
|
5601
|
+
/**
|
|
5602
|
+
* Einheit Nettogewicht
|
|
5603
|
+
*/
|
|
5604
|
+
netWeightUnit: UnitTypeReference;
|
|
5605
|
+
|
|
5606
|
+
/**
|
|
5607
|
+
* Produktionsdetails
|
|
5608
|
+
*/
|
|
5609
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5610
|
+
|
|
5611
|
+
/**
|
|
5612
|
+
* Preisanpassungen - anteilig durch Beleg Basiswährung
|
|
5613
|
+
*/
|
|
5614
|
+
baseTotalDocumentPriceModifier: number;
|
|
5615
|
+
|
|
5616
|
+
/**
|
|
5617
|
+
* Positionstexte
|
|
5618
|
+
*/
|
|
5619
|
+
texts: Array<DocumentText>;
|
|
5620
|
+
|
|
5621
|
+
/**
|
|
5622
|
+
* provisionierbare Position?
|
|
5623
|
+
*/
|
|
5624
|
+
commissionable: boolean;
|
|
5625
|
+
|
|
5626
|
+
/**
|
|
5627
|
+
* Hat der Artikel Zubehör?
|
|
5628
|
+
*/
|
|
5629
|
+
hasAccessories: boolean;
|
|
5630
|
+
|
|
5631
|
+
/**
|
|
5632
|
+
* ist diese Position komplett verarbeitet?
|
|
5633
|
+
*/
|
|
5634
|
+
complete: boolean;
|
|
5635
|
+
|
|
5636
|
+
/**
|
|
5637
|
+
* Leistungsdatum
|
|
5638
|
+
*/
|
|
5639
|
+
performanceDate: ScriptingDate;
|
|
5640
|
+
|
|
5641
|
+
/**
|
|
5642
|
+
* Zolltarifnummer
|
|
5643
|
+
*/
|
|
5644
|
+
customsTariffNumber: string;
|
|
5645
|
+
|
|
5646
|
+
/**
|
|
5647
|
+
* Land der Herkunft
|
|
5648
|
+
*/
|
|
5649
|
+
country: CountryReference;
|
|
5650
|
+
|
|
5651
|
+
/**
|
|
5652
|
+
* wurde aufgelöst in Gebindeartikel
|
|
5653
|
+
*/
|
|
5654
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
5655
|
+
|
|
5656
|
+
/**
|
|
5657
|
+
* Interne Steuerinformationen
|
|
5658
|
+
*/
|
|
5659
|
+
internalVatInfo: string;
|
|
5660
|
+
|
|
5661
|
+
/**
|
|
5662
|
+
* Garantie in Monaten
|
|
5663
|
+
*/
|
|
5664
|
+
warrantyInMonths: number;
|
|
5665
|
+
|
|
5666
|
+
/**
|
|
5667
|
+
* Abschlagsposition?
|
|
5668
|
+
*/
|
|
5669
|
+
progressInvoice: boolean;
|
|
5670
|
+
|
|
5671
|
+
/**
|
|
5672
|
+
* Versenderspezifische Informationen
|
|
5673
|
+
*/
|
|
5674
|
+
packageOptions: string;
|
|
5675
|
+
|
|
5676
|
+
/**
|
|
5677
|
+
* Provisionen
|
|
5678
|
+
*/
|
|
5679
|
+
commissions: Array<DocumentLineCommission>;
|
|
5680
|
+
|
|
5681
|
+
/**
|
|
5682
|
+
* Gesamtpreis Position in Basiswährung
|
|
5683
|
+
*/
|
|
5684
|
+
baseTotalLinePrice: number;
|
|
5685
|
+
|
|
5686
|
+
/**
|
|
5687
|
+
* Positionstyp
|
|
5688
|
+
*/
|
|
5689
|
+
lineType: DocumentLineType;
|
|
5690
|
+
|
|
5691
|
+
/**
|
|
5692
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5693
|
+
*/
|
|
5694
|
+
preOrderPickedQuantity: number;
|
|
5695
|
+
|
|
5696
|
+
/**
|
|
5697
|
+
* Referenz zur Lieferantenbestellungszeile
|
|
5698
|
+
*/
|
|
5699
|
+
supplierOrderLineIds: Array<number>;
|
|
5700
|
+
|
|
5701
|
+
/**
|
|
5702
|
+
* Externe Referenz zum VDS-Paket
|
|
5703
|
+
*/
|
|
5704
|
+
externalReferenceVds: string;
|
|
5705
|
+
|
|
5706
|
+
/**
|
|
5707
|
+
* MetaInformations for this Object
|
|
5708
|
+
*/
|
|
5709
|
+
info: MetaInfo;
|
|
5710
|
+
|
|
5711
|
+
/**
|
|
5712
|
+
* Lieferart
|
|
5713
|
+
*/
|
|
5714
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5715
|
+
|
|
5716
|
+
/**
|
|
5717
|
+
* Region der Bezahlung wenn aus Inland kommt
|
|
5718
|
+
*/
|
|
5719
|
+
countryRegion: ApiObjectReference;
|
|
5720
|
+
|
|
5431
5721
|
/**
|
|
5432
5722
|
* Provisionsursprung
|
|
5433
5723
|
*/
|
|
@@ -5448,11 +5738,6 @@ export interface DocumentLine {
|
|
|
5448
5738
|
*/
|
|
5449
5739
|
name: string;
|
|
5450
5740
|
|
|
5451
|
-
/**
|
|
5452
|
-
* Gesamtnettogewicht
|
|
5453
|
-
*/
|
|
5454
|
-
totalNetWeight: number;
|
|
5455
|
-
|
|
5456
5741
|
/**
|
|
5457
5742
|
* Positions-Nummer
|
|
5458
5743
|
*/
|
|
@@ -5473,26 +5758,11 @@ export interface DocumentLine {
|
|
|
5473
5758
|
*/
|
|
5474
5759
|
unitGrossVolumeInCubicMeters: number;
|
|
5475
5760
|
|
|
5476
|
-
/**
|
|
5477
|
-
* wird §13b UStG angewendet?
|
|
5478
|
-
*/
|
|
5479
|
-
taxLiabilityReversed: boolean;
|
|
5480
|
-
|
|
5481
|
-
/**
|
|
5482
|
-
* Komponenten
|
|
5483
|
-
*/
|
|
5484
|
-
components: Array<DocumentLineComponent>;
|
|
5485
|
-
|
|
5486
5761
|
/**
|
|
5487
5762
|
* Summe Dokumentpreisänderungen [Brutto, Netto]
|
|
5488
5763
|
*/
|
|
5489
5764
|
totalDocumentPriceModifier: number;
|
|
5490
5765
|
|
|
5491
|
-
/**
|
|
5492
|
-
* Versanddatum
|
|
5493
|
-
*/
|
|
5494
|
-
shippingDate: ScriptingDate;
|
|
5495
|
-
|
|
5496
5766
|
/**
|
|
5497
5767
|
* Menge in Pick-Vorgang
|
|
5498
5768
|
*/
|
|
@@ -5503,21 +5773,11 @@ export interface DocumentLine {
|
|
|
5503
5773
|
*/
|
|
5504
5774
|
totalGrossVolumeInCubicMeters: number;
|
|
5505
5775
|
|
|
5506
|
-
/**
|
|
5507
|
-
* Kalkulationsstruktur
|
|
5508
|
-
*/
|
|
5509
|
-
calculationData: string;
|
|
5510
|
-
|
|
5511
5776
|
/**
|
|
5512
5777
|
* Beschreibung des Artikels
|
|
5513
5778
|
*/
|
|
5514
5779
|
description: string;
|
|
5515
5780
|
|
|
5516
|
-
/**
|
|
5517
|
-
* Referenz zur Vorbelegzeile
|
|
5518
|
-
*/
|
|
5519
|
-
sourceLineRef: DocumentLineRef;
|
|
5520
|
-
|
|
5521
5781
|
/**
|
|
5522
5782
|
* Preisherkunft
|
|
5523
5783
|
*/
|
|
@@ -5528,11 +5788,6 @@ export interface DocumentLine {
|
|
|
5528
5788
|
*/
|
|
5529
5789
|
storage: ApiObjectReference;
|
|
5530
5790
|
|
|
5531
|
-
/**
|
|
5532
|
-
* Preisermittlungskriterien
|
|
5533
|
-
*/
|
|
5534
|
-
priceSelectionCriteria: PriceSelectionCriteria;
|
|
5535
|
-
|
|
5536
5791
|
/**
|
|
5537
5792
|
* Rohertragsermittlung
|
|
5538
5793
|
*/
|
|
@@ -5543,16 +5798,6 @@ export interface DocumentLine {
|
|
|
5543
5798
|
*/
|
|
5544
5799
|
totalLinePrice: number;
|
|
5545
5800
|
|
|
5546
|
-
/**
|
|
5547
|
-
* Einheitentyp
|
|
5548
|
-
*/
|
|
5549
|
-
unitType: UnitTypeReference;
|
|
5550
|
-
|
|
5551
|
-
/**
|
|
5552
|
-
* Zubehör Einfügeart
|
|
5553
|
-
*/
|
|
5554
|
-
insertTerm: AccessoryInsertTerm;
|
|
5555
|
-
|
|
5556
5801
|
/**
|
|
5557
5802
|
* Referenz zur Basiszeile
|
|
5558
5803
|
*/
|
|
@@ -5569,35 +5814,15 @@ export interface DocumentLine {
|
|
|
5569
5814
|
discountable: boolean;
|
|
5570
5815
|
|
|
5571
5816
|
/**
|
|
5572
|
-
*
|
|
5573
|
-
*/
|
|
5574
|
-
deliveryDate: ScriptingDate;
|
|
5575
|
-
|
|
5576
|
-
/**
|
|
5577
|
-
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5817
|
+
* Inhalt der Grundeinheit
|
|
5578
5818
|
*/
|
|
5579
|
-
|
|
5819
|
+
baseCapacity: number;
|
|
5580
5820
|
|
|
5581
5821
|
/**
|
|
5582
5822
|
* Produkttyp
|
|
5583
5823
|
*/
|
|
5584
5824
|
productType: ProductType;
|
|
5585
5825
|
|
|
5586
|
-
/**
|
|
5587
|
-
* Vertragsinformationen
|
|
5588
|
-
*/
|
|
5589
|
-
contractDetail: DocumentContractDetail;
|
|
5590
|
-
|
|
5591
|
-
/**
|
|
5592
|
-
* Nettoverkaufswert der Position in Basiswährung
|
|
5593
|
-
*/
|
|
5594
|
-
baseSalesValueNet: number;
|
|
5595
|
-
|
|
5596
|
-
/**
|
|
5597
|
-
* Einheit Nettogewicht
|
|
5598
|
-
*/
|
|
5599
|
-
netWeightUnit: UnitTypeReference;
|
|
5600
|
-
|
|
5601
5826
|
/**
|
|
5602
5827
|
* Menge
|
|
5603
5828
|
*/
|
|
@@ -5613,11 +5838,6 @@ export interface DocumentLine {
|
|
|
5613
5838
|
*/
|
|
5614
5839
|
presetPrice: number;
|
|
5615
5840
|
|
|
5616
|
-
/**
|
|
5617
|
-
* Produktionsdetails
|
|
5618
|
-
*/
|
|
5619
|
-
fabricationDetail: DocumentLineFabricationDetail;
|
|
5620
|
-
|
|
5621
5841
|
/**
|
|
5622
5842
|
* Freifelder
|
|
5623
5843
|
*/
|
|
@@ -5634,9 +5854,9 @@ export interface DocumentLine {
|
|
|
5634
5854
|
internalPriceModifierInfo: string;
|
|
5635
5855
|
|
|
5636
5856
|
/**
|
|
5637
|
-
*
|
|
5857
|
+
* Maßeinheit
|
|
5638
5858
|
*/
|
|
5639
|
-
|
|
5859
|
+
capacityUnit: UnitTypeReference;
|
|
5640
5860
|
|
|
5641
5861
|
/**
|
|
5642
5862
|
* Lieferbedingung
|
|
@@ -5648,16 +5868,6 @@ export interface DocumentLine {
|
|
|
5648
5868
|
*/
|
|
5649
5869
|
grossWeight: number;
|
|
5650
5870
|
|
|
5651
|
-
/**
|
|
5652
|
-
* Positionstexte
|
|
5653
|
-
*/
|
|
5654
|
-
texts: Array<DocumentText>;
|
|
5655
|
-
|
|
5656
|
-
/**
|
|
5657
|
-
* provisionierbare Position?
|
|
5658
|
-
*/
|
|
5659
|
-
commissionable: boolean;
|
|
5660
|
-
|
|
5661
5871
|
/**
|
|
5662
5872
|
* angewendete Preisänderungen
|
|
5663
5873
|
*/
|
|
@@ -5668,16 +5878,6 @@ export interface DocumentLine {
|
|
|
5668
5878
|
*/
|
|
5669
5879
|
previousDecisions: JsonNode;
|
|
5670
5880
|
|
|
5671
|
-
/**
|
|
5672
|
-
* Hat der Artikel Zubehör?
|
|
5673
|
-
*/
|
|
5674
|
-
hasAccessories: boolean;
|
|
5675
|
-
|
|
5676
|
-
/**
|
|
5677
|
-
* ist diese Position komplett verarbeitet?
|
|
5678
|
-
*/
|
|
5679
|
-
complete: boolean;
|
|
5680
|
-
|
|
5681
5881
|
/**
|
|
5682
5882
|
* Komponenten
|
|
5683
5883
|
*/
|
|
@@ -5828,14 +6028,14 @@ export interface DocumentLineComponent {
|
|
|
5828
6028
|
custom: EavDocumentlinecomponent;
|
|
5829
6029
|
|
|
5830
6030
|
/**
|
|
5831
|
-
*
|
|
6031
|
+
* Referenz auf den Artikel der Komponente
|
|
5832
6032
|
*/
|
|
5833
|
-
|
|
6033
|
+
articleId: number;
|
|
5834
6034
|
|
|
5835
6035
|
/**
|
|
5836
|
-
*
|
|
6036
|
+
* Gelieferte Menge
|
|
5837
6037
|
*/
|
|
5838
|
-
|
|
6038
|
+
quantityCommitted: number;
|
|
5839
6039
|
|
|
5840
6040
|
/**
|
|
5841
6041
|
* Beschreibung des Artikels
|
|
@@ -6141,14 +6341,14 @@ export interface DocumentLinePosDetail {
|
|
|
6141
6341
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6142
6342
|
|
|
6143
6343
|
/**
|
|
6144
|
-
*
|
|
6344
|
+
* Typ der Einlage/Ausgabe
|
|
6145
6345
|
*/
|
|
6146
|
-
|
|
6346
|
+
depositExpenseTypeId: number;
|
|
6147
6347
|
|
|
6148
6348
|
/**
|
|
6149
|
-
*
|
|
6349
|
+
* Status der externen Zahlung
|
|
6150
6350
|
*/
|
|
6151
|
-
|
|
6351
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6152
6352
|
|
|
6153
6353
|
/**
|
|
6154
6354
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6186,14 +6386,14 @@ export interface DocumentLinePosDetail {
|
|
|
6186
6386
|
balanceBeforeWithdrawal: number;
|
|
6187
6387
|
|
|
6188
6388
|
/**
|
|
6189
|
-
*
|
|
6389
|
+
* Typ der Position
|
|
6190
6390
|
*/
|
|
6191
|
-
|
|
6391
|
+
posLineType: PosLineType;
|
|
6192
6392
|
|
|
6193
6393
|
/**
|
|
6194
|
-
*
|
|
6394
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6195
6395
|
*/
|
|
6196
|
-
|
|
6396
|
+
externalPaymentId: string;
|
|
6197
6397
|
|
|
6198
6398
|
/**
|
|
6199
6399
|
* Unique identifier of the Object
|
|
@@ -6407,14 +6607,14 @@ export interface DocumentPosPayment {
|
|
|
6407
6607
|
version: number;
|
|
6408
6608
|
|
|
6409
6609
|
/**
|
|
6410
|
-
*
|
|
6610
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6411
6611
|
*/
|
|
6412
|
-
|
|
6612
|
+
withdrawalAmount: number;
|
|
6413
6613
|
|
|
6414
6614
|
/**
|
|
6415
|
-
*
|
|
6615
|
+
* Zahlungsart
|
|
6416
6616
|
*/
|
|
6417
|
-
|
|
6617
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6418
6618
|
|
|
6419
6619
|
/**
|
|
6420
6620
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6427,14 +6627,14 @@ export interface DocumentPosPayment {
|
|
|
6427
6627
|
balanceBeforeWithdrawal: number;
|
|
6428
6628
|
|
|
6429
6629
|
/**
|
|
6430
|
-
*
|
|
6630
|
+
* Typ der Position
|
|
6431
6631
|
*/
|
|
6432
|
-
|
|
6632
|
+
posLineType: PosLineType;
|
|
6433
6633
|
|
|
6434
6634
|
/**
|
|
6435
|
-
*
|
|
6635
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6436
6636
|
*/
|
|
6437
|
-
|
|
6637
|
+
externalPaymentId: string;
|
|
6438
6638
|
|
|
6439
6639
|
/**
|
|
6440
6640
|
* Unique identifier of the Object
|
|
@@ -6562,14 +6762,14 @@ export const enum DocumentRounding {
|
|
|
6562
6762
|
export interface DocumentShippingCost {
|
|
6563
6763
|
|
|
6564
6764
|
/**
|
|
6565
|
-
*
|
|
6765
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6566
6766
|
*/
|
|
6567
|
-
|
|
6767
|
+
manualCosts: boolean;
|
|
6568
6768
|
|
|
6569
6769
|
/**
|
|
6570
|
-
*
|
|
6770
|
+
* Die Versandkosten
|
|
6571
6771
|
*/
|
|
6572
|
-
|
|
6772
|
+
costs: number;
|
|
6573
6773
|
|
|
6574
6774
|
/**
|
|
6575
6775
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6697,14 +6897,14 @@ export interface DocumentText {
|
|
|
6697
6897
|
transferableIntoSubsequentDocuments: boolean;
|
|
6698
6898
|
|
|
6699
6899
|
/**
|
|
6700
|
-
*
|
|
6900
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6701
6901
|
*/
|
|
6702
|
-
|
|
6902
|
+
textPosition: TextPosition;
|
|
6703
6903
|
|
|
6704
6904
|
/**
|
|
6705
|
-
*
|
|
6905
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6706
6906
|
*/
|
|
6707
|
-
|
|
6907
|
+
deleted: boolean;
|
|
6708
6908
|
|
|
6709
6909
|
/**
|
|
6710
6910
|
* textBaustein Vorlage
|
|
@@ -6811,18 +7011,18 @@ export interface DocumentType {
|
|
|
6811
7011
|
/**
|
|
6812
7012
|
* label/name of this type
|
|
6813
7013
|
*/
|
|
6814
|
-
labels: Array<DocumentTypeLabel>;
|
|
6815
|
-
|
|
6816
|
-
/**
|
|
6817
|
-
* nächste Belegnummer
|
|
6818
|
-
*/
|
|
6819
|
-
nextNumber: string;
|
|
7014
|
+
labels: Array<DocumentTypeLabel>;
|
|
6820
7015
|
|
|
6821
7016
|
/**
|
|
6822
7017
|
* Zählerkreis
|
|
6823
7018
|
*/
|
|
6824
7019
|
sequencerConfiguration: SequencerConfiguration;
|
|
6825
7020
|
|
|
7021
|
+
/**
|
|
7022
|
+
* nächste Belegnummer
|
|
7023
|
+
*/
|
|
7024
|
+
nextNumber: string;
|
|
7025
|
+
|
|
6826
7026
|
/**
|
|
6827
7027
|
* Sortierung
|
|
6828
7028
|
*/
|
|
@@ -7391,14 +7591,14 @@ export interface FabricationRevertRequest {
|
|
|
7391
7591
|
export interface FabricationSerialNumber {
|
|
7392
7592
|
|
|
7393
7593
|
/**
|
|
7394
|
-
*
|
|
7594
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7395
7595
|
*/
|
|
7396
|
-
|
|
7596
|
+
serialNumberId: number;
|
|
7397
7597
|
|
|
7398
7598
|
/**
|
|
7399
|
-
*
|
|
7599
|
+
* MHD / Verfallsdatum
|
|
7400
7600
|
*/
|
|
7401
|
-
|
|
7601
|
+
expiryDate: ScriptingDate;
|
|
7402
7602
|
|
|
7403
7603
|
/**
|
|
7404
7604
|
* Bemerkung
|
|
@@ -7690,26 +7890,26 @@ export interface OpenItem {
|
|
|
7690
7890
|
*/
|
|
7691
7891
|
paymentDueDate: ScriptingDate;
|
|
7692
7892
|
|
|
7693
|
-
/**
|
|
7694
|
-
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7695
|
-
*/
|
|
7696
|
-
sourceCountryCode: string;
|
|
7697
|
-
|
|
7698
7893
|
/**
|
|
7699
7894
|
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7700
7895
|
*/
|
|
7701
7896
|
performanceCountryCode: string;
|
|
7702
7897
|
|
|
7703
7898
|
/**
|
|
7704
|
-
*
|
|
7899
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7705
7900
|
*/
|
|
7706
|
-
|
|
7901
|
+
sourceCountryCode: string;
|
|
7707
7902
|
|
|
7708
7903
|
/**
|
|
7709
7904
|
* agreed Deposit payment date
|
|
7710
7905
|
*/
|
|
7711
7906
|
depositPaymentDate: ScriptingDate;
|
|
7712
7907
|
|
|
7908
|
+
/**
|
|
7909
|
+
* Valutadatum schreibgeschützt
|
|
7910
|
+
*/
|
|
7911
|
+
valueDateReadOnly: boolean;
|
|
7912
|
+
|
|
7713
7913
|
/**
|
|
7714
7914
|
* Does this open item belong to accounts payable or accounts receivable
|
|
7715
7915
|
*/
|
|
@@ -7806,14 +8006,14 @@ export interface OpenItem {
|
|
|
7806
8006
|
sumFee: number;
|
|
7807
8007
|
|
|
7808
8008
|
/**
|
|
7809
|
-
*
|
|
8009
|
+
* Zahlungsplan
|
|
7810
8010
|
*/
|
|
7811
|
-
|
|
8011
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
7812
8012
|
|
|
7813
8013
|
/**
|
|
7814
|
-
*
|
|
8014
|
+
* The full amount of the payment
|
|
7815
8015
|
*/
|
|
7816
|
-
|
|
8016
|
+
fullPaymentAmount: number;
|
|
7817
8017
|
|
|
7818
8018
|
/**
|
|
7819
8019
|
* Zahlungssperre
|
|
@@ -7846,14 +8046,14 @@ export interface OpenItem {
|
|
|
7846
8046
|
baseSumDiscount: number;
|
|
7847
8047
|
|
|
7848
8048
|
/**
|
|
7849
|
-
*
|
|
8049
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
7850
8050
|
*/
|
|
7851
|
-
|
|
8051
|
+
baseSumDunnings: number;
|
|
7852
8052
|
|
|
7853
8053
|
/**
|
|
7854
|
-
*
|
|
8054
|
+
* Zahlungsvorlage
|
|
7855
8055
|
*/
|
|
7856
|
-
|
|
8056
|
+
paymentTemplateRef: ApiObjectReference;
|
|
7857
8057
|
|
|
7858
8058
|
/**
|
|
7859
8059
|
* Rechnungsbetrag
|
|
@@ -7866,14 +8066,14 @@ export interface OpenItem {
|
|
|
7866
8066
|
taxRateRef: ApiObjectReference;
|
|
7867
8067
|
|
|
7868
8068
|
/**
|
|
7869
|
-
*
|
|
8069
|
+
* Anzahlungsrechnung
|
|
7870
8070
|
*/
|
|
7871
|
-
|
|
8071
|
+
depositInvoice: ApiObjectReference;
|
|
7872
8072
|
|
|
7873
8073
|
/**
|
|
7874
|
-
*
|
|
8074
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
7875
8075
|
*/
|
|
7876
|
-
|
|
8076
|
+
baseCurrencyCode: string;
|
|
7877
8077
|
|
|
7878
8078
|
/**
|
|
7879
8079
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8330,14 +8530,14 @@ export interface PaymentMethod {
|
|
|
8330
8530
|
daysToAddForFollowup: number;
|
|
8331
8531
|
|
|
8332
8532
|
/**
|
|
8333
|
-
*
|
|
8533
|
+
* Die Business Transaction
|
|
8334
8534
|
*/
|
|
8335
|
-
|
|
8535
|
+
businessTransaction: ApiObjectReference;
|
|
8336
8536
|
|
|
8337
8537
|
/**
|
|
8338
|
-
*
|
|
8538
|
+
* external Payment Id
|
|
8339
8539
|
*/
|
|
8340
|
-
|
|
8540
|
+
externalPaymentId: string;
|
|
8341
8541
|
|
|
8342
8542
|
/**
|
|
8343
8543
|
* Unique identifier of the Object
|
|
@@ -8420,26 +8620,26 @@ export interface PaymentTerm {
|
|
|
8420
8620
|
*/
|
|
8421
8621
|
paymentDiscount2: number;
|
|
8422
8622
|
|
|
8423
|
-
/**
|
|
8424
|
-
* printDescription
|
|
8425
|
-
*/
|
|
8426
|
-
printDescription: string;
|
|
8427
|
-
|
|
8428
8623
|
/**
|
|
8429
8624
|
* Percent for Discount 1
|
|
8430
8625
|
*/
|
|
8431
8626
|
paymentDiscount1: number;
|
|
8432
8627
|
|
|
8433
8628
|
/**
|
|
8434
|
-
*
|
|
8629
|
+
* printDescription
|
|
8435
8630
|
*/
|
|
8436
|
-
|
|
8631
|
+
printDescription: string;
|
|
8437
8632
|
|
|
8438
8633
|
/**
|
|
8439
8634
|
* Days for Discount 1
|
|
8440
8635
|
*/
|
|
8441
8636
|
paymentDays1: number;
|
|
8442
8637
|
|
|
8638
|
+
/**
|
|
8639
|
+
* for deposit: remaining term
|
|
8640
|
+
*/
|
|
8641
|
+
remainingTermRef: ApiObjectReference;
|
|
8642
|
+
|
|
8443
8643
|
/**
|
|
8444
8644
|
* Days for Discount 2
|
|
8445
8645
|
*/
|
|
@@ -8559,14 +8759,14 @@ export interface PickTrolley {
|
|
|
8559
8759
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8560
8760
|
|
|
8561
8761
|
/**
|
|
8562
|
-
*
|
|
8762
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8563
8763
|
*/
|
|
8564
|
-
|
|
8764
|
+
storageBinRef: StorageBinRef;
|
|
8565
8765
|
|
|
8566
8766
|
/**
|
|
8567
|
-
*
|
|
8767
|
+
* Bearbeiter der Pickliste
|
|
8568
8768
|
*/
|
|
8569
|
-
|
|
8769
|
+
processedByUserRef: ApiObjectReference;
|
|
8570
8770
|
|
|
8571
8771
|
/**
|
|
8572
8772
|
* Beschreibung des Wagens
|
|
@@ -8839,14 +9039,14 @@ export interface PicklistLine {
|
|
|
8839
9039
|
articleNumber: string;
|
|
8840
9040
|
|
|
8841
9041
|
/**
|
|
8842
|
-
*
|
|
9042
|
+
* Art der Position
|
|
8843
9043
|
*/
|
|
8844
|
-
|
|
9044
|
+
lineType: PicklistLineType;
|
|
8845
9045
|
|
|
8846
9046
|
/**
|
|
8847
|
-
*
|
|
9047
|
+
* Lagernummer
|
|
8848
9048
|
*/
|
|
8849
|
-
|
|
9049
|
+
storageNumber: string;
|
|
8850
9050
|
|
|
8851
9051
|
/**
|
|
8852
9052
|
* ID der Ziel-Dokumentposition
|
|
@@ -8985,14 +9185,14 @@ export interface PicklistLineComponent {
|
|
|
8985
9185
|
targetDocumentLineComponentId: number;
|
|
8986
9186
|
|
|
8987
9187
|
/**
|
|
8988
|
-
*
|
|
9188
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8989
9189
|
*/
|
|
8990
|
-
|
|
9190
|
+
quantityPerAssemblyGroup: number;
|
|
8991
9191
|
|
|
8992
9192
|
/**
|
|
8993
|
-
*
|
|
9193
|
+
* abweichende Artikelbezeichnung
|
|
8994
9194
|
*/
|
|
8995
|
-
|
|
9195
|
+
articleAlternativeName: string;
|
|
8996
9196
|
|
|
8997
9197
|
/**
|
|
8998
9198
|
* Verpackte Menge der Position
|
|
@@ -9161,19 +9361,19 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9161
9361
|
maxArticleCountPerOrder: number;
|
|
9162
9362
|
|
|
9163
9363
|
/**
|
|
9164
|
-
*
|
|
9364
|
+
* Maximaler Auftragswert
|
|
9165
9365
|
*/
|
|
9166
|
-
|
|
9366
|
+
maxOrderValue: number;
|
|
9167
9367
|
|
|
9168
9368
|
/**
|
|
9169
|
-
*
|
|
9369
|
+
* Alternative Selektion in VQL
|
|
9170
9370
|
*/
|
|
9171
|
-
|
|
9371
|
+
alternativeSelectionInVql: string;
|
|
9172
9372
|
|
|
9173
9373
|
/**
|
|
9174
|
-
*
|
|
9374
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9175
9375
|
*/
|
|
9176
|
-
|
|
9376
|
+
maxOrderCount: number;
|
|
9177
9377
|
|
|
9178
9378
|
/**
|
|
9179
9379
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9181,9 +9381,9 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9181
9381
|
onlyFullDeliverableOrderLines: boolean;
|
|
9182
9382
|
|
|
9183
9383
|
/**
|
|
9184
|
-
*
|
|
9384
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9185
9385
|
*/
|
|
9186
|
-
|
|
9386
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9187
9387
|
|
|
9188
9388
|
/**
|
|
9189
9389
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9248,20 +9448,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9248
9448
|
*/
|
|
9249
9449
|
printPicklist: boolean;
|
|
9250
9450
|
|
|
9251
|
-
/**
|
|
9252
|
-
* Die zu verwendende Pickwagengruppe
|
|
9253
|
-
*/
|
|
9254
|
-
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9255
|
-
|
|
9256
9451
|
/**
|
|
9257
9452
|
* Maximale Anzahl an Positionen einer Pickliste
|
|
9258
9453
|
*/
|
|
9259
9454
|
maxPicklistLineCount: number;
|
|
9260
9455
|
|
|
9261
9456
|
/**
|
|
9262
|
-
*
|
|
9457
|
+
* Die zu verwendende Pickwagengruppe
|
|
9263
9458
|
*/
|
|
9264
|
-
|
|
9459
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9265
9460
|
|
|
9266
9461
|
/**
|
|
9267
9462
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9269,20 +9464,25 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9269
9464
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9270
9465
|
|
|
9271
9466
|
/**
|
|
9272
|
-
*
|
|
9467
|
+
* Der zu verwendende Pickwagen
|
|
9273
9468
|
*/
|
|
9274
|
-
|
|
9469
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9275
9470
|
|
|
9276
9471
|
/**
|
|
9277
|
-
*
|
|
9472
|
+
* Lagerplätze vorgeben
|
|
9278
9473
|
*/
|
|
9279
|
-
|
|
9474
|
+
specifyStorageBins: boolean;
|
|
9280
9475
|
|
|
9281
9476
|
/**
|
|
9282
9477
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9283
9478
|
*/
|
|
9284
9479
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9285
9480
|
|
|
9481
|
+
/**
|
|
9482
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9483
|
+
*/
|
|
9484
|
+
sortByRoutePosition: boolean;
|
|
9485
|
+
|
|
9286
9486
|
/**
|
|
9287
9487
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9288
9488
|
*/
|
|
@@ -9327,14 +9527,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9327
9527
|
alwaysShowDeliveryMethod: boolean;
|
|
9328
9528
|
|
|
9329
9529
|
/**
|
|
9330
|
-
*
|
|
9530
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9331
9531
|
*/
|
|
9332
|
-
|
|
9532
|
+
autoPrintDeliveryDocument: boolean;
|
|
9333
9533
|
|
|
9334
9534
|
/**
|
|
9335
|
-
*
|
|
9535
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9336
9536
|
*/
|
|
9337
|
-
|
|
9537
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9338
9538
|
|
|
9339
9539
|
/**
|
|
9340
9540
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9342,24 +9542,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9342
9542
|
showShippingFormOnPickingFinish: boolean;
|
|
9343
9543
|
|
|
9344
9544
|
/**
|
|
9345
|
-
*
|
|
9545
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9346
9546
|
*/
|
|
9347
|
-
|
|
9547
|
+
printLabelOnScan: boolean;
|
|
9348
9548
|
|
|
9349
9549
|
/**
|
|
9350
|
-
*
|
|
9550
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9351
9551
|
*/
|
|
9352
|
-
|
|
9552
|
+
allowPickingOfServiceArticles: boolean;
|
|
9353
9553
|
|
|
9354
9554
|
/**
|
|
9355
|
-
*
|
|
9555
|
+
* Sammelbestätigung erlauben
|
|
9356
9556
|
*/
|
|
9357
|
-
|
|
9557
|
+
allowFullConfirmation: boolean;
|
|
9358
9558
|
|
|
9359
9559
|
/**
|
|
9360
|
-
*
|
|
9560
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9361
9561
|
*/
|
|
9362
|
-
|
|
9562
|
+
useDigitalPicklist: boolean;
|
|
9363
9563
|
|
|
9364
9564
|
/**
|
|
9365
9565
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9376,26 +9576,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9376
9576
|
*/
|
|
9377
9577
|
printLabelOnCompleteOrder: boolean;
|
|
9378
9578
|
|
|
9379
|
-
/**
|
|
9380
|
-
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9381
|
-
*/
|
|
9382
|
-
printLabelAfterPicking: boolean;
|
|
9383
|
-
|
|
9384
9579
|
/**
|
|
9385
9580
|
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9386
9581
|
*/
|
|
9387
9582
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9388
9583
|
|
|
9389
9584
|
/**
|
|
9390
|
-
* Sollen
|
|
9585
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9391
9586
|
*/
|
|
9392
|
-
|
|
9587
|
+
printLabelAfterPicking: boolean;
|
|
9393
9588
|
|
|
9394
9589
|
/**
|
|
9395
9590
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9396
9591
|
*/
|
|
9397
9592
|
autoDeterminationOfLots: boolean;
|
|
9398
9593
|
|
|
9594
|
+
/**
|
|
9595
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9596
|
+
*/
|
|
9597
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9598
|
+
|
|
9399
9599
|
/**
|
|
9400
9600
|
* Zielmengen in Masken verstecken?
|
|
9401
9601
|
*/
|
|
@@ -9674,14 +9874,14 @@ export interface ProductDiscount {
|
|
|
9674
9874
|
validFrom: ScriptingDate;
|
|
9675
9875
|
|
|
9676
9876
|
/**
|
|
9677
|
-
*
|
|
9877
|
+
* Bestimmt die Art des Rabatts
|
|
9678
9878
|
*/
|
|
9679
|
-
|
|
9879
|
+
modifierType: PriceModifierType;
|
|
9680
9880
|
|
|
9681
9881
|
/**
|
|
9682
|
-
*
|
|
9882
|
+
* Warengruppe
|
|
9683
9883
|
*/
|
|
9684
|
-
|
|
9884
|
+
productGroupRef: ApiObjectReference;
|
|
9685
9885
|
|
|
9686
9886
|
/**
|
|
9687
9887
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10062,20 +10262,15 @@ export const enum RegulationSet {
|
|
|
10062
10262
|
|
|
10063
10263
|
export interface RequestDocument {
|
|
10064
10264
|
|
|
10065
|
-
/**
|
|
10066
|
-
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10067
|
-
*/
|
|
10068
|
-
incomingGoodsStorageBinId: number;
|
|
10069
|
-
|
|
10070
10265
|
/**
|
|
10071
10266
|
* Belegdatum
|
|
10072
10267
|
*/
|
|
10073
10268
|
documentDate: ScriptingDate;
|
|
10074
10269
|
|
|
10075
10270
|
/**
|
|
10076
|
-
* ID
|
|
10271
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10077
10272
|
*/
|
|
10078
|
-
|
|
10273
|
+
incomingGoodsStorageBinId: number;
|
|
10079
10274
|
|
|
10080
10275
|
/**
|
|
10081
10276
|
* Der Anzahlungsbetrag
|
|
@@ -10087,6 +10282,11 @@ export interface RequestDocument {
|
|
|
10087
10282
|
*/
|
|
10088
10283
|
performanceDate: ScriptingDate;
|
|
10089
10284
|
|
|
10285
|
+
/**
|
|
10286
|
+
* ID der Kassenschublade (bei POS)
|
|
10287
|
+
*/
|
|
10288
|
+
cashDrawerId: number;
|
|
10289
|
+
|
|
10090
10290
|
/**
|
|
10091
10291
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10092
10292
|
*/
|
|
@@ -10391,14 +10591,14 @@ export interface RequestDocumentLine {
|
|
|
10391
10591
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10392
10592
|
|
|
10393
10593
|
/**
|
|
10394
|
-
*
|
|
10594
|
+
* (optional) Preis des Artikels dieser Position
|
|
10395
10595
|
*/
|
|
10396
|
-
|
|
10596
|
+
productPrice: number;
|
|
10397
10597
|
|
|
10398
10598
|
/**
|
|
10399
|
-
*
|
|
10599
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10400
10600
|
*/
|
|
10401
|
-
|
|
10601
|
+
doLabelPrint: boolean;
|
|
10402
10602
|
}
|
|
10403
10603
|
|
|
10404
10604
|
export interface RequestDocumentLineBooking {
|
|
@@ -10555,14 +10755,14 @@ export interface SalesAgent {
|
|
|
10555
10755
|
note: string;
|
|
10556
10756
|
|
|
10557
10757
|
/**
|
|
10558
|
-
*
|
|
10758
|
+
* is sales agent taxable
|
|
10559
10759
|
*/
|
|
10560
|
-
|
|
10760
|
+
taxable: boolean;
|
|
10561
10761
|
|
|
10562
10762
|
/**
|
|
10563
|
-
*
|
|
10763
|
+
* reference to the delivery method
|
|
10564
10764
|
*/
|
|
10565
|
-
|
|
10765
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10566
10766
|
|
|
10567
10767
|
/**
|
|
10568
10768
|
* Freifelder
|
|
@@ -10903,14 +11103,14 @@ export interface SequencerConfiguration {
|
|
|
10903
11103
|
key: string;
|
|
10904
11104
|
|
|
10905
11105
|
/**
|
|
10906
|
-
*
|
|
11106
|
+
* Contains details about the sequencer configuration
|
|
10907
11107
|
*/
|
|
10908
|
-
|
|
11108
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10909
11109
|
|
|
10910
11110
|
/**
|
|
10911
|
-
*
|
|
11111
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10912
11112
|
*/
|
|
10913
|
-
|
|
11113
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10914
11114
|
|
|
10915
11115
|
/**
|
|
10916
11116
|
* MetaInformations for this Object
|
|
@@ -11214,14 +11414,14 @@ export interface ShelfFile {
|
|
|
11214
11414
|
subFiles: Array<SubFileInfo>;
|
|
11215
11415
|
|
|
11216
11416
|
/**
|
|
11217
|
-
*
|
|
11417
|
+
* revision number of this file
|
|
11218
11418
|
*/
|
|
11219
|
-
|
|
11419
|
+
revisionNumber: number;
|
|
11220
11420
|
|
|
11221
11421
|
/**
|
|
11222
|
-
*
|
|
11422
|
+
* fileSize
|
|
11223
11423
|
*/
|
|
11224
|
-
|
|
11424
|
+
fileSize: number;
|
|
11225
11425
|
|
|
11226
11426
|
/**
|
|
11227
11427
|
* file-extension of this entry
|
|
@@ -11736,14 +11936,14 @@ export interface Supplier {
|
|
|
11736
11936
|
info: MetaInfo;
|
|
11737
11937
|
|
|
11738
11938
|
/**
|
|
11739
|
-
*
|
|
11939
|
+
* Lieferantengruppe
|
|
11740
11940
|
*/
|
|
11741
|
-
|
|
11941
|
+
supplierGroupRef: ApiObjectReference;
|
|
11742
11942
|
|
|
11743
11943
|
/**
|
|
11744
|
-
*
|
|
11944
|
+
* reference to the delivery method
|
|
11745
11945
|
*/
|
|
11746
|
-
|
|
11946
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11747
11947
|
|
|
11748
11948
|
/**
|
|
11749
11949
|
* tax able or tax free
|
|
@@ -12173,14 +12373,14 @@ export interface User {
|
|
|
12173
12373
|
version: number;
|
|
12174
12374
|
|
|
12175
12375
|
/**
|
|
12176
|
-
*
|
|
12376
|
+
* first-name
|
|
12177
12377
|
*/
|
|
12178
|
-
|
|
12378
|
+
firstName: string;
|
|
12179
12379
|
|
|
12180
12380
|
/**
|
|
12181
|
-
*
|
|
12381
|
+
* is the email verified
|
|
12182
12382
|
*/
|
|
12183
|
-
|
|
12383
|
+
emailVerified: boolean;
|
|
12184
12384
|
|
|
12185
12385
|
/**
|
|
12186
12386
|
* email-address
|
|
@@ -12215,6 +12415,11 @@ export const enum ValueType {
|
|
|
12215
12415
|
|
|
12216
12416
|
export interface VariantAttribute {
|
|
12217
12417
|
|
|
12418
|
+
/**
|
|
12419
|
+
* Eindeutiger Identifier
|
|
12420
|
+
*/
|
|
12421
|
+
identifier: string;
|
|
12422
|
+
|
|
12218
12423
|
/**
|
|
12219
12424
|
* Aktiv?
|
|
12220
12425
|
*/
|
|
@@ -12383,14 +12588,14 @@ export interface VariantValue {
|
|
|
12383
12588
|
version: number;
|
|
12384
12589
|
|
|
12385
12590
|
/**
|
|
12386
|
-
*
|
|
12591
|
+
* Mehrsprachige Bezeichnungen
|
|
12387
12592
|
*/
|
|
12388
|
-
|
|
12593
|
+
labels: Array<VariantDescription>;
|
|
12389
12594
|
|
|
12390
12595
|
/**
|
|
12391
|
-
*
|
|
12596
|
+
* Variantenattribut
|
|
12392
12597
|
*/
|
|
12393
|
-
|
|
12598
|
+
attributeRef: ApiObjectReference;
|
|
12394
12599
|
|
|
12395
12600
|
/**
|
|
12396
12601
|
* MetaInformations for this Object
|