@vario-software/types 2026.30.3 → 2026.31.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 +90740 -49605
- package/scripting/eav_types.d.ts +6 -0
- package/scripting/services.d.ts +75 -60
- package/scripting/types.d.ts +572 -395
package/scripting/types.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EavAccount, EavAccountaddress, EavAccountlisting, EavAccountperson,
|
|
3
|
-
EavArticle, EavArticleListing, EavArticleListingDescription,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
EavArticle, EavArticleListing, EavArticleListingDescription,
|
|
4
|
+
EavArticleserialnumber, EavAsset, EavContact, EavCrmactivity, EavCrmdeal,
|
|
5
|
+
EavCrmproject, EavCrmtask, EavDocument, EavDocumentline,
|
|
6
|
+
EavDocumentlinecomponent, EavFabrication, EavFabricationline,
|
|
7
|
+
EavFabricationlinecomponent, EavProductgroup, EavProductmaingroup,
|
|
8
|
+
EavSalesagent, EavShelfdocument, EavShelfshare, EavTextenumeration,
|
|
9
|
+
EavVariantattributelisting, EavVariantvaluelisting
|
|
9
10
|
} from "./eav_types"
|
|
10
11
|
|
|
11
12
|
export const enum AccessoryInsertTerm {
|
|
@@ -83,14 +84,14 @@ export interface Account {
|
|
|
83
84
|
businessRelationType: BusinessRelationType;
|
|
84
85
|
|
|
85
86
|
/**
|
|
86
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
87
88
|
*/
|
|
88
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
89
90
|
|
|
90
91
|
/**
|
|
91
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
92
93
|
*/
|
|
93
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
94
95
|
|
|
95
96
|
/**
|
|
96
97
|
* Supplier of this account
|
|
@@ -142,26 +143,26 @@ export interface Account {
|
|
|
142
143
|
*/
|
|
143
144
|
payablesSum: number;
|
|
144
145
|
|
|
145
|
-
/**
|
|
146
|
-
* Kostenstelle
|
|
147
|
-
*/
|
|
148
|
-
costCenter: string;
|
|
149
|
-
|
|
150
146
|
/**
|
|
151
147
|
* Summe Forderungen
|
|
152
148
|
*/
|
|
153
149
|
receivablesSum: number;
|
|
154
150
|
|
|
155
151
|
/**
|
|
156
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
157
153
|
*/
|
|
158
|
-
|
|
154
|
+
costCenter: string;
|
|
159
155
|
|
|
160
156
|
/**
|
|
161
157
|
* companyLegal for this account
|
|
162
158
|
*/
|
|
163
159
|
companyLegalRef: ApiCreatableReference;
|
|
164
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Custom account data
|
|
163
|
+
*/
|
|
164
|
+
custom: EavAccount;
|
|
165
|
+
|
|
165
166
|
/**
|
|
166
167
|
* tax number/ Steuernummer
|
|
167
168
|
*/
|
|
@@ -291,14 +292,14 @@ export interface AccountAddress {
|
|
|
291
292
|
regionRef: ApiObjectReference;
|
|
292
293
|
|
|
293
294
|
/**
|
|
294
|
-
*
|
|
295
|
+
* Title
|
|
295
296
|
*/
|
|
296
|
-
|
|
297
|
+
titleRef: ApiCreatableReference;
|
|
297
298
|
|
|
298
299
|
/**
|
|
299
|
-
*
|
|
300
|
+
* Post office box
|
|
300
301
|
*/
|
|
301
|
-
|
|
302
|
+
postOfficeBox: string;
|
|
302
303
|
|
|
303
304
|
/**
|
|
304
305
|
* Street
|
|
@@ -346,14 +347,14 @@ export interface AccountAddress {
|
|
|
346
347
|
buyerReference: string;
|
|
347
348
|
|
|
348
349
|
/**
|
|
349
|
-
*
|
|
350
|
+
* abweichende Zahlungsart
|
|
350
351
|
*/
|
|
351
|
-
|
|
352
|
+
deviatingPaymentMethodRef: ApiObjectReference;
|
|
352
353
|
|
|
353
354
|
/**
|
|
354
|
-
*
|
|
355
|
+
* Custom data
|
|
355
356
|
*/
|
|
356
|
-
|
|
357
|
+
custom: EavAccountaddress;
|
|
357
358
|
|
|
358
359
|
/**
|
|
359
360
|
* Postcode
|
|
@@ -396,14 +397,14 @@ export interface AccountAddress {
|
|
|
396
397
|
additionalAddressLine1: string;
|
|
397
398
|
|
|
398
399
|
/**
|
|
399
|
-
*
|
|
400
|
+
* Parcel station
|
|
400
401
|
*/
|
|
401
|
-
|
|
402
|
+
parcelStation: string;
|
|
402
403
|
|
|
403
404
|
/**
|
|
404
|
-
*
|
|
405
|
+
* Additional address line2
|
|
405
406
|
*/
|
|
406
|
-
|
|
407
|
+
additionalAddressLine2: string;
|
|
407
408
|
|
|
408
409
|
/**
|
|
409
410
|
* Street address number
|
|
@@ -451,14 +452,14 @@ export interface AccountAddress {
|
|
|
451
452
|
name1: string;
|
|
452
453
|
|
|
453
454
|
/**
|
|
454
|
-
*
|
|
455
|
+
* abweichende Zahlungsbedingungen
|
|
455
456
|
*/
|
|
456
|
-
|
|
457
|
+
deviatingPaymentTermRef: ApiObjectReference;
|
|
457
458
|
|
|
458
459
|
/**
|
|
459
|
-
*
|
|
460
|
+
* Contacts
|
|
460
461
|
*/
|
|
461
|
-
|
|
462
|
+
contacts: Array<Contact>;
|
|
462
463
|
|
|
463
464
|
/**
|
|
464
465
|
* is this the default address of the account
|
|
@@ -474,14 +475,14 @@ export interface AccountBankdetail {
|
|
|
474
475
|
active: boolean;
|
|
475
476
|
|
|
476
477
|
/**
|
|
477
|
-
*
|
|
478
|
+
* post-code of the bank
|
|
478
479
|
*/
|
|
479
|
-
|
|
480
|
+
bankPostCode: string;
|
|
480
481
|
|
|
481
482
|
/**
|
|
482
|
-
*
|
|
483
|
+
* name of the bank
|
|
483
484
|
*/
|
|
484
|
-
|
|
485
|
+
bankName: string;
|
|
485
486
|
|
|
486
487
|
/**
|
|
487
488
|
* account from, if differs from account-address
|
|
@@ -504,14 +505,14 @@ export interface AccountBankdetail {
|
|
|
504
505
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
506
|
|
|
506
507
|
/**
|
|
507
|
-
*
|
|
508
|
+
* origin type
|
|
508
509
|
*/
|
|
509
|
-
|
|
510
|
+
originType: AccountBankdetail$OriginType;
|
|
510
511
|
|
|
511
512
|
/**
|
|
512
|
-
*
|
|
513
|
+
* Is default bank?
|
|
513
514
|
*/
|
|
514
|
-
|
|
515
|
+
defaultBank: boolean;
|
|
515
516
|
|
|
516
517
|
/**
|
|
517
518
|
* IBAN
|
|
@@ -610,14 +611,14 @@ export interface AccountLoanValue {
|
|
|
610
611
|
nonInvoicedDocumentLoan: number;
|
|
611
612
|
|
|
612
613
|
/**
|
|
613
|
-
*
|
|
614
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
615
|
*/
|
|
615
|
-
|
|
616
|
+
payablesSum: number;
|
|
616
617
|
|
|
617
618
|
/**
|
|
618
|
-
*
|
|
619
|
+
* Kreditlimit
|
|
619
620
|
*/
|
|
620
|
-
|
|
621
|
+
maximalLoan: number;
|
|
621
622
|
|
|
622
623
|
/**
|
|
623
624
|
* Überschrittener Kreditbetrag
|
|
@@ -827,14 +828,14 @@ export interface AccountPerson {
|
|
|
827
828
|
tags: Array<TagDto>;
|
|
828
829
|
|
|
829
830
|
/**
|
|
830
|
-
*
|
|
831
|
+
* Default contacts
|
|
831
832
|
*/
|
|
832
|
-
|
|
833
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
833
834
|
|
|
834
835
|
/**
|
|
835
|
-
*
|
|
836
|
+
* First name
|
|
836
837
|
*/
|
|
837
|
-
|
|
838
|
+
firstName: string;
|
|
838
839
|
|
|
839
840
|
/**
|
|
840
841
|
* zugeordneter Benutzer (für eigenen Account)
|
|
@@ -1028,6 +1029,11 @@ export interface Article {
|
|
|
1028
1029
|
*/
|
|
1029
1030
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1031
|
|
|
1032
|
+
/**
|
|
1033
|
+
* Seriennummern Auszeichnungsart
|
|
1034
|
+
*/
|
|
1035
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1036
|
+
|
|
1031
1037
|
/**
|
|
1032
1038
|
* Durchschnittl. EKP (Startwert)
|
|
1033
1039
|
*/
|
|
@@ -1038,11 +1044,6 @@ export interface Article {
|
|
|
1038
1044
|
*/
|
|
1039
1045
|
sellableWithoutStock: boolean;
|
|
1040
1046
|
|
|
1041
|
-
/**
|
|
1042
|
-
* Seriennummern Auszeichnungsart
|
|
1043
|
-
*/
|
|
1044
|
-
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1045
|
-
|
|
1046
1047
|
/**
|
|
1047
1048
|
* gross Volume in cubic meters
|
|
1048
1049
|
*/
|
|
@@ -1188,6 +1189,11 @@ export interface Article {
|
|
|
1188
1189
|
*/
|
|
1189
1190
|
solvable: boolean;
|
|
1190
1191
|
|
|
1192
|
+
/**
|
|
1193
|
+
* retournierbar
|
|
1194
|
+
*/
|
|
1195
|
+
returnable: boolean;
|
|
1196
|
+
|
|
1191
1197
|
/**
|
|
1192
1198
|
* Verkaufseinheit
|
|
1193
1199
|
*/
|
|
@@ -1218,15 +1224,20 @@ export interface Article {
|
|
|
1218
1224
|
*/
|
|
1219
1225
|
countryOfOriginRef: CountryReference;
|
|
1220
1226
|
|
|
1227
|
+
/**
|
|
1228
|
+
* description custom data
|
|
1229
|
+
*/
|
|
1230
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1231
|
+
|
|
1221
1232
|
/**
|
|
1222
1233
|
* Frei kommissionierbar
|
|
1223
1234
|
*/
|
|
1224
1235
|
freelyPickable: boolean;
|
|
1225
1236
|
|
|
1226
1237
|
/**
|
|
1227
|
-
*
|
|
1238
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1228
1239
|
*/
|
|
1229
|
-
|
|
1240
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1230
1241
|
|
|
1231
1242
|
/**
|
|
1232
1243
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1238,11 +1249,6 @@ export interface Article {
|
|
|
1238
1249
|
*/
|
|
1239
1250
|
note: string;
|
|
1240
1251
|
|
|
1241
|
-
/**
|
|
1242
|
-
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1243
|
-
*/
|
|
1244
|
-
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1245
|
-
|
|
1246
1252
|
/**
|
|
1247
1253
|
* Erlaubte Arten der Kommissionierung
|
|
1248
1254
|
*/
|
|
@@ -1278,6 +1284,11 @@ export interface Article {
|
|
|
1278
1284
|
*/
|
|
1279
1285
|
capacity: number;
|
|
1280
1286
|
|
|
1287
|
+
/**
|
|
1288
|
+
* gross sales prices
|
|
1289
|
+
*/
|
|
1290
|
+
grossSalesPrice: number;
|
|
1291
|
+
|
|
1281
1292
|
/**
|
|
1282
1293
|
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1283
1294
|
*/
|
|
@@ -1288,11 +1299,6 @@ export interface Article {
|
|
|
1288
1299
|
*/
|
|
1289
1300
|
defaultFabricationCost: number;
|
|
1290
1301
|
|
|
1291
|
-
/**
|
|
1292
|
-
* gross sales prices
|
|
1293
|
-
*/
|
|
1294
|
-
grossSalesPrice: number;
|
|
1295
|
-
|
|
1296
1302
|
/**
|
|
1297
1303
|
* Letzter EKP (Startwert)
|
|
1298
1304
|
*/
|
|
@@ -1319,14 +1325,14 @@ export interface Article {
|
|
|
1319
1325
|
discountable: boolean;
|
|
1320
1326
|
|
|
1321
1327
|
/**
|
|
1322
|
-
*
|
|
1328
|
+
* alternative name of this product
|
|
1323
1329
|
*/
|
|
1324
|
-
|
|
1330
|
+
alternativeName: string;
|
|
1325
1331
|
|
|
1326
1332
|
/**
|
|
1327
|
-
*
|
|
1333
|
+
* Kontingentartikel
|
|
1328
1334
|
*/
|
|
1329
|
-
|
|
1335
|
+
contingentArticleRef: ApiObjectReference;
|
|
1330
1336
|
|
|
1331
1337
|
/**
|
|
1332
1338
|
* base capacity
|
|
@@ -1606,11 +1612,6 @@ export interface ArticleCustomer {
|
|
|
1606
1612
|
*/
|
|
1607
1613
|
defaultGrossPrice: number;
|
|
1608
1614
|
|
|
1609
|
-
/**
|
|
1610
|
-
* Artikelnummer
|
|
1611
|
-
*/
|
|
1612
|
-
articleNumber: string;
|
|
1613
|
-
|
|
1614
1615
|
/**
|
|
1615
1616
|
* Art der Preisermittlung
|
|
1616
1617
|
*/
|
|
@@ -1621,6 +1622,11 @@ export interface ArticleCustomer {
|
|
|
1621
1622
|
*/
|
|
1622
1623
|
deviatingArticleNumber: string;
|
|
1623
1624
|
|
|
1625
|
+
/**
|
|
1626
|
+
* Artikelnummer
|
|
1627
|
+
*/
|
|
1628
|
+
articleNumber: string;
|
|
1629
|
+
|
|
1624
1630
|
/**
|
|
1625
1631
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1626
1632
|
*/
|
|
@@ -1729,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1729
1735
|
proposedLowestPriceGross: number;
|
|
1730
1736
|
|
|
1731
1737
|
/**
|
|
1732
|
-
* der
|
|
1738
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1733
1739
|
*/
|
|
1734
|
-
|
|
1740
|
+
customLowestPriceGross: number;
|
|
1735
1741
|
|
|
1736
1742
|
/**
|
|
1737
|
-
*
|
|
1743
|
+
* der Sales Channel
|
|
1738
1744
|
*/
|
|
1739
|
-
|
|
1745
|
+
salesChannelRef: ApiObjectReference;
|
|
1740
1746
|
|
|
1741
1747
|
/**
|
|
1742
1748
|
* soll der Artikel gelistet werden
|
|
@@ -1894,6 +1900,11 @@ export interface ArticleSerialNumber {
|
|
|
1894
1900
|
*/
|
|
1895
1901
|
serialNumber1: string;
|
|
1896
1902
|
|
|
1903
|
+
/**
|
|
1904
|
+
* Zusatzfeld Seriennummer
|
|
1905
|
+
*/
|
|
1906
|
+
custom: EavArticleserialnumber;
|
|
1907
|
+
|
|
1897
1908
|
/**
|
|
1898
1909
|
* Artikel
|
|
1899
1910
|
*/
|
|
@@ -1947,9 +1958,9 @@ export interface ArticleStorage {
|
|
|
1947
1958
|
replenishmentFrom: number;
|
|
1948
1959
|
|
|
1949
1960
|
/**
|
|
1950
|
-
*
|
|
1961
|
+
* Meldebestand
|
|
1951
1962
|
*/
|
|
1952
|
-
|
|
1963
|
+
reorderPoint: number;
|
|
1953
1964
|
|
|
1954
1965
|
/**
|
|
1955
1966
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1957,9 +1968,9 @@ export interface ArticleStorage {
|
|
|
1957
1968
|
quantityInPicking: number;
|
|
1958
1969
|
|
|
1959
1970
|
/**
|
|
1960
|
-
*
|
|
1971
|
+
* Bestellte Menge
|
|
1961
1972
|
*/
|
|
1962
|
-
|
|
1973
|
+
orderedQuantity: number;
|
|
1963
1974
|
|
|
1964
1975
|
/**
|
|
1965
1976
|
* Nachschub auf
|
|
@@ -2012,14 +2023,14 @@ export interface ArticleStorage {
|
|
|
2012
2023
|
storageRef: ApiObjectReference;
|
|
2013
2024
|
|
|
2014
2025
|
/**
|
|
2015
|
-
*
|
|
2026
|
+
* Vorgabe-Lagerplätze
|
|
2016
2027
|
*/
|
|
2017
|
-
|
|
2028
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2018
2029
|
|
|
2019
2030
|
/**
|
|
2020
|
-
*
|
|
2031
|
+
* Sollbestand
|
|
2021
2032
|
*/
|
|
2022
|
-
|
|
2033
|
+
targetStock: number;
|
|
2023
2034
|
|
|
2024
2035
|
/**
|
|
2025
2036
|
* Aktuelle Menge in Produktion
|
|
@@ -2039,6 +2050,11 @@ export interface ArticleStorage {
|
|
|
2039
2050
|
|
|
2040
2051
|
export interface ArticleSupplier {
|
|
2041
2052
|
|
|
2053
|
+
/**
|
|
2054
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2055
|
+
*/
|
|
2056
|
+
useSupplierArticleDescription: boolean;
|
|
2057
|
+
|
|
2042
2058
|
/**
|
|
2043
2059
|
* Lieferanten-Meldebestand
|
|
2044
2060
|
*/
|
|
@@ -2050,20 +2066,15 @@ export interface ArticleSupplier {
|
|
|
2050
2066
|
accountDisplayName: string;
|
|
2051
2067
|
|
|
2052
2068
|
/**
|
|
2053
|
-
* Soll
|
|
2069
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2054
2070
|
*/
|
|
2055
|
-
|
|
2071
|
+
useSupplierArticleIdentifier: boolean;
|
|
2056
2072
|
|
|
2057
2073
|
/**
|
|
2058
2074
|
* Lieferzeit in (Werk-)Tagen
|
|
2059
2075
|
*/
|
|
2060
2076
|
deliveryTime: number;
|
|
2061
2077
|
|
|
2062
|
-
/**
|
|
2063
|
-
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2064
|
-
*/
|
|
2065
|
-
useSupplierArticleIdentifier: boolean;
|
|
2066
|
-
|
|
2067
2078
|
/**
|
|
2068
2079
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2069
2080
|
*/
|
|
@@ -2150,20 +2161,25 @@ export interface ArticleSupplier {
|
|
|
2150
2161
|
dropShippingAllowed: boolean;
|
|
2151
2162
|
|
|
2152
2163
|
/**
|
|
2153
|
-
* Abweichende
|
|
2164
|
+
* Abweichende Produktbezeichnung
|
|
2154
2165
|
*/
|
|
2155
|
-
|
|
2166
|
+
supplierArticleName: string;
|
|
2156
2167
|
|
|
2157
2168
|
/**
|
|
2158
|
-
* Abweichende
|
|
2169
|
+
* Abweichende Produktbeschreibung
|
|
2159
2170
|
*/
|
|
2160
|
-
|
|
2171
|
+
supplierArticleDescription: string;
|
|
2161
2172
|
|
|
2162
2173
|
/**
|
|
2163
2174
|
* Standardpreis Netto
|
|
2164
2175
|
*/
|
|
2165
2176
|
defaultNetPrice: number;
|
|
2166
2177
|
|
|
2178
|
+
/**
|
|
2179
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2180
|
+
*/
|
|
2181
|
+
orderOnComponentBase: boolean;
|
|
2182
|
+
|
|
2167
2183
|
/**
|
|
2168
2184
|
* Einkaufseinheit
|
|
2169
2185
|
*/
|
|
@@ -2174,11 +2190,6 @@ export interface ArticleSupplier {
|
|
|
2174
2190
|
*/
|
|
2175
2191
|
accountId: number;
|
|
2176
2192
|
|
|
2177
|
-
/**
|
|
2178
|
-
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2179
|
-
*/
|
|
2180
|
-
orderOnComponentBase: boolean;
|
|
2181
|
-
|
|
2182
2193
|
/**
|
|
2183
2194
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
2184
2195
|
*/
|
|
@@ -2195,6 +2206,34 @@ export interface ArticleSupplier {
|
|
|
2195
2206
|
supplierPrintLabelSettings: ArticlePrintLabelSettings;
|
|
2196
2207
|
}
|
|
2197
2208
|
|
|
2209
|
+
export interface AssemblyComponentReturnLine {
|
|
2210
|
+
|
|
2211
|
+
/**
|
|
2212
|
+
* Retournierte Menge
|
|
2213
|
+
*/
|
|
2214
|
+
quantity: number;
|
|
2215
|
+
|
|
2216
|
+
/**
|
|
2217
|
+
* ID der Baugruppen-Quellposition
|
|
2218
|
+
*/
|
|
2219
|
+
sourceLineId: number;
|
|
2220
|
+
|
|
2221
|
+
/**
|
|
2222
|
+
* Buchungen zu der Komponente
|
|
2223
|
+
*/
|
|
2224
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
2225
|
+
|
|
2226
|
+
/**
|
|
2227
|
+
* ID der Komponente in der Baugruppen-Quellposition
|
|
2228
|
+
*/
|
|
2229
|
+
sourceComponentId: number;
|
|
2230
|
+
|
|
2231
|
+
/**
|
|
2232
|
+
* ID des Retourengrunds
|
|
2233
|
+
*/
|
|
2234
|
+
returnCauseId: number;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2198
2237
|
export interface Asset {
|
|
2199
2238
|
|
|
2200
2239
|
/**
|
|
@@ -2223,14 +2262,14 @@ export interface Asset {
|
|
|
2223
2262
|
active: boolean;
|
|
2224
2263
|
|
|
2225
2264
|
/**
|
|
2226
|
-
*
|
|
2265
|
+
* Ende Garantie
|
|
2227
2266
|
*/
|
|
2228
|
-
|
|
2267
|
+
warrantyEndDate: ScriptingDate;
|
|
2229
2268
|
|
|
2230
2269
|
/**
|
|
2231
|
-
*
|
|
2270
|
+
* Zugehörige Assets
|
|
2232
2271
|
*/
|
|
2233
|
-
|
|
2272
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2234
2273
|
|
|
2235
2274
|
/**
|
|
2236
2275
|
* Asset-Bezeichnung
|
|
@@ -2517,14 +2556,14 @@ export interface CountryReference {
|
|
|
2517
2556
|
export interface CreateNewDocumentRequest {
|
|
2518
2557
|
|
|
2519
2558
|
/**
|
|
2520
|
-
* Belegart
|
|
2559
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2521
2560
|
*/
|
|
2522
|
-
|
|
2561
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2523
2562
|
|
|
2524
2563
|
/**
|
|
2525
|
-
*
|
|
2564
|
+
* Belegart
|
|
2526
2565
|
*/
|
|
2527
|
-
|
|
2566
|
+
documentTypeLabel: string;
|
|
2528
2567
|
|
|
2529
2568
|
/**
|
|
2530
2569
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -2640,14 +2679,14 @@ export interface CrmActivity {
|
|
|
2640
2679
|
userRef: ApiObjectReference;
|
|
2641
2680
|
|
|
2642
2681
|
/**
|
|
2643
|
-
*
|
|
2682
|
+
* tatsächliche Startzeit
|
|
2644
2683
|
*/
|
|
2645
|
-
|
|
2684
|
+
startDateTime: ScriptingDateTime;
|
|
2646
2685
|
|
|
2647
2686
|
/**
|
|
2648
|
-
*
|
|
2687
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2649
2688
|
*/
|
|
2650
|
-
|
|
2689
|
+
system: boolean;
|
|
2651
2690
|
|
|
2652
2691
|
/**
|
|
2653
2692
|
* Inhalt dieser Aktivität
|
|
@@ -3163,14 +3202,14 @@ export interface CrmProject {
|
|
|
3163
3202
|
priorityRef: ApiObjectReference;
|
|
3164
3203
|
|
|
3165
3204
|
/**
|
|
3166
|
-
*
|
|
3205
|
+
* Phase
|
|
3167
3206
|
*/
|
|
3168
|
-
|
|
3207
|
+
phaseRef: ApiObjectReference;
|
|
3169
3208
|
|
|
3170
3209
|
/**
|
|
3171
|
-
*
|
|
3210
|
+
* Projektleiter vom Auftragnehmer
|
|
3172
3211
|
*/
|
|
3173
|
-
|
|
3212
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3174
3213
|
|
|
3175
3214
|
/**
|
|
3176
3215
|
* Aufgaben-Nummer
|
|
@@ -3188,14 +3227,14 @@ export interface CrmProject {
|
|
|
3188
3227
|
billedTimes: number;
|
|
3189
3228
|
|
|
3190
3229
|
/**
|
|
3191
|
-
*
|
|
3230
|
+
* Geplanter Projektzeitraum (von)
|
|
3192
3231
|
*/
|
|
3193
|
-
|
|
3232
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3194
3233
|
|
|
3195
3234
|
/**
|
|
3196
|
-
*
|
|
3235
|
+
* Einkaufsbelege
|
|
3197
3236
|
*/
|
|
3198
|
-
|
|
3237
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3199
3238
|
|
|
3200
3239
|
/**
|
|
3201
3240
|
* Verkaufsbelege
|
|
@@ -3228,14 +3267,14 @@ export interface CrmProject {
|
|
|
3228
3267
|
info: MetaInfo;
|
|
3229
3268
|
|
|
3230
3269
|
/**
|
|
3231
|
-
*
|
|
3270
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3232
3271
|
*/
|
|
3233
|
-
|
|
3272
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3234
3273
|
|
|
3235
3274
|
/**
|
|
3236
|
-
*
|
|
3275
|
+
* Projektleiter vom Auftraggeber
|
|
3237
3276
|
*/
|
|
3238
|
-
|
|
3277
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3239
3278
|
|
|
3240
3279
|
/**
|
|
3241
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3424,14 +3463,14 @@ export interface CrmState {
|
|
|
3424
3463
|
readyToBill: boolean;
|
|
3425
3464
|
|
|
3426
3465
|
/**
|
|
3427
|
-
*
|
|
3466
|
+
* Handelt es sich um einen Anfang-Status
|
|
3428
3467
|
*/
|
|
3429
|
-
|
|
3468
|
+
startState: boolean;
|
|
3430
3469
|
|
|
3431
3470
|
/**
|
|
3432
|
-
*
|
|
3471
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3433
3472
|
*/
|
|
3434
|
-
|
|
3473
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3435
3474
|
|
|
3436
3475
|
/**
|
|
3437
3476
|
* MetaInformations for this Object
|
|
@@ -3479,11 +3518,6 @@ export interface CrmSubType {
|
|
|
3479
3518
|
|
|
3480
3519
|
export interface CrmTask {
|
|
3481
3520
|
|
|
3482
|
-
/**
|
|
3483
|
-
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3484
|
-
*/
|
|
3485
|
-
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3486
|
-
|
|
3487
3521
|
/**
|
|
3488
3522
|
* Liste von Erinnerungen
|
|
3489
3523
|
*/
|
|
@@ -3494,6 +3528,11 @@ export interface CrmTask {
|
|
|
3494
3528
|
*/
|
|
3495
3529
|
customerOfferRef: DocumentRef;
|
|
3496
3530
|
|
|
3531
|
+
/**
|
|
3532
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3533
|
+
*/
|
|
3534
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3535
|
+
|
|
3497
3536
|
/**
|
|
3498
3537
|
* Notizen
|
|
3499
3538
|
*/
|
|
@@ -3685,14 +3724,14 @@ export interface CrmTask {
|
|
|
3685
3724
|
parentRefs: Array<CrmObjectRef>;
|
|
3686
3725
|
|
|
3687
3726
|
/**
|
|
3688
|
-
*
|
|
3727
|
+
* Beauftragte Zeit in Sekunden
|
|
3689
3728
|
*/
|
|
3690
|
-
|
|
3729
|
+
effortCommissioned: number;
|
|
3691
3730
|
|
|
3692
3731
|
/**
|
|
3693
|
-
*
|
|
3732
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3694
3733
|
*/
|
|
3695
|
-
|
|
3734
|
+
externalRecordedTimes: number;
|
|
3696
3735
|
|
|
3697
3736
|
/**
|
|
3698
3737
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3864,14 +3903,14 @@ export interface CurrencyReference {
|
|
|
3864
3903
|
export interface Customer {
|
|
3865
3904
|
|
|
3866
3905
|
/**
|
|
3867
|
-
*
|
|
3906
|
+
* reference to customer group
|
|
3868
3907
|
*/
|
|
3869
|
-
|
|
3908
|
+
customerGroupRef: ApiObjectReference;
|
|
3870
3909
|
|
|
3871
3910
|
/**
|
|
3872
|
-
*
|
|
3911
|
+
* Option für die Stapelverarbeitung
|
|
3873
3912
|
*/
|
|
3874
|
-
|
|
3913
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3875
3914
|
|
|
3876
3915
|
/**
|
|
3877
3916
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3889,14 +3928,14 @@ export interface Customer {
|
|
|
3889
3928
|
dueDate: ScriptingDate;
|
|
3890
3929
|
|
|
3891
3930
|
/**
|
|
3892
|
-
*
|
|
3931
|
+
* collective billable
|
|
3893
3932
|
*/
|
|
3894
|
-
|
|
3933
|
+
collectiveBillable: boolean;
|
|
3895
3934
|
|
|
3896
3935
|
/**
|
|
3897
|
-
*
|
|
3936
|
+
* Maximal mögliche Lieferungen
|
|
3898
3937
|
*/
|
|
3899
|
-
|
|
3938
|
+
maxDeliveries: number;
|
|
3900
3939
|
|
|
3901
3940
|
/**
|
|
3902
3941
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4108,14 +4147,14 @@ export const enum DealNotificationEventConfig {
|
|
|
4108
4147
|
export interface DeliveryMethod {
|
|
4109
4148
|
|
|
4110
4149
|
/**
|
|
4111
|
-
*
|
|
4150
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
4112
4151
|
*/
|
|
4113
|
-
|
|
4152
|
+
splitIntoNewDocument: boolean;
|
|
4114
4153
|
|
|
4115
4154
|
/**
|
|
4116
|
-
*
|
|
4155
|
+
* E-Mail an Versender übergeben
|
|
4117
4156
|
*/
|
|
4118
|
-
|
|
4157
|
+
forwardEmailToShipper: boolean;
|
|
4119
4158
|
|
|
4120
4159
|
/**
|
|
4121
4160
|
* Min. Gewicht pro Paket
|
|
@@ -4246,14 +4285,14 @@ export interface DeliveryTerm {
|
|
|
4246
4285
|
label: string;
|
|
4247
4286
|
|
|
4248
4287
|
/**
|
|
4249
|
-
*
|
|
4288
|
+
* information, when the shipping charges should be calculated
|
|
4250
4289
|
*/
|
|
4251
|
-
|
|
4290
|
+
calculateFreightChargesWithType: CalculateFreightChargesWithType;
|
|
4252
4291
|
|
|
4253
4292
|
/**
|
|
4254
|
-
*
|
|
4293
|
+
* Sprache des Accounts
|
|
4255
4294
|
*/
|
|
4256
|
-
|
|
4295
|
+
languageCode: string;
|
|
4257
4296
|
|
|
4258
4297
|
/**
|
|
4259
4298
|
* calculate shipping charges per parcel
|
|
@@ -4286,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4286
4325
|
id: number;
|
|
4287
4326
|
|
|
4288
4327
|
/**
|
|
4289
|
-
*
|
|
4328
|
+
* free shipping net value
|
|
4290
4329
|
*/
|
|
4291
|
-
|
|
4330
|
+
freeShippingNetValue: number;
|
|
4292
4331
|
|
|
4293
4332
|
/**
|
|
4294
|
-
*
|
|
4333
|
+
* Versandkostenartikel
|
|
4295
4334
|
*/
|
|
4296
|
-
|
|
4335
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4297
4336
|
|
|
4298
4337
|
/**
|
|
4299
4338
|
* MetaInformations for this Object
|
|
@@ -4316,14 +4355,14 @@ export interface DmsOutputStream {
|
|
|
4316
4355
|
export interface Document {
|
|
4317
4356
|
|
|
4318
4357
|
/**
|
|
4319
|
-
*
|
|
4358
|
+
* Referenz zum Rechnungskonto
|
|
4320
4359
|
*/
|
|
4321
|
-
|
|
4360
|
+
billingAccountRef: ApiObjectReference;
|
|
4322
4361
|
|
|
4323
4362
|
/**
|
|
4324
|
-
*
|
|
4363
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4325
4364
|
*/
|
|
4326
|
-
|
|
4365
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4327
4366
|
|
|
4328
4367
|
/**
|
|
4329
4368
|
* Externe Belegnummer
|
|
@@ -4404,20 +4443,25 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4404
4443
|
deliveryQuantityPackages: number;
|
|
4405
4444
|
|
|
4406
4445
|
/**
|
|
4407
|
-
*
|
|
4446
|
+
* Retoure-Lieferadresse
|
|
4408
4447
|
*/
|
|
4409
|
-
|
|
4448
|
+
returnDeliveryAddress: DocumentAddress;
|
|
4410
4449
|
|
|
4411
4450
|
/**
|
|
4412
|
-
*
|
|
4451
|
+
* Bestellnummer aus Vorbeleg
|
|
4413
4452
|
*/
|
|
4414
|
-
|
|
4453
|
+
referencedOrderNumber: string;
|
|
4415
4454
|
|
|
4416
4455
|
/**
|
|
4417
4456
|
* Leitweg-ID
|
|
4418
4457
|
*/
|
|
4419
4458
|
buyerReference: string;
|
|
4420
4459
|
|
|
4460
|
+
/**
|
|
4461
|
+
* Steuerpflichtig oder steuerfrei
|
|
4462
|
+
*/
|
|
4463
|
+
taxable: boolean;
|
|
4464
|
+
|
|
4421
4465
|
/**
|
|
4422
4466
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4423
4467
|
*/
|
|
@@ -4538,6 +4582,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4538
4582
|
*/
|
|
4539
4583
|
posPayments: Array<DocumentPosPayment>;
|
|
4540
4584
|
|
|
4585
|
+
/**
|
|
4586
|
+
* Ist die Quittung bezahlt
|
|
4587
|
+
true wenn die Quittung bezahlt ist
|
|
4588
|
+
|
|
4589
|
+
*/
|
|
4590
|
+
posReceiptPayed: boolean;
|
|
4591
|
+
|
|
4541
4592
|
/**
|
|
4542
4593
|
* Kundennummer beim Lieferanten
|
|
4543
4594
|
*/
|
|
@@ -4548,13 +4599,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4548
4599
|
*/
|
|
4549
4600
|
maxDeliveries: number;
|
|
4550
4601
|
|
|
4551
|
-
/**
|
|
4552
|
-
* Ist die Quittung bezahlt
|
|
4553
|
-
true wenn die Quittung bezahlt ist
|
|
4554
|
-
|
|
4555
|
-
*/
|
|
4556
|
-
posReceiptPayed: boolean;
|
|
4557
|
-
|
|
4558
4602
|
/**
|
|
4559
4603
|
* Quittung: Summe Zahlbetrag
|
|
4560
4604
|
*/
|
|
@@ -4590,25 +4634,25 @@ true wenn die Quittung bezahlt ist
|
|
|
4590
4634
|
*/
|
|
4591
4635
|
fabricationDetail: DocumentFabricationDetail;
|
|
4592
4636
|
|
|
4593
|
-
/**
|
|
4594
|
-
* Berechnungsmodus
|
|
4595
|
-
*/
|
|
4596
|
-
calculationMode: CalculationMode;
|
|
4597
|
-
|
|
4598
4637
|
/**
|
|
4599
4638
|
* Kontonummer der zugehörigen Organisationseinheit
|
|
4600
4639
|
*/
|
|
4601
4640
|
accountNumber: string;
|
|
4602
4641
|
|
|
4603
4642
|
/**
|
|
4604
|
-
*
|
|
4643
|
+
* Berechnungsmodus
|
|
4605
4644
|
*/
|
|
4606
|
-
|
|
4645
|
+
calculationMode: CalculationMode;
|
|
4607
4646
|
|
|
4608
4647
|
/**
|
|
4609
4648
|
* Referenz auf Zahlungsbedingung
|
|
4610
4649
|
*/
|
|
4611
|
-
paymentTermRef: PaymentTermRef;
|
|
4650
|
+
paymentTermRef: PaymentTermRef;
|
|
4651
|
+
|
|
4652
|
+
/**
|
|
4653
|
+
* Wird vom Workflow verarbeitet?
|
|
4654
|
+
*/
|
|
4655
|
+
processedByWorkflow: boolean;
|
|
4612
4656
|
|
|
4613
4657
|
/**
|
|
4614
4658
|
* Preisanpassungen - Beleg Basiswährung
|
|
@@ -4821,14 +4865,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4821
4865
|
customerNumber: string;
|
|
4822
4866
|
|
|
4823
4867
|
/**
|
|
4824
|
-
*
|
|
4868
|
+
* Statusinstanz des Belegs
|
|
4825
4869
|
*/
|
|
4826
|
-
|
|
4870
|
+
documentState: DocumentTypeState;
|
|
4827
4871
|
|
|
4828
4872
|
/**
|
|
4829
|
-
*
|
|
4873
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4830
4874
|
*/
|
|
4831
|
-
|
|
4875
|
+
taxIdentificationNumber: string;
|
|
4832
4876
|
|
|
4833
4877
|
/**
|
|
4834
4878
|
* Versandkostenpositionen
|
|
@@ -4840,11 +4884,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4840
4884
|
*/
|
|
4841
4885
|
posReceiptChangeAmount: number;
|
|
4842
4886
|
|
|
4843
|
-
/**
|
|
4844
|
-
* Referenz auf Lieferbedingung
|
|
4845
|
-
*/
|
|
4846
|
-
deliveryTermRef: ApiObjectReference;
|
|
4847
|
-
|
|
4848
4887
|
/**
|
|
4849
4888
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4850
4889
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4852,6 +4891,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4852
4891
|
*/
|
|
4853
4892
|
posReceiptBalanced: boolean;
|
|
4854
4893
|
|
|
4894
|
+
/**
|
|
4895
|
+
* Referenz auf Lieferbedingung
|
|
4896
|
+
*/
|
|
4897
|
+
deliveryTermRef: ApiObjectReference;
|
|
4898
|
+
|
|
4855
4899
|
/**
|
|
4856
4900
|
* Gesamtbruttogewicht
|
|
4857
4901
|
*/
|
|
@@ -4872,25 +4916,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4872
4916
|
*/
|
|
4873
4917
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4874
4918
|
|
|
4875
|
-
/**
|
|
4876
|
-
* Status der USt-ID-Prüfung
|
|
4877
|
-
*/
|
|
4878
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4879
|
-
|
|
4880
4919
|
/**
|
|
4881
4920
|
* Rechnungsadresse
|
|
4882
4921
|
*/
|
|
4883
4922
|
billingAddress: DocumentAddress;
|
|
4884
4923
|
|
|
4885
4924
|
/**
|
|
4886
|
-
*
|
|
4925
|
+
* Status der USt-ID-Prüfung
|
|
4887
4926
|
*/
|
|
4888
|
-
|
|
4927
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4889
4928
|
|
|
4890
4929
|
/**
|
|
4891
4930
|
* Bestellt durch Ansprechpartner
|
|
4892
4931
|
*/
|
|
4893
4932
|
orderedByPersonRef: ApiObjectReference;
|
|
4933
|
+
|
|
4934
|
+
/**
|
|
4935
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4936
|
+
*/
|
|
4937
|
+
reportGroupRef: ApiObjectReference;
|
|
4894
4938
|
}
|
|
4895
4939
|
|
|
4896
4940
|
export interface DocumentAdditionalInfo {
|
|
@@ -4901,14 +4945,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4901
4945
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4902
4946
|
|
|
4903
4947
|
/**
|
|
4904
|
-
*
|
|
4948
|
+
* Herkunft der Sprache
|
|
4905
4949
|
*/
|
|
4906
|
-
|
|
4950
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4907
4951
|
|
|
4908
4952
|
/**
|
|
4909
|
-
*
|
|
4953
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4910
4954
|
*/
|
|
4911
|
-
|
|
4955
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4912
4956
|
|
|
4913
4957
|
/**
|
|
4914
4958
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5012,6 +5056,11 @@ export interface DocumentAddress {
|
|
|
5012
5056
|
*/
|
|
5013
5057
|
city: string;
|
|
5014
5058
|
|
|
5059
|
+
/**
|
|
5060
|
+
* Titel
|
|
5061
|
+
*/
|
|
5062
|
+
title: string;
|
|
5063
|
+
|
|
5015
5064
|
/**
|
|
5016
5065
|
* Region
|
|
5017
5066
|
*/
|
|
@@ -5048,14 +5097,14 @@ export interface DocumentAddress {
|
|
|
5048
5097
|
info: MetaInfo;
|
|
5049
5098
|
|
|
5050
5099
|
/**
|
|
5051
|
-
*
|
|
5100
|
+
* GLN
|
|
5052
5101
|
*/
|
|
5053
|
-
|
|
5102
|
+
globalLocationNumber: string;
|
|
5054
5103
|
|
|
5055
5104
|
/**
|
|
5056
|
-
*
|
|
5105
|
+
* Lieferart
|
|
5057
5106
|
*/
|
|
5058
|
-
|
|
5107
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5059
5108
|
|
|
5060
5109
|
/**
|
|
5061
5110
|
* Postcode
|
|
@@ -5154,6 +5203,8 @@ export const enum DocumentCategory {
|
|
|
5154
5203
|
CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK = 'CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK',
|
|
5155
5204
|
CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK_CANCELLATION = 'CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK_CANCELLATION',
|
|
5156
5205
|
CUSTOMER_CREDIT_NOTE_WITH_STOCK_CANCELLATION = 'CUSTOMER_CREDIT_NOTE_WITH_STOCK_CANCELLATION',
|
|
5206
|
+
CUSTOMER_RETURN_ANNOUNCEMENT = 'CUSTOMER_RETURN_ANNOUNCEMENT',
|
|
5207
|
+
CUSTOMER_GOODS_RETURN = 'CUSTOMER_GOODS_RETURN',
|
|
5157
5208
|
SUPPLIER_PRICE_REQUEST = 'SUPPLIER_PRICE_REQUEST',
|
|
5158
5209
|
SUPPLIER_ORDER = 'SUPPLIER_ORDER',
|
|
5159
5210
|
SUPPLIER_DELIVERY_DOCUMENT = 'SUPPLIER_DELIVERY_DOCUMENT',
|
|
@@ -5563,6 +5614,11 @@ export interface DocumentLine {
|
|
|
5563
5614
|
*/
|
|
5564
5615
|
settledOpenItemBalance: number;
|
|
5565
5616
|
|
|
5617
|
+
/**
|
|
5618
|
+
* Retourendetails
|
|
5619
|
+
*/
|
|
5620
|
+
returnDetail: DocumentLineReturnDetail;
|
|
5621
|
+
|
|
5566
5622
|
/**
|
|
5567
5623
|
* Kalkulationsstruktur
|
|
5568
5624
|
*/
|
|
@@ -6217,14 +6273,14 @@ export interface DocumentLineFabricationComponent {
|
|
|
6217
6273
|
sourceBundleArticleRef: ProductArticleRef;
|
|
6218
6274
|
|
|
6219
6275
|
/**
|
|
6220
|
-
*
|
|
6276
|
+
* Abweichende Herstellungskosten
|
|
6221
6277
|
*/
|
|
6222
|
-
|
|
6278
|
+
deviatingUnitPrice: number;
|
|
6223
6279
|
|
|
6224
6280
|
/**
|
|
6225
|
-
*
|
|
6281
|
+
* Menge
|
|
6226
6282
|
*/
|
|
6227
|
-
|
|
6283
|
+
quantity: number;
|
|
6228
6284
|
|
|
6229
6285
|
/**
|
|
6230
6286
|
* Beschreibung
|
|
@@ -6285,14 +6341,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6285
6341
|
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6286
6342
|
|
|
6287
6343
|
/**
|
|
6288
|
-
*
|
|
6344
|
+
* Menge defekt
|
|
6289
6345
|
*/
|
|
6290
|
-
|
|
6346
|
+
quantityDefective: number;
|
|
6291
6347
|
|
|
6292
6348
|
/**
|
|
6293
|
-
*
|
|
6349
|
+
* Freifeld
|
|
6294
6350
|
*/
|
|
6295
|
-
|
|
6351
|
+
custom: EavFabricationline;
|
|
6296
6352
|
|
|
6297
6353
|
/**
|
|
6298
6354
|
* Menge produziert
|
|
@@ -6514,6 +6570,84 @@ export interface DocumentLineRef {
|
|
|
6514
6570
|
documentState: string;
|
|
6515
6571
|
}
|
|
6516
6572
|
|
|
6573
|
+
export interface DocumentLineReturnDetail {
|
|
6574
|
+
|
|
6575
|
+
/**
|
|
6576
|
+
* Lieferbedingung für den Ersatzversand bei Übernahme in Versand- oder Kundenauftrag
|
|
6577
|
+
*/
|
|
6578
|
+
replacementDeliveryTermRef: ApiObjectReference;
|
|
6579
|
+
|
|
6580
|
+
/**
|
|
6581
|
+
* Liefermethode für die Retoure (wie der Kunde zurücksendet)
|
|
6582
|
+
*/
|
|
6583
|
+
deliveryMethodRef: ApiObjectReference;
|
|
6584
|
+
|
|
6585
|
+
/**
|
|
6586
|
+
* Referenz auf den Ersatzartikel (nur bei GOODS_EXCHANGE_*; Standard: gleicher Artikel wie in der Belegposition)
|
|
6587
|
+
*/
|
|
6588
|
+
goodsExchangeArticleRef: ApiObjectReference;
|
|
6589
|
+
|
|
6590
|
+
/**
|
|
6591
|
+
* Reparatur gewünscht? (nur bei GOODS_EXCHANGE_ITEM_GETS_SEND_BACK)
|
|
6592
|
+
*/
|
|
6593
|
+
repairRequested: boolean;
|
|
6594
|
+
|
|
6595
|
+
/**
|
|
6596
|
+
* Garantieaustausch? (nur bei *_ITEM_GETS_SEND_BACK)
|
|
6597
|
+
*/
|
|
6598
|
+
warrantyExchange: boolean;
|
|
6599
|
+
|
|
6600
|
+
/**
|
|
6601
|
+
* Version Identifier for this Object (for PUT)
|
|
6602
|
+
*/
|
|
6603
|
+
version: number;
|
|
6604
|
+
|
|
6605
|
+
/**
|
|
6606
|
+
* Kundenanteil bei Minderpreis in Prozent (0-100). Wie viel % der Ersparnis bekommt der Kunde gutgeschrieben?
|
|
6607
|
+
*/
|
|
6608
|
+
customerShareOnReduction: number;
|
|
6609
|
+
|
|
6610
|
+
/**
|
|
6611
|
+
* Auf Retoure warten vor Warenersatz? (nur bei GOODS_EXCHANGE_ITEM_GETS_SEND_BACK)
|
|
6612
|
+
*/
|
|
6613
|
+
waitForReturnBeforeExchange: boolean;
|
|
6614
|
+
|
|
6615
|
+
/**
|
|
6616
|
+
* Lieferbedingung für die Retoure (wie der Kunde zurücksendet)
|
|
6617
|
+
*/
|
|
6618
|
+
deliveryTermRef: ApiObjectReference;
|
|
6619
|
+
|
|
6620
|
+
/**
|
|
6621
|
+
* Referenz auf Retourengrund
|
|
6622
|
+
*/
|
|
6623
|
+
returnCauseRef: ApiObjectReference;
|
|
6624
|
+
|
|
6625
|
+
/**
|
|
6626
|
+
* Kundenanteil bei Aufpreis in Prozent (0-100). Wie viel % des Aufpreises zahlt der Kunde?
|
|
6627
|
+
*/
|
|
6628
|
+
customerShareOnSurcharge: number;
|
|
6629
|
+
|
|
6630
|
+
/**
|
|
6631
|
+
* Liefermethode für den Ersatzversand bei Übernahme in Versand- oder Kundenauftrag
|
|
6632
|
+
*/
|
|
6633
|
+
replacementDeliveryMethodRef: ApiObjectReference;
|
|
6634
|
+
|
|
6635
|
+
/**
|
|
6636
|
+
* Unique identifier of the Object
|
|
6637
|
+
*/
|
|
6638
|
+
id: number;
|
|
6639
|
+
|
|
6640
|
+
/**
|
|
6641
|
+
* Retouren-Kategorie
|
|
6642
|
+
*/
|
|
6643
|
+
returnCategory: ReturnCategory;
|
|
6644
|
+
|
|
6645
|
+
/**
|
|
6646
|
+
* MetaInformations for this Object
|
|
6647
|
+
*/
|
|
6648
|
+
info: MetaInfo;
|
|
6649
|
+
}
|
|
6650
|
+
|
|
6517
6651
|
export const enum DocumentLineType {
|
|
6518
6652
|
ARTICLE_LINE = 'ARTICLE_LINE',
|
|
6519
6653
|
ALTERNATIVE_POSITION = 'ALTERNATIVE_POSITION',
|
|
@@ -6775,7 +6909,8 @@ export const enum DocumentQualifier {
|
|
|
6775
6909
|
SALES_CONTRACT = 'SALES_CONTRACT',
|
|
6776
6910
|
PURCHASE_CONTRACT = 'PURCHASE_CONTRACT',
|
|
6777
6911
|
POINT_OF_SALE = 'POINT_OF_SALE',
|
|
6778
|
-
FABRICATION = 'FABRICATION'
|
|
6912
|
+
FABRICATION = 'FABRICATION',
|
|
6913
|
+
RMA = 'RMA'
|
|
6779
6914
|
}
|
|
6780
6915
|
|
|
6781
6916
|
export interface DocumentRef {
|
|
@@ -6819,39 +6954,49 @@ export interface DocumentShippingCost {
|
|
|
6819
6954
|
costs: number;
|
|
6820
6955
|
|
|
6821
6956
|
/**
|
|
6822
|
-
*
|
|
6957
|
+
* Steuern
|
|
6823
6958
|
*/
|
|
6824
|
-
|
|
6959
|
+
taxes: Array<DocumentTax>;
|
|
6825
6960
|
|
|
6826
6961
|
/**
|
|
6827
|
-
*
|
|
6962
|
+
* Artikelbeschreibung
|
|
6828
6963
|
*/
|
|
6829
|
-
|
|
6964
|
+
description: string;
|
|
6830
6965
|
|
|
6831
6966
|
/**
|
|
6832
|
-
*
|
|
6967
|
+
* Einkaufspreis
|
|
6833
6968
|
*/
|
|
6834
|
-
|
|
6969
|
+
purchasePrice: number;
|
|
6835
6970
|
|
|
6836
6971
|
/**
|
|
6837
|
-
*
|
|
6972
|
+
* Version Identifier for this Object (for PUT)
|
|
6838
6973
|
*/
|
|
6839
|
-
|
|
6974
|
+
version: number;
|
|
6840
6975
|
|
|
6841
6976
|
/**
|
|
6842
|
-
*
|
|
6977
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6843
6978
|
*/
|
|
6844
|
-
|
|
6979
|
+
manualCosts: boolean;
|
|
6845
6980
|
|
|
6846
6981
|
/**
|
|
6847
|
-
*
|
|
6982
|
+
* Keine Versandkosten (freier Versand)
|
|
6848
6983
|
*/
|
|
6849
|
-
|
|
6984
|
+
freeShipping: boolean;
|
|
6850
6985
|
|
|
6851
6986
|
/**
|
|
6852
|
-
*
|
|
6987
|
+
* Texte
|
|
6853
6988
|
*/
|
|
6854
|
-
|
|
6989
|
+
texts: Array<DocumentText>;
|
|
6990
|
+
|
|
6991
|
+
/**
|
|
6992
|
+
* skontierbar
|
|
6993
|
+
*/
|
|
6994
|
+
cashDiscountable: boolean;
|
|
6995
|
+
|
|
6996
|
+
/**
|
|
6997
|
+
* Artikelname
|
|
6998
|
+
*/
|
|
6999
|
+
name: string;
|
|
6855
7000
|
|
|
6856
7001
|
/**
|
|
6857
7002
|
* Unique identifier of the Object
|
|
@@ -6859,9 +7004,9 @@ export interface DocumentShippingCost {
|
|
|
6859
7004
|
id: number;
|
|
6860
7005
|
|
|
6861
7006
|
/**
|
|
6862
|
-
*
|
|
7007
|
+
* rabattierbar
|
|
6863
7008
|
*/
|
|
6864
|
-
|
|
7009
|
+
discountable: boolean;
|
|
6865
7010
|
|
|
6866
7011
|
/**
|
|
6867
7012
|
* MetaInformations for this Object
|
|
@@ -6949,14 +7094,14 @@ export interface DocumentText {
|
|
|
6949
7094
|
transferableIntoSubsequentDocuments: boolean;
|
|
6950
7095
|
|
|
6951
7096
|
/**
|
|
6952
|
-
*
|
|
7097
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6953
7098
|
*/
|
|
6954
|
-
|
|
7099
|
+
deleted: boolean;
|
|
6955
7100
|
|
|
6956
7101
|
/**
|
|
6957
|
-
*
|
|
7102
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6958
7103
|
*/
|
|
6959
|
-
|
|
7104
|
+
textPosition: TextPosition;
|
|
6960
7105
|
|
|
6961
7106
|
/**
|
|
6962
7107
|
* textBaustein Vorlage
|
|
@@ -7066,14 +7211,14 @@ export interface DocumentType {
|
|
|
7066
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7067
7212
|
|
|
7068
7213
|
/**
|
|
7069
|
-
*
|
|
7214
|
+
* nächste Belegnummer
|
|
7070
7215
|
*/
|
|
7071
|
-
|
|
7216
|
+
nextNumber: string;
|
|
7072
7217
|
|
|
7073
7218
|
/**
|
|
7074
|
-
*
|
|
7219
|
+
* Zählerkreis
|
|
7075
7220
|
*/
|
|
7076
|
-
|
|
7221
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7077
7222
|
|
|
7078
7223
|
/**
|
|
7079
7224
|
* Sortierung
|
|
@@ -7254,14 +7399,14 @@ export const enum DropShippingPolicy {
|
|
|
7254
7399
|
export interface DummySerialNumberStockTransferApi {
|
|
7255
7400
|
|
|
7256
7401
|
/**
|
|
7257
|
-
*
|
|
7402
|
+
* Ziel-Lager
|
|
7258
7403
|
*/
|
|
7259
|
-
|
|
7404
|
+
targetStorageId: number;
|
|
7260
7405
|
|
|
7261
7406
|
/**
|
|
7262
|
-
*
|
|
7407
|
+
* Seriennummer
|
|
7263
7408
|
*/
|
|
7264
|
-
|
|
7409
|
+
serialNumberId: number;
|
|
7265
7410
|
|
|
7266
7411
|
/**
|
|
7267
7412
|
* Bemerkung
|
|
@@ -7274,14 +7419,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7274
7419
|
bookDate: ScriptingDate;
|
|
7275
7420
|
|
|
7276
7421
|
/**
|
|
7277
|
-
*
|
|
7422
|
+
* Die gültige Seriennummer
|
|
7278
7423
|
*/
|
|
7279
|
-
|
|
7424
|
+
targetSerialNumber: string;
|
|
7280
7425
|
|
|
7281
7426
|
/**
|
|
7282
|
-
*
|
|
7427
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7283
7428
|
*/
|
|
7284
|
-
|
|
7429
|
+
targetExpiryDate: ScriptingDate;
|
|
7285
7430
|
|
|
7286
7431
|
/**
|
|
7287
7432
|
* Quell-Lagerplatz
|
|
@@ -7361,6 +7506,8 @@ export const enum EDocumentCategory {
|
|
|
7361
7506
|
CUSTOMER_DELIVERY_INVOICE_CANCELLATION = 'CUSTOMER_DELIVERY_INVOICE_CANCELLATION',
|
|
7362
7507
|
CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK_CANCELLATION = 'CUSTOMER_CREDIT_NOTE_WITHOUT_STOCK_CANCELLATION',
|
|
7363
7508
|
CUSTOMER_CREDIT_NOTE_WITH_STOCK_CANCELLATION = 'CUSTOMER_CREDIT_NOTE_WITH_STOCK_CANCELLATION',
|
|
7509
|
+
CUSTOMER_RETURN_ANNOUNCEMENT = 'CUSTOMER_RETURN_ANNOUNCEMENT',
|
|
7510
|
+
CUSTOMER_GOODS_RETURN = 'CUSTOMER_GOODS_RETURN',
|
|
7364
7511
|
SUPPLIER_PRICE_REQUEST = 'SUPPLIER_PRICE_REQUEST',
|
|
7365
7512
|
SUPPLIER_ORDER = 'SUPPLIER_ORDER',
|
|
7366
7513
|
SUPPLIER_DELIVERY_DOCUMENT = 'SUPPLIER_DELIVERY_DOCUMENT',
|
|
@@ -7394,7 +7541,8 @@ export const enum EDocumentQualifier {
|
|
|
7394
7541
|
POINT_OF_SALE = 'POINT_OF_SALE',
|
|
7395
7542
|
SALES_CONTRACT = 'SALES_CONTRACT',
|
|
7396
7543
|
PURCHASE_CONTRACT = 'PURCHASE_CONTRACT',
|
|
7397
|
-
FABRICATION = 'FABRICATION'
|
|
7544
|
+
FABRICATION = 'FABRICATION',
|
|
7545
|
+
RMA = 'RMA'
|
|
7398
7546
|
}
|
|
7399
7547
|
|
|
7400
7548
|
export const enum EDocumentTransition {
|
|
@@ -7529,14 +7677,14 @@ export interface ExternalDocumentWithTaxesLine {
|
|
|
7529
7677
|
quantity: number;
|
|
7530
7678
|
|
|
7531
7679
|
/**
|
|
7532
|
-
*
|
|
7680
|
+
* Zeilen-Netto
|
|
7533
7681
|
*/
|
|
7534
|
-
|
|
7682
|
+
netAmount: number;
|
|
7535
7683
|
|
|
7536
7684
|
/**
|
|
7537
|
-
*
|
|
7685
|
+
* Steuerbetrag (nur bei steuerpflichtigem Beleg)
|
|
7538
7686
|
*/
|
|
7539
|
-
|
|
7687
|
+
taxValue: number;
|
|
7540
7688
|
|
|
7541
7689
|
/**
|
|
7542
7690
|
* Netto-Einzelpreis
|
|
@@ -7595,14 +7743,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7595
7743
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7596
7744
|
|
|
7597
7745
|
/**
|
|
7598
|
-
*
|
|
7746
|
+
* Key der Belegart
|
|
7599
7747
|
*/
|
|
7600
|
-
|
|
7748
|
+
documentTypeKey: string;
|
|
7601
7749
|
|
|
7602
7750
|
/**
|
|
7603
|
-
*
|
|
7751
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7604
7752
|
*/
|
|
7605
|
-
|
|
7753
|
+
taxIdentificationNumber: string;
|
|
7606
7754
|
}
|
|
7607
7755
|
|
|
7608
7756
|
export interface FabricationComponentForProduction {
|
|
@@ -7740,14 +7888,14 @@ export interface FabricationRevertRequest {
|
|
|
7740
7888
|
export interface FabricationSerialNumber {
|
|
7741
7889
|
|
|
7742
7890
|
/**
|
|
7743
|
-
*
|
|
7891
|
+
* MHD / Verfallsdatum
|
|
7744
7892
|
*/
|
|
7745
|
-
|
|
7893
|
+
expiryDate: ScriptingDate;
|
|
7746
7894
|
|
|
7747
7895
|
/**
|
|
7748
|
-
*
|
|
7896
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7749
7897
|
*/
|
|
7750
|
-
|
|
7898
|
+
serialNumberId: number;
|
|
7751
7899
|
|
|
7752
7900
|
/**
|
|
7753
7901
|
* Bemerkung
|
|
@@ -7834,6 +7982,7 @@ export const enum LanguageCodeOrigin {
|
|
|
7834
7982
|
FROM_DELIVERY_ADDRESS = 'FROM_DELIVERY_ADDRESS',
|
|
7835
7983
|
FROM_BILLING_ADDRESS = 'FROM_BILLING_ADDRESS',
|
|
7836
7984
|
FROM_DEFAULT_ADDRESS = 'FROM_DEFAULT_ADDRESS',
|
|
7985
|
+
FROM_RETURN_DELIVERY_ADDRESS = 'FROM_RETURN_DELIVERY_ADDRESS',
|
|
7837
7986
|
FROM_MY_COMPANY = 'FROM_MY_COMPANY'
|
|
7838
7987
|
}
|
|
7839
7988
|
|
|
@@ -8526,14 +8675,14 @@ export interface OpenItemRecord {
|
|
|
8526
8675
|
version: number;
|
|
8527
8676
|
|
|
8528
8677
|
/**
|
|
8529
|
-
*
|
|
8678
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8530
8679
|
*/
|
|
8531
|
-
|
|
8680
|
+
transactionId: number;
|
|
8532
8681
|
|
|
8533
8682
|
/**
|
|
8534
|
-
*
|
|
8683
|
+
* Buchungsbetrag in Basiswährung
|
|
8535
8684
|
*/
|
|
8536
|
-
|
|
8685
|
+
baseAmount: number;
|
|
8537
8686
|
|
|
8538
8687
|
/**
|
|
8539
8688
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8551,14 +8700,14 @@ export interface OpenItemRecord {
|
|
|
8551
8700
|
totalAmount: number;
|
|
8552
8701
|
|
|
8553
8702
|
/**
|
|
8554
|
-
*
|
|
8703
|
+
* id des records, der diesen storniert hat
|
|
8555
8704
|
*/
|
|
8556
|
-
|
|
8705
|
+
revertedByRecordId: number;
|
|
8557
8706
|
|
|
8558
8707
|
/**
|
|
8559
|
-
*
|
|
8708
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8560
8709
|
*/
|
|
8561
|
-
|
|
8710
|
+
baseCurrencyCode: string;
|
|
8562
8711
|
|
|
8563
8712
|
/**
|
|
8564
8713
|
* qualifier of open item
|
|
@@ -8937,14 +9086,14 @@ export interface PickTrolley {
|
|
|
8937
9086
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8938
9087
|
|
|
8939
9088
|
/**
|
|
8940
|
-
*
|
|
9089
|
+
* Bearbeiter der Pickliste
|
|
8941
9090
|
*/
|
|
8942
|
-
|
|
9091
|
+
processedByUserRef: ApiObjectReference;
|
|
8943
9092
|
|
|
8944
9093
|
/**
|
|
8945
|
-
*
|
|
9094
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8946
9095
|
*/
|
|
8947
|
-
|
|
9096
|
+
storageBinRef: StorageBinRef;
|
|
8948
9097
|
|
|
8949
9098
|
/**
|
|
8950
9099
|
* Beschreibung des Wagens
|
|
@@ -9169,18 +9318,18 @@ export interface PicklistLine {
|
|
|
9169
9318
|
/**
|
|
9170
9319
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
9171
9320
|
*/
|
|
9172
|
-
components: Array<PicklistLineComponent>;
|
|
9173
|
-
|
|
9174
|
-
/**
|
|
9175
|
-
* Menge der Position
|
|
9176
|
-
*/
|
|
9177
|
-
quantity: number;
|
|
9321
|
+
components: Array<PicklistLineComponent>;
|
|
9178
9322
|
|
|
9179
9323
|
/**
|
|
9180
9324
|
* Artikelbezeichnung
|
|
9181
9325
|
*/
|
|
9182
9326
|
articleName: string;
|
|
9183
9327
|
|
|
9328
|
+
/**
|
|
9329
|
+
* Menge der Position
|
|
9330
|
+
*/
|
|
9331
|
+
quantity: number;
|
|
9332
|
+
|
|
9184
9333
|
/**
|
|
9185
9334
|
* Artikelbeschreibung
|
|
9186
9335
|
*/
|
|
@@ -9217,14 +9366,14 @@ export interface PicklistLine {
|
|
|
9217
9366
|
articleNumber: string;
|
|
9218
9367
|
|
|
9219
9368
|
/**
|
|
9220
|
-
*
|
|
9369
|
+
* Lagernummer
|
|
9221
9370
|
*/
|
|
9222
|
-
|
|
9371
|
+
storageNumber: string;
|
|
9223
9372
|
|
|
9224
9373
|
/**
|
|
9225
|
-
*
|
|
9374
|
+
* Art der Position
|
|
9226
9375
|
*/
|
|
9227
|
-
|
|
9376
|
+
lineType: PicklistLineType;
|
|
9228
9377
|
|
|
9229
9378
|
/**
|
|
9230
9379
|
* ID der Ziel-Dokumentposition
|
|
@@ -9318,14 +9467,14 @@ export interface PicklistLineComponent {
|
|
|
9318
9467
|
quantityCollected: number;
|
|
9319
9468
|
|
|
9320
9469
|
/**
|
|
9321
|
-
*
|
|
9470
|
+
* Artikelbezeichnung
|
|
9322
9471
|
*/
|
|
9323
|
-
|
|
9472
|
+
articleName: string;
|
|
9324
9473
|
|
|
9325
9474
|
/**
|
|
9326
|
-
*
|
|
9475
|
+
* Menge der Position
|
|
9327
9476
|
*/
|
|
9328
|
-
|
|
9477
|
+
quantity: number;
|
|
9329
9478
|
|
|
9330
9479
|
/**
|
|
9331
9480
|
* Artikelbeschreibung
|
|
@@ -9363,14 +9512,14 @@ export interface PicklistLineComponent {
|
|
|
9363
9512
|
targetDocumentLineComponentId: number;
|
|
9364
9513
|
|
|
9365
9514
|
/**
|
|
9366
|
-
*
|
|
9515
|
+
* abweichende Artikelbezeichnung
|
|
9367
9516
|
*/
|
|
9368
|
-
|
|
9517
|
+
articleAlternativeName: string;
|
|
9369
9518
|
|
|
9370
9519
|
/**
|
|
9371
|
-
*
|
|
9520
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9372
9521
|
*/
|
|
9373
|
-
|
|
9522
|
+
quantityPerAssemblyGroup: number;
|
|
9374
9523
|
|
|
9375
9524
|
/**
|
|
9376
9525
|
* Verpackte Menge der Position
|
|
@@ -9549,14 +9698,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9549
9698
|
alternativeSelectionInVql: string;
|
|
9550
9699
|
|
|
9551
9700
|
/**
|
|
9552
|
-
*
|
|
9701
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9553
9702
|
*/
|
|
9554
|
-
|
|
9703
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9555
9704
|
|
|
9556
9705
|
/**
|
|
9557
|
-
*
|
|
9706
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9558
9707
|
*/
|
|
9559
|
-
|
|
9708
|
+
maxOrderCount: number;
|
|
9560
9709
|
|
|
9561
9710
|
/**
|
|
9562
9711
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9569,14 +9718,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9569
9718
|
documentDateRange: PicklistTemplate$DateRange;
|
|
9570
9719
|
|
|
9571
9720
|
/**
|
|
9572
|
-
*
|
|
9721
|
+
* Liste von gültigen Lagerbereichen
|
|
9573
9722
|
*/
|
|
9574
|
-
|
|
9723
|
+
storageAreaRefs: Array<ApiObjectReference>;
|
|
9575
9724
|
|
|
9576
9725
|
/**
|
|
9577
|
-
*
|
|
9726
|
+
* Id des salesChannels der bei der Selektion berücksichtigt wird
|
|
9578
9727
|
*/
|
|
9579
|
-
|
|
9728
|
+
salesChannelId: number;
|
|
9580
9729
|
|
|
9581
9730
|
/**
|
|
9582
9731
|
* Nur vollständig lieferbare Aufträge
|
|
@@ -9631,26 +9780,26 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9631
9780
|
*/
|
|
9632
9781
|
printPicklist: boolean;
|
|
9633
9782
|
|
|
9634
|
-
/**
|
|
9635
|
-
* Maximale Anzahl an Positionen einer Pickliste
|
|
9636
|
-
*/
|
|
9637
|
-
maxPicklistLineCount: number;
|
|
9638
|
-
|
|
9639
9783
|
/**
|
|
9640
9784
|
* Die zu verwendende Pickwagengruppe
|
|
9641
9785
|
*/
|
|
9642
9786
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9643
9787
|
|
|
9644
9788
|
/**
|
|
9645
|
-
*
|
|
9789
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9646
9790
|
*/
|
|
9647
|
-
|
|
9791
|
+
maxPicklistLineCount: number;
|
|
9648
9792
|
|
|
9649
9793
|
/**
|
|
9650
9794
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9651
9795
|
*/
|
|
9652
9796
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9653
9797
|
|
|
9798
|
+
/**
|
|
9799
|
+
* Der zu verwendende Pickwagen
|
|
9800
|
+
*/
|
|
9801
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9802
|
+
|
|
9654
9803
|
/**
|
|
9655
9804
|
* Lagerplätze vorgeben
|
|
9656
9805
|
*/
|
|
@@ -9730,9 +9879,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9730
9879
|
useDigitalPicklist: boolean;
|
|
9731
9880
|
|
|
9732
9881
|
/**
|
|
9733
|
-
*
|
|
9882
|
+
* Sammelbestätigung erlauben
|
|
9734
9883
|
*/
|
|
9735
|
-
|
|
9884
|
+
allowFullConfirmation: boolean;
|
|
9736
9885
|
|
|
9737
9886
|
/**
|
|
9738
9887
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -9740,9 +9889,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9740
9889
|
allowPickingOfServiceArticles: boolean;
|
|
9741
9890
|
|
|
9742
9891
|
/**
|
|
9743
|
-
*
|
|
9892
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9744
9893
|
*/
|
|
9745
|
-
|
|
9894
|
+
printLabelOnScan: boolean;
|
|
9746
9895
|
|
|
9747
9896
|
/**
|
|
9748
9897
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9759,26 +9908,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9759
9908
|
*/
|
|
9760
9909
|
printLabelOnCompleteOrder: boolean;
|
|
9761
9910
|
|
|
9762
|
-
/**
|
|
9763
|
-
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9764
|
-
*/
|
|
9765
|
-
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9766
|
-
|
|
9767
9911
|
/**
|
|
9768
9912
|
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9769
9913
|
*/
|
|
9770
9914
|
printLabelAfterPicking: boolean;
|
|
9771
9915
|
|
|
9772
9916
|
/**
|
|
9773
|
-
*
|
|
9917
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9774
9918
|
*/
|
|
9775
|
-
|
|
9919
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9776
9920
|
|
|
9777
9921
|
/**
|
|
9778
9922
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9779
9923
|
*/
|
|
9780
9924
|
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9781
9925
|
|
|
9926
|
+
/**
|
|
9927
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9928
|
+
*/
|
|
9929
|
+
autoDeterminationOfLots: boolean;
|
|
9930
|
+
|
|
9782
9931
|
/**
|
|
9783
9932
|
* Zielmengen in Masken verstecken?
|
|
9784
9933
|
*/
|
|
@@ -9859,14 +10008,14 @@ export interface PriceSelectionCriteria {
|
|
|
9859
10008
|
quantity: number;
|
|
9860
10009
|
|
|
9861
10010
|
/**
|
|
9862
|
-
* Liste von
|
|
10011
|
+
* Liste von Artikel-IDs
|
|
9863
10012
|
*/
|
|
9864
|
-
|
|
10013
|
+
articleIds: Array<number>;
|
|
9865
10014
|
|
|
9866
10015
|
/**
|
|
9867
|
-
* Liste von
|
|
10016
|
+
* Liste von Account-IDs
|
|
9868
10017
|
*/
|
|
9869
|
-
|
|
10018
|
+
accountIds: Array<number>;
|
|
9870
10019
|
|
|
9871
10020
|
/**
|
|
9872
10021
|
* ein qualifier
|
|
@@ -9892,14 +10041,14 @@ export interface PriceSelectionCriteria {
|
|
|
9892
10041
|
export interface Product {
|
|
9893
10042
|
|
|
9894
10043
|
/**
|
|
9895
|
-
*
|
|
10044
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
9896
10045
|
*/
|
|
9897
|
-
|
|
10046
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
9898
10047
|
|
|
9899
10048
|
/**
|
|
9900
|
-
*
|
|
10049
|
+
* Zolltarifnummer
|
|
9901
10050
|
*/
|
|
9902
|
-
|
|
10051
|
+
customsTariffNumber: string;
|
|
9903
10052
|
|
|
9904
10053
|
/**
|
|
9905
10054
|
* Gebindeschema dieses Produkts
|
|
@@ -10052,6 +10201,11 @@ export interface ProductDiscount {
|
|
|
10052
10201
|
*/
|
|
10053
10202
|
fromQuantity: number;
|
|
10054
10203
|
|
|
10204
|
+
/**
|
|
10205
|
+
* Hersteller
|
|
10206
|
+
*/
|
|
10207
|
+
manufacturerRef: ApiObjectReference;
|
|
10208
|
+
|
|
10055
10209
|
/**
|
|
10056
10210
|
* Produkt, für welches dieser Rabatt gültig ist
|
|
10057
10211
|
*/
|
|
@@ -10088,14 +10242,14 @@ export interface ProductDiscount {
|
|
|
10088
10242
|
currencyRef: CurrencyReference;
|
|
10089
10243
|
|
|
10090
10244
|
/**
|
|
10091
|
-
*
|
|
10245
|
+
* Wert des Rabatts
|
|
10092
10246
|
*/
|
|
10093
|
-
|
|
10247
|
+
modifierValue: number;
|
|
10094
10248
|
|
|
10095
10249
|
/**
|
|
10096
|
-
*
|
|
10250
|
+
* Preisgruppe
|
|
10097
10251
|
*/
|
|
10098
|
-
|
|
10252
|
+
priceGroupRef: ApiObjectReference;
|
|
10099
10253
|
|
|
10100
10254
|
/**
|
|
10101
10255
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10103,14 +10257,14 @@ export interface ProductDiscount {
|
|
|
10103
10257
|
qualifier: ProductPriceQualifier;
|
|
10104
10258
|
|
|
10105
10259
|
/**
|
|
10106
|
-
*
|
|
10260
|
+
* Aktionpreis
|
|
10107
10261
|
*/
|
|
10108
|
-
|
|
10262
|
+
specialOfferPrice: boolean;
|
|
10109
10263
|
|
|
10110
10264
|
/**
|
|
10111
|
-
*
|
|
10265
|
+
* Gültig bis
|
|
10112
10266
|
*/
|
|
10113
|
-
|
|
10267
|
+
validUntil: ScriptingDate;
|
|
10114
10268
|
|
|
10115
10269
|
/**
|
|
10116
10270
|
* Bestimmt die Art des Rabattwerts (fest oder prozentual)
|
|
@@ -10118,14 +10272,14 @@ export interface ProductDiscount {
|
|
|
10118
10272
|
modifierValueType: ValueType;
|
|
10119
10273
|
|
|
10120
10274
|
/**
|
|
10121
|
-
*
|
|
10275
|
+
* Name des Rabatts
|
|
10122
10276
|
*/
|
|
10123
|
-
|
|
10277
|
+
modifierName: string;
|
|
10124
10278
|
|
|
10125
10279
|
/**
|
|
10126
|
-
*
|
|
10280
|
+
* Account, für den der Rabatt gültig ist
|
|
10127
10281
|
*/
|
|
10128
|
-
|
|
10282
|
+
accountRef: ApiObjectReference;
|
|
10129
10283
|
|
|
10130
10284
|
/**
|
|
10131
10285
|
* Unique identifier of the Object
|
|
@@ -10311,6 +10465,11 @@ export interface ProductPrice {
|
|
|
10311
10465
|
*/
|
|
10312
10466
|
supplierGroupRef: ApiObjectReference;
|
|
10313
10467
|
|
|
10468
|
+
/**
|
|
10469
|
+
* Hersteller
|
|
10470
|
+
*/
|
|
10471
|
+
manufacturerRef: ApiObjectReference;
|
|
10472
|
+
|
|
10314
10473
|
/**
|
|
10315
10474
|
* Produkt, für welches dieser Preis gültig ist
|
|
10316
10475
|
*/
|
|
@@ -10336,11 +10495,6 @@ export interface ProductPrice {
|
|
|
10336
10495
|
*/
|
|
10337
10496
|
qualifier: ProductPriceQualifier;
|
|
10338
10497
|
|
|
10339
|
-
/**
|
|
10340
|
-
* Gültig bis
|
|
10341
|
-
*/
|
|
10342
|
-
validUntil: ScriptingDate;
|
|
10343
|
-
|
|
10344
10498
|
/**
|
|
10345
10499
|
* Aktionpreis
|
|
10346
10500
|
*/
|
|
@@ -10351,6 +10505,11 @@ export interface ProductPrice {
|
|
|
10351
10505
|
*/
|
|
10352
10506
|
priceBase: ArticlePriceBase;
|
|
10353
10507
|
|
|
10508
|
+
/**
|
|
10509
|
+
* Gültig bis
|
|
10510
|
+
*/
|
|
10511
|
+
validUntil: ScriptingDate;
|
|
10512
|
+
|
|
10354
10513
|
/**
|
|
10355
10514
|
* Bestimmt die Art des Aufschlages (fest oder prozentual) bei EK-Kalkulation
|
|
10356
10515
|
*/
|
|
@@ -10451,15 +10610,20 @@ export const enum RegulationSet {
|
|
|
10451
10610
|
|
|
10452
10611
|
export interface RequestDocument {
|
|
10453
10612
|
|
|
10613
|
+
/**
|
|
10614
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
10615
|
+
*/
|
|
10616
|
+
incomingGoodsStorageBinId: number;
|
|
10617
|
+
|
|
10454
10618
|
/**
|
|
10455
10619
|
* Belegdatum
|
|
10456
10620
|
*/
|
|
10457
10621
|
documentDate: ScriptingDate;
|
|
10458
10622
|
|
|
10459
10623
|
/**
|
|
10460
|
-
* ID
|
|
10624
|
+
* ID der Kassenschublade (bei POS)
|
|
10461
10625
|
*/
|
|
10462
|
-
|
|
10626
|
+
cashDrawerId: number;
|
|
10463
10627
|
|
|
10464
10628
|
/**
|
|
10465
10629
|
* Der Anzahlungsbetrag
|
|
@@ -10471,11 +10635,6 @@ export interface RequestDocument {
|
|
|
10471
10635
|
*/
|
|
10472
10636
|
performanceDate: ScriptingDate;
|
|
10473
10637
|
|
|
10474
|
-
/**
|
|
10475
|
-
* ID der Kassenschublade (bei POS)
|
|
10476
|
-
*/
|
|
10477
|
-
cashDrawerId: number;
|
|
10478
|
-
|
|
10479
10638
|
/**
|
|
10480
10639
|
* Für interne Zwecke: Liefermethode für das Document
|
|
10481
10640
|
*/
|
|
@@ -10537,15 +10696,20 @@ export interface RequestDocument {
|
|
|
10537
10696
|
lines: Array<RequestDocumentLine>;
|
|
10538
10697
|
|
|
10539
10698
|
/**
|
|
10540
|
-
*
|
|
10699
|
+
* Nur für interne Zwecke: neue Positionen für einzeln retournierte Baugruppen-Komponenten
|
|
10541
10700
|
*/
|
|
10542
|
-
|
|
10701
|
+
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10543
10702
|
|
|
10544
10703
|
/**
|
|
10545
10704
|
* ID der Kasse (bei POS)
|
|
10546
10705
|
*/
|
|
10547
10706
|
posRegisterId: number;
|
|
10548
10707
|
|
|
10708
|
+
/**
|
|
10709
|
+
* Die Vertragsdetails
|
|
10710
|
+
*/
|
|
10711
|
+
contractDetail: DocumentContractDetail;
|
|
10712
|
+
|
|
10549
10713
|
/**
|
|
10550
10714
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10551
10715
|
*/
|
|
@@ -10629,6 +10793,11 @@ export interface RequestDocumentLine {
|
|
|
10629
10793
|
*/
|
|
10630
10794
|
performanceDate: ScriptingDate;
|
|
10631
10795
|
|
|
10796
|
+
/**
|
|
10797
|
+
* Retourendetails zur Belegposition
|
|
10798
|
+
*/
|
|
10799
|
+
returnDetail: DocumentLineReturnDetail;
|
|
10800
|
+
|
|
10632
10801
|
/**
|
|
10633
10802
|
* Soll die Quellposition nach erfolgreicher Verarbeitung als abgeschlossen markiert werden?
|
|
10634
10803
|
*/
|
|
@@ -10705,14 +10874,14 @@ export interface RequestDocumentLine {
|
|
|
10705
10874
|
supplierAccountId: number;
|
|
10706
10875
|
|
|
10707
10876
|
/**
|
|
10708
|
-
*
|
|
10877
|
+
* Position der Hauptartikel-Position einer Zubehör-Position
|
|
10709
10878
|
*/
|
|
10710
|
-
|
|
10879
|
+
mainArticleLinePosition: number;
|
|
10711
10880
|
|
|
10712
10881
|
/**
|
|
10713
|
-
*
|
|
10882
|
+
* Menge, die in dieser Transaktion verarbeitet werden soll
|
|
10714
10883
|
*/
|
|
10715
|
-
|
|
10884
|
+
quantity: number;
|
|
10716
10885
|
|
|
10717
10886
|
/**
|
|
10718
10887
|
* Versandkosten mit Bedingungen
|
|
@@ -10784,25 +10953,25 @@ export interface RequestDocumentLine {
|
|
|
10784
10953
|
*/
|
|
10785
10954
|
sourceLineId: number;
|
|
10786
10955
|
|
|
10787
|
-
/**
|
|
10788
|
-
* Buchungen zu dieser Belegposition
|
|
10789
|
-
*/
|
|
10790
|
-
bookings: Array<RequestDocumentLineBooking>;
|
|
10791
|
-
|
|
10792
10956
|
/**
|
|
10793
10957
|
* Für interne Zwecke: Externe Artikelnummer
|
|
10794
10958
|
*/
|
|
10795
10959
|
externalArticleNumber: string;
|
|
10796
10960
|
|
|
10797
10961
|
/**
|
|
10798
|
-
*
|
|
10962
|
+
* Buchungen zu dieser Belegposition
|
|
10799
10963
|
*/
|
|
10800
|
-
|
|
10964
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10801
10965
|
|
|
10802
10966
|
/**
|
|
10803
10967
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10804
10968
|
*/
|
|
10805
10969
|
doLabelPrint: boolean;
|
|
10970
|
+
|
|
10971
|
+
/**
|
|
10972
|
+
* (optional) Preis des Artikels dieser Position
|
|
10973
|
+
*/
|
|
10974
|
+
productPrice: number;
|
|
10806
10975
|
}
|
|
10807
10976
|
|
|
10808
10977
|
export interface RequestDocumentLineBooking {
|
|
@@ -10928,6 +11097,14 @@ export interface RequestDocumentText {
|
|
|
10928
11097
|
content: string;
|
|
10929
11098
|
}
|
|
10930
11099
|
|
|
11100
|
+
export const enum ReturnCategory {
|
|
11101
|
+
MONETARY_COMPENSATION_ITEM_STAYS_WITH_CUSTOMER = 'MONETARY_COMPENSATION_ITEM_STAYS_WITH_CUSTOMER',
|
|
11102
|
+
MONETARY_COMPENSATION_ITEM_GETS_SEND_BACK = 'MONETARY_COMPENSATION_ITEM_GETS_SEND_BACK',
|
|
11103
|
+
GOODS_EXCHANGE_ITEM_STAYS_WITH_CUSTOMER = 'GOODS_EXCHANGE_ITEM_STAYS_WITH_CUSTOMER',
|
|
11104
|
+
GOODS_EXCHANGE_ITEM_GETS_SEND_BACK = 'GOODS_EXCHANGE_ITEM_GETS_SEND_BACK',
|
|
11105
|
+
UNDECIDED = 'UNDECIDED'
|
|
11106
|
+
}
|
|
11107
|
+
|
|
10931
11108
|
export interface RevenueCalculation {
|
|
10932
11109
|
|
|
10933
11110
|
/**
|
|
@@ -10959,14 +11136,14 @@ export interface SalesAgent {
|
|
|
10959
11136
|
note: string;
|
|
10960
11137
|
|
|
10961
11138
|
/**
|
|
10962
|
-
*
|
|
11139
|
+
* is sales agent taxable
|
|
10963
11140
|
*/
|
|
10964
|
-
|
|
11141
|
+
taxable: boolean;
|
|
10965
11142
|
|
|
10966
11143
|
/**
|
|
10967
|
-
*
|
|
11144
|
+
* reference to the delivery method
|
|
10968
11145
|
*/
|
|
10969
|
-
|
|
11146
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10970
11147
|
|
|
10971
11148
|
/**
|
|
10972
11149
|
* Freifelder
|
|
@@ -11321,14 +11498,14 @@ export interface SequencerConfiguration {
|
|
|
11321
11498
|
key: string;
|
|
11322
11499
|
|
|
11323
11500
|
/**
|
|
11324
|
-
*
|
|
11501
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11325
11502
|
*/
|
|
11326
|
-
|
|
11503
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11327
11504
|
|
|
11328
11505
|
/**
|
|
11329
|
-
*
|
|
11506
|
+
* Contains details about the sequencer configuration
|
|
11330
11507
|
*/
|
|
11331
|
-
|
|
11508
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11332
11509
|
|
|
11333
11510
|
/**
|
|
11334
11511
|
* MetaInformations for this Object
|
|
@@ -11443,14 +11620,14 @@ export interface ShelfDocument {
|
|
|
11443
11620
|
tags: Array<TagDto>;
|
|
11444
11621
|
|
|
11445
11622
|
/**
|
|
11446
|
-
*
|
|
11623
|
+
* Mehrsprachige Bezeichnungen
|
|
11447
11624
|
*/
|
|
11448
|
-
|
|
11625
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11449
11626
|
|
|
11450
11627
|
/**
|
|
11451
|
-
*
|
|
11628
|
+
* share informations
|
|
11452
11629
|
*/
|
|
11453
|
-
|
|
11630
|
+
shares: Array<ShelfShare>;
|
|
11454
11631
|
|
|
11455
11632
|
/**
|
|
11456
11633
|
* Automatische Löschung ab
|
|
@@ -11582,14 +11759,14 @@ export interface ShelfDocumentType {
|
|
|
11582
11759
|
active: boolean;
|
|
11583
11760
|
|
|
11584
11761
|
/**
|
|
11585
|
-
*
|
|
11762
|
+
* access level or reading
|
|
11586
11763
|
*/
|
|
11587
|
-
|
|
11764
|
+
accessLevelRead: number;
|
|
11588
11765
|
|
|
11589
11766
|
/**
|
|
11590
|
-
*
|
|
11767
|
+
* label of type
|
|
11591
11768
|
*/
|
|
11592
|
-
|
|
11769
|
+
label: string;
|
|
11593
11770
|
|
|
11594
11771
|
/**
|
|
11595
11772
|
* storage rule for revisions
|
|
@@ -11943,14 +12120,14 @@ export interface StockMovementManualApi {
|
|
|
11943
12120
|
export interface StockTransferApi {
|
|
11944
12121
|
|
|
11945
12122
|
/**
|
|
11946
|
-
*
|
|
12123
|
+
* Ziel-Lager
|
|
11947
12124
|
*/
|
|
11948
|
-
|
|
12125
|
+
targetStorageId: number;
|
|
11949
12126
|
|
|
11950
12127
|
/**
|
|
11951
|
-
*
|
|
12128
|
+
* Seriennummer
|
|
11952
12129
|
*/
|
|
11953
|
-
|
|
12130
|
+
serialNumberId: number;
|
|
11954
12131
|
|
|
11955
12132
|
/**
|
|
11956
12133
|
* Bemerkung
|
|
@@ -12165,6 +12342,11 @@ export interface Supplier {
|
|
|
12165
12342
|
*/
|
|
12166
12343
|
info: MetaInfo;
|
|
12167
12344
|
|
|
12345
|
+
/**
|
|
12346
|
+
* Lieferantengruppe
|
|
12347
|
+
*/
|
|
12348
|
+
supplierGroupRef: ApiObjectReference;
|
|
12349
|
+
|
|
12168
12350
|
/**
|
|
12169
12351
|
* reference to the delivery method
|
|
12170
12352
|
*/
|
|
@@ -12175,11 +12357,6 @@ export interface Supplier {
|
|
|
12175
12357
|
*/
|
|
12176
12358
|
taxable: boolean;
|
|
12177
12359
|
|
|
12178
|
-
/**
|
|
12179
|
-
* Lieferantengruppe
|
|
12180
|
-
*/
|
|
12181
|
-
supplierGroupRef: ApiObjectReference;
|
|
12182
|
-
|
|
12183
12360
|
/**
|
|
12184
12361
|
* Mahnen?
|
|
12185
12362
|
*/
|
|
@@ -12315,14 +12492,14 @@ export const enum TagType {
|
|
|
12315
12492
|
export interface TaxIdForeignCountry {
|
|
12316
12493
|
|
|
12317
12494
|
/**
|
|
12318
|
-
*
|
|
12495
|
+
* Tax ID of the company in the associated country
|
|
12319
12496
|
*/
|
|
12320
|
-
|
|
12497
|
+
taxId: string;
|
|
12321
12498
|
|
|
12322
12499
|
/**
|
|
12323
|
-
*
|
|
12500
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12324
12501
|
*/
|
|
12325
|
-
|
|
12502
|
+
countryCode: string;
|
|
12326
12503
|
|
|
12327
12504
|
/**
|
|
12328
12505
|
* Unique identifier of the Object
|
|
@@ -12513,14 +12690,14 @@ export interface TextTemplate {
|
|
|
12513
12690
|
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12514
12691
|
|
|
12515
12692
|
/**
|
|
12516
|
-
*
|
|
12693
|
+
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12517
12694
|
*/
|
|
12518
|
-
|
|
12695
|
+
separateLine: boolean;
|
|
12519
12696
|
|
|
12520
12697
|
/**
|
|
12521
|
-
*
|
|
12698
|
+
* article für den diese Templates gelten
|
|
12522
12699
|
*/
|
|
12523
|
-
|
|
12700
|
+
articleId: number;
|
|
12524
12701
|
|
|
12525
12702
|
/**
|
|
12526
12703
|
* Wann wird ein UI-Hint angezeigt
|