@vario-software/types 2026.32.6 → 2026.32.8
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 +10 -5
- package/readme.md +24 -5
- package/scripting/services.d.ts +27 -27
- package/scripting/types.d.ts +358 -358
package/scripting/types.d.ts
CHANGED
|
@@ -214,14 +214,14 @@ export interface Account {
|
|
|
214
214
|
persons: Array<AccountPerson>;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* Standard-Ansprechpartner
|
|
218
218
|
*/
|
|
219
|
-
|
|
219
|
+
defaultPerson: AccountPerson;
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
|
-
*
|
|
222
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
227
|
* Account-Beziehungen
|
|
@@ -292,14 +292,14 @@ export interface AccountAddress {
|
|
|
292
292
|
regionRef: ApiObjectReference;
|
|
293
293
|
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* Title
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
titleRef: ApiCreatableReference;
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Post office box
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
postOfficeBox: string;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
305
|
* Street
|
|
@@ -337,14 +337,14 @@ export interface AccountAddress {
|
|
|
337
337
|
types: Array<ApiCreatableReference>;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* Leitweg-ID
|
|
341
341
|
*/
|
|
342
|
-
|
|
342
|
+
buyerReference: string;
|
|
343
343
|
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* GLN/ILN as location identifier for this address
|
|
346
346
|
*/
|
|
347
|
-
|
|
347
|
+
globalLocationNumber: string;
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
350
|
* abweichende Zahlungsart
|
|
@@ -412,14 +412,14 @@ export interface AccountAddress {
|
|
|
412
412
|
streetAddressNumber: string;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Default contacts
|
|
416
416
|
*/
|
|
417
|
-
|
|
417
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Parcel station customer number
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
parcelStationCustomerNumber: string;
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
425
|
* Name3
|
|
@@ -1015,14 +1015,14 @@ export interface Article {
|
|
|
1015
1015
|
customsTariffNumber: string;
|
|
1016
1016
|
|
|
1017
1017
|
/**
|
|
1018
|
-
*
|
|
1018
|
+
* is this product purchasable
|
|
1019
1019
|
*/
|
|
1020
|
-
|
|
1020
|
+
purchasable: boolean;
|
|
1021
1021
|
|
|
1022
1022
|
/**
|
|
1023
|
-
*
|
|
1023
|
+
* Product custom data
|
|
1024
1024
|
*/
|
|
1025
|
-
|
|
1025
|
+
listingCustom: EavArticleListing;
|
|
1026
1026
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* base capacity unit
|
|
@@ -1284,11 +1284,6 @@ export interface Article {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
capacity: number;
|
|
1286
1286
|
|
|
1287
|
-
/**
|
|
1288
|
-
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1289
|
-
*/
|
|
1290
|
-
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1291
|
-
|
|
1292
1287
|
/**
|
|
1293
1288
|
* gross sales prices
|
|
1294
1289
|
*/
|
|
@@ -1299,6 +1294,11 @@ export interface Article {
|
|
|
1299
1294
|
*/
|
|
1300
1295
|
defaultFabricationCost: number;
|
|
1301
1296
|
|
|
1297
|
+
/**
|
|
1298
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1299
|
+
*/
|
|
1300
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1301
|
+
|
|
1302
1302
|
/**
|
|
1303
1303
|
* Letzter EKP (Startwert)
|
|
1304
1304
|
*/
|
|
@@ -1309,26 +1309,26 @@ export interface Article {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
permissibleForOrderProposal: boolean;
|
|
1311
1311
|
|
|
1312
|
-
/**
|
|
1313
|
-
* Versandlabeldruck
|
|
1314
|
-
*/
|
|
1315
|
-
shippingLabelPrinting: boolean;
|
|
1316
|
-
|
|
1317
1312
|
/**
|
|
1318
1313
|
* reference to Product
|
|
1319
1314
|
*/
|
|
1320
1315
|
productRef: ApiObjectReference;
|
|
1321
1316
|
|
|
1322
1317
|
/**
|
|
1323
|
-
*
|
|
1318
|
+
* Versandlabeldruck
|
|
1324
1319
|
*/
|
|
1325
|
-
|
|
1320
|
+
shippingLabelPrinting: boolean;
|
|
1326
1321
|
|
|
1327
1322
|
/**
|
|
1328
1323
|
* Kontingentartikel
|
|
1329
1324
|
*/
|
|
1330
1325
|
contingentArticleRef: ApiObjectReference;
|
|
1331
1326
|
|
|
1327
|
+
/**
|
|
1328
|
+
* rabattierbarer Artikel?
|
|
1329
|
+
*/
|
|
1330
|
+
discountable: boolean;
|
|
1331
|
+
|
|
1332
1332
|
/**
|
|
1333
1333
|
* alternative name of this product
|
|
1334
1334
|
*/
|
|
@@ -1552,26 +1552,26 @@ export interface ArticleCustomer {
|
|
|
1552
1552
|
*/
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
|
-
/**
|
|
1556
|
-
* Etikettdruck-Einstellungen
|
|
1557
|
-
*/
|
|
1558
|
-
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1559
|
-
|
|
1560
1555
|
/**
|
|
1561
1556
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1562
1557
|
*/
|
|
1563
1558
|
useDeviatingArticleIdentifier: boolean;
|
|
1564
1559
|
|
|
1565
1560
|
/**
|
|
1566
|
-
*
|
|
1561
|
+
* Etikettdruck-Einstellungen
|
|
1567
1562
|
*/
|
|
1568
|
-
|
|
1563
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1569
1564
|
|
|
1570
1565
|
/**
|
|
1571
1566
|
* Kunden-Preise
|
|
1572
1567
|
*/
|
|
1573
1568
|
productPrices: Array<ProductPrice>;
|
|
1574
1569
|
|
|
1570
|
+
/**
|
|
1571
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1572
|
+
*/
|
|
1573
|
+
useDeviatingArticleDescription: boolean;
|
|
1574
|
+
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Referenced Article
|
|
1577
1577
|
*/
|
|
@@ -1613,14 +1613,14 @@ export interface ArticleCustomer {
|
|
|
1613
1613
|
defaultGrossPrice: number;
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
|
-
*
|
|
1616
|
+
* Abweichende Produktnummer
|
|
1617
1617
|
*/
|
|
1618
|
-
|
|
1618
|
+
deviatingArticleNumber: string;
|
|
1619
1619
|
|
|
1620
1620
|
/**
|
|
1621
|
-
*
|
|
1621
|
+
* Art der Preisermittlung
|
|
1622
1622
|
*/
|
|
1623
|
-
|
|
1623
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1624
1624
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Artikelnummer
|
|
@@ -1775,14 +1775,14 @@ export interface ArticleListing {
|
|
|
1775
1775
|
alternativeName: WithDefaults<String>;
|
|
1776
1776
|
|
|
1777
1777
|
/**
|
|
1778
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1778
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1779
1779
|
*/
|
|
1780
|
-
|
|
1780
|
+
proposedLowestPriceNet: number;
|
|
1781
1781
|
|
|
1782
1782
|
/**
|
|
1783
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1783
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1784
1784
|
*/
|
|
1785
|
-
|
|
1785
|
+
customLowestPriceNet: number;
|
|
1786
1786
|
|
|
1787
1787
|
/**
|
|
1788
1788
|
* der aktuelle listing stand
|
|
@@ -1948,14 +1948,14 @@ export const enum ArticleSerialType {
|
|
|
1948
1948
|
export interface ArticleStorage {
|
|
1949
1949
|
|
|
1950
1950
|
/**
|
|
1951
|
-
*
|
|
1951
|
+
* Bestand im Lager
|
|
1952
1952
|
*/
|
|
1953
|
-
|
|
1953
|
+
quantityInStock: number;
|
|
1954
1954
|
|
|
1955
1955
|
/**
|
|
1956
|
-
*
|
|
1956
|
+
* Nachschub ab
|
|
1957
1957
|
*/
|
|
1958
|
-
|
|
1958
|
+
replenishmentFrom: number;
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* Bestellte Menge
|
|
@@ -1973,14 +1973,14 @@ export interface ArticleStorage {
|
|
|
1973
1973
|
reorderPoint: number;
|
|
1974
1974
|
|
|
1975
1975
|
/**
|
|
1976
|
-
*
|
|
1976
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1977
1977
|
*/
|
|
1978
|
-
|
|
1978
|
+
virtualStockAmount: number;
|
|
1979
1979
|
|
|
1980
1980
|
/**
|
|
1981
|
-
*
|
|
1981
|
+
* Nachschub auf
|
|
1982
1982
|
*/
|
|
1983
|
-
|
|
1983
|
+
replenishmentOn: number;
|
|
1984
1984
|
|
|
1985
1985
|
/**
|
|
1986
1986
|
* Reservierte Menge
|
|
@@ -2023,14 +2023,14 @@ export interface ArticleStorage {
|
|
|
2023
2023
|
storageRef: ApiObjectReference;
|
|
2024
2024
|
|
|
2025
2025
|
/**
|
|
2026
|
-
*
|
|
2026
|
+
* Vorgabe-Lagerplätze
|
|
2027
2027
|
*/
|
|
2028
|
-
|
|
2028
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2029
2029
|
|
|
2030
2030
|
/**
|
|
2031
|
-
*
|
|
2031
|
+
* Sollbestand
|
|
2032
2032
|
*/
|
|
2033
|
-
|
|
2033
|
+
targetStock: number;
|
|
2034
2034
|
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Aktuelle Menge in Produktion
|
|
@@ -2055,26 +2055,26 @@ export interface ArticleSupplier {
|
|
|
2055
2055
|
*/
|
|
2056
2056
|
accountDisplayName: string;
|
|
2057
2057
|
|
|
2058
|
-
/**
|
|
2059
|
-
* Lieferanten-Meldebestand
|
|
2060
|
-
*/
|
|
2061
|
-
supplierReportingStock: number;
|
|
2062
|
-
|
|
2063
2058
|
/**
|
|
2064
2059
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2065
2060
|
*/
|
|
2066
2061
|
useSupplierArticleDescription: boolean;
|
|
2067
2062
|
|
|
2068
2063
|
/**
|
|
2069
|
-
*
|
|
2064
|
+
* Lieferanten-Meldebestand
|
|
2070
2065
|
*/
|
|
2071
|
-
|
|
2066
|
+
supplierReportingStock: number;
|
|
2072
2067
|
|
|
2073
2068
|
/**
|
|
2074
2069
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2075
2070
|
*/
|
|
2076
2071
|
useSupplierArticleIdentifier: boolean;
|
|
2077
2072
|
|
|
2073
|
+
/**
|
|
2074
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2075
|
+
*/
|
|
2076
|
+
deliveryTime: number;
|
|
2077
|
+
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2080
2080
|
*/
|
|
@@ -2161,14 +2161,14 @@ export interface ArticleSupplier {
|
|
|
2161
2161
|
dropShippingAllowed: boolean;
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
|
-
* Abweichende
|
|
2164
|
+
* Abweichende Produktbeschreibung
|
|
2165
2165
|
*/
|
|
2166
|
-
|
|
2166
|
+
supplierArticleDescription: string;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
|
-
* Abweichende
|
|
2169
|
+
* Abweichende Produktbezeichnung
|
|
2170
2170
|
*/
|
|
2171
|
-
|
|
2171
|
+
supplierArticleName: string;
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Standardpreis Netto
|
|
@@ -2262,14 +2262,14 @@ export interface Asset {
|
|
|
2262
2262
|
active: boolean;
|
|
2263
2263
|
|
|
2264
2264
|
/**
|
|
2265
|
-
*
|
|
2265
|
+
* Ende Garantie
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
warrantyEndDate: ScriptingDate;
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
|
-
*
|
|
2270
|
+
* Zugehörige Assets
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2272
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2273
2273
|
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Asset-Bezeichnung
|
|
@@ -2634,14 +2634,14 @@ export interface CrmActivity {
|
|
|
2634
2634
|
info: MetaInfo;
|
|
2635
2635
|
|
|
2636
2636
|
/**
|
|
2637
|
-
*
|
|
2637
|
+
* geplante Dauer
|
|
2638
2638
|
*/
|
|
2639
|
-
|
|
2639
|
+
plannedDurationInSeconds: number;
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* Aktivität intern abgerechnet?
|
|
2643
2643
|
*/
|
|
2644
|
-
|
|
2644
|
+
internalBilled: boolean;
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2793,14 +2793,14 @@ export interface CrmActivityType {
|
|
|
2793
2793
|
export interface CrmChecklistItem {
|
|
2794
2794
|
|
|
2795
2795
|
/**
|
|
2796
|
-
*
|
|
2796
|
+
* Ist das Element "angehakt"?
|
|
2797
2797
|
*/
|
|
2798
|
-
|
|
2798
|
+
checked: boolean;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Text des Checklisten-Elements
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
memo: string;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Unique identifier of the Object
|
|
@@ -3227,14 +3227,14 @@ export interface CrmProject {
|
|
|
3227
3227
|
billedTimes: number;
|
|
3228
3228
|
|
|
3229
3229
|
/**
|
|
3230
|
-
*
|
|
3230
|
+
* Einkaufsbelege
|
|
3231
3231
|
*/
|
|
3232
|
-
|
|
3232
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3233
3233
|
|
|
3234
3234
|
/**
|
|
3235
|
-
*
|
|
3235
|
+
* Geplanter Projektzeitraum (von)
|
|
3236
3236
|
*/
|
|
3237
|
-
|
|
3237
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3238
3238
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* Verkaufsbelege
|
|
@@ -3267,14 +3267,14 @@ export interface CrmProject {
|
|
|
3267
3267
|
info: MetaInfo;
|
|
3268
3268
|
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3270
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3271
3271
|
*/
|
|
3272
|
-
|
|
3272
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
|
-
*
|
|
3275
|
+
* Projektleiter vom Auftraggeber
|
|
3276
3276
|
*/
|
|
3277
|
-
|
|
3277
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3278
3278
|
|
|
3279
3279
|
/**
|
|
3280
3280
|
* Übergeordnete CRM-Objekte
|
|
@@ -3519,14 +3519,14 @@ export interface CrmSubType {
|
|
|
3519
3519
|
export interface CrmTask {
|
|
3520
3520
|
|
|
3521
3521
|
/**
|
|
3522
|
-
*
|
|
3522
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3523
3523
|
*/
|
|
3524
|
-
|
|
3524
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3525
3525
|
|
|
3526
3526
|
/**
|
|
3527
|
-
*
|
|
3527
|
+
* Angebot
|
|
3528
3528
|
*/
|
|
3529
|
-
|
|
3529
|
+
customerOfferRef: DocumentRef;
|
|
3530
3530
|
|
|
3531
3531
|
/**
|
|
3532
3532
|
* Liste von Erinnerungen
|
|
@@ -4305,14 +4305,14 @@ export interface DeliveryTerm {
|
|
|
4305
4305
|
version: number;
|
|
4306
4306
|
|
|
4307
4307
|
/**
|
|
4308
|
-
*
|
|
4308
|
+
* information, how the shipping charges should be calculated
|
|
4309
4309
|
*/
|
|
4310
|
-
|
|
4310
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4311
4311
|
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* translations
|
|
4314
4314
|
*/
|
|
4315
|
-
|
|
4315
|
+
translations: Array<DocumentTypeTerm>;
|
|
4316
4316
|
|
|
4317
4317
|
/**
|
|
4318
4318
|
* Lieferarten
|
|
@@ -4448,9 +4448,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4448
4448
|
returnDeliveryAddress: DocumentAddress;
|
|
4449
4449
|
|
|
4450
4450
|
/**
|
|
4451
|
-
*
|
|
4451
|
+
* Leitweg-ID
|
|
4452
4452
|
*/
|
|
4453
|
-
|
|
4453
|
+
buyerReference: string;
|
|
4454
4454
|
|
|
4455
4455
|
/**
|
|
4456
4456
|
* Bestellnummer aus Vorbeleg
|
|
@@ -4458,9 +4458,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4458
4458
|
referencedOrderNumber: string;
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
|
-
*
|
|
4461
|
+
* Steuerpflichtig oder steuerfrei
|
|
4462
4462
|
*/
|
|
4463
|
-
|
|
4463
|
+
taxable: boolean;
|
|
4464
4464
|
|
|
4465
4465
|
/**
|
|
4466
4466
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4473,14 +4473,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4473
4473
|
baseDepositPaymentAmount: number;
|
|
4474
4474
|
|
|
4475
4475
|
/**
|
|
4476
|
-
*
|
|
4476
|
+
* Gesamtpreis vor Rabatt [BRUTTO, NETTO]
|
|
4477
4477
|
*/
|
|
4478
|
-
|
|
4478
|
+
totalBeforeModifier: number;
|
|
4479
4479
|
|
|
4480
4480
|
/**
|
|
4481
|
-
*
|
|
4481
|
+
* Ist der Beleg festgeschrieben?
|
|
4482
4482
|
*/
|
|
4483
|
-
|
|
4483
|
+
frozen: boolean;
|
|
4484
4484
|
|
|
4485
4485
|
/**
|
|
4486
4486
|
* Referenz auf verantwortlichen Benutzer
|
|
@@ -4513,14 +4513,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4513
4513
|
accountId: number;
|
|
4514
4514
|
|
|
4515
4515
|
/**
|
|
4516
|
-
* Länderkennzeichen
|
|
4516
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4517
4517
|
*/
|
|
4518
|
-
|
|
4518
|
+
sourceCountryCode: string;
|
|
4519
4519
|
|
|
4520
4520
|
/**
|
|
4521
|
-
* Länderkennzeichen
|
|
4521
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4522
4522
|
*/
|
|
4523
|
-
|
|
4523
|
+
performanceCountryCode: string;
|
|
4524
4524
|
|
|
4525
4525
|
/**
|
|
4526
4526
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4582,13 +4582,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4582
4582
|
*/
|
|
4583
4583
|
posPayments: Array<DocumentPosPayment>;
|
|
4584
4584
|
|
|
4585
|
-
/**
|
|
4586
|
-
* Ist die Quittung bezahlt
|
|
4587
|
-
true wenn die Quittung bezahlt ist
|
|
4588
|
-
|
|
4589
|
-
*/
|
|
4590
|
-
posReceiptPayed: boolean;
|
|
4591
|
-
|
|
4592
4585
|
/**
|
|
4593
4586
|
* Kundennummer beim Lieferanten
|
|
4594
4587
|
*/
|
|
@@ -4599,6 +4592,13 @@ true wenn die Quittung bezahlt ist
|
|
|
4599
4592
|
*/
|
|
4600
4593
|
maxDeliveries: number;
|
|
4601
4594
|
|
|
4595
|
+
/**
|
|
4596
|
+
* Ist die Quittung bezahlt
|
|
4597
|
+
true wenn die Quittung bezahlt ist
|
|
4598
|
+
|
|
4599
|
+
*/
|
|
4600
|
+
posReceiptPayed: boolean;
|
|
4601
|
+
|
|
4602
4602
|
/**
|
|
4603
4603
|
* Quittung: Summe Zahlbetrag
|
|
4604
4604
|
*/
|
|
@@ -4620,14 +4620,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4620
4620
|
contractDetail: DocumentContractDetail;
|
|
4621
4621
|
|
|
4622
4622
|
/**
|
|
4623
|
-
*
|
|
4623
|
+
* Zahlungsplan vorhanden?
|
|
4624
4624
|
*/
|
|
4625
|
-
|
|
4625
|
+
paymentPlan: boolean;
|
|
4626
4626
|
|
|
4627
4627
|
/**
|
|
4628
|
-
*
|
|
4628
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4629
4629
|
*/
|
|
4630
|
-
|
|
4630
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4631
4631
|
|
|
4632
4632
|
/**
|
|
4633
4633
|
* Produktionsdetails
|
|
@@ -4635,14 +4635,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4635
4635
|
fabricationDetail: DocumentFabricationDetail;
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
|
-
*
|
|
4638
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4639
4639
|
*/
|
|
4640
|
-
|
|
4640
|
+
accountNumber: string;
|
|
4641
4641
|
|
|
4642
4642
|
/**
|
|
4643
|
-
*
|
|
4643
|
+
* Berechnungsmodus
|
|
4644
4644
|
*/
|
|
4645
|
-
|
|
4645
|
+
calculationMode: CalculationMode;
|
|
4646
4646
|
|
|
4647
4647
|
/**
|
|
4648
4648
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4684,26 +4684,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4684
4684
|
*/
|
|
4685
4685
|
defaultAddress: DocumentAddress;
|
|
4686
4686
|
|
|
4687
|
-
/**
|
|
4688
|
-
* Leistungsdatum
|
|
4689
|
-
*/
|
|
4690
|
-
performanceDate: ScriptingDate;
|
|
4691
|
-
|
|
4692
4687
|
/**
|
|
4693
4688
|
* Verarbeitungsoption für Stapel
|
|
4694
4689
|
*/
|
|
4695
4690
|
stackProcessingType: OrderStackProcessingType;
|
|
4696
4691
|
|
|
4697
4692
|
/**
|
|
4698
|
-
*
|
|
4693
|
+
* Leistungsdatum
|
|
4699
4694
|
*/
|
|
4700
|
-
|
|
4695
|
+
performanceDate: ScriptingDate;
|
|
4701
4696
|
|
|
4702
4697
|
/**
|
|
4703
4698
|
* EN16931-Profil für elektronische Rechnungen
|
|
4704
4699
|
*/
|
|
4705
4700
|
en16931Profile: EN16931Profile;
|
|
4706
4701
|
|
|
4702
|
+
/**
|
|
4703
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4704
|
+
*/
|
|
4705
|
+
dropShippingInvoiceApproved: boolean;
|
|
4706
|
+
|
|
4707
4707
|
/**
|
|
4708
4708
|
* Ort der steuerlichen Leistungserbringung
|
|
4709
4709
|
*/
|
|
@@ -4720,14 +4720,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4720
4720
|
additionalInfo: DocumentAdditionalInfo;
|
|
4721
4721
|
|
|
4722
4722
|
/**
|
|
4723
|
-
*
|
|
4723
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4724
4724
|
*/
|
|
4725
|
-
|
|
4725
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4726
4726
|
|
|
4727
4727
|
/**
|
|
4728
|
-
*
|
|
4728
|
+
* Bestelldatum
|
|
4729
4729
|
*/
|
|
4730
|
-
|
|
4730
|
+
orderedOn: ScriptingDate;
|
|
4731
4731
|
|
|
4732
4732
|
/**
|
|
4733
4733
|
* MetaInformations for this Object
|
|
@@ -4865,14 +4865,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4865
4865
|
customerNumber: string;
|
|
4866
4866
|
|
|
4867
4867
|
/**
|
|
4868
|
-
*
|
|
4868
|
+
* Statusinstanz des Belegs
|
|
4869
4869
|
*/
|
|
4870
|
-
|
|
4870
|
+
documentState: DocumentTypeState;
|
|
4871
4871
|
|
|
4872
4872
|
/**
|
|
4873
|
-
*
|
|
4873
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4874
4874
|
*/
|
|
4875
|
-
|
|
4875
|
+
taxIdentificationNumber: string;
|
|
4876
4876
|
|
|
4877
4877
|
/**
|
|
4878
4878
|
* Versandkostenpositionen
|
|
@@ -4880,11 +4880,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4880
4880
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4881
4881
|
|
|
4882
4882
|
/**
|
|
4883
|
-
*
|
|
4884
|
-
true wenn die Quittung ausbalanciert ist
|
|
4885
|
-
|
|
4883
|
+
* Rückgeld
|
|
4886
4884
|
*/
|
|
4887
|
-
|
|
4885
|
+
posReceiptChangeAmount: number;
|
|
4888
4886
|
|
|
4889
4887
|
/**
|
|
4890
4888
|
* Referenz auf Lieferbedingung
|
|
@@ -4892,9 +4890,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4892
4890
|
deliveryTermRef: ApiObjectReference;
|
|
4893
4891
|
|
|
4894
4892
|
/**
|
|
4895
|
-
* Rückgeld
|
|
4893
|
+
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4894
|
+
true wenn die Quittung ausbalanciert ist
|
|
4895
|
+
|
|
4896
4896
|
*/
|
|
4897
|
-
|
|
4897
|
+
posReceiptBalanced: boolean;
|
|
4898
4898
|
|
|
4899
4899
|
/**
|
|
4900
4900
|
* Gesamtbruttogewicht
|
|
@@ -4917,14 +4917,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4917
4917
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4918
4918
|
|
|
4919
4919
|
/**
|
|
4920
|
-
*
|
|
4920
|
+
* Status der USt-ID-Prüfung
|
|
4921
4921
|
*/
|
|
4922
|
-
|
|
4922
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4923
4923
|
|
|
4924
4924
|
/**
|
|
4925
|
-
*
|
|
4925
|
+
* Rechnungsadresse
|
|
4926
4926
|
*/
|
|
4927
|
-
|
|
4927
|
+
billingAddress: DocumentAddress;
|
|
4928
4928
|
|
|
4929
4929
|
/**
|
|
4930
4930
|
* Report-Gruppe, falls vom Standard abweichend
|
|
@@ -4945,14 +4945,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4945
4945
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* Herkunft der Sprache
|
|
4949
4949
|
*/
|
|
4950
|
-
|
|
4950
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4951
4951
|
|
|
4952
4952
|
/**
|
|
4953
|
-
*
|
|
4953
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4954
4954
|
*/
|
|
4955
|
-
|
|
4955
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4956
4956
|
|
|
4957
4957
|
/**
|
|
4958
4958
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -5495,14 +5495,14 @@ export interface DocumentLine {
|
|
|
5495
5495
|
number: string;
|
|
5496
5496
|
|
|
5497
5497
|
/**
|
|
5498
|
-
*
|
|
5498
|
+
* Gesamtbruttogewicht
|
|
5499
5499
|
*/
|
|
5500
|
-
|
|
5500
|
+
totalGrossWeight: number;
|
|
5501
5501
|
|
|
5502
5502
|
/**
|
|
5503
|
-
*
|
|
5503
|
+
* Referenz zur Kundenauftragszeile
|
|
5504
5504
|
*/
|
|
5505
|
-
|
|
5505
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5506
5506
|
|
|
5507
5507
|
/**
|
|
5508
5508
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5544,6 +5544,11 @@ export interface DocumentLine {
|
|
|
5544
5544
|
*/
|
|
5545
5545
|
id: number;
|
|
5546
5546
|
|
|
5547
|
+
/**
|
|
5548
|
+
* Serientyp
|
|
5549
|
+
*/
|
|
5550
|
+
serialType: ArticleSerialType;
|
|
5551
|
+
|
|
5547
5552
|
/**
|
|
5548
5553
|
* Preis pro Einheit in Basiswährung
|
|
5549
5554
|
*/
|
|
@@ -5554,11 +5559,6 @@ export interface DocumentLine {
|
|
|
5554
5559
|
*/
|
|
5555
5560
|
positionOfArticleLine: number;
|
|
5556
5561
|
|
|
5557
|
-
/**
|
|
5558
|
-
* Serientyp
|
|
5559
|
-
*/
|
|
5560
|
-
serialType: ArticleSerialType;
|
|
5561
|
-
|
|
5562
5562
|
/**
|
|
5563
5563
|
* Steuerschema
|
|
5564
5564
|
*/
|
|
@@ -5665,14 +5665,14 @@ export interface DocumentLine {
|
|
|
5665
5665
|
settledOpenItemDiscountAmount: number;
|
|
5666
5666
|
|
|
5667
5667
|
/**
|
|
5668
|
-
*
|
|
5668
|
+
* Vertragsinformationen
|
|
5669
5669
|
*/
|
|
5670
|
-
|
|
5670
|
+
contractDetail: DocumentContractDetail;
|
|
5671
5671
|
|
|
5672
5672
|
/**
|
|
5673
|
-
*
|
|
5673
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5674
5674
|
*/
|
|
5675
|
-
|
|
5675
|
+
baseSalesValueNet: number;
|
|
5676
5676
|
|
|
5677
5677
|
/**
|
|
5678
5678
|
* Einheit Nettogewicht
|
|
@@ -5835,14 +5835,14 @@ export interface DocumentLine {
|
|
|
5835
5835
|
position: number;
|
|
5836
5836
|
|
|
5837
5837
|
/**
|
|
5838
|
-
*
|
|
5838
|
+
* Buchungen
|
|
5839
5839
|
*/
|
|
5840
|
-
|
|
5840
|
+
bookings: Array<DocumentLineBooking>;
|
|
5841
5841
|
|
|
5842
5842
|
/**
|
|
5843
|
-
*
|
|
5843
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5844
5844
|
*/
|
|
5845
|
-
|
|
5845
|
+
recalcLinePriceViaComponents: boolean;
|
|
5846
5846
|
|
|
5847
5847
|
/**
|
|
5848
5848
|
* unit gross Volume in cubic meters
|
|
@@ -5870,14 +5870,14 @@ export interface DocumentLine {
|
|
|
5870
5870
|
description: string;
|
|
5871
5871
|
|
|
5872
5872
|
/**
|
|
5873
|
-
*
|
|
5873
|
+
* Referenz zum Lager
|
|
5874
5874
|
*/
|
|
5875
|
-
|
|
5875
|
+
storage: ApiObjectReference;
|
|
5876
5876
|
|
|
5877
5877
|
/**
|
|
5878
|
-
*
|
|
5878
|
+
* Preisherkunft
|
|
5879
5879
|
*/
|
|
5880
|
-
|
|
5880
|
+
priceOrigin: ProductPriceOrigin;
|
|
5881
5881
|
|
|
5882
5882
|
/**
|
|
5883
5883
|
* Rohertragsermittlung
|
|
@@ -5935,14 +5935,14 @@ export interface DocumentLine {
|
|
|
5935
5935
|
custom: EavDocumentline;
|
|
5936
5936
|
|
|
5937
5937
|
/**
|
|
5938
|
-
*
|
|
5938
|
+
* Artikel
|
|
5939
5939
|
*/
|
|
5940
|
-
|
|
5940
|
+
articleId: number;
|
|
5941
5941
|
|
|
5942
5942
|
/**
|
|
5943
|
-
*
|
|
5943
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5944
5944
|
*/
|
|
5945
|
-
|
|
5945
|
+
settledOpenItemComment: string;
|
|
5946
5946
|
|
|
5947
5947
|
/**
|
|
5948
5948
|
* Interne Preisänderungsinformationen
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
*
|
|
6339
|
+
* Menge defekt
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
quantityDefective: number;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
*
|
|
6344
|
+
* Produzierte Seriennummern
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Freifeld
|
|
@@ -6442,14 +6442,14 @@ export interface DocumentLinePosDetail {
|
|
|
6442
6442
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6443
6443
|
|
|
6444
6444
|
/**
|
|
6445
|
-
*
|
|
6445
|
+
* Status der externen Zahlung
|
|
6446
6446
|
*/
|
|
6447
|
-
|
|
6447
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6448
6448
|
|
|
6449
6449
|
/**
|
|
6450
|
-
*
|
|
6450
|
+
* Typ der Einlage/Ausgabe
|
|
6451
6451
|
*/
|
|
6452
|
-
|
|
6452
|
+
depositExpenseTypeId: number;
|
|
6453
6453
|
|
|
6454
6454
|
/**
|
|
6455
6455
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6487,14 +6487,14 @@ export interface DocumentLinePosDetail {
|
|
|
6487
6487
|
balanceBeforeWithdrawal: number;
|
|
6488
6488
|
|
|
6489
6489
|
/**
|
|
6490
|
-
*
|
|
6490
|
+
* Typ der Position
|
|
6491
6491
|
*/
|
|
6492
|
-
|
|
6492
|
+
posLineType: PosLineType;
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
|
-
*
|
|
6495
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6496
6496
|
*/
|
|
6497
|
-
|
|
6497
|
+
externalPaymentId: string;
|
|
6498
6498
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* Unique identifier of the Object
|
|
@@ -6608,14 +6608,14 @@ export interface DocumentLineReturnDetail {
|
|
|
6608
6608
|
customerShareOnReduction: number;
|
|
6609
6609
|
|
|
6610
6610
|
/**
|
|
6611
|
-
*
|
|
6611
|
+
* Lieferbedingung für die Retoure (wie der Kunde zurücksendet)
|
|
6612
6612
|
*/
|
|
6613
|
-
|
|
6613
|
+
deliveryTermRef: ApiObjectReference;
|
|
6614
6614
|
|
|
6615
6615
|
/**
|
|
6616
|
-
*
|
|
6616
|
+
* Auf Retoure warten vor Warenersatz? (nur bei GOODS_EXCHANGE_ITEM_GETS_SEND_BACK)
|
|
6617
6617
|
*/
|
|
6618
|
-
|
|
6618
|
+
waitForReturnBeforeExchange: boolean;
|
|
6619
6619
|
|
|
6620
6620
|
/**
|
|
6621
6621
|
* Referenz auf Retourengrund
|
|
@@ -6813,14 +6813,14 @@ export interface DocumentPosPayment {
|
|
|
6813
6813
|
balanceBeforeWithdrawal: number;
|
|
6814
6814
|
|
|
6815
6815
|
/**
|
|
6816
|
-
*
|
|
6816
|
+
* Typ der Position
|
|
6817
6817
|
*/
|
|
6818
|
-
|
|
6818
|
+
posLineType: PosLineType;
|
|
6819
6819
|
|
|
6820
6820
|
/**
|
|
6821
|
-
*
|
|
6821
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6822
6822
|
*/
|
|
6823
|
-
|
|
6823
|
+
externalPaymentId: string;
|
|
6824
6824
|
|
|
6825
6825
|
/**
|
|
6826
6826
|
* Unique identifier of the Object
|
|
@@ -6979,14 +6979,14 @@ export interface DocumentShippingCost {
|
|
|
6979
6979
|
manualCosts: boolean;
|
|
6980
6980
|
|
|
6981
6981
|
/**
|
|
6982
|
-
*
|
|
6982
|
+
* Texte
|
|
6983
6983
|
*/
|
|
6984
|
-
|
|
6984
|
+
texts: Array<DocumentText>;
|
|
6985
6985
|
|
|
6986
6986
|
/**
|
|
6987
|
-
*
|
|
6987
|
+
* Keine Versandkosten (freier Versand)
|
|
6988
6988
|
*/
|
|
6989
|
-
|
|
6989
|
+
freeShipping: boolean;
|
|
6990
6990
|
|
|
6991
6991
|
/**
|
|
6992
6992
|
* skontierbar
|
|
@@ -7094,14 +7094,14 @@ export interface DocumentText {
|
|
|
7094
7094
|
transferableIntoSubsequentDocuments: boolean;
|
|
7095
7095
|
|
|
7096
7096
|
/**
|
|
7097
|
-
*
|
|
7097
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
7098
7098
|
*/
|
|
7099
|
-
|
|
7099
|
+
textPosition: TextPosition;
|
|
7100
7100
|
|
|
7101
7101
|
/**
|
|
7102
|
-
*
|
|
7102
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
7103
7103
|
*/
|
|
7104
|
-
|
|
7104
|
+
deleted: boolean;
|
|
7105
7105
|
|
|
7106
7106
|
/**
|
|
7107
7107
|
* textBaustein Vorlage
|
|
@@ -7211,14 +7211,14 @@ export interface DocumentType {
|
|
|
7211
7211
|
labels: Array<DocumentTypeLabel>;
|
|
7212
7212
|
|
|
7213
7213
|
/**
|
|
7214
|
-
*
|
|
7214
|
+
* Zählerkreis
|
|
7215
7215
|
*/
|
|
7216
|
-
|
|
7216
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7217
7217
|
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* nächste Belegnummer
|
|
7220
7220
|
*/
|
|
7221
|
-
|
|
7221
|
+
nextNumber: string;
|
|
7222
7222
|
|
|
7223
7223
|
/**
|
|
7224
7224
|
* Sortierung
|
|
@@ -7399,14 +7399,14 @@ export const enum DropShippingPolicy {
|
|
|
7399
7399
|
export interface DummySerialNumberStockTransferApi {
|
|
7400
7400
|
|
|
7401
7401
|
/**
|
|
7402
|
-
*
|
|
7402
|
+
* Seriennummer
|
|
7403
7403
|
*/
|
|
7404
|
-
|
|
7404
|
+
serialNumberId: number;
|
|
7405
7405
|
|
|
7406
7406
|
/**
|
|
7407
|
-
*
|
|
7407
|
+
* Ziel-Lager
|
|
7408
7408
|
*/
|
|
7409
|
-
|
|
7409
|
+
targetStorageId: number;
|
|
7410
7410
|
|
|
7411
7411
|
/**
|
|
7412
7412
|
* Bemerkung
|
|
@@ -7743,14 +7743,14 @@ export interface ExternalDocumentWithTaxesRequest {
|
|
|
7743
7743
|
lines: Array<ExternalDocumentWithTaxesLine>;
|
|
7744
7744
|
|
|
7745
7745
|
/**
|
|
7746
|
-
*
|
|
7746
|
+
* USt-IdNr des Empfängers (z.B. bei steuerfreier innergemeinschaftlicher Lieferung)
|
|
7747
7747
|
*/
|
|
7748
|
-
|
|
7748
|
+
taxIdentificationNumber: string;
|
|
7749
7749
|
|
|
7750
7750
|
/**
|
|
7751
|
-
*
|
|
7751
|
+
* Key der Belegart
|
|
7752
7752
|
*/
|
|
7753
|
-
|
|
7753
|
+
documentTypeKey: string;
|
|
7754
7754
|
}
|
|
7755
7755
|
|
|
7756
7756
|
export interface FabricationComponentForProduction {
|
|
@@ -7865,14 +7865,14 @@ export interface FabricationRevertRequest {
|
|
|
7865
7865
|
quantity: number;
|
|
7866
7866
|
|
|
7867
7867
|
/**
|
|
7868
|
-
*
|
|
7868
|
+
* Material automatisch stornieren
|
|
7869
7869
|
*/
|
|
7870
|
-
|
|
7870
|
+
autoRevertComponents: boolean;
|
|
7871
7871
|
|
|
7872
7872
|
/**
|
|
7873
|
-
*
|
|
7873
|
+
* ID der zu stornierenden Position
|
|
7874
7874
|
*/
|
|
7875
|
-
|
|
7875
|
+
documentLineId: number;
|
|
7876
7876
|
|
|
7877
7877
|
/**
|
|
7878
7878
|
* Zu stornierende Seriennummern
|
|
@@ -7888,14 +7888,14 @@ export interface FabricationRevertRequest {
|
|
|
7888
7888
|
export interface FabricationSerialNumber {
|
|
7889
7889
|
|
|
7890
7890
|
/**
|
|
7891
|
-
*
|
|
7891
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7892
7892
|
*/
|
|
7893
|
-
|
|
7893
|
+
serialNumberId: number;
|
|
7894
7894
|
|
|
7895
7895
|
/**
|
|
7896
|
-
*
|
|
7896
|
+
* MHD / Verfallsdatum
|
|
7897
7897
|
*/
|
|
7898
|
-
|
|
7898
|
+
expiryDate: ScriptingDate;
|
|
7899
7899
|
|
|
7900
7900
|
/**
|
|
7901
7901
|
* Bemerkung
|
|
@@ -8212,14 +8212,9 @@ export interface OpenItem {
|
|
|
8212
8212
|
tags: Array<TagDto>;
|
|
8213
8213
|
|
|
8214
8214
|
/**
|
|
8215
|
-
* Fälligkeitsdatum
|
|
8216
|
-
*/
|
|
8217
|
-
paymentDueDate: ScriptingDate;
|
|
8218
|
-
|
|
8219
|
-
/**
|
|
8220
|
-
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8215
|
+
* Fälligkeitsdatum
|
|
8221
8216
|
*/
|
|
8222
|
-
|
|
8217
|
+
paymentDueDate: ScriptingDate;
|
|
8223
8218
|
|
|
8224
8219
|
/**
|
|
8225
8220
|
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8227,15 +8222,20 @@ export interface OpenItem {
|
|
|
8227
8222
|
sourceCountryCode: string;
|
|
8228
8223
|
|
|
8229
8224
|
/**
|
|
8230
|
-
*
|
|
8225
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
8231
8226
|
*/
|
|
8232
|
-
|
|
8227
|
+
performanceCountryCode: string;
|
|
8233
8228
|
|
|
8234
8229
|
/**
|
|
8235
8230
|
* agreed Deposit payment date
|
|
8236
8231
|
*/
|
|
8237
8232
|
depositPaymentDate: ScriptingDate;
|
|
8238
8233
|
|
|
8234
|
+
/**
|
|
8235
|
+
* Valutadatum schreibgeschützt
|
|
8236
|
+
*/
|
|
8237
|
+
valueDateReadOnly: boolean;
|
|
8238
|
+
|
|
8239
8239
|
/**
|
|
8240
8240
|
* Does this open item belong to accounts payable or accounts receivable
|
|
8241
8241
|
*/
|
|
@@ -8352,14 +8352,14 @@ export interface OpenItem {
|
|
|
8352
8352
|
originalPaymentDueDate: ScriptingDate;
|
|
8353
8353
|
|
|
8354
8354
|
/**
|
|
8355
|
-
*
|
|
8355
|
+
* Valutadatum
|
|
8356
8356
|
*/
|
|
8357
|
-
|
|
8357
|
+
valueDate: ScriptingDate;
|
|
8358
8358
|
|
|
8359
8359
|
/**
|
|
8360
|
-
*
|
|
8360
|
+
* whether this open item is balanced, partially paid or open
|
|
8361
8361
|
*/
|
|
8362
|
-
|
|
8362
|
+
balanceState: OpenItemBalanceState;
|
|
8363
8363
|
|
|
8364
8364
|
/**
|
|
8365
8365
|
* Skontobetrag 1
|
|
@@ -8680,14 +8680,14 @@ export interface OpenItemRecord {
|
|
|
8680
8680
|
version: number;
|
|
8681
8681
|
|
|
8682
8682
|
/**
|
|
8683
|
-
*
|
|
8683
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8684
8684
|
*/
|
|
8685
|
-
|
|
8685
|
+
transactionId: number;
|
|
8686
8686
|
|
|
8687
8687
|
/**
|
|
8688
|
-
*
|
|
8688
|
+
* Buchungsbetrag in Basiswährung
|
|
8689
8689
|
*/
|
|
8690
|
-
|
|
8690
|
+
baseAmount: number;
|
|
8691
8691
|
|
|
8692
8692
|
/**
|
|
8693
8693
|
* Abzugsbetrag in Basiswährung
|
|
@@ -9266,14 +9266,14 @@ export const enum PickingType {
|
|
|
9266
9266
|
export interface Picklist {
|
|
9267
9267
|
|
|
9268
9268
|
/**
|
|
9269
|
-
*
|
|
9269
|
+
* Ziellager für Nachschub
|
|
9270
9270
|
*/
|
|
9271
|
-
|
|
9271
|
+
targetStorageRef: ApiObjectReference;
|
|
9272
9272
|
|
|
9273
9273
|
/**
|
|
9274
|
-
*
|
|
9274
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
9275
9275
|
*/
|
|
9276
|
-
|
|
9276
|
+
usedTemplate: PicklistTemplate;
|
|
9277
9277
|
|
|
9278
9278
|
/**
|
|
9279
9279
|
* Nummer der Pickliste
|
|
@@ -9685,6 +9685,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9685
9685
|
*/
|
|
9686
9686
|
alternativeSelectionInVql: string;
|
|
9687
9687
|
|
|
9688
|
+
/**
|
|
9689
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9690
|
+
*/
|
|
9691
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9692
|
+
|
|
9688
9693
|
/**
|
|
9689
9694
|
* Nur vollständig lieferbare Positionen
|
|
9690
9695
|
*/
|
|
@@ -9695,11 +9700,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9695
9700
|
*/
|
|
9696
9701
|
maxOrderCount: number;
|
|
9697
9702
|
|
|
9698
|
-
/**
|
|
9699
|
-
* Selektion über den Bereich vom Lieferdatum
|
|
9700
|
-
*/
|
|
9701
|
-
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9702
|
-
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Selektion über den Bereich vom Belegdatum
|
|
9705
9705
|
*/
|
|
@@ -9768,26 +9768,26 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9768
9768
|
*/
|
|
9769
9769
|
printPicklist: boolean;
|
|
9770
9770
|
|
|
9771
|
-
/**
|
|
9772
|
-
* Maximale Anzahl an Positionen einer Pickliste
|
|
9773
|
-
*/
|
|
9774
|
-
maxPicklistLineCount: number;
|
|
9775
|
-
|
|
9776
9771
|
/**
|
|
9777
9772
|
* Die zu verwendende Pickwagengruppe
|
|
9778
9773
|
*/
|
|
9779
9774
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9780
9775
|
|
|
9781
9776
|
/**
|
|
9782
|
-
*
|
|
9777
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9783
9778
|
*/
|
|
9784
|
-
|
|
9779
|
+
maxPicklistLineCount: number;
|
|
9785
9780
|
|
|
9786
9781
|
/**
|
|
9787
9782
|
* Der zu verwendende Pickwagen
|
|
9788
9783
|
*/
|
|
9789
9784
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9790
9785
|
|
|
9786
|
+
/**
|
|
9787
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9788
|
+
*/
|
|
9789
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9790
|
+
|
|
9791
9791
|
/**
|
|
9792
9792
|
* Lagerplätze vorgeben
|
|
9793
9793
|
*/
|
|
@@ -9847,14 +9847,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9847
9847
|
alwaysShowDeliveryMethod: boolean;
|
|
9848
9848
|
|
|
9849
9849
|
/**
|
|
9850
|
-
*
|
|
9850
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9851
9851
|
*/
|
|
9852
|
-
|
|
9852
|
+
autoPrintDeliveryDocument: boolean;
|
|
9853
9853
|
|
|
9854
9854
|
/**
|
|
9855
|
-
*
|
|
9855
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9856
9856
|
*/
|
|
9857
|
-
|
|
9857
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9858
9858
|
|
|
9859
9859
|
/**
|
|
9860
9860
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9862,24 +9862,24 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9862
9862
|
showShippingFormOnPickingFinish: boolean;
|
|
9863
9863
|
|
|
9864
9864
|
/**
|
|
9865
|
-
*
|
|
9865
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9866
9866
|
*/
|
|
9867
|
-
|
|
9867
|
+
allowPickingOfServiceArticles: boolean;
|
|
9868
9868
|
|
|
9869
9869
|
/**
|
|
9870
|
-
*
|
|
9870
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9871
9871
|
*/
|
|
9872
|
-
|
|
9872
|
+
printLabelOnScan: boolean;
|
|
9873
9873
|
|
|
9874
9874
|
/**
|
|
9875
|
-
*
|
|
9875
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9876
9876
|
*/
|
|
9877
|
-
|
|
9877
|
+
useDigitalPicklist: boolean;
|
|
9878
9878
|
|
|
9879
9879
|
/**
|
|
9880
|
-
*
|
|
9880
|
+
* Sammelbestätigung erlauben
|
|
9881
9881
|
*/
|
|
9882
|
-
|
|
9882
|
+
allowFullConfirmation: boolean;
|
|
9883
9883
|
|
|
9884
9884
|
/**
|
|
9885
9885
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9896,26 +9896,26 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9896
9896
|
*/
|
|
9897
9897
|
printLabelOnCompleteOrder: boolean;
|
|
9898
9898
|
|
|
9899
|
-
/**
|
|
9900
|
-
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9901
|
-
*/
|
|
9902
|
-
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9903
|
-
|
|
9904
9899
|
/**
|
|
9905
9900
|
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9906
9901
|
*/
|
|
9907
9902
|
printLabelAfterPicking: boolean;
|
|
9908
9903
|
|
|
9909
9904
|
/**
|
|
9910
|
-
*
|
|
9905
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9911
9906
|
*/
|
|
9912
|
-
|
|
9907
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9913
9908
|
|
|
9914
9909
|
/**
|
|
9915
9910
|
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9916
9911
|
*/
|
|
9917
9912
|
autoDeterminationOfLots: boolean;
|
|
9918
9913
|
|
|
9914
|
+
/**
|
|
9915
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9916
|
+
*/
|
|
9917
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9918
|
+
|
|
9919
9919
|
/**
|
|
9920
9920
|
* Zielmengen in Masken verstecken?
|
|
9921
9921
|
*/
|
|
@@ -10185,14 +10185,14 @@ export interface ProductArticleRef {
|
|
|
10185
10185
|
export interface ProductDiscount {
|
|
10186
10186
|
|
|
10187
10187
|
/**
|
|
10188
|
-
*
|
|
10188
|
+
* Kundengruppe
|
|
10189
10189
|
*/
|
|
10190
|
-
|
|
10190
|
+
customerGroupRef: ApiObjectReference;
|
|
10191
10191
|
|
|
10192
10192
|
/**
|
|
10193
|
-
*
|
|
10193
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10194
10194
|
*/
|
|
10195
|
-
|
|
10195
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10196
10196
|
|
|
10197
10197
|
/**
|
|
10198
10198
|
* Lieferantengruppe
|
|
@@ -10220,14 +10220,14 @@ export interface ProductDiscount {
|
|
|
10220
10220
|
validFrom: ScriptingDate;
|
|
10221
10221
|
|
|
10222
10222
|
/**
|
|
10223
|
-
*
|
|
10223
|
+
* Warengruppe
|
|
10224
10224
|
*/
|
|
10225
|
-
|
|
10225
|
+
productGroupRef: ApiObjectReference;
|
|
10226
10226
|
|
|
10227
10227
|
/**
|
|
10228
|
-
*
|
|
10228
|
+
* Bestimmt die Art des Rabatts
|
|
10229
10229
|
*/
|
|
10230
|
-
|
|
10230
|
+
modifierType: PriceModifierType;
|
|
10231
10231
|
|
|
10232
10232
|
/**
|
|
10233
10233
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10399,14 +10399,14 @@ export interface ProductMainGroup {
|
|
|
10399
10399
|
export interface ProductPrice {
|
|
10400
10400
|
|
|
10401
10401
|
/**
|
|
10402
|
-
*
|
|
10402
|
+
* Kundengruppe
|
|
10403
10403
|
*/
|
|
10404
|
-
|
|
10404
|
+
customerGroupRef: ApiObjectReference;
|
|
10405
10405
|
|
|
10406
10406
|
/**
|
|
10407
|
-
*
|
|
10407
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10408
10408
|
*/
|
|
10409
|
-
|
|
10409
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10410
10410
|
|
|
10411
10411
|
/**
|
|
10412
10412
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10499,14 +10499,14 @@ export interface ProductPrice {
|
|
|
10499
10499
|
qualifier: ProductPriceQualifier;
|
|
10500
10500
|
|
|
10501
10501
|
/**
|
|
10502
|
-
*
|
|
10502
|
+
* Preisbasis
|
|
10503
10503
|
*/
|
|
10504
|
-
|
|
10504
|
+
priceBase: ArticlePriceBase;
|
|
10505
10505
|
|
|
10506
10506
|
/**
|
|
10507
|
-
*
|
|
10507
|
+
* Aktionpreis
|
|
10508
10508
|
*/
|
|
10509
|
-
|
|
10509
|
+
specialOfferPrice: boolean;
|
|
10510
10510
|
|
|
10511
10511
|
/**
|
|
10512
10512
|
* Gültig bis
|
|
@@ -10624,9 +10624,9 @@ export interface RequestDocument {
|
|
|
10624
10624
|
documentDate: ScriptingDate;
|
|
10625
10625
|
|
|
10626
10626
|
/**
|
|
10627
|
-
*
|
|
10627
|
+
* Der Anzahlungsbetrag
|
|
10628
10628
|
*/
|
|
10629
|
-
|
|
10629
|
+
depositPaymentAmount: number;
|
|
10630
10630
|
|
|
10631
10631
|
/**
|
|
10632
10632
|
* Leistungsdatum
|
|
@@ -10634,9 +10634,9 @@ export interface RequestDocument {
|
|
|
10634
10634
|
performanceDate: ScriptingDate;
|
|
10635
10635
|
|
|
10636
10636
|
/**
|
|
10637
|
-
*
|
|
10637
|
+
* ID der Kassenschublade (bei POS)
|
|
10638
10638
|
*/
|
|
10639
|
-
|
|
10639
|
+
cashDrawerId: number;
|
|
10640
10640
|
|
|
10641
10641
|
/**
|
|
10642
10642
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10703,26 +10703,26 @@ export interface RequestDocument {
|
|
|
10703
10703
|
*/
|
|
10704
10704
|
assemblyComponentReturnsToAddOnTransfer: Array<AssemblyComponentReturnLine>;
|
|
10705
10705
|
|
|
10706
|
-
/**
|
|
10707
|
-
* ID der Kasse (bei POS)
|
|
10708
|
-
*/
|
|
10709
|
-
posRegisterId: number;
|
|
10710
|
-
|
|
10711
10706
|
/**
|
|
10712
10707
|
* Die Vertragsdetails
|
|
10713
10708
|
*/
|
|
10714
10709
|
contractDetail: DocumentContractDetail;
|
|
10715
10710
|
|
|
10716
10711
|
/**
|
|
10717
|
-
*
|
|
10712
|
+
* ID der Kasse (bei POS)
|
|
10718
10713
|
*/
|
|
10719
|
-
|
|
10714
|
+
posRegisterId: number;
|
|
10720
10715
|
|
|
10721
10716
|
/**
|
|
10722
10717
|
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
10723
10718
|
*/
|
|
10724
10719
|
paymentTermId: number;
|
|
10725
10720
|
|
|
10721
|
+
/**
|
|
10722
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
10723
|
+
*/
|
|
10724
|
+
supplierAccountId: number;
|
|
10725
|
+
|
|
10726
10726
|
/**
|
|
10727
10727
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
10728
10728
|
*/
|
|
@@ -10812,14 +10812,14 @@ export interface RequestDocumentLine {
|
|
|
10812
10812
|
description: string;
|
|
10813
10813
|
|
|
10814
10814
|
/**
|
|
10815
|
-
*
|
|
10815
|
+
* Quittungsdetails zur Belegposition
|
|
10816
10816
|
*/
|
|
10817
|
-
|
|
10817
|
+
posDetail: DocumentLinePosDetail;
|
|
10818
10818
|
|
|
10819
10819
|
/**
|
|
10820
|
-
*
|
|
10820
|
+
* Herkunft des Preises
|
|
10821
10821
|
*/
|
|
10822
|
-
|
|
10822
|
+
priceOrigin: ProductPriceOrigin;
|
|
10823
10823
|
|
|
10824
10824
|
/**
|
|
10825
10825
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -10837,14 +10837,14 @@ export interface RequestDocumentLine {
|
|
|
10837
10837
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10838
10838
|
|
|
10839
10839
|
/**
|
|
10840
|
-
*
|
|
10840
|
+
* Typ dieser Position
|
|
10841
10841
|
*/
|
|
10842
|
-
|
|
10842
|
+
lineType: DocumentLineType;
|
|
10843
10843
|
|
|
10844
10844
|
/**
|
|
10845
|
-
*
|
|
10845
|
+
* FiBu-Angaben
|
|
10846
10846
|
*/
|
|
10847
|
-
|
|
10847
|
+
financeBooking: DocumentFinanceBooking;
|
|
10848
10848
|
|
|
10849
10849
|
/**
|
|
10850
10850
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10857,14 +10857,14 @@ export interface RequestDocumentLine {
|
|
|
10857
10857
|
dropShippingPolicy: DropShippingPolicy;
|
|
10858
10858
|
|
|
10859
10859
|
/**
|
|
10860
|
-
*
|
|
10860
|
+
* (optional) Lager-ID
|
|
10861
10861
|
*/
|
|
10862
|
-
|
|
10862
|
+
storageId: number;
|
|
10863
10863
|
|
|
10864
10864
|
/**
|
|
10865
|
-
*
|
|
10865
|
+
* Positionsnummer der Artikel
|
|
10866
10866
|
*/
|
|
10867
|
-
|
|
10867
|
+
positionOfArticleLine: number;
|
|
10868
10868
|
|
|
10869
10869
|
/**
|
|
10870
10870
|
* Vertragsdetails zur Belegposition
|
|
@@ -10902,14 +10902,14 @@ export interface RequestDocumentLine {
|
|
|
10902
10902
|
custom: EavDocumentline;
|
|
10903
10903
|
|
|
10904
10904
|
/**
|
|
10905
|
-
*
|
|
10905
|
+
* (optional) ID des Artikels dieser Position
|
|
10906
10906
|
*/
|
|
10907
|
-
|
|
10907
|
+
articleId: number;
|
|
10908
10908
|
|
|
10909
10909
|
/**
|
|
10910
|
-
*
|
|
10910
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10911
10911
|
*/
|
|
10912
|
-
|
|
10912
|
+
settledOpenItemComment: string;
|
|
10913
10913
|
|
|
10914
10914
|
/**
|
|
10915
10915
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -10957,14 +10957,14 @@ export interface RequestDocumentLine {
|
|
|
10957
10957
|
sourceLineId: number;
|
|
10958
10958
|
|
|
10959
10959
|
/**
|
|
10960
|
-
*
|
|
10960
|
+
* Buchungen zu dieser Belegposition
|
|
10961
10961
|
*/
|
|
10962
|
-
|
|
10962
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10963
10963
|
|
|
10964
10964
|
/**
|
|
10965
|
-
*
|
|
10965
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10966
10966
|
*/
|
|
10967
|
-
|
|
10967
|
+
externalArticleNumber: string;
|
|
10968
10968
|
|
|
10969
10969
|
/**
|
|
10970
10970
|
* Zu der Zeile Etikettendruck anstoßen
|
|
@@ -11111,14 +11111,14 @@ export const enum ReturnCategory {
|
|
|
11111
11111
|
export interface RevenueCalculation {
|
|
11112
11112
|
|
|
11113
11113
|
/**
|
|
11114
|
-
*
|
|
11114
|
+
* Netto Umsatz
|
|
11115
11115
|
*/
|
|
11116
|
-
|
|
11116
|
+
salesValue: number;
|
|
11117
11117
|
|
|
11118
11118
|
/**
|
|
11119
|
-
*
|
|
11119
|
+
* Deckungsbeitrag (absolut)
|
|
11120
11120
|
*/
|
|
11121
|
-
|
|
11121
|
+
revenue: number;
|
|
11122
11122
|
|
|
11123
11123
|
/**
|
|
11124
11124
|
* Einkaufspreis
|
|
@@ -11501,14 +11501,14 @@ export interface SequencerConfiguration {
|
|
|
11501
11501
|
key: string;
|
|
11502
11502
|
|
|
11503
11503
|
/**
|
|
11504
|
-
*
|
|
11504
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11505
11505
|
*/
|
|
11506
|
-
|
|
11506
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11507
11507
|
|
|
11508
11508
|
/**
|
|
11509
|
-
*
|
|
11509
|
+
* Contains details about the sequencer configuration
|
|
11510
11510
|
*/
|
|
11511
|
-
|
|
11511
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11512
11512
|
|
|
11513
11513
|
/**
|
|
11514
11514
|
* MetaInformations for this Object
|
|
@@ -11850,14 +11850,14 @@ export interface ShelfFile {
|
|
|
11850
11850
|
version: number;
|
|
11851
11851
|
|
|
11852
11852
|
/**
|
|
11853
|
-
*
|
|
11853
|
+
* meta data
|
|
11854
11854
|
*/
|
|
11855
|
-
|
|
11855
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11856
11856
|
|
|
11857
11857
|
/**
|
|
11858
|
-
*
|
|
11858
|
+
* current reference of this file in our storage
|
|
11859
11859
|
*/
|
|
11860
|
-
|
|
11860
|
+
storageHandle: string;
|
|
11861
11861
|
|
|
11862
11862
|
/**
|
|
11863
11863
|
* MetaInformations for this Object
|
|
@@ -12123,14 +12123,14 @@ export interface StockMovementManualApi {
|
|
|
12123
12123
|
export interface StockTransferApi {
|
|
12124
12124
|
|
|
12125
12125
|
/**
|
|
12126
|
-
*
|
|
12126
|
+
* Seriennummer
|
|
12127
12127
|
*/
|
|
12128
|
-
|
|
12128
|
+
serialNumberId: number;
|
|
12129
12129
|
|
|
12130
12130
|
/**
|
|
12131
|
-
*
|
|
12131
|
+
* Ziel-Lager
|
|
12132
12132
|
*/
|
|
12133
|
-
|
|
12133
|
+
targetStorageId: number;
|
|
12134
12134
|
|
|
12135
12135
|
/**
|
|
12136
12136
|
* Bemerkung
|
|
@@ -12350,6 +12350,11 @@ export interface Supplier {
|
|
|
12350
12350
|
*/
|
|
12351
12351
|
info: MetaInfo;
|
|
12352
12352
|
|
|
12353
|
+
/**
|
|
12354
|
+
* Lieferantengruppe
|
|
12355
|
+
*/
|
|
12356
|
+
supplierGroupRef: ApiObjectReference;
|
|
12357
|
+
|
|
12353
12358
|
/**
|
|
12354
12359
|
* reference to the delivery method
|
|
12355
12360
|
*/
|
|
@@ -12360,11 +12365,6 @@ export interface Supplier {
|
|
|
12360
12365
|
*/
|
|
12361
12366
|
taxable: boolean;
|
|
12362
12367
|
|
|
12363
|
-
/**
|
|
12364
|
-
* Lieferantengruppe
|
|
12365
|
-
*/
|
|
12366
|
-
supplierGroupRef: ApiObjectReference;
|
|
12367
|
-
|
|
12368
12368
|
/**
|
|
12369
12369
|
* Mahnen?
|
|
12370
12370
|
*/
|
|
@@ -12416,14 +12416,14 @@ export interface Supplier {
|
|
|
12416
12416
|
performanceCountryCode: string;
|
|
12417
12417
|
|
|
12418
12418
|
/**
|
|
12419
|
-
*
|
|
12419
|
+
* reference to the payment method
|
|
12420
12420
|
*/
|
|
12421
|
-
|
|
12421
|
+
paymentMethodRef: ApiObjectReference;
|
|
12422
12422
|
|
|
12423
12423
|
/**
|
|
12424
|
-
*
|
|
12424
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12425
12425
|
*/
|
|
12426
|
-
|
|
12426
|
+
defaultDeliveryTime: number;
|
|
12427
12427
|
|
|
12428
12428
|
/**
|
|
12429
12429
|
* Bestellsperre
|
|
@@ -12687,26 +12687,26 @@ export interface TextTemplate {
|
|
|
12687
12687
|
*/
|
|
12688
12688
|
targetDocumentTypes: Array<ApiObjectReference>;
|
|
12689
12689
|
|
|
12690
|
-
/**
|
|
12691
|
-
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12692
|
-
*/
|
|
12693
|
-
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12694
|
-
|
|
12695
12690
|
/**
|
|
12696
12691
|
* Texte in den angebotenen Sprachen
|
|
12697
12692
|
*/
|
|
12698
12693
|
languageSpecificContents: Array<LocalizedTextTemplateContent>;
|
|
12699
12694
|
|
|
12700
12695
|
/**
|
|
12701
|
-
*
|
|
12696
|
+
* Vorbelegtypen. Geben zusammen mit Zieldokumenttypen die Transitionen an für die dieses Template gilt
|
|
12702
12697
|
*/
|
|
12703
|
-
|
|
12698
|
+
sourceDocumentTypes: Array<ApiObjectReference>;
|
|
12704
12699
|
|
|
12705
12700
|
/**
|
|
12706
12701
|
* Wird eine eigene DocumentLine für den Baustein angelegt?
|
|
12707
12702
|
*/
|
|
12708
12703
|
separateLine: boolean;
|
|
12709
12704
|
|
|
12705
|
+
/**
|
|
12706
|
+
* article für den diese Templates gelten
|
|
12707
|
+
*/
|
|
12708
|
+
articleId: number;
|
|
12709
|
+
|
|
12710
12710
|
/**
|
|
12711
12711
|
* Wann wird ein UI-Hint angezeigt
|
|
12712
12712
|
*/
|