@vario-software/types 2026.26.3 → 2026.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +4402 -1712
- package/scripting/eav_types.d.ts +6 -0
- package/scripting/services.d.ts +198 -22
- package/scripting/types.d.ts +614 -409
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
|
|
@@ -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
|
|
@@ -290,26 +290,26 @@ export interface AccountAddress {
|
|
|
290
290
|
*/
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
|
-
/**
|
|
294
|
-
* Post office box
|
|
295
|
-
*/
|
|
296
|
-
postOfficeBox: string;
|
|
297
|
-
|
|
298
293
|
/**
|
|
299
294
|
* Title
|
|
300
295
|
*/
|
|
301
296
|
titleRef: ApiCreatableReference;
|
|
302
297
|
|
|
303
298
|
/**
|
|
304
|
-
*
|
|
299
|
+
* Post office box
|
|
305
300
|
*/
|
|
306
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
307
302
|
|
|
308
303
|
/**
|
|
309
304
|
* Country code
|
|
310
305
|
*/
|
|
311
306
|
countryCode: string;
|
|
312
307
|
|
|
308
|
+
/**
|
|
309
|
+
* Street
|
|
310
|
+
*/
|
|
311
|
+
street: string;
|
|
312
|
+
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
315
315
|
*/
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
*/
|
|
@@ -1209,14 +1214,14 @@ export interface Article {
|
|
|
1209
1214
|
workUnitInMinutes: number;
|
|
1210
1215
|
|
|
1211
1216
|
/**
|
|
1212
|
-
*
|
|
1217
|
+
* Frei kommissionierbar
|
|
1213
1218
|
*/
|
|
1214
|
-
|
|
1219
|
+
freelyPickable: boolean;
|
|
1215
1220
|
|
|
1216
1221
|
/**
|
|
1217
|
-
*
|
|
1222
|
+
* description custom data
|
|
1218
1223
|
*/
|
|
1219
|
-
|
|
1224
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1225
|
|
|
1221
1226
|
/**
|
|
1222
1227
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1349,14 +1354,14 @@ export interface Article {
|
|
|
1349
1354
|
custom: EavArticle;
|
|
1350
1355
|
|
|
1351
1356
|
/**
|
|
1352
|
-
*
|
|
1357
|
+
* Bedarfsermittlung nur über Reservierungen
|
|
1353
1358
|
*/
|
|
1354
|
-
|
|
1359
|
+
needsAssessmentOnlyOnReservationBasis: boolean;
|
|
1355
1360
|
|
|
1356
1361
|
/**
|
|
1357
|
-
*
|
|
1362
|
+
* Art des Haltbarkeitsdatums
|
|
1358
1363
|
*/
|
|
1359
|
-
|
|
1364
|
+
expiryDateType: ArticleSerialExpiryDateType;
|
|
1360
1365
|
|
|
1361
1366
|
/**
|
|
1362
1367
|
* Hersteller
|
|
@@ -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
|
/**
|
|
@@ -1676,14 +1719,14 @@ export interface ArticleListing {
|
|
|
1676
1719
|
proposedLowestPriceGross: number;
|
|
1677
1720
|
|
|
1678
1721
|
/**
|
|
1679
|
-
*
|
|
1722
|
+
* der Sales Channel
|
|
1680
1723
|
*/
|
|
1681
|
-
|
|
1724
|
+
salesChannelRef: ApiObjectReference;
|
|
1682
1725
|
|
|
1683
1726
|
/**
|
|
1684
|
-
* der
|
|
1727
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1685
1728
|
*/
|
|
1686
|
-
|
|
1729
|
+
customLowestPriceGross: number;
|
|
1687
1730
|
|
|
1688
1731
|
/**
|
|
1689
1732
|
* soll der Artikel gelistet werden
|
|
@@ -1893,11 +1936,6 @@ export interface ArticleStorage {
|
|
|
1893
1936
|
*/
|
|
1894
1937
|
replenishmentFrom: number;
|
|
1895
1938
|
|
|
1896
|
-
/**
|
|
1897
|
-
* Aktuelle Menge in Kommissionierung
|
|
1898
|
-
*/
|
|
1899
|
-
quantityInPicking: number;
|
|
1900
|
-
|
|
1901
1939
|
/**
|
|
1902
1940
|
* Meldebestand
|
|
1903
1941
|
*/
|
|
@@ -1908,6 +1946,11 @@ export interface ArticleStorage {
|
|
|
1908
1946
|
*/
|
|
1909
1947
|
orderedQuantity: number;
|
|
1910
1948
|
|
|
1949
|
+
/**
|
|
1950
|
+
* Aktuelle Menge in Kommissionierung
|
|
1951
|
+
*/
|
|
1952
|
+
quantityInPicking: number;
|
|
1953
|
+
|
|
1911
1954
|
/**
|
|
1912
1955
|
* Nachschub auf
|
|
1913
1956
|
*/
|
|
@@ -1987,9 +2030,9 @@ export interface ArticleStorage {
|
|
|
1987
2030
|
export interface ArticleSupplier {
|
|
1988
2031
|
|
|
1989
2032
|
/**
|
|
1990
|
-
*
|
|
2033
|
+
* Lieferanten-Meldebestand
|
|
1991
2034
|
*/
|
|
1992
|
-
|
|
2035
|
+
supplierReportingStock: number;
|
|
1993
2036
|
|
|
1994
2037
|
/**
|
|
1995
2038
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -1997,19 +2040,19 @@ export interface ArticleSupplier {
|
|
|
1997
2040
|
useSupplierArticleDescription: boolean;
|
|
1998
2041
|
|
|
1999
2042
|
/**
|
|
2000
|
-
*
|
|
2043
|
+
* Anzeigename des Accounts
|
|
2001
2044
|
*/
|
|
2002
|
-
|
|
2045
|
+
accountDisplayName: string;
|
|
2003
2046
|
|
|
2004
2047
|
/**
|
|
2005
|
-
*
|
|
2048
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2006
2049
|
*/
|
|
2007
|
-
|
|
2050
|
+
deliveryTime: number;
|
|
2008
2051
|
|
|
2009
2052
|
/**
|
|
2010
|
-
*
|
|
2053
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2011
2054
|
*/
|
|
2012
|
-
|
|
2055
|
+
useSupplierArticleIdentifier: boolean;
|
|
2013
2056
|
|
|
2014
2057
|
/**
|
|
2015
2058
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2057,14 +2100,14 @@ export interface ArticleSupplier {
|
|
|
2057
2100
|
info: MetaInfo;
|
|
2058
2101
|
|
|
2059
2102
|
/**
|
|
2060
|
-
*
|
|
2103
|
+
* Verpackungseinheit
|
|
2061
2104
|
*/
|
|
2062
|
-
|
|
2105
|
+
packagingUnit: number;
|
|
2063
2106
|
|
|
2064
2107
|
/**
|
|
2065
|
-
*
|
|
2108
|
+
* Referenced Article name
|
|
2066
2109
|
*/
|
|
2067
|
-
|
|
2110
|
+
articleName: string;
|
|
2068
2111
|
|
|
2069
2112
|
/**
|
|
2070
2113
|
* Lieferanten-Preise
|
|
@@ -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
|
|
@@ -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',
|
|
@@ -2333,14 +2507,14 @@ export interface CountryReference {
|
|
|
2333
2507
|
export interface CreateNewDocumentRequest {
|
|
2334
2508
|
|
|
2335
2509
|
/**
|
|
2336
|
-
*
|
|
2510
|
+
* Belegart
|
|
2337
2511
|
*/
|
|
2338
|
-
|
|
2512
|
+
documentTypeLabel: string;
|
|
2339
2513
|
|
|
2340
2514
|
/**
|
|
2341
|
-
* Belegart
|
|
2515
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2342
2516
|
*/
|
|
2343
|
-
|
|
2517
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2344
2518
|
|
|
2345
2519
|
/**
|
|
2346
2520
|
* Details zum Beleg
|
|
@@ -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 {
|
|
@@ -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
|
|
@@ -3699,14 +3874,14 @@ export interface Customer {
|
|
|
3699
3874
|
dueDate: ScriptingDate;
|
|
3700
3875
|
|
|
3701
3876
|
/**
|
|
3702
|
-
*
|
|
3877
|
+
* collective billable
|
|
3703
3878
|
*/
|
|
3704
|
-
|
|
3879
|
+
collectiveBillable: boolean;
|
|
3705
3880
|
|
|
3706
3881
|
/**
|
|
3707
|
-
*
|
|
3882
|
+
* Maximal mögliche Lieferungen
|
|
3708
3883
|
*/
|
|
3709
|
-
|
|
3884
|
+
maxDeliveries: number;
|
|
3710
3885
|
|
|
3711
3886
|
/**
|
|
3712
3887
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -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
|
|
@@ -4114,14 +4289,14 @@ export interface DeliveryTerm {
|
|
|
4114
4289
|
export interface Document {
|
|
4115
4290
|
|
|
4116
4291
|
/**
|
|
4117
|
-
*
|
|
4292
|
+
* Referenz zum Rechnungskonto
|
|
4118
4293
|
*/
|
|
4119
|
-
|
|
4294
|
+
billingAccountRef: ApiObjectReference;
|
|
4120
4295
|
|
|
4121
4296
|
/**
|
|
4122
|
-
*
|
|
4297
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4123
4298
|
*/
|
|
4124
|
-
|
|
4299
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4125
4300
|
|
|
4126
4301
|
/**
|
|
4127
4302
|
* Externe Belegnummer
|
|
@@ -4202,9 +4377,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4202
4377
|
deliveryQuantityPackages: number;
|
|
4203
4378
|
|
|
4204
4379
|
/**
|
|
4205
|
-
*
|
|
4380
|
+
* Steuerpflichtig oder steuerfrei
|
|
4206
4381
|
*/
|
|
4207
|
-
|
|
4382
|
+
taxable: boolean;
|
|
4208
4383
|
|
|
4209
4384
|
/**
|
|
4210
4385
|
* Bestellnummer aus Vorbeleg
|
|
@@ -4212,9 +4387,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4212
4387
|
referencedOrderNumber: string;
|
|
4213
4388
|
|
|
4214
4389
|
/**
|
|
4215
|
-
*
|
|
4390
|
+
* Leitweg-ID
|
|
4216
4391
|
*/
|
|
4217
|
-
|
|
4392
|
+
buyerReference: string;
|
|
4218
4393
|
|
|
4219
4394
|
/**
|
|
4220
4395
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -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
|
*/
|
|
@@ -4331,6 +4511,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4331
4511
|
*/
|
|
4332
4512
|
posPayments: Array<DocumentPosPayment>;
|
|
4333
4513
|
|
|
4514
|
+
/**
|
|
4515
|
+
* Ist die Quittung bezahlt
|
|
4516
|
+
true wenn die Quittung bezahlt ist
|
|
4517
|
+
|
|
4518
|
+
*/
|
|
4519
|
+
posReceiptPayed: boolean;
|
|
4520
|
+
|
|
4334
4521
|
/**
|
|
4335
4522
|
* Kundennummer beim Lieferanten
|
|
4336
4523
|
*/
|
|
@@ -4341,13 +4528,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4341
4528
|
*/
|
|
4342
4529
|
maxDeliveries: number;
|
|
4343
4530
|
|
|
4344
|
-
/**
|
|
4345
|
-
* Ist die Quittung bezahlt
|
|
4346
|
-
true wenn die Quittung bezahlt ist
|
|
4347
|
-
|
|
4348
|
-
*/
|
|
4349
|
-
posReceiptPayed: boolean;
|
|
4350
|
-
|
|
4351
4531
|
/**
|
|
4352
4532
|
* Quittung: Summe Zahlbetrag
|
|
4353
4533
|
*/
|
|
@@ -4434,14 +4614,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4434
4614
|
defaultAddress: DocumentAddress;
|
|
4435
4615
|
|
|
4436
4616
|
/**
|
|
4437
|
-
*
|
|
4617
|
+
* Leistungsdatum
|
|
4438
4618
|
*/
|
|
4439
|
-
|
|
4619
|
+
performanceDate: ScriptingDate;
|
|
4440
4620
|
|
|
4441
4621
|
/**
|
|
4442
|
-
*
|
|
4622
|
+
* Verarbeitungsoption für Stapel
|
|
4443
4623
|
*/
|
|
4444
|
-
|
|
4624
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4445
4625
|
|
|
4446
4626
|
/**
|
|
4447
4627
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4469,14 +4649,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4469
4649
|
additionalInfo: DocumentAdditionalInfo;
|
|
4470
4650
|
|
|
4471
4651
|
/**
|
|
4472
|
-
*
|
|
4652
|
+
* Bestelldatum
|
|
4473
4653
|
*/
|
|
4474
|
-
|
|
4654
|
+
orderedOn: ScriptingDate;
|
|
4475
4655
|
|
|
4476
4656
|
/**
|
|
4477
|
-
*
|
|
4657
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4478
4658
|
*/
|
|
4479
|
-
|
|
4659
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4480
4660
|
|
|
4481
4661
|
/**
|
|
4482
4662
|
* MetaInformations for this Object
|
|
@@ -4665,25 +4845,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4665
4845
|
*/
|
|
4666
4846
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4667
4847
|
|
|
4668
|
-
/**
|
|
4669
|
-
* Status der USt-ID-Prüfung
|
|
4670
|
-
*/
|
|
4671
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4672
|
-
|
|
4673
4848
|
/**
|
|
4674
4849
|
* Rechnungsadresse
|
|
4675
4850
|
*/
|
|
4676
4851
|
billingAddress: DocumentAddress;
|
|
4677
4852
|
|
|
4678
4853
|
/**
|
|
4679
|
-
*
|
|
4854
|
+
* Status der USt-ID-Prüfung
|
|
4680
4855
|
*/
|
|
4681
|
-
|
|
4856
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4682
4857
|
|
|
4683
4858
|
/**
|
|
4684
4859
|
* Report-Gruppe, falls vom Standard abweichend
|
|
4685
4860
|
*/
|
|
4686
4861
|
reportGroupRef: ApiObjectReference;
|
|
4862
|
+
|
|
4863
|
+
/**
|
|
4864
|
+
* Bestellt durch Ansprechpartner
|
|
4865
|
+
*/
|
|
4866
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4687
4867
|
}
|
|
4688
4868
|
|
|
4689
4869
|
export interface DocumentAdditionalInfo {
|
|
@@ -4839,14 +5019,14 @@ export interface DocumentAddress {
|
|
|
4839
5019
|
postOfficeBox: string;
|
|
4840
5020
|
|
|
4841
5021
|
/**
|
|
4842
|
-
*
|
|
5022
|
+
* country code IsoAlpha3
|
|
4843
5023
|
*/
|
|
4844
|
-
|
|
5024
|
+
countryCode: string;
|
|
4845
5025
|
|
|
4846
5026
|
/**
|
|
4847
|
-
*
|
|
5027
|
+
* Street
|
|
4848
5028
|
*/
|
|
4849
|
-
|
|
5029
|
+
street: string;
|
|
4850
5030
|
|
|
4851
5031
|
/**
|
|
4852
5032
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -5224,209 +5404,319 @@ export const enum DocumentImportType {
|
|
|
5224
5404
|
export interface DocumentLine {
|
|
5225
5405
|
|
|
5226
5406
|
/**
|
|
5227
|
-
*
|
|
5407
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
5228
5408
|
*/
|
|
5229
|
-
|
|
5409
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
5230
5410
|
|
|
5231
5411
|
/**
|
|
5232
|
-
*
|
|
5412
|
+
* Grundeinheit
|
|
5233
5413
|
*/
|
|
5234
|
-
|
|
5414
|
+
baseCapacityUnit: UnitTypeReference;
|
|
5235
5415
|
|
|
5236
5416
|
/**
|
|
5237
|
-
*
|
|
5417
|
+
* verarbeitete Menge
|
|
5238
5418
|
*/
|
|
5239
|
-
|
|
5419
|
+
quantityCommitted: number;
|
|
5240
5420
|
|
|
5241
5421
|
/**
|
|
5242
|
-
*
|
|
5422
|
+
* Steuern
|
|
5243
5423
|
*/
|
|
5244
|
-
|
|
5424
|
+
taxes: Array<DocumentTax>;
|
|
5245
5425
|
|
|
5246
5426
|
/**
|
|
5247
|
-
*
|
|
5427
|
+
* Kasseninformationen
|
|
5248
5428
|
*/
|
|
5249
|
-
|
|
5429
|
+
posDetail: DocumentLinePosDetail;
|
|
5250
5430
|
|
|
5251
5431
|
/**
|
|
5252
|
-
*
|
|
5432
|
+
* bestätigtes Lieferdatum
|
|
5253
5433
|
*/
|
|
5254
|
-
|
|
5434
|
+
confirmedDeliveryDate: ScriptingDate;
|
|
5255
5435
|
|
|
5256
5436
|
/**
|
|
5257
|
-
*
|
|
5437
|
+
* Artikelnummer
|
|
5258
5438
|
*/
|
|
5259
|
-
|
|
5439
|
+
number: string;
|
|
5260
5440
|
|
|
5261
5441
|
/**
|
|
5262
|
-
*
|
|
5442
|
+
* Referenz zur Kundenauftragszeile
|
|
5263
5443
|
*/
|
|
5264
|
-
|
|
5444
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5265
5445
|
|
|
5266
5446
|
/**
|
|
5267
|
-
*
|
|
5447
|
+
* Gesamtbruttogewicht
|
|
5268
5448
|
*/
|
|
5269
|
-
|
|
5449
|
+
totalGrossWeight: number;
|
|
5270
5450
|
|
|
5271
5451
|
/**
|
|
5272
|
-
*
|
|
5452
|
+
* skontierbare Position?
|
|
5273
5453
|
*/
|
|
5274
|
-
|
|
5454
|
+
cashDiscountable: boolean;
|
|
5275
5455
|
|
|
5276
5456
|
/**
|
|
5277
|
-
*
|
|
5457
|
+
* Preis pro Menge [Brutto, Netto]
|
|
5278
5458
|
*/
|
|
5279
|
-
|
|
5459
|
+
price: number;
|
|
5280
5460
|
|
|
5281
5461
|
/**
|
|
5282
|
-
*
|
|
5462
|
+
* FiBu-Buchung
|
|
5283
5463
|
*/
|
|
5284
|
-
|
|
5464
|
+
financeBooking: DocumentFinanceBooking;
|
|
5285
5465
|
|
|
5286
5466
|
/**
|
|
5287
|
-
*
|
|
5467
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5288
5468
|
*/
|
|
5289
|
-
|
|
5469
|
+
totalLinePriceModifier: number;
|
|
5290
5470
|
|
|
5291
5471
|
/**
|
|
5292
|
-
*
|
|
5472
|
+
* Vorgabe zu Streckengeschäft
|
|
5293
5473
|
*/
|
|
5294
|
-
|
|
5474
|
+
dropShippingPolicy: DropShippingPolicy;
|
|
5295
5475
|
|
|
5296
5476
|
/**
|
|
5297
|
-
*
|
|
5477
|
+
* Vorgabe §13b UStG Artikel
|
|
5298
5478
|
*/
|
|
5299
|
-
|
|
5479
|
+
articleTaxLiabilityReversed: boolean;
|
|
5300
5480
|
|
|
5301
5481
|
/**
|
|
5302
|
-
*
|
|
5482
|
+
* Unique identifier of the Object
|
|
5303
5483
|
*/
|
|
5304
|
-
|
|
5484
|
+
id: number;
|
|
5305
5485
|
|
|
5306
5486
|
/**
|
|
5307
|
-
*
|
|
5487
|
+
* Preis pro Einheit in Basiswährung
|
|
5308
5488
|
*/
|
|
5309
|
-
|
|
5489
|
+
basePrice: number;
|
|
5310
5490
|
|
|
5311
5491
|
/**
|
|
5312
|
-
*
|
|
5492
|
+
* Serientyp
|
|
5313
5493
|
*/
|
|
5314
|
-
|
|
5494
|
+
serialType: ArticleSerialType;
|
|
5315
5495
|
|
|
5316
5496
|
/**
|
|
5317
|
-
*
|
|
5497
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5318
5498
|
*/
|
|
5319
|
-
|
|
5499
|
+
positionOfArticleLine: number;
|
|
5320
5500
|
|
|
5321
5501
|
/**
|
|
5322
|
-
*
|
|
5502
|
+
* Steuerschema
|
|
5323
5503
|
*/
|
|
5324
|
-
|
|
5504
|
+
taxSchemaRef: ApiObjectReference;
|
|
5325
5505
|
|
|
5326
5506
|
/**
|
|
5327
|
-
*
|
|
5507
|
+
* Preiseinheit
|
|
5328
5508
|
*/
|
|
5329
|
-
|
|
5509
|
+
priceUnit: number;
|
|
5330
5510
|
|
|
5331
5511
|
/**
|
|
5332
|
-
*
|
|
5512
|
+
* Preisanpassungen - Position Basiswährung
|
|
5333
5513
|
*/
|
|
5334
|
-
|
|
5514
|
+
baseTotalLinePriceModifier: number;
|
|
5335
5515
|
|
|
5336
5516
|
/**
|
|
5337
|
-
*
|
|
5517
|
+
* Steuerbetrag
|
|
5338
5518
|
*/
|
|
5339
|
-
|
|
5519
|
+
vat: number;
|
|
5340
5520
|
|
|
5341
5521
|
/**
|
|
5342
|
-
* Referenz zur
|
|
5522
|
+
* Referenz zur Hauptartikel-Position des Zubehörs
|
|
5343
5523
|
*/
|
|
5344
|
-
|
|
5524
|
+
mainArticleLineRef: ApiObjectReference;
|
|
5345
5525
|
|
|
5346
5526
|
/**
|
|
5347
|
-
*
|
|
5527
|
+
* Version Identifier for this Object (for PUT)
|
|
5348
5528
|
*/
|
|
5349
|
-
|
|
5529
|
+
version: number;
|
|
5350
5530
|
|
|
5351
5531
|
/**
|
|
5352
|
-
*
|
|
5532
|
+
* Gesamtnettogewicht
|
|
5353
5533
|
*/
|
|
5354
|
-
|
|
5534
|
+
totalNetWeight: number;
|
|
5355
5535
|
|
|
5356
5536
|
/**
|
|
5357
|
-
*
|
|
5537
|
+
* wird §13b UStG angewendet?
|
|
5358
5538
|
*/
|
|
5359
|
-
|
|
5539
|
+
taxLiabilityReversed: boolean;
|
|
5360
5540
|
|
|
5361
5541
|
/**
|
|
5362
|
-
*
|
|
5542
|
+
* Komponenten
|
|
5363
5543
|
*/
|
|
5364
|
-
|
|
5544
|
+
components: Array<DocumentLineComponent>;
|
|
5365
5545
|
|
|
5366
5546
|
/**
|
|
5367
|
-
*
|
|
5547
|
+
* Versanddatum
|
|
5368
5548
|
*/
|
|
5369
|
-
|
|
5549
|
+
shippingDate: ScriptingDate;
|
|
5370
5550
|
|
|
5371
5551
|
/**
|
|
5372
|
-
*
|
|
5552
|
+
* Kalkulationsstruktur
|
|
5373
5553
|
*/
|
|
5374
|
-
|
|
5554
|
+
calculationData: string;
|
|
5375
5555
|
|
|
5376
5556
|
/**
|
|
5377
|
-
*
|
|
5557
|
+
* Referenz zur Vorbelegzeile
|
|
5378
5558
|
*/
|
|
5379
|
-
|
|
5559
|
+
sourceLineRef: DocumentLineRef;
|
|
5380
5560
|
|
|
5381
5561
|
/**
|
|
5382
|
-
*
|
|
5562
|
+
* Preisermittlungskriterien
|
|
5383
5563
|
*/
|
|
5384
|
-
|
|
5564
|
+
priceSelectionCriteria: PriceSelectionCriteria;
|
|
5385
5565
|
|
|
5386
5566
|
/**
|
|
5387
|
-
*
|
|
5567
|
+
* Inhalt der Maßeinheit
|
|
5388
5568
|
*/
|
|
5389
|
-
|
|
5569
|
+
capacity: number;
|
|
5390
5570
|
|
|
5391
5571
|
/**
|
|
5392
|
-
*
|
|
5572
|
+
* Einheitentyp
|
|
5393
5573
|
*/
|
|
5394
|
-
|
|
5574
|
+
unitType: UnitTypeReference;
|
|
5395
5575
|
|
|
5396
5576
|
/**
|
|
5397
|
-
*
|
|
5577
|
+
* Zubehör Einfügeart
|
|
5398
5578
|
*/
|
|
5399
|
-
|
|
5579
|
+
insertTerm: AccessoryInsertTerm;
|
|
5400
5580
|
|
|
5401
5581
|
/**
|
|
5402
|
-
*
|
|
5582
|
+
* Lieferdatum
|
|
5403
5583
|
*/
|
|
5404
|
-
|
|
5584
|
+
deliveryDate: ScriptingDate;
|
|
5405
5585
|
|
|
5406
5586
|
/**
|
|
5407
|
-
*
|
|
5587
|
+
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5408
5588
|
*/
|
|
5409
|
-
|
|
5589
|
+
deliveryDateEnd: ScriptingDate;
|
|
5410
5590
|
|
|
5411
5591
|
/**
|
|
5412
|
-
*
|
|
5592
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5413
5593
|
*/
|
|
5414
|
-
|
|
5594
|
+
baseSalesValueNet: number;
|
|
5415
5595
|
|
|
5416
5596
|
/**
|
|
5417
|
-
*
|
|
5597
|
+
* Vertragsinformationen
|
|
5418
5598
|
*/
|
|
5419
|
-
|
|
5599
|
+
contractDetail: DocumentContractDetail;
|
|
5420
5600
|
|
|
5421
5601
|
/**
|
|
5422
|
-
*
|
|
5602
|
+
* Einheit Nettogewicht
|
|
5423
5603
|
*/
|
|
5424
|
-
|
|
5604
|
+
netWeightUnit: UnitTypeReference;
|
|
5425
5605
|
|
|
5426
5606
|
/**
|
|
5427
|
-
*
|
|
5607
|
+
* Produktionsdetails
|
|
5428
5608
|
*/
|
|
5429
|
-
|
|
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;
|
|
5430
5720
|
|
|
5431
5721
|
/**
|
|
5432
5722
|
* Provisionsursprung
|
|
@@ -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
|
-
*
|
|
5817
|
+
* Inhalt der Grundeinheit
|
|
5573
5818
|
*/
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
/**
|
|
5577
|
-
* vorr. Ende des Lieferzeitraums (nur notwendig für Lieferzeiträume, wenn Lieferdatum gesetzt)
|
|
5578
|
-
*/
|
|
5579
|
-
deliveryDateEnd: ScriptingDate;
|
|
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
|
*/
|
|
@@ -5611,12 +5836,7 @@ export interface DocumentLine {
|
|
|
5611
5836
|
/**
|
|
5612
5837
|
* Vorgabewert für die Preiskalkulation
|
|
5613
5838
|
*/
|
|
5614
|
-
presetPrice: number;
|
|
5615
|
-
|
|
5616
|
-
/**
|
|
5617
|
-
* Produktionsdetails
|
|
5618
|
-
*/
|
|
5619
|
-
fabricationDetail: DocumentLineFabricationDetail;
|
|
5839
|
+
presetPrice: number;
|
|
5620
5840
|
|
|
5621
5841
|
/**
|
|
5622
5842
|
* Freifelder
|
|
@@ -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
|
*/
|
|
@@ -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
|
|
@@ -6814,14 +7014,14 @@ export interface DocumentType {
|
|
|
6814
7014
|
labels: Array<DocumentTypeLabel>;
|
|
6815
7015
|
|
|
6816
7016
|
/**
|
|
6817
|
-
*
|
|
7017
|
+
* Zählerkreis
|
|
6818
7018
|
*/
|
|
6819
|
-
|
|
7019
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6820
7020
|
|
|
6821
7021
|
/**
|
|
6822
|
-
*
|
|
7022
|
+
* nächste Belegnummer
|
|
6823
7023
|
*/
|
|
6824
|
-
|
|
7024
|
+
nextNumber: string;
|
|
6825
7025
|
|
|
6826
7026
|
/**
|
|
6827
7027
|
* Sortierung
|
|
@@ -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
|
|
@@ -7701,14 +7901,14 @@ export interface OpenItem {
|
|
|
7701
7901
|
performanceCountryCode: string;
|
|
7702
7902
|
|
|
7703
7903
|
/**
|
|
7704
|
-
*
|
|
7904
|
+
* agreed Deposit payment date
|
|
7705
7905
|
*/
|
|
7706
|
-
|
|
7906
|
+
depositPaymentDate: ScriptingDate;
|
|
7707
7907
|
|
|
7708
7908
|
/**
|
|
7709
|
-
*
|
|
7909
|
+
* Valutadatum schreibgeschützt
|
|
7710
7910
|
*/
|
|
7711
|
-
|
|
7911
|
+
valueDateReadOnly: boolean;
|
|
7712
7912
|
|
|
7713
7913
|
/**
|
|
7714
7914
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -8149,14 +8349,14 @@ export interface OpenItemRecord {
|
|
|
8149
8349
|
version: number;
|
|
8150
8350
|
|
|
8151
8351
|
/**
|
|
8152
|
-
*
|
|
8352
|
+
* Buchungsbetrag in Basiswährung
|
|
8153
8353
|
*/
|
|
8154
|
-
|
|
8354
|
+
baseAmount: number;
|
|
8155
8355
|
|
|
8156
8356
|
/**
|
|
8157
|
-
*
|
|
8357
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8158
8358
|
*/
|
|
8159
|
-
|
|
8359
|
+
transactionId: number;
|
|
8160
8360
|
|
|
8161
8361
|
/**
|
|
8162
8362
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8174,14 +8374,14 @@ export interface OpenItemRecord {
|
|
|
8174
8374
|
totalAmount: number;
|
|
8175
8375
|
|
|
8176
8376
|
/**
|
|
8177
|
-
*
|
|
8377
|
+
* id des records, der diesen storniert hat
|
|
8178
8378
|
*/
|
|
8179
|
-
|
|
8379
|
+
revertedByRecordId: number;
|
|
8180
8380
|
|
|
8181
8381
|
/**
|
|
8182
|
-
*
|
|
8382
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8183
8383
|
*/
|
|
8184
|
-
|
|
8384
|
+
baseCurrencyCode: string;
|
|
8185
8385
|
|
|
8186
8386
|
/**
|
|
8187
8387
|
* qualifier of open item
|
|
@@ -8315,14 +8515,14 @@ export interface PaymentMethod {
|
|
|
8315
8515
|
dunnable: boolean;
|
|
8316
8516
|
|
|
8317
8517
|
/**
|
|
8318
|
-
*
|
|
8518
|
+
* Debitoren-OP abschließen?
|
|
8319
8519
|
*/
|
|
8320
|
-
|
|
8520
|
+
closeCustomerAccountType: boolean;
|
|
8321
8521
|
|
|
8322
8522
|
/**
|
|
8323
|
-
*
|
|
8523
|
+
* translations
|
|
8324
8524
|
*/
|
|
8325
|
-
|
|
8525
|
+
translations: Array<DocumentTypeTerm>;
|
|
8326
8526
|
|
|
8327
8527
|
/**
|
|
8328
8528
|
* +Tage für Folgelastschrift
|
|
@@ -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
|
|
@@ -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,14 +9361,14 @@ 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
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9176,14 +9376,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9176
9376
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9177
9377
|
|
|
9178
9378
|
/**
|
|
9179
|
-
* Nur
|
|
9379
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9180
9380
|
*/
|
|
9181
|
-
|
|
9381
|
+
maxOrderCount: number;
|
|
9182
9382
|
|
|
9183
9383
|
/**
|
|
9184
|
-
* Nur
|
|
9384
|
+
* Nur vollständig lieferbare Positionen
|
|
9185
9385
|
*/
|
|
9186
|
-
|
|
9386
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9187
9387
|
|
|
9188
9388
|
/**
|
|
9189
9389
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -9259,14 +9459,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9259
9459
|
maxPicklistLineCount: number;
|
|
9260
9460
|
|
|
9261
9461
|
/**
|
|
9262
|
-
*
|
|
9462
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9263
9463
|
*/
|
|
9264
|
-
|
|
9464
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9265
9465
|
|
|
9266
9466
|
/**
|
|
9267
|
-
*
|
|
9467
|
+
* Der zu verwendende Pickwagen
|
|
9268
9468
|
*/
|
|
9269
|
-
|
|
9469
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9270
9470
|
|
|
9271
9471
|
/**
|
|
9272
9472
|
* Lagerplätze vorgeben
|
|
@@ -9274,14 +9474,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9274
9474
|
specifyStorageBins: boolean;
|
|
9275
9475
|
|
|
9276
9476
|
/**
|
|
9277
|
-
*
|
|
9477
|
+
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9278
9478
|
*/
|
|
9279
|
-
|
|
9479
|
+
useAllAvailOrderPickingTrolleys: boolean;
|
|
9280
9480
|
|
|
9281
9481
|
/**
|
|
9282
|
-
*
|
|
9482
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9283
9483
|
*/
|
|
9284
|
-
|
|
9484
|
+
sortByRoutePosition: boolean;
|
|
9285
9485
|
|
|
9286
9486
|
/**
|
|
9287
9487
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
@@ -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,14 +9542,14 @@ 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
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9351
9551
|
*/
|
|
9352
|
-
|
|
9552
|
+
useDigitalPicklist: boolean;
|
|
9353
9553
|
|
|
9354
9554
|
/**
|
|
9355
9555
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -9357,9 +9557,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9357
9557
|
allowPickingOfServiceArticles: boolean;
|
|
9358
9558
|
|
|
9359
9559
|
/**
|
|
9360
|
-
*
|
|
9560
|
+
* Sammelbestätigung erlauben
|
|
9361
9561
|
*/
|
|
9362
|
-
|
|
9562
|
+
allowFullConfirmation: boolean;
|
|
9363
9563
|
|
|
9364
9564
|
/**
|
|
9365
9565
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9387,14 +9587,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9387
9587
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9388
9588
|
|
|
9389
9589
|
/**
|
|
9390
|
-
*
|
|
9590
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9391
9591
|
*/
|
|
9392
|
-
|
|
9592
|
+
autoDeterminationOfLots: boolean;
|
|
9393
9593
|
|
|
9394
9594
|
/**
|
|
9395
|
-
*
|
|
9595
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9396
9596
|
*/
|
|
9397
|
-
|
|
9597
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9398
9598
|
|
|
9399
9599
|
/**
|
|
9400
9600
|
* Zielmengen in Masken verstecken?
|
|
@@ -9470,14 +9670,14 @@ export interface PriceSelectionCriteria {
|
|
|
9470
9670
|
quantity: number;
|
|
9471
9671
|
|
|
9472
9672
|
/**
|
|
9473
|
-
* Liste von
|
|
9673
|
+
* Liste von Account-IDs
|
|
9474
9674
|
*/
|
|
9475
|
-
|
|
9675
|
+
accountIds: Array<number>;
|
|
9476
9676
|
|
|
9477
9677
|
/**
|
|
9478
|
-
* Liste von
|
|
9678
|
+
* Liste von Artikel-IDs
|
|
9479
9679
|
*/
|
|
9480
|
-
|
|
9680
|
+
articleIds: Array<number>;
|
|
9481
9681
|
|
|
9482
9682
|
/**
|
|
9483
9683
|
* ein qualifier
|
|
@@ -9644,14 +9844,14 @@ export interface ProductArticleRef {
|
|
|
9644
9844
|
export interface ProductDiscount {
|
|
9645
9845
|
|
|
9646
9846
|
/**
|
|
9647
|
-
*
|
|
9847
|
+
* Kundengruppe
|
|
9648
9848
|
*/
|
|
9649
|
-
|
|
9849
|
+
customerGroupRef: ApiObjectReference;
|
|
9650
9850
|
|
|
9651
9851
|
/**
|
|
9652
|
-
*
|
|
9852
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9653
9853
|
*/
|
|
9654
|
-
|
|
9854
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9655
9855
|
|
|
9656
9856
|
/**
|
|
9657
9857
|
* Lieferantengruppe
|
|
@@ -9729,14 +9929,14 @@ export interface ProductDiscount {
|
|
|
9729
9929
|
modifierValueType: ValueType;
|
|
9730
9930
|
|
|
9731
9931
|
/**
|
|
9732
|
-
*
|
|
9932
|
+
* Account, für den der Rabatt gültig ist
|
|
9733
9933
|
*/
|
|
9734
|
-
|
|
9934
|
+
accountRef: ApiObjectReference;
|
|
9735
9935
|
|
|
9736
9936
|
/**
|
|
9737
|
-
*
|
|
9937
|
+
* Name des Rabatts
|
|
9738
9938
|
*/
|
|
9739
|
-
|
|
9939
|
+
modifierName: string;
|
|
9740
9940
|
|
|
9741
9941
|
/**
|
|
9742
9942
|
* Unique identifier of the Object
|
|
@@ -9853,14 +10053,14 @@ export interface ProductMainGroup {
|
|
|
9853
10053
|
export interface ProductPrice {
|
|
9854
10054
|
|
|
9855
10055
|
/**
|
|
9856
|
-
*
|
|
10056
|
+
* Kundengruppe
|
|
9857
10057
|
*/
|
|
9858
|
-
|
|
10058
|
+
customerGroupRef: ApiObjectReference;
|
|
9859
10059
|
|
|
9860
10060
|
/**
|
|
9861
|
-
*
|
|
10061
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
9862
10062
|
*/
|
|
9863
|
-
|
|
10063
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9864
10064
|
|
|
9865
10065
|
/**
|
|
9866
10066
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10143,14 +10343,14 @@ export interface RequestDocument {
|
|
|
10143
10343
|
lines: Array<RequestDocumentLine>;
|
|
10144
10344
|
|
|
10145
10345
|
/**
|
|
10146
|
-
*
|
|
10346
|
+
* ID der Kasse (bei POS)
|
|
10147
10347
|
*/
|
|
10148
|
-
|
|
10348
|
+
posRegisterId: number;
|
|
10149
10349
|
|
|
10150
10350
|
/**
|
|
10151
|
-
*
|
|
10351
|
+
* Die Vertragsdetails
|
|
10152
10352
|
*/
|
|
10153
|
-
|
|
10353
|
+
contractDetail: DocumentContractDetail;
|
|
10154
10354
|
|
|
10155
10355
|
/**
|
|
10156
10356
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10376,14 +10576,14 @@ export interface RequestDocumentLine {
|
|
|
10376
10576
|
name: string;
|
|
10377
10577
|
|
|
10378
10578
|
/**
|
|
10379
|
-
*
|
|
10579
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10380
10580
|
*/
|
|
10381
|
-
|
|
10581
|
+
externalArticleNumber: string;
|
|
10382
10582
|
|
|
10383
10583
|
/**
|
|
10384
|
-
*
|
|
10584
|
+
* ID der Quell-Belegposition
|
|
10385
10585
|
*/
|
|
10386
|
-
|
|
10586
|
+
sourceLineId: number;
|
|
10387
10587
|
|
|
10388
10588
|
/**
|
|
10389
10589
|
* Buchungen zu dieser Belegposition
|
|
@@ -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
|
|
@@ -11829,14 +12029,14 @@ export interface TagDto {
|
|
|
11829
12029
|
editColor: string;
|
|
11830
12030
|
|
|
11831
12031
|
/**
|
|
11832
|
-
* Farbe
|
|
12032
|
+
* Farbe in Such-GUI
|
|
11833
12033
|
*/
|
|
11834
|
-
|
|
12034
|
+
searchColor: string;
|
|
11835
12035
|
|
|
11836
12036
|
/**
|
|
11837
|
-
* Farbe
|
|
12037
|
+
* Farbe für die Anzeige des Tags
|
|
11838
12038
|
*/
|
|
11839
|
-
|
|
12039
|
+
color: string;
|
|
11840
12040
|
|
|
11841
12041
|
/**
|
|
11842
12042
|
* Beschriftung des Tags
|
|
@@ -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
|
*/
|