@vario-software/types 2026.32.3 → 2026.32.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +46 -46
- package/scripting/types.d.ts +284 -284
package/scripting/types.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export interface Account {
|
|
|
84
84
|
businessRelationType: BusinessRelationType;
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* first contact type for this account
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
initialContactTypeRef: ApiCreatableReference;
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Zeitzone (bzw. Zeitzonen-Offset) des Accounts
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
accountZoneId: AccountZoneId;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* Supplier of this account
|
|
@@ -144,14 +144,14 @@ export interface Account {
|
|
|
144
144
|
payablesSum: number;
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* Summe Forderungen
|
|
148
148
|
*/
|
|
149
|
-
|
|
149
|
+
receivablesSum: number;
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Kostenstelle
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
costCenter: string;
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* companyLegal for this account
|
|
@@ -292,14 +292,14 @@ export interface AccountAddress {
|
|
|
292
292
|
regionRef: ApiObjectReference;
|
|
293
293
|
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* Post office box
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
postOfficeBox: string;
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Title
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
titleRef: ApiCreatableReference;
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
305
|
* Street
|
|
@@ -412,14 +412,14 @@ export interface AccountAddress {
|
|
|
412
412
|
streetAddressNumber: string;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
|
-
*
|
|
415
|
+
* Parcel station customer number
|
|
416
416
|
*/
|
|
417
|
-
|
|
417
|
+
parcelStationCustomerNumber: string;
|
|
418
418
|
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Default contacts
|
|
421
421
|
*/
|
|
422
|
-
|
|
422
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
425
|
* Name3
|
|
@@ -494,26 +494,26 @@ export interface AccountBankdetail {
|
|
|
494
494
|
*/
|
|
495
495
|
version: number;
|
|
496
496
|
|
|
497
|
-
/**
|
|
498
|
-
* city of the bank
|
|
499
|
-
*/
|
|
500
|
-
bankCity: string;
|
|
501
|
-
|
|
502
497
|
/**
|
|
503
498
|
* Hauptbankverbindung für
|
|
504
499
|
*/
|
|
505
500
|
mainBankAccountType: TaxPerformanceLocationType;
|
|
506
501
|
|
|
507
502
|
/**
|
|
508
|
-
*
|
|
503
|
+
* city of the bank
|
|
509
504
|
*/
|
|
510
|
-
|
|
505
|
+
bankCity: string;
|
|
511
506
|
|
|
512
507
|
/**
|
|
513
508
|
* origin type
|
|
514
509
|
*/
|
|
515
510
|
originType: AccountBankdetail$OriginType;
|
|
516
511
|
|
|
512
|
+
/**
|
|
513
|
+
* Is default bank?
|
|
514
|
+
*/
|
|
515
|
+
defaultBank: boolean;
|
|
516
|
+
|
|
517
517
|
/**
|
|
518
518
|
* IBAN
|
|
519
519
|
*/
|
|
@@ -1070,14 +1070,14 @@ export interface Article {
|
|
|
1070
1070
|
warrantyInMonths: number;
|
|
1071
1071
|
|
|
1072
1072
|
/**
|
|
1073
|
-
*
|
|
1073
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1074
1074
|
*/
|
|
1075
|
-
|
|
1075
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
*
|
|
1078
|
+
* weight and size w.o. packaging
|
|
1079
1079
|
*/
|
|
1080
|
-
|
|
1080
|
+
netMetric: Article$Metric;
|
|
1081
1081
|
|
|
1082
1082
|
/**
|
|
1083
1083
|
* unique product number
|
|
@@ -1195,14 +1195,14 @@ export interface Article {
|
|
|
1195
1195
|
returnable: boolean;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
|
-
*
|
|
1198
|
+
* Verkaufseinheit
|
|
1199
1199
|
*/
|
|
1200
|
-
|
|
1200
|
+
salesUnit: number;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
|
-
*
|
|
1203
|
+
* weight and size inc. packaging
|
|
1204
1204
|
*/
|
|
1205
|
-
|
|
1205
|
+
grossMetric: Article$Metric;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* name of this product
|
|
@@ -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
|
* rabattierbarer Artikel?
|
|
1329
1324
|
*/
|
|
1330
1325
|
discountable: boolean;
|
|
1331
1326
|
|
|
1327
|
+
/**
|
|
1328
|
+
* Kontingentartikel
|
|
1329
|
+
*/
|
|
1330
|
+
contingentArticleRef: ApiObjectReference;
|
|
1331
|
+
|
|
1332
1332
|
/**
|
|
1333
1333
|
* alternative name of this product
|
|
1334
1334
|
*/
|
|
@@ -1552,15 +1552,20 @@ export interface ArticleCustomer {
|
|
|
1552
1552
|
*/
|
|
1553
1553
|
articleName: string;
|
|
1554
1554
|
|
|
1555
|
+
/**
|
|
1556
|
+
* Etikettdruck-Einstellungen
|
|
1557
|
+
*/
|
|
1558
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1559
|
+
|
|
1555
1560
|
/**
|
|
1556
1561
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1557
1562
|
*/
|
|
1558
1563
|
useDeviatingArticleIdentifier: boolean;
|
|
1559
1564
|
|
|
1560
1565
|
/**
|
|
1561
|
-
*
|
|
1566
|
+
* Kunden-Preise
|
|
1562
1567
|
*/
|
|
1563
|
-
|
|
1568
|
+
productPrices: Array<ProductPrice>;
|
|
1564
1569
|
|
|
1565
1570
|
/**
|
|
1566
1571
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -1572,11 +1577,6 @@ export interface ArticleCustomer {
|
|
|
1572
1577
|
*/
|
|
1573
1578
|
articleId: number;
|
|
1574
1579
|
|
|
1575
|
-
/**
|
|
1576
|
-
* Kunden-Preise
|
|
1577
|
-
*/
|
|
1578
|
-
productPrices: Array<ProductPrice>;
|
|
1579
|
-
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Aktiv?
|
|
1582
1582
|
*/
|
|
@@ -1735,14 +1735,14 @@ export interface ArticleListing {
|
|
|
1735
1735
|
proposedLowestPriceGross: number;
|
|
1736
1736
|
|
|
1737
1737
|
/**
|
|
1738
|
-
* der
|
|
1738
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1739
1739
|
*/
|
|
1740
|
-
|
|
1740
|
+
customLowestPriceGross: number;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
|
-
*
|
|
1743
|
+
* der Sales Channel
|
|
1744
1744
|
*/
|
|
1745
|
-
|
|
1745
|
+
salesChannelRef: ApiObjectReference;
|
|
1746
1746
|
|
|
1747
1747
|
/**
|
|
1748
1748
|
* soll der Artikel gelistet werden
|
|
@@ -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
|
* Meldebestand
|
|
@@ -2050,11 +2050,6 @@ export interface ArticleStorage {
|
|
|
2050
2050
|
|
|
2051
2051
|
export interface ArticleSupplier {
|
|
2052
2052
|
|
|
2053
|
-
/**
|
|
2054
|
-
* Anzeigename des Accounts
|
|
2055
|
-
*/
|
|
2056
|
-
accountDisplayName: string;
|
|
2057
|
-
|
|
2058
2053
|
/**
|
|
2059
2054
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2060
2055
|
*/
|
|
@@ -2065,6 +2060,11 @@ export interface ArticleSupplier {
|
|
|
2065
2060
|
*/
|
|
2066
2061
|
supplierReportingStock: number;
|
|
2067
2062
|
|
|
2063
|
+
/**
|
|
2064
|
+
* Anzeigename des Accounts
|
|
2065
|
+
*/
|
|
2066
|
+
accountDisplayName: string;
|
|
2067
|
+
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Lieferzeit in (Werk-)Tagen
|
|
2070
2070
|
*/
|
|
@@ -2131,14 +2131,14 @@ export interface ArticleSupplier {
|
|
|
2131
2131
|
packagingUnit: number;
|
|
2132
2132
|
|
|
2133
2133
|
/**
|
|
2134
|
-
*
|
|
2134
|
+
* Lieferanten-Preise
|
|
2135
2135
|
*/
|
|
2136
|
-
|
|
2136
|
+
productPrices: Array<ProductPrice>;
|
|
2137
2137
|
|
|
2138
2138
|
/**
|
|
2139
|
-
*
|
|
2139
|
+
* Referenced Article
|
|
2140
2140
|
*/
|
|
2141
|
-
|
|
2141
|
+
articleId: number;
|
|
2142
2142
|
|
|
2143
2143
|
/**
|
|
2144
2144
|
* Aktiv?
|
|
@@ -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
|
+
* Zugehörige Assets
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2268
2268
|
|
|
2269
2269
|
/**
|
|
2270
|
-
*
|
|
2270
|
+
* Ende Garantie
|
|
2271
2271
|
*/
|
|
2272
|
-
|
|
2272
|
+
warrantyEndDate: ScriptingDate;
|
|
2273
2273
|
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Asset-Bezeichnung
|
|
@@ -2556,14 +2556,14 @@ export interface CountryReference {
|
|
|
2556
2556
|
export interface CreateNewDocumentRequest {
|
|
2557
2557
|
|
|
2558
2558
|
/**
|
|
2559
|
-
* Belegart
|
|
2559
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2560
2560
|
*/
|
|
2561
|
-
|
|
2561
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2562
2562
|
|
|
2563
2563
|
/**
|
|
2564
|
-
*
|
|
2564
|
+
* Belegart
|
|
2565
2565
|
*/
|
|
2566
|
-
|
|
2566
|
+
documentTypeLabel: string;
|
|
2567
2567
|
|
|
2568
2568
|
/**
|
|
2569
2569
|
* Beleg als extern erstellt kennzeichnen (extern erstellter Beleg)
|
|
@@ -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
|
+
* Text des Checklisten-Elements
|
|
2797
2797
|
*/
|
|
2798
|
-
|
|
2798
|
+
memo: string;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* Ist das Element "angehakt"?
|
|
2802
2802
|
*/
|
|
2803
|
-
|
|
2803
|
+
checked: boolean;
|
|
2804
2804
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -3724,14 +3724,14 @@ export interface CrmTask {
|
|
|
3724
3724
|
parentRefs: Array<CrmObjectRef>;
|
|
3725
3725
|
|
|
3726
3726
|
/**
|
|
3727
|
-
*
|
|
3727
|
+
* Beauftragte Zeit in Sekunden
|
|
3728
3728
|
*/
|
|
3729
|
-
|
|
3729
|
+
effortCommissioned: number;
|
|
3730
3730
|
|
|
3731
3731
|
/**
|
|
3732
|
-
*
|
|
3732
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3733
3733
|
*/
|
|
3734
|
-
|
|
3734
|
+
externalRecordedTimes: number;
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3988,14 +3988,14 @@ export interface Customer {
|
|
|
3988
3988
|
info: MetaInfo;
|
|
3989
3989
|
|
|
3990
3990
|
/**
|
|
3991
|
-
*
|
|
3991
|
+
* tax able or tax free
|
|
3992
3992
|
*/
|
|
3993
|
-
|
|
3993
|
+
taxable: boolean;
|
|
3994
3994
|
|
|
3995
3995
|
/**
|
|
3996
|
-
*
|
|
3996
|
+
* reference to the delivery method
|
|
3997
3997
|
*/
|
|
3998
|
-
|
|
3998
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3999
3999
|
|
|
4000
4000
|
/**
|
|
4001
4001
|
* active true/false
|
|
@@ -4206,26 +4206,26 @@ export interface DeliveryMethod {
|
|
|
4206
4206
|
*/
|
|
4207
4207
|
defaultSizeUnit: UnitTypeReference;
|
|
4208
4208
|
|
|
4209
|
-
/**
|
|
4210
|
-
* Quelle für Paketgewicht
|
|
4211
|
-
*/
|
|
4212
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4213
|
-
|
|
4214
4209
|
/**
|
|
4215
4210
|
* translations
|
|
4216
4211
|
*/
|
|
4217
4212
|
translations: Array<DocumentTypeTerm>;
|
|
4218
4213
|
|
|
4219
4214
|
/**
|
|
4220
|
-
*
|
|
4215
|
+
* Quelle für Paketgewicht
|
|
4221
4216
|
*/
|
|
4222
|
-
|
|
4217
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4223
4218
|
|
|
4224
4219
|
/**
|
|
4225
4220
|
* Versand-Anbieter
|
|
4226
4221
|
*/
|
|
4227
4222
|
vdsCarrierId: number;
|
|
4228
4223
|
|
|
4224
|
+
/**
|
|
4225
|
+
* Gültige Ländercodes
|
|
4226
|
+
*/
|
|
4227
|
+
validCountryCodes: Array<string>;
|
|
4228
|
+
|
|
4229
4229
|
/**
|
|
4230
4230
|
* Standardgewichtseinheit
|
|
4231
4231
|
*/
|
|
@@ -4305,14 +4305,14 @@ export interface DeliveryTerm {
|
|
|
4305
4305
|
version: number;
|
|
4306
4306
|
|
|
4307
4307
|
/**
|
|
4308
|
-
*
|
|
4308
|
+
* translations
|
|
4309
4309
|
*/
|
|
4310
|
-
|
|
4310
|
+
translations: Array<DocumentTypeTerm>;
|
|
4311
4311
|
|
|
4312
4312
|
/**
|
|
4313
|
-
*
|
|
4313
|
+
* information, how the shipping charges should be calculated
|
|
4314
4314
|
*/
|
|
4315
|
-
|
|
4315
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4316
4316
|
|
|
4317
4317
|
/**
|
|
4318
4318
|
* Lieferarten
|
|
@@ -4325,14 +4325,14 @@ export interface DeliveryTerm {
|
|
|
4325
4325
|
id: number;
|
|
4326
4326
|
|
|
4327
4327
|
/**
|
|
4328
|
-
*
|
|
4328
|
+
* free shipping net value
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4330
|
+
freeShippingNetValue: number;
|
|
4331
4331
|
|
|
4332
4332
|
/**
|
|
4333
|
-
*
|
|
4333
|
+
* Versandkostenartikel
|
|
4334
4334
|
*/
|
|
4335
|
-
|
|
4335
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4336
4336
|
|
|
4337
4337
|
/**
|
|
4338
4338
|
* MetaInformations for this Object
|
|
@@ -4448,9 +4448,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4448
4448
|
returnDeliveryAddress: DocumentAddress;
|
|
4449
4449
|
|
|
4450
4450
|
/**
|
|
4451
|
-
*
|
|
4451
|
+
* Steuerpflichtig oder steuerfrei
|
|
4452
4452
|
*/
|
|
4453
|
-
|
|
4453
|
+
taxable: boolean;
|
|
4454
4454
|
|
|
4455
4455
|
/**
|
|
4456
4456
|
* Leitweg-ID
|
|
@@ -4458,9 +4458,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4458
4458
|
buyerReference: string;
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
|
-
*
|
|
4461
|
+
* Bestellnummer aus Vorbeleg
|
|
4462
4462
|
*/
|
|
4463
|
-
|
|
4463
|
+
referencedOrderNumber: string;
|
|
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
|
|
@@ -4685,14 +4685,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4685
4685
|
defaultAddress: DocumentAddress;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
*
|
|
4688
|
+
* Leistungsdatum
|
|
4689
4689
|
*/
|
|
4690
|
-
|
|
4690
|
+
performanceDate: ScriptingDate;
|
|
4691
4691
|
|
|
4692
4692
|
/**
|
|
4693
|
-
*
|
|
4693
|
+
* Verarbeitungsoption für Stapel
|
|
4694
4694
|
*/
|
|
4695
|
-
|
|
4695
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4696
4696
|
|
|
4697
4697
|
/**
|
|
4698
4698
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4720,14 +4720,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4720
4720
|
additionalInfo: DocumentAdditionalInfo;
|
|
4721
4721
|
|
|
4722
4722
|
/**
|
|
4723
|
-
*
|
|
4723
|
+
* Bestelldatum
|
|
4724
4724
|
*/
|
|
4725
|
-
|
|
4725
|
+
orderedOn: ScriptingDate;
|
|
4726
4726
|
|
|
4727
4727
|
/**
|
|
4728
|
-
*
|
|
4728
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4729
4729
|
*/
|
|
4730
|
-
|
|
4730
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4731
4731
|
|
|
4732
4732
|
/**
|
|
4733
4733
|
* MetaInformations for this Object
|
|
@@ -4879,6 +4879,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4879
4879
|
*/
|
|
4880
4880
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4881
4881
|
|
|
4882
|
+
/**
|
|
4883
|
+
* Rückgeld
|
|
4884
|
+
*/
|
|
4885
|
+
posReceiptChangeAmount: number;
|
|
4886
|
+
|
|
4882
4887
|
/**
|
|
4883
4888
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4884
4889
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4891,11 +4896,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4891
4896
|
*/
|
|
4892
4897
|
deliveryTermRef: ApiObjectReference;
|
|
4893
4898
|
|
|
4894
|
-
/**
|
|
4895
|
-
* Rückgeld
|
|
4896
|
-
*/
|
|
4897
|
-
posReceiptChangeAmount: number;
|
|
4898
|
-
|
|
4899
4899
|
/**
|
|
4900
4900
|
* Gesamtbruttogewicht
|
|
4901
4901
|
*/
|
|
@@ -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
|
* Bestellt durch Ansprechpartner
|
|
@@ -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
|
|
@@ -6487,14 +6487,14 @@ export interface DocumentLinePosDetail {
|
|
|
6487
6487
|
balanceBeforeWithdrawal: number;
|
|
6488
6488
|
|
|
6489
6489
|
/**
|
|
6490
|
-
*
|
|
6490
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6491
6491
|
*/
|
|
6492
|
-
|
|
6492
|
+
externalPaymentId: string;
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
|
-
*
|
|
6495
|
+
* Typ der Position
|
|
6496
6496
|
*/
|
|
6497
|
-
|
|
6497
|
+
posLineType: PosLineType;
|
|
6498
6498
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* Unique identifier of the Object
|
|
@@ -6793,14 +6793,14 @@ export interface DocumentPosPayment {
|
|
|
6793
6793
|
version: number;
|
|
6794
6794
|
|
|
6795
6795
|
/**
|
|
6796
|
-
*
|
|
6796
|
+
* Zahlungsart
|
|
6797
6797
|
*/
|
|
6798
|
-
|
|
6798
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6799
6799
|
|
|
6800
6800
|
/**
|
|
6801
|
-
*
|
|
6801
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6802
6802
|
*/
|
|
6803
|
-
|
|
6803
|
+
withdrawalAmount: number;
|
|
6804
6804
|
|
|
6805
6805
|
/**
|
|
6806
6806
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6813,14 +6813,14 @@ export interface DocumentPosPayment {
|
|
|
6813
6813
|
balanceBeforeWithdrawal: number;
|
|
6814
6814
|
|
|
6815
6815
|
/**
|
|
6816
|
-
*
|
|
6816
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6817
6817
|
*/
|
|
6818
|
-
|
|
6818
|
+
externalPaymentId: string;
|
|
6819
6819
|
|
|
6820
6820
|
/**
|
|
6821
|
-
*
|
|
6821
|
+
* Typ der Position
|
|
6822
6822
|
*/
|
|
6823
|
-
|
|
6823
|
+
posLineType: PosLineType;
|
|
6824
6824
|
|
|
6825
6825
|
/**
|
|
6826
6826
|
* Unique identifier of the Object
|
|
@@ -7399,14 +7399,14 @@ export const enum DropShippingPolicy {
|
|
|
7399
7399
|
export interface DummySerialNumberStockTransferApi {
|
|
7400
7400
|
|
|
7401
7401
|
/**
|
|
7402
|
-
*
|
|
7402
|
+
* Ziel-Lager
|
|
7403
7403
|
*/
|
|
7404
|
-
|
|
7404
|
+
targetStorageId: number;
|
|
7405
7405
|
|
|
7406
7406
|
/**
|
|
7407
|
-
*
|
|
7407
|
+
* Seriennummer
|
|
7408
7408
|
*/
|
|
7409
|
-
|
|
7409
|
+
serialNumberId: number;
|
|
7410
7410
|
|
|
7411
7411
|
/**
|
|
7412
7412
|
* Bemerkung
|
|
@@ -8097,14 +8097,14 @@ export interface OpenItem {
|
|
|
8097
8097
|
paymentDiscountOrigin: PaymentDiscountOrigin;
|
|
8098
8098
|
|
|
8099
8099
|
/**
|
|
8100
|
-
*
|
|
8100
|
+
* Anzahl Mahnpositionen/Mahnungen für diesen OP
|
|
8101
8101
|
*/
|
|
8102
|
-
|
|
8102
|
+
dunningCount: number;
|
|
8103
8103
|
|
|
8104
8104
|
/**
|
|
8105
|
-
*
|
|
8105
|
+
* balanced date of this open item (calculated)
|
|
8106
8106
|
*/
|
|
8107
|
-
|
|
8107
|
+
balancedDate: ScriptingDate;
|
|
8108
8108
|
|
|
8109
8109
|
/**
|
|
8110
8110
|
* Gesamtsumme der Rechnungsbeträge in Basiswährung
|
|
@@ -8287,14 +8287,14 @@ export interface OpenItem {
|
|
|
8287
8287
|
paymentDiscount2: number;
|
|
8288
8288
|
|
|
8289
8289
|
/**
|
|
8290
|
-
*
|
|
8290
|
+
* kann wiedereröffet werden
|
|
8291
8291
|
*/
|
|
8292
|
-
|
|
8292
|
+
canBeReopened: boolean;
|
|
8293
8293
|
|
|
8294
8294
|
/**
|
|
8295
|
-
*
|
|
8295
|
+
* How much discount can be given for speedy payment, rule 1
|
|
8296
8296
|
*/
|
|
8297
|
-
|
|
8297
|
+
paymentDiscount1: number;
|
|
8298
8298
|
|
|
8299
8299
|
/**
|
|
8300
8300
|
* Der momentan gültige zu zahlende Betrag
|
|
@@ -8302,14 +8302,14 @@ export interface OpenItem {
|
|
|
8302
8302
|
paymentAmount: number;
|
|
8303
8303
|
|
|
8304
8304
|
/**
|
|
8305
|
-
*
|
|
8305
|
+
* how should a refund be done?
|
|
8306
8306
|
*/
|
|
8307
|
-
|
|
8307
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8308
8308
|
|
|
8309
8309
|
/**
|
|
8310
|
-
*
|
|
8310
|
+
* Rechnungskorrektur
|
|
8311
8311
|
*/
|
|
8312
|
-
|
|
8312
|
+
creditNote: ApiObjectReference;
|
|
8313
8313
|
|
|
8314
8314
|
/**
|
|
8315
8315
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8332,14 +8332,14 @@ export interface OpenItem {
|
|
|
8332
8332
|
sumFee: number;
|
|
8333
8333
|
|
|
8334
8334
|
/**
|
|
8335
|
-
*
|
|
8335
|
+
* The full amount of the payment
|
|
8336
8336
|
*/
|
|
8337
|
-
|
|
8337
|
+
fullPaymentAmount: number;
|
|
8338
8338
|
|
|
8339
8339
|
/**
|
|
8340
|
-
*
|
|
8340
|
+
* Zahlungsplan
|
|
8341
8341
|
*/
|
|
8342
|
-
|
|
8342
|
+
paymentPlan: OpenItemPaymentPlan;
|
|
8343
8343
|
|
|
8344
8344
|
/**
|
|
8345
8345
|
* Zahlungssperre
|
|
@@ -8361,26 +8361,26 @@ export interface OpenItem {
|
|
|
8361
8361
|
*/
|
|
8362
8362
|
valueDate: ScriptingDate;
|
|
8363
8363
|
|
|
8364
|
-
/**
|
|
8365
|
-
* Summe der Abzüge (Skonto usw.) in Basiswährung
|
|
8366
|
-
*/
|
|
8367
|
-
baseSumDiscount: number;
|
|
8368
|
-
|
|
8369
8364
|
/**
|
|
8370
8365
|
* Skontobetrag 1
|
|
8371
8366
|
*/
|
|
8372
8367
|
paymentDiscount1Amount: number;
|
|
8373
8368
|
|
|
8374
8369
|
/**
|
|
8375
|
-
* Summe der
|
|
8370
|
+
* Summe der Abzüge (Skonto usw.) in Basiswährung
|
|
8376
8371
|
*/
|
|
8377
|
-
|
|
8372
|
+
baseSumDiscount: number;
|
|
8378
8373
|
|
|
8379
8374
|
/**
|
|
8380
8375
|
* Zahlungsvorlage
|
|
8381
8376
|
*/
|
|
8382
8377
|
paymentTemplateRef: ApiObjectReference;
|
|
8383
8378
|
|
|
8379
|
+
/**
|
|
8380
|
+
* Summe der Mahngebühren und Zinsen in Basiswährung
|
|
8381
|
+
*/
|
|
8382
|
+
baseSumDunnings: number;
|
|
8383
|
+
|
|
8384
8384
|
/**
|
|
8385
8385
|
* Rechnungsbetrag
|
|
8386
8386
|
*/
|
|
@@ -8392,14 +8392,14 @@ export interface OpenItem {
|
|
|
8392
8392
|
taxRateRef: ApiObjectReference;
|
|
8393
8393
|
|
|
8394
8394
|
/**
|
|
8395
|
-
*
|
|
8395
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8396
8396
|
*/
|
|
8397
|
-
|
|
8397
|
+
baseCurrencyCode: string;
|
|
8398
8398
|
|
|
8399
8399
|
/**
|
|
8400
|
-
*
|
|
8400
|
+
* Anzahlungsrechnung
|
|
8401
8401
|
*/
|
|
8402
|
-
|
|
8402
|
+
depositInvoice: ApiObjectReference;
|
|
8403
8403
|
|
|
8404
8404
|
/**
|
|
8405
8405
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8575,14 +8575,14 @@ export interface OpenItemRecord {
|
|
|
8575
8575
|
origin: OpenItemRecord$RecordOrigin;
|
|
8576
8576
|
|
|
8577
8577
|
/**
|
|
8578
|
-
*
|
|
8578
|
+
* company account bankdetails
|
|
8579
8579
|
*/
|
|
8580
|
-
|
|
8580
|
+
accountBankdetailsRef: ApiObjectReference;
|
|
8581
8581
|
|
|
8582
8582
|
/**
|
|
8583
|
-
*
|
|
8583
|
+
* record discount amount
|
|
8584
8584
|
*/
|
|
8585
|
-
|
|
8585
|
+
discountAmount: number;
|
|
8586
8586
|
|
|
8587
8587
|
/**
|
|
8588
8588
|
* Mahnzinsen in Basiswährung
|
|
@@ -8615,14 +8615,14 @@ export interface OpenItemRecord {
|
|
|
8615
8615
|
exchangeRate: number;
|
|
8616
8616
|
|
|
8617
8617
|
/**
|
|
8618
|
-
*
|
|
8618
|
+
* Buchungsart der OP-Bewegung (abgeleitet aus Herkunft und Buchungsart)
|
|
8619
8619
|
*/
|
|
8620
|
-
|
|
8620
|
+
bookingType: OpenItemRecord$BookingType;
|
|
8621
8621
|
|
|
8622
8622
|
/**
|
|
8623
|
-
*
|
|
8623
|
+
* record discountable amount
|
|
8624
8624
|
*/
|
|
8625
|
-
|
|
8625
|
+
discountableAmount: number;
|
|
8626
8626
|
|
|
8627
8627
|
/**
|
|
8628
8628
|
* record date
|
|
@@ -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
|
|
@@ -8965,26 +8965,26 @@ export interface PaymentTerm {
|
|
|
8965
8965
|
*/
|
|
8966
8966
|
paymentDiscount2: number;
|
|
8967
8967
|
|
|
8968
|
-
/**
|
|
8969
|
-
* Percent for Discount 1
|
|
8970
|
-
*/
|
|
8971
|
-
paymentDiscount1: number;
|
|
8972
|
-
|
|
8973
8968
|
/**
|
|
8974
8969
|
* printDescription
|
|
8975
8970
|
*/
|
|
8976
8971
|
printDescription: string;
|
|
8977
8972
|
|
|
8978
8973
|
/**
|
|
8979
|
-
*
|
|
8974
|
+
* Percent for Discount 1
|
|
8980
8975
|
*/
|
|
8981
|
-
|
|
8976
|
+
paymentDiscount1: number;
|
|
8982
8977
|
|
|
8983
8978
|
/**
|
|
8984
8979
|
* for deposit: remaining term
|
|
8985
8980
|
*/
|
|
8986
8981
|
remainingTermRef: ApiObjectReference;
|
|
8987
8982
|
|
|
8983
|
+
/**
|
|
8984
|
+
* Days for Discount 1
|
|
8985
|
+
*/
|
|
8986
|
+
paymentDays1: number;
|
|
8987
|
+
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Days for Discount 2
|
|
8990
8990
|
*/
|
|
@@ -9104,14 +9104,14 @@ export interface PickTrolley {
|
|
|
9104
9104
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
9105
9105
|
|
|
9106
9106
|
/**
|
|
9107
|
-
*
|
|
9107
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
9108
9108
|
*/
|
|
9109
|
-
|
|
9109
|
+
storageBinRef: StorageBinRef;
|
|
9110
9110
|
|
|
9111
9111
|
/**
|
|
9112
|
-
*
|
|
9112
|
+
* Bearbeiter der Pickliste
|
|
9113
9113
|
*/
|
|
9114
|
-
|
|
9114
|
+
processedByUserRef: ApiObjectReference;
|
|
9115
9115
|
|
|
9116
9116
|
/**
|
|
9117
9117
|
* Beschreibung des Wagens
|
|
@@ -9324,14 +9324,14 @@ export interface Picklist {
|
|
|
9324
9324
|
export interface PicklistLine {
|
|
9325
9325
|
|
|
9326
9326
|
/**
|
|
9327
|
-
*
|
|
9327
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
9328
9328
|
*/
|
|
9329
|
-
|
|
9329
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
9330
9330
|
|
|
9331
9331
|
/**
|
|
9332
|
-
*
|
|
9332
|
+
* Gesammelte Menge der Position
|
|
9333
9333
|
*/
|
|
9334
|
-
|
|
9334
|
+
quantityCollected: number;
|
|
9335
9335
|
|
|
9336
9336
|
/**
|
|
9337
9337
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -9500,14 +9500,14 @@ export interface PicklistLineComponent {
|
|
|
9500
9500
|
targetDocumentLineComponentId: number;
|
|
9501
9501
|
|
|
9502
9502
|
/**
|
|
9503
|
-
*
|
|
9503
|
+
* abweichende Artikelbezeichnung
|
|
9504
9504
|
*/
|
|
9505
|
-
|
|
9505
|
+
articleAlternativeName: string;
|
|
9506
9506
|
|
|
9507
9507
|
/**
|
|
9508
|
-
*
|
|
9508
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9509
9509
|
*/
|
|
9510
|
-
|
|
9510
|
+
quantityPerAssemblyGroup: number;
|
|
9511
9511
|
|
|
9512
9512
|
/**
|
|
9513
9513
|
* Verpackte Menge der Position
|
|
@@ -9685,6 +9685,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9685
9685
|
*/
|
|
9686
9686
|
maxOrderValue: number;
|
|
9687
9687
|
|
|
9688
|
+
/**
|
|
9689
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9690
|
+
*/
|
|
9691
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9692
|
+
|
|
9688
9693
|
/**
|
|
9689
9694
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9690
9695
|
*/
|
|
@@ -9695,11 +9700,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9695
9700
|
*/
|
|
9696
9701
|
onlyFullDeliverableOrderLines: boolean;
|
|
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
|
*/
|
|
@@ -9778,6 +9778,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9778
9778
|
*/
|
|
9779
9779
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9780
9780
|
|
|
9781
|
+
/**
|
|
9782
|
+
* Lagerplätze vorgeben
|
|
9783
|
+
*/
|
|
9784
|
+
specifyStorageBins: boolean;
|
|
9785
|
+
|
|
9781
9786
|
/**
|
|
9782
9787
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9783
9788
|
*/
|
|
@@ -9788,11 +9793,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9788
9793
|
*/
|
|
9789
9794
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9790
9795
|
|
|
9791
|
-
/**
|
|
9792
|
-
* Lagerplätze vorgeben
|
|
9793
|
-
*/
|
|
9794
|
-
specifyStorageBins: boolean;
|
|
9795
|
-
|
|
9796
9796
|
/**
|
|
9797
9797
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9798
9798
|
*/
|
|
@@ -9862,9 +9862,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9862
9862
|
showShippingFormOnPickingFinish: boolean;
|
|
9863
9863
|
|
|
9864
9864
|
/**
|
|
9865
|
-
* Sollen
|
|
9865
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9866
9866
|
*/
|
|
9867
|
-
|
|
9867
|
+
allowPickingOfServiceArticles: boolean;
|
|
9868
9868
|
|
|
9869
9869
|
/**
|
|
9870
9870
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -9872,14 +9872,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9872
9872
|
useDigitalPicklist: boolean;
|
|
9873
9873
|
|
|
9874
9874
|
/**
|
|
9875
|
-
*
|
|
9875
|
+
* Sammelbestätigung erlauben
|
|
9876
9876
|
*/
|
|
9877
|
-
|
|
9877
|
+
allowFullConfirmation: boolean;
|
|
9878
9878
|
|
|
9879
9879
|
/**
|
|
9880
|
-
*
|
|
9880
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9881
9881
|
*/
|
|
9882
|
-
|
|
9882
|
+
printLabelOnScan: boolean;
|
|
9883
9883
|
|
|
9884
9884
|
/**
|
|
9885
9885
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9907,14 +9907,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9907
9907
|
printLabelAfterPicking: boolean;
|
|
9908
9908
|
|
|
9909
9909
|
/**
|
|
9910
|
-
*
|
|
9910
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9911
9911
|
*/
|
|
9912
|
-
|
|
9912
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9913
9913
|
|
|
9914
9914
|
/**
|
|
9915
|
-
*
|
|
9915
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9916
9916
|
*/
|
|
9917
|
-
|
|
9917
|
+
autoDeterminationOfLots: boolean;
|
|
9918
9918
|
|
|
9919
9919
|
/**
|
|
9920
9920
|
* Zielmengen in Masken verstecken?
|
|
@@ -10185,14 +10185,14 @@ export interface ProductArticleRef {
|
|
|
10185
10185
|
export interface ProductDiscount {
|
|
10186
10186
|
|
|
10187
10187
|
/**
|
|
10188
|
-
*
|
|
10188
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
10189
10189
|
*/
|
|
10190
|
-
|
|
10190
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10191
10191
|
|
|
10192
10192
|
/**
|
|
10193
|
-
*
|
|
10193
|
+
* Kundengruppe
|
|
10194
10194
|
*/
|
|
10195
|
-
|
|
10195
|
+
customerGroupRef: 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
|
+
* Bestimmt die Art des Rabatts
|
|
10224
10224
|
*/
|
|
10225
|
-
|
|
10225
|
+
modifierType: PriceModifierType;
|
|
10226
10226
|
|
|
10227
10227
|
/**
|
|
10228
|
-
*
|
|
10228
|
+
* Warengruppe
|
|
10229
10229
|
*/
|
|
10230
|
-
|
|
10230
|
+
productGroupRef: ApiObjectReference;
|
|
10231
10231
|
|
|
10232
10232
|
/**
|
|
10233
10233
|
* Version Identifier for this Object (for PUT)
|
|
@@ -10245,14 +10245,14 @@ export interface ProductDiscount {
|
|
|
10245
10245
|
currencyRef: CurrencyReference;
|
|
10246
10246
|
|
|
10247
10247
|
/**
|
|
10248
|
-
*
|
|
10248
|
+
* Wert des Rabatts
|
|
10249
10249
|
*/
|
|
10250
|
-
|
|
10250
|
+
modifierValue: number;
|
|
10251
10251
|
|
|
10252
10252
|
/**
|
|
10253
|
-
*
|
|
10253
|
+
* Preisgruppe
|
|
10254
10254
|
*/
|
|
10255
|
-
|
|
10255
|
+
priceGroupRef: ApiObjectReference;
|
|
10256
10256
|
|
|
10257
10257
|
/**
|
|
10258
10258
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10275,14 +10275,14 @@ export interface ProductDiscount {
|
|
|
10275
10275
|
modifierValueType: ValueType;
|
|
10276
10276
|
|
|
10277
10277
|
/**
|
|
10278
|
-
*
|
|
10278
|
+
* Name des Rabatts
|
|
10279
10279
|
*/
|
|
10280
|
-
|
|
10280
|
+
modifierName: string;
|
|
10281
10281
|
|
|
10282
10282
|
/**
|
|
10283
|
-
*
|
|
10283
|
+
* Account, für den der Rabatt gültig ist
|
|
10284
10284
|
*/
|
|
10285
|
-
|
|
10285
|
+
accountRef: ApiObjectReference;
|
|
10286
10286
|
|
|
10287
10287
|
/**
|
|
10288
10288
|
* Unique identifier of the Object
|
|
@@ -10399,14 +10399,14 @@ export interface ProductMainGroup {
|
|
|
10399
10399
|
export interface ProductPrice {
|
|
10400
10400
|
|
|
10401
10401
|
/**
|
|
10402
|
-
*
|
|
10402
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10403
10403
|
*/
|
|
10404
|
-
|
|
10404
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10405
10405
|
|
|
10406
10406
|
/**
|
|
10407
|
-
*
|
|
10407
|
+
* Kundengruppe
|
|
10408
10408
|
*/
|
|
10409
|
-
|
|
10409
|
+
customerGroupRef: ApiObjectReference;
|
|
10410
10410
|
|
|
10411
10411
|
/**
|
|
10412
10412
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10629,14 +10629,14 @@ export interface RequestDocument {
|
|
|
10629
10629
|
cashDrawerId: number;
|
|
10630
10630
|
|
|
10631
10631
|
/**
|
|
10632
|
-
*
|
|
10632
|
+
* Leistungsdatum
|
|
10633
10633
|
*/
|
|
10634
|
-
|
|
10634
|
+
performanceDate: ScriptingDate;
|
|
10635
10635
|
|
|
10636
10636
|
/**
|
|
10637
|
-
*
|
|
10637
|
+
* Der Anzahlungsbetrag
|
|
10638
10638
|
*/
|
|
10639
|
-
|
|
10639
|
+
depositPaymentAmount: number;
|
|
10640
10640
|
|
|
10641
10641
|
/**
|
|
10642
10642
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -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
|
|
@@ -11815,14 +11815,14 @@ export interface ShelfFile {
|
|
|
11815
11815
|
subFiles: Array<SubFileInfo>;
|
|
11816
11816
|
|
|
11817
11817
|
/**
|
|
11818
|
-
*
|
|
11818
|
+
* fileSize
|
|
11819
11819
|
*/
|
|
11820
|
-
|
|
11820
|
+
fileSize: number;
|
|
11821
11821
|
|
|
11822
11822
|
/**
|
|
11823
|
-
*
|
|
11823
|
+
* revision number of this file
|
|
11824
11824
|
*/
|
|
11825
|
-
|
|
11825
|
+
revisionNumber: number;
|
|
11826
11826
|
|
|
11827
11827
|
/**
|
|
11828
11828
|
* file-extension of this entry
|
|
@@ -12123,14 +12123,14 @@ export interface StockMovementManualApi {
|
|
|
12123
12123
|
export interface StockTransferApi {
|
|
12124
12124
|
|
|
12125
12125
|
/**
|
|
12126
|
-
*
|
|
12126
|
+
* Ziel-Lager
|
|
12127
12127
|
*/
|
|
12128
|
-
|
|
12128
|
+
targetStorageId: number;
|
|
12129
12129
|
|
|
12130
12130
|
/**
|
|
12131
|
-
*
|
|
12131
|
+
* Seriennummer
|
|
12132
12132
|
*/
|
|
12133
|
-
|
|
12133
|
+
serialNumberId: number;
|
|
12134
12134
|
|
|
12135
12135
|
/**
|
|
12136
12136
|
* Bemerkung
|
|
@@ -12351,9 +12351,9 @@ export interface Supplier {
|
|
|
12351
12351
|
info: MetaInfo;
|
|
12352
12352
|
|
|
12353
12353
|
/**
|
|
12354
|
-
*
|
|
12354
|
+
* tax able or tax free
|
|
12355
12355
|
*/
|
|
12356
|
-
|
|
12356
|
+
taxable: boolean;
|
|
12357
12357
|
|
|
12358
12358
|
/**
|
|
12359
12359
|
* reference to the delivery method
|
|
@@ -12361,9 +12361,9 @@ export interface Supplier {
|
|
|
12361
12361
|
deliveryMethodRef: ApiObjectReference;
|
|
12362
12362
|
|
|
12363
12363
|
/**
|
|
12364
|
-
*
|
|
12364
|
+
* Lieferantengruppe
|
|
12365
12365
|
*/
|
|
12366
|
-
|
|
12366
|
+
supplierGroupRef: ApiObjectReference;
|
|
12367
12367
|
|
|
12368
12368
|
/**
|
|
12369
12369
|
* Mahnen?
|
|
@@ -12416,14 +12416,14 @@ export interface Supplier {
|
|
|
12416
12416
|
performanceCountryCode: string;
|
|
12417
12417
|
|
|
12418
12418
|
/**
|
|
12419
|
-
*
|
|
12419
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12420
12420
|
*/
|
|
12421
|
-
|
|
12421
|
+
defaultDeliveryTime: number;
|
|
12422
12422
|
|
|
12423
12423
|
/**
|
|
12424
|
-
*
|
|
12424
|
+
* reference to the payment method
|
|
12425
12425
|
*/
|
|
12426
|
-
|
|
12426
|
+
paymentMethodRef: ApiObjectReference;
|
|
12427
12427
|
|
|
12428
12428
|
/**
|
|
12429
12429
|
* Bestellsperre
|
|
@@ -12892,14 +12892,14 @@ export interface User {
|
|
|
12892
12892
|
version: number;
|
|
12893
12893
|
|
|
12894
12894
|
/**
|
|
12895
|
-
*
|
|
12895
|
+
* first-name
|
|
12896
12896
|
*/
|
|
12897
|
-
|
|
12897
|
+
firstName: string;
|
|
12898
12898
|
|
|
12899
12899
|
/**
|
|
12900
|
-
*
|
|
12900
|
+
* is the email verified
|
|
12901
12901
|
*/
|
|
12902
|
-
|
|
12902
|
+
emailVerified: boolean;
|
|
12903
12903
|
|
|
12904
12904
|
/**
|
|
12905
12905
|
* email-address
|