@vario-software/types 2026.28.0 → 2026.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +27 -27
- package/scripting/types.d.ts +332 -332
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* Erstkontakt am
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
initialContactAt: ScriptingDate;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* calculation mode of this document
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
calculationMode: CalculationMode;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Street
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
street: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Country code
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
countryCode: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -411,14 +411,14 @@ export interface AccountAddress {
|
|
|
411
411
|
streetAddressNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
|
-
*
|
|
419
|
+
* Parcel station customer number
|
|
420
420
|
*/
|
|
421
|
-
|
|
421
|
+
parcelStationCustomerNumber: string;
|
|
422
422
|
|
|
423
423
|
/**
|
|
424
424
|
* Name3
|
|
@@ -1014,20 +1014,25 @@ export interface Article {
|
|
|
1014
1014
|
customsTariffNumber: string;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* is this product purchasable
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
purchasable: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* Product custom data
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
listingCustom: EavArticleListing;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* base capacity unit
|
|
1028
1028
|
*/
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
|
+
/**
|
|
1032
|
+
* is this product sellable without any quantity at the stock
|
|
1033
|
+
*/
|
|
1034
|
+
sellableWithoutStock: boolean;
|
|
1035
|
+
|
|
1031
1036
|
/**
|
|
1032
1037
|
* Seriennummern Auszeichnungsart
|
|
1033
1038
|
*/
|
|
@@ -1038,11 +1043,6 @@ export interface Article {
|
|
|
1038
1043
|
*/
|
|
1039
1044
|
initialAvgPurchasePrice: number;
|
|
1040
1045
|
|
|
1041
|
-
/**
|
|
1042
|
-
* is this product sellable without any quantity at the stock
|
|
1043
|
-
*/
|
|
1044
|
-
sellableWithoutStock: boolean;
|
|
1045
|
-
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
1048
1048
|
*/
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Produktion
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
fabrication: boolean;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Soll-Handelsspanne
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
targetTradingMargin: number;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Country code
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
countryOfOriginRef: CountryReference;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Arbeitseinheit in Minuten
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
workUnitInMinutes: number;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* description custom data
|
|
@@ -1229,14 +1229,14 @@ export interface Article {
|
|
|
1229
1229
|
freelyPickable: boolean;
|
|
1230
1230
|
|
|
1231
1231
|
/**
|
|
1232
|
-
*
|
|
1232
|
+
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1233
1233
|
*/
|
|
1234
|
-
|
|
1234
|
+
taxLiabilityReversed: boolean;
|
|
1235
1235
|
|
|
1236
1236
|
/**
|
|
1237
|
-
*
|
|
1237
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1238
1238
|
*/
|
|
1239
|
-
|
|
1239
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1240
1240
|
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Notiz
|
|
@@ -1298,20 +1298,15 @@ export interface Article {
|
|
|
1298
1298
|
*/
|
|
1299
1299
|
permissibleForOrderProposal: boolean;
|
|
1300
1300
|
|
|
1301
|
-
/**
|
|
1302
|
-
* reference to Product
|
|
1303
|
-
*/
|
|
1304
|
-
productRef: ApiObjectReference;
|
|
1305
|
-
|
|
1306
1301
|
/**
|
|
1307
1302
|
* Versandlabeldruck
|
|
1308
1303
|
*/
|
|
1309
1304
|
shippingLabelPrinting: boolean;
|
|
1310
1305
|
|
|
1311
1306
|
/**
|
|
1312
|
-
*
|
|
1307
|
+
* reference to Product
|
|
1313
1308
|
*/
|
|
1314
|
-
|
|
1309
|
+
productRef: ApiObjectReference;
|
|
1315
1310
|
|
|
1316
1311
|
/**
|
|
1317
1312
|
* alternative name of this product
|
|
@@ -1323,6 +1318,11 @@ export interface Article {
|
|
|
1323
1318
|
*/
|
|
1324
1319
|
contingentArticleRef: ApiObjectReference;
|
|
1325
1320
|
|
|
1321
|
+
/**
|
|
1322
|
+
* rabattierbarer Artikel?
|
|
1323
|
+
*/
|
|
1324
|
+
discountable: boolean;
|
|
1325
|
+
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
1328
1328
|
*/
|
|
@@ -1394,14 +1394,14 @@ export interface Article {
|
|
|
1394
1394
|
listed: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
|
-
*
|
|
1397
|
+
* Nur manuelle Produktion
|
|
1398
1398
|
*/
|
|
1399
|
-
|
|
1399
|
+
onlyManualFabrication: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* provisionsberechtiger Artikel?
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
commissionable: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1542,14 +1542,14 @@ export interface ArticleCustomer {
|
|
|
1542
1542
|
articleName: string;
|
|
1543
1543
|
|
|
1544
1544
|
/**
|
|
1545
|
-
*
|
|
1545
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1546
1546
|
*/
|
|
1547
|
-
|
|
1547
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Etikettdruck-Einstellungen
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Kunden-Preise
|
|
@@ -1557,14 +1557,14 @@ export interface ArticleCustomer {
|
|
|
1557
1557
|
productPrices: Array<ProductPrice>;
|
|
1558
1558
|
|
|
1559
1559
|
/**
|
|
1560
|
-
*
|
|
1560
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1561
1561
|
*/
|
|
1562
|
-
|
|
1562
|
+
useDeviatingArticleDescription: boolean;
|
|
1563
1563
|
|
|
1564
1564
|
/**
|
|
1565
|
-
*
|
|
1565
|
+
* Referenced Article
|
|
1566
1566
|
*/
|
|
1567
|
-
|
|
1567
|
+
articleId: number;
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Aktiv?
|
|
@@ -1724,14 +1724,14 @@ export interface ArticleListing {
|
|
|
1724
1724
|
proposedLowestPriceGross: number;
|
|
1725
1725
|
|
|
1726
1726
|
/**
|
|
1727
|
-
* der
|
|
1727
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1728
1728
|
*/
|
|
1729
|
-
|
|
1729
|
+
customLowestPriceGross: number;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
|
-
*
|
|
1732
|
+
* der Sales Channel
|
|
1733
1733
|
*/
|
|
1734
|
-
|
|
1734
|
+
salesChannelRef: ApiObjectReference;
|
|
1735
1735
|
|
|
1736
1736
|
/**
|
|
1737
1737
|
* soll der Artikel gelistet werden
|
|
@@ -1947,14 +1947,14 @@ export interface ArticleStorage {
|
|
|
1947
1947
|
reorderPoint: number;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
|
-
*
|
|
1950
|
+
* Aktuelle Menge in Kommissionierung
|
|
1951
1951
|
*/
|
|
1952
|
-
|
|
1952
|
+
quantityInPicking: number;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
|
-
*
|
|
1955
|
+
* Bestellte Menge
|
|
1956
1956
|
*/
|
|
1957
|
-
|
|
1957
|
+
orderedQuantity: number;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
1960
|
* Nachschub auf
|
|
@@ -2035,14 +2035,14 @@ export interface ArticleStorage {
|
|
|
2035
2035
|
export interface ArticleSupplier {
|
|
2036
2036
|
|
|
2037
2037
|
/**
|
|
2038
|
-
*
|
|
2038
|
+
* Anzeigename des Accounts
|
|
2039
2039
|
*/
|
|
2040
|
-
|
|
2040
|
+
accountDisplayName: string;
|
|
2041
2041
|
|
|
2042
2042
|
/**
|
|
2043
|
-
*
|
|
2043
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
2044
2044
|
*/
|
|
2045
|
-
|
|
2045
|
+
useSupplierArticleDescription: boolean;
|
|
2046
2046
|
|
|
2047
2047
|
/**
|
|
2048
2048
|
* Lieferanten-Meldebestand
|
|
@@ -2050,14 +2050,14 @@ export interface ArticleSupplier {
|
|
|
2050
2050
|
supplierReportingStock: number;
|
|
2051
2051
|
|
|
2052
2052
|
/**
|
|
2053
|
-
*
|
|
2053
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2054
2054
|
*/
|
|
2055
|
-
|
|
2055
|
+
useSupplierArticleIdentifier: boolean;
|
|
2056
2056
|
|
|
2057
2057
|
/**
|
|
2058
|
-
*
|
|
2058
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2059
2059
|
*/
|
|
2060
|
-
|
|
2060
|
+
deliveryTime: number;
|
|
2061
2061
|
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -2105,14 +2105,14 @@ export interface ArticleSupplier {
|
|
|
2105
2105
|
info: MetaInfo;
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
|
-
*
|
|
2108
|
+
* Verpackungseinheit
|
|
2109
2109
|
*/
|
|
2110
|
-
|
|
2110
|
+
packagingUnit: number;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Referenced Article name
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
articleName: string;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Lieferanten-Preise
|
|
@@ -2145,14 +2145,14 @@ export interface ArticleSupplier {
|
|
|
2145
2145
|
dropShippingAllowed: boolean;
|
|
2146
2146
|
|
|
2147
2147
|
/**
|
|
2148
|
-
* Abweichende
|
|
2148
|
+
* Abweichende Produktbeschreibung
|
|
2149
2149
|
*/
|
|
2150
|
-
|
|
2150
|
+
supplierArticleDescription: string;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
|
-
* Abweichende
|
|
2153
|
+
* Abweichende Produktbezeichnung
|
|
2154
2154
|
*/
|
|
2155
|
-
|
|
2155
|
+
supplierArticleName: string;
|
|
2156
2156
|
|
|
2157
2157
|
/**
|
|
2158
2158
|
* Standardpreis Netto
|
|
@@ -2160,14 +2160,14 @@ export interface ArticleSupplier {
|
|
|
2160
2160
|
defaultNetPrice: number;
|
|
2161
2161
|
|
|
2162
2162
|
/**
|
|
2163
|
-
*
|
|
2163
|
+
* Einkaufseinheit
|
|
2164
2164
|
*/
|
|
2165
|
-
|
|
2165
|
+
purchaseUnit: number;
|
|
2166
2166
|
|
|
2167
2167
|
/**
|
|
2168
|
-
*
|
|
2168
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2169
2169
|
*/
|
|
2170
|
-
|
|
2170
|
+
orderOnComponentBase: boolean;
|
|
2171
2171
|
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Referenced Supplier-Account
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* geplante Dauer
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
plannedDurationInSeconds: number;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* Aktivität intern abgerechnet?
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
internalBilled: boolean;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2630,14 +2630,14 @@ export interface CrmActivity {
|
|
|
2630
2630
|
userRef: ApiObjectReference;
|
|
2631
2631
|
|
|
2632
2632
|
/**
|
|
2633
|
-
*
|
|
2633
|
+
* tatsächliche Startzeit
|
|
2634
2634
|
*/
|
|
2635
|
-
|
|
2635
|
+
startDateTime: ScriptingDateTime;
|
|
2636
2636
|
|
|
2637
2637
|
/**
|
|
2638
|
-
*
|
|
2638
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2639
2639
|
*/
|
|
2640
|
-
|
|
2640
|
+
system: boolean;
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Inhalt dieser Aktivität
|
|
@@ -2744,14 +2744,14 @@ export interface CrmActivityType {
|
|
|
2744
2744
|
export interface CrmChecklistItem {
|
|
2745
2745
|
|
|
2746
2746
|
/**
|
|
2747
|
-
*
|
|
2747
|
+
* Ist das Element "angehakt"?
|
|
2748
2748
|
*/
|
|
2749
|
-
|
|
2749
|
+
checked: boolean;
|
|
2750
2750
|
|
|
2751
2751
|
/**
|
|
2752
|
-
*
|
|
2752
|
+
* Text des Checklisten-Elements
|
|
2753
2753
|
*/
|
|
2754
|
-
|
|
2754
|
+
memo: string;
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Unique identifier of the Object
|
|
@@ -3475,14 +3475,14 @@ export interface CrmTask {
|
|
|
3475
3475
|
reminders: Array<CrmReminder>;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* Angebot
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
customerOfferRef: DocumentRef;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
3488
|
* Notizen
|
|
@@ -3675,14 +3675,14 @@ export interface CrmTask {
|
|
|
3675
3675
|
parentRefs: Array<CrmObjectRef>;
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
*
|
|
3678
|
+
* Beauftragte Zeit in Sekunden
|
|
3679
3679
|
*/
|
|
3680
|
-
|
|
3680
|
+
effortCommissioned: number;
|
|
3681
3681
|
|
|
3682
3682
|
/**
|
|
3683
|
-
*
|
|
3683
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3684
3684
|
*/
|
|
3685
|
-
|
|
3685
|
+
externalRecordedTimes: number;
|
|
3686
3686
|
|
|
3687
3687
|
/**
|
|
3688
3688
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* reference to customer group
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
customerGroupRef: ApiObjectReference;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* Option für die Stapelverarbeitung
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3879,14 +3879,14 @@ export interface Customer {
|
|
|
3879
3879
|
dueDate: ScriptingDate;
|
|
3880
3880
|
|
|
3881
3881
|
/**
|
|
3882
|
-
*
|
|
3882
|
+
* collective billable
|
|
3883
3883
|
*/
|
|
3884
|
-
|
|
3884
|
+
collectiveBillable: boolean;
|
|
3885
3885
|
|
|
3886
3886
|
/**
|
|
3887
|
-
*
|
|
3887
|
+
* Maximal mögliche Lieferungen
|
|
3888
3888
|
*/
|
|
3889
|
-
|
|
3889
|
+
maxDeliveries: number;
|
|
3890
3890
|
|
|
3891
3891
|
/**
|
|
3892
3892
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -4256,14 +4256,14 @@ export interface DeliveryTerm {
|
|
|
4256
4256
|
version: number;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
|
-
*
|
|
4259
|
+
* information, how the shipping charges should be calculated
|
|
4260
4260
|
*/
|
|
4261
|
-
|
|
4261
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
|
-
*
|
|
4264
|
+
* translations
|
|
4265
4265
|
*/
|
|
4266
|
-
|
|
4266
|
+
translations: Array<DocumentTypeTerm>;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* Lieferarten
|
|
@@ -4276,14 +4276,14 @@ export interface DeliveryTerm {
|
|
|
4276
4276
|
id: number;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* free shipping net value
|
|
4280
4280
|
*/
|
|
4281
|
-
|
|
4281
|
+
freeShippingNetValue: number;
|
|
4282
4282
|
|
|
4283
4283
|
/**
|
|
4284
|
-
*
|
|
4284
|
+
* Versandkostenartikel
|
|
4285
4285
|
*/
|
|
4286
|
-
|
|
4286
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
4289
|
* MetaInformations for this Object
|
|
@@ -4419,14 +4419,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4419
4419
|
baseDepositPaymentAmount: number;
|
|
4420
4420
|
|
|
4421
4421
|
/**
|
|
4422
|
-
*
|
|
4422
|
+
* Ist der Beleg festgeschrieben?
|
|
4423
4423
|
*/
|
|
4424
|
-
|
|
4424
|
+
frozen: boolean;
|
|
4425
4425
|
|
|
4426
4426
|
/**
|
|
4427
|
-
*
|
|
4427
|
+
* Gesamtpreis vor Rabatt [BRUTTO, NETTO]
|
|
4428
4428
|
*/
|
|
4429
|
-
|
|
4429
|
+
totalBeforeModifier: number;
|
|
4430
4430
|
|
|
4431
4431
|
/**
|
|
4432
4432
|
* Referenz auf verantwortlichen Benutzer
|
|
@@ -4459,14 +4459,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4459
4459
|
accountId: number;
|
|
4460
4460
|
|
|
4461
4461
|
/**
|
|
4462
|
-
* Länderkennzeichen
|
|
4462
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4463
4463
|
*/
|
|
4464
|
-
|
|
4464
|
+
performanceCountryCode: string;
|
|
4465
4465
|
|
|
4466
4466
|
/**
|
|
4467
|
-
* Länderkennzeichen
|
|
4467
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4468
4468
|
*/
|
|
4469
|
-
|
|
4469
|
+
sourceCountryCode: string;
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
4472
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4494,14 +4494,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4494
4494
|
documentDate: ScriptingDate;
|
|
4495
4495
|
|
|
4496
4496
|
/**
|
|
4497
|
-
*
|
|
4497
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4498
4498
|
*/
|
|
4499
|
-
|
|
4499
|
+
roundingAmount: number;
|
|
4500
4500
|
|
|
4501
4501
|
/**
|
|
4502
|
-
*
|
|
4502
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4503
4503
|
*/
|
|
4504
|
-
|
|
4504
|
+
taxLiabilityReversed: boolean;
|
|
4505
4505
|
|
|
4506
4506
|
/**
|
|
4507
4507
|
* Versanddatum
|
|
@@ -4514,14 +4514,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4514
4514
|
supplierNumber: string;
|
|
4515
4515
|
|
|
4516
4516
|
/**
|
|
4517
|
-
*
|
|
4517
|
+
* Gesamtpreis brutto
|
|
4518
4518
|
*/
|
|
4519
|
-
|
|
4519
|
+
totalGrossPrice: number;
|
|
4520
4520
|
|
|
4521
4521
|
/**
|
|
4522
|
-
*
|
|
4522
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4523
4523
|
*/
|
|
4524
|
-
|
|
4524
|
+
deliveryApproved: boolean;
|
|
4525
4525
|
|
|
4526
4526
|
/**
|
|
4527
4527
|
* Kassen-Zahlungspositionen
|
|
@@ -4581,14 +4581,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4581
4581
|
fabricationDetail: DocumentFabricationDetail;
|
|
4582
4582
|
|
|
4583
4583
|
/**
|
|
4584
|
-
*
|
|
4584
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4585
4585
|
*/
|
|
4586
|
-
|
|
4586
|
+
accountNumber: string;
|
|
4587
4587
|
|
|
4588
4588
|
/**
|
|
4589
|
-
*
|
|
4589
|
+
* Berechnungsmodus
|
|
4590
4590
|
*/
|
|
4591
|
-
|
|
4591
|
+
calculationMode: CalculationMode;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
4594
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4631,14 +4631,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4631
4631
|
defaultAddress: DocumentAddress;
|
|
4632
4632
|
|
|
4633
4633
|
/**
|
|
4634
|
-
*
|
|
4634
|
+
* Verarbeitungsoption für Stapel
|
|
4635
4635
|
*/
|
|
4636
|
-
|
|
4636
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4637
4637
|
|
|
4638
4638
|
/**
|
|
4639
|
-
*
|
|
4639
|
+
* Leistungsdatum
|
|
4640
4640
|
*/
|
|
4641
|
-
|
|
4641
|
+
performanceDate: ScriptingDate;
|
|
4642
4642
|
|
|
4643
4643
|
/**
|
|
4644
4644
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4696,14 +4696,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4696
4696
|
dropShipping: boolean;
|
|
4697
4697
|
|
|
4698
4698
|
/**
|
|
4699
|
-
*
|
|
4699
|
+
* Gesamtpreis netto
|
|
4700
4700
|
*/
|
|
4701
|
-
|
|
4701
|
+
totalNetPrice: number;
|
|
4702
4702
|
|
|
4703
4703
|
/**
|
|
4704
|
-
*
|
|
4704
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4705
4705
|
*/
|
|
4706
|
-
|
|
4706
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4707
4707
|
|
|
4708
4708
|
/**
|
|
4709
4709
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4811,14 +4811,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4811
4811
|
customerNumber: string;
|
|
4812
4812
|
|
|
4813
4813
|
/**
|
|
4814
|
-
*
|
|
4814
|
+
* Statusinstanz des Belegs
|
|
4815
4815
|
*/
|
|
4816
|
-
|
|
4816
|
+
documentState: DocumentTypeState;
|
|
4817
4817
|
|
|
4818
4818
|
/**
|
|
4819
|
-
*
|
|
4819
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4820
4820
|
*/
|
|
4821
|
-
|
|
4821
|
+
taxIdentificationNumber: string;
|
|
4822
4822
|
|
|
4823
4823
|
/**
|
|
4824
4824
|
* Versandkostenpositionen
|
|
@@ -4826,9 +4826,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4826
4826
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4827
4827
|
|
|
4828
4828
|
/**
|
|
4829
|
-
*
|
|
4829
|
+
* Referenz auf Lieferbedingung
|
|
4830
4830
|
*/
|
|
4831
|
-
|
|
4831
|
+
deliveryTermRef: ApiObjectReference;
|
|
4832
4832
|
|
|
4833
4833
|
/**
|
|
4834
4834
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4838,9 +4838,9 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4838
4838
|
posReceiptBalanced: boolean;
|
|
4839
4839
|
|
|
4840
4840
|
/**
|
|
4841
|
-
*
|
|
4841
|
+
* Rückgeld
|
|
4842
4842
|
*/
|
|
4843
|
-
|
|
4843
|
+
posReceiptChangeAmount: number;
|
|
4844
4844
|
|
|
4845
4845
|
/**
|
|
4846
4846
|
* Gesamtbruttogewicht
|
|
@@ -4873,14 +4873,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4873
4873
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4874
4874
|
|
|
4875
4875
|
/**
|
|
4876
|
-
*
|
|
4876
|
+
* Bestellt durch Ansprechpartner
|
|
4877
4877
|
*/
|
|
4878
|
-
|
|
4878
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4879
4879
|
|
|
4880
4880
|
/**
|
|
4881
|
-
*
|
|
4881
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4882
4882
|
*/
|
|
4883
|
-
|
|
4883
|
+
reportGroupRef: ApiObjectReference;
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
4886
|
export interface DocumentAdditionalInfo {
|
|
@@ -5036,14 +5036,14 @@ export interface DocumentAddress {
|
|
|
5036
5036
|
postOfficeBox: string;
|
|
5037
5037
|
|
|
5038
5038
|
/**
|
|
5039
|
-
*
|
|
5039
|
+
* Street
|
|
5040
5040
|
*/
|
|
5041
|
-
|
|
5041
|
+
street: string;
|
|
5042
5042
|
|
|
5043
5043
|
/**
|
|
5044
|
-
*
|
|
5044
|
+
* country code IsoAlpha3
|
|
5045
5045
|
*/
|
|
5046
|
-
|
|
5046
|
+
countryCode: string;
|
|
5047
5047
|
|
|
5048
5048
|
/**
|
|
5049
5049
|
* Unique identifier of the Object
|
|
@@ -5061,14 +5061,14 @@ export interface DocumentAddress {
|
|
|
5061
5061
|
info: MetaInfo;
|
|
5062
5062
|
|
|
5063
5063
|
/**
|
|
5064
|
-
*
|
|
5064
|
+
* GLN
|
|
5065
5065
|
*/
|
|
5066
|
-
|
|
5066
|
+
globalLocationNumber: string;
|
|
5067
5067
|
|
|
5068
5068
|
/**
|
|
5069
|
-
*
|
|
5069
|
+
* Lieferart
|
|
5070
5070
|
*/
|
|
5071
|
-
|
|
5071
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
5074
5074
|
* Postcode
|
|
@@ -5249,14 +5249,14 @@ export interface DocumentContractDetail {
|
|
|
5249
5249
|
runtimeToDate: ScriptingDate;
|
|
5250
5250
|
|
|
5251
5251
|
/**
|
|
5252
|
-
*
|
|
5252
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Nächste Fälligkeit
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
nextDueDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5456,14 +5456,14 @@ export interface DocumentLine {
|
|
|
5456
5456
|
number: string;
|
|
5457
5457
|
|
|
5458
5458
|
/**
|
|
5459
|
-
*
|
|
5459
|
+
* Referenz zur Kundenauftragszeile
|
|
5460
5460
|
*/
|
|
5461
|
-
|
|
5461
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5462
5462
|
|
|
5463
5463
|
/**
|
|
5464
|
-
*
|
|
5464
|
+
* Gesamtbruttogewicht
|
|
5465
5465
|
*/
|
|
5466
|
-
|
|
5466
|
+
totalGrossWeight: number;
|
|
5467
5467
|
|
|
5468
5468
|
/**
|
|
5469
5469
|
* skontierbare Position?
|
|
@@ -5501,14 +5501,14 @@ export interface DocumentLine {
|
|
|
5501
5501
|
id: number;
|
|
5502
5502
|
|
|
5503
5503
|
/**
|
|
5504
|
-
*
|
|
5504
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5505
5505
|
*/
|
|
5506
|
-
|
|
5506
|
+
positionOfArticleLine: number;
|
|
5507
5507
|
|
|
5508
5508
|
/**
|
|
5509
|
-
*
|
|
5509
|
+
* Preis pro Einheit in Basiswährung
|
|
5510
5510
|
*/
|
|
5511
|
-
|
|
5511
|
+
basePrice: number;
|
|
5512
5512
|
|
|
5513
5513
|
/**
|
|
5514
5514
|
* Serientyp
|
|
@@ -5516,14 +5516,14 @@ export interface DocumentLine {
|
|
|
5516
5516
|
serialType: ArticleSerialType;
|
|
5517
5517
|
|
|
5518
5518
|
/**
|
|
5519
|
-
*
|
|
5519
|
+
* Steuerschema
|
|
5520
5520
|
*/
|
|
5521
|
-
|
|
5521
|
+
taxSchemaRef: ApiObjectReference;
|
|
5522
5522
|
|
|
5523
5523
|
/**
|
|
5524
|
-
*
|
|
5524
|
+
* Preiseinheit
|
|
5525
5525
|
*/
|
|
5526
|
-
|
|
5526
|
+
priceUnit: number;
|
|
5527
5527
|
|
|
5528
5528
|
/**
|
|
5529
5529
|
* Preisanpassungen - Position Basiswährung
|
|
@@ -5696,14 +5696,14 @@ export interface DocumentLine {
|
|
|
5696
5696
|
commissions: Array<DocumentLineCommission>;
|
|
5697
5697
|
|
|
5698
5698
|
/**
|
|
5699
|
-
*
|
|
5699
|
+
* Gesamtpreis Position in Basiswährung
|
|
5700
5700
|
*/
|
|
5701
|
-
|
|
5701
|
+
baseTotalLinePrice: number;
|
|
5702
5702
|
|
|
5703
5703
|
/**
|
|
5704
|
-
*
|
|
5704
|
+
* Positionstyp
|
|
5705
5705
|
*/
|
|
5706
|
-
|
|
5706
|
+
lineType: DocumentLineType;
|
|
5707
5707
|
|
|
5708
5708
|
/**
|
|
5709
5709
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -6403,14 +6403,14 @@ export interface DocumentLinePosDetail {
|
|
|
6403
6403
|
balanceBeforeWithdrawal: number;
|
|
6404
6404
|
|
|
6405
6405
|
/**
|
|
6406
|
-
*
|
|
6406
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6407
6407
|
*/
|
|
6408
|
-
|
|
6408
|
+
externalPaymentId: string;
|
|
6409
6409
|
|
|
6410
6410
|
/**
|
|
6411
|
-
*
|
|
6411
|
+
* Typ der Position
|
|
6412
6412
|
*/
|
|
6413
|
-
|
|
6413
|
+
posLineType: PosLineType;
|
|
6414
6414
|
|
|
6415
6415
|
/**
|
|
6416
6416
|
* Unique identifier of the Object
|
|
@@ -6629,14 +6629,14 @@ export interface DocumentPosPayment {
|
|
|
6629
6629
|
version: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
|
-
*
|
|
6632
|
+
* Zahlungsart
|
|
6633
6633
|
*/
|
|
6634
|
-
|
|
6634
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
6635
6635
|
|
|
6636
6636
|
/**
|
|
6637
|
-
*
|
|
6637
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6638
6638
|
*/
|
|
6639
|
-
|
|
6639
|
+
withdrawalAmount: number;
|
|
6640
6640
|
|
|
6641
6641
|
/**
|
|
6642
6642
|
* Fehlermeldung vom Payment-Backend (nur bei fehlgeschlagener Zahlung)
|
|
@@ -6649,14 +6649,14 @@ export interface DocumentPosPayment {
|
|
|
6649
6649
|
balanceBeforeWithdrawal: number;
|
|
6650
6650
|
|
|
6651
6651
|
/**
|
|
6652
|
-
*
|
|
6652
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6653
6653
|
*/
|
|
6654
|
-
|
|
6654
|
+
externalPaymentId: string;
|
|
6655
6655
|
|
|
6656
6656
|
/**
|
|
6657
|
-
*
|
|
6657
|
+
* Typ der Position
|
|
6658
6658
|
*/
|
|
6659
|
-
|
|
6659
|
+
posLineType: PosLineType;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Unique identifier of the Object
|
|
@@ -7036,14 +7036,14 @@ export interface DocumentType {
|
|
|
7036
7036
|
labels: Array<DocumentTypeLabel>;
|
|
7037
7037
|
|
|
7038
7038
|
/**
|
|
7039
|
-
*
|
|
7039
|
+
* nächste Belegnummer
|
|
7040
7040
|
*/
|
|
7041
|
-
|
|
7041
|
+
nextNumber: string;
|
|
7042
7042
|
|
|
7043
7043
|
/**
|
|
7044
|
-
*
|
|
7044
|
+
* Zählerkreis
|
|
7045
7045
|
*/
|
|
7046
|
-
|
|
7046
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7047
7047
|
|
|
7048
7048
|
/**
|
|
7049
7049
|
* Sortierung
|
|
@@ -7224,14 +7224,14 @@ export const enum DropShippingPolicy {
|
|
|
7224
7224
|
export interface DummySerialNumberStockTransferApi {
|
|
7225
7225
|
|
|
7226
7226
|
/**
|
|
7227
|
-
*
|
|
7227
|
+
* Ziel-Lager
|
|
7228
7228
|
*/
|
|
7229
|
-
|
|
7229
|
+
targetStorageId: number;
|
|
7230
7230
|
|
|
7231
7231
|
/**
|
|
7232
|
-
*
|
|
7232
|
+
* Seriennummer
|
|
7233
7233
|
*/
|
|
7234
|
-
|
|
7234
|
+
serialNumberId: number;
|
|
7235
7235
|
|
|
7236
7236
|
/**
|
|
7237
7237
|
* Bemerkung
|
|
@@ -7598,14 +7598,14 @@ export interface FabricationRevertRequest {
|
|
|
7598
7598
|
quantity: number;
|
|
7599
7599
|
|
|
7600
7600
|
/**
|
|
7601
|
-
*
|
|
7601
|
+
* ID der zu stornierenden Position
|
|
7602
7602
|
*/
|
|
7603
|
-
|
|
7603
|
+
documentLineId: number;
|
|
7604
7604
|
|
|
7605
7605
|
/**
|
|
7606
|
-
*
|
|
7606
|
+
* Material automatisch stornieren
|
|
7607
7607
|
*/
|
|
7608
|
-
|
|
7608
|
+
autoRevertComponents: boolean;
|
|
7609
7609
|
|
|
7610
7610
|
/**
|
|
7611
7611
|
* Zu stornierende Seriennummern
|
|
@@ -7621,14 +7621,14 @@ export interface FabricationRevertRequest {
|
|
|
7621
7621
|
export interface FabricationSerialNumber {
|
|
7622
7622
|
|
|
7623
7623
|
/**
|
|
7624
|
-
*
|
|
7624
|
+
* MHD / Verfallsdatum
|
|
7625
7625
|
*/
|
|
7626
|
-
|
|
7626
|
+
expiryDate: ScriptingDate;
|
|
7627
7627
|
|
|
7628
7628
|
/**
|
|
7629
|
-
*
|
|
7629
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
7630
7630
|
*/
|
|
7631
|
-
|
|
7631
|
+
serialNumberId: number;
|
|
7632
7632
|
|
|
7633
7633
|
/**
|
|
7634
7634
|
* Bemerkung
|
|
@@ -7920,26 +7920,26 @@ export interface OpenItem {
|
|
|
7920
7920
|
*/
|
|
7921
7921
|
paymentDueDate: ScriptingDate;
|
|
7922
7922
|
|
|
7923
|
-
/**
|
|
7924
|
-
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7925
|
-
*/
|
|
7926
|
-
sourceCountryCode: string;
|
|
7927
|
-
|
|
7928
7923
|
/**
|
|
7929
7924
|
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7930
7925
|
*/
|
|
7931
7926
|
performanceCountryCode: string;
|
|
7932
7927
|
|
|
7933
7928
|
/**
|
|
7934
|
-
*
|
|
7929
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7935
7930
|
*/
|
|
7936
|
-
|
|
7931
|
+
sourceCountryCode: string;
|
|
7937
7932
|
|
|
7938
7933
|
/**
|
|
7939
7934
|
* Valutadatum schreibgeschützt
|
|
7940
7935
|
*/
|
|
7941
7936
|
valueDateReadOnly: boolean;
|
|
7942
7937
|
|
|
7938
|
+
/**
|
|
7939
|
+
* agreed Deposit payment date
|
|
7940
|
+
*/
|
|
7941
|
+
depositPaymentDate: ScriptingDate;
|
|
7942
|
+
|
|
7943
7943
|
/**
|
|
7944
7944
|
* Does this open item belong to accounts payable or accounts receivable
|
|
7945
7945
|
*/
|
|
@@ -8006,14 +8006,14 @@ export interface OpenItem {
|
|
|
8006
8006
|
paymentAmount: number;
|
|
8007
8007
|
|
|
8008
8008
|
/**
|
|
8009
|
-
*
|
|
8009
|
+
* how should a refund be done?
|
|
8010
8010
|
*/
|
|
8011
|
-
|
|
8011
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8012
8012
|
|
|
8013
8013
|
/**
|
|
8014
|
-
*
|
|
8014
|
+
* Rechnungskorrektur
|
|
8015
8015
|
*/
|
|
8016
|
-
|
|
8016
|
+
creditNote: ApiObjectReference;
|
|
8017
8017
|
|
|
8018
8018
|
/**
|
|
8019
8019
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8096,14 +8096,14 @@ export interface OpenItem {
|
|
|
8096
8096
|
taxRateRef: ApiObjectReference;
|
|
8097
8097
|
|
|
8098
8098
|
/**
|
|
8099
|
-
*
|
|
8099
|
+
* Anzahlungsrechnung
|
|
8100
8100
|
*/
|
|
8101
|
-
|
|
8101
|
+
depositInvoice: ApiObjectReference;
|
|
8102
8102
|
|
|
8103
8103
|
/**
|
|
8104
|
-
*
|
|
8104
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8105
8105
|
*/
|
|
8106
|
-
|
|
8106
|
+
baseCurrencyCode: string;
|
|
8107
8107
|
|
|
8108
8108
|
/**
|
|
8109
8109
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8379,14 +8379,14 @@ export interface OpenItemRecord {
|
|
|
8379
8379
|
version: number;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Buchungsbetrag in Basiswährung
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
baseAmount: number;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
transactionId: number;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Abzugsbetrag in Basiswährung
|
|
@@ -9069,14 +9069,14 @@ export interface PicklistLine {
|
|
|
9069
9069
|
articleNumber: string;
|
|
9070
9070
|
|
|
9071
9071
|
/**
|
|
9072
|
-
*
|
|
9072
|
+
* Lagernummer
|
|
9073
9073
|
*/
|
|
9074
|
-
|
|
9074
|
+
storageNumber: string;
|
|
9075
9075
|
|
|
9076
9076
|
/**
|
|
9077
|
-
*
|
|
9077
|
+
* Art der Position
|
|
9078
9078
|
*/
|
|
9079
|
-
|
|
9079
|
+
lineType: PicklistLineType;
|
|
9080
9080
|
|
|
9081
9081
|
/**
|
|
9082
9082
|
* ID der Ziel-Dokumentposition
|
|
@@ -9390,20 +9390,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9390
9390
|
*/
|
|
9391
9391
|
maxArticleCountPerOrder: number;
|
|
9392
9392
|
|
|
9393
|
-
/**
|
|
9394
|
-
* Alternative Selektion in VQL
|
|
9395
|
-
*/
|
|
9396
|
-
alternativeSelectionInVql: string;
|
|
9397
|
-
|
|
9398
9393
|
/**
|
|
9399
9394
|
* Maximaler Auftragswert
|
|
9400
9395
|
*/
|
|
9401
9396
|
maxOrderValue: number;
|
|
9402
9397
|
|
|
9403
9398
|
/**
|
|
9404
|
-
*
|
|
9399
|
+
* Alternative Selektion in VQL
|
|
9405
9400
|
*/
|
|
9406
|
-
|
|
9401
|
+
alternativeSelectionInVql: string;
|
|
9407
9402
|
|
|
9408
9403
|
/**
|
|
9409
9404
|
* Nur vollständig lieferbare Positionen
|
|
@@ -9415,6 +9410,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9415
9410
|
*/
|
|
9416
9411
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
9417
9412
|
|
|
9413
|
+
/**
|
|
9414
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9415
|
+
*/
|
|
9416
|
+
maxOrderCount: number;
|
|
9417
|
+
|
|
9418
9418
|
/**
|
|
9419
9419
|
* Selektion über den Bereich vom Belegdatum
|
|
9420
9420
|
*/
|
|
@@ -9479,19 +9479,19 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9479
9479
|
printPicklist: boolean;
|
|
9480
9480
|
|
|
9481
9481
|
/**
|
|
9482
|
-
*
|
|
9482
|
+
* Die zu verwendende Pickwagengruppe
|
|
9483
9483
|
*/
|
|
9484
|
-
|
|
9484
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9485
9485
|
|
|
9486
9486
|
/**
|
|
9487
|
-
*
|
|
9487
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9488
9488
|
*/
|
|
9489
|
-
|
|
9489
|
+
maxPicklistLineCount: number;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Der zu verwendende Pickwagen
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
9497
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -9499,9 +9499,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9499
9499
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
|
-
*
|
|
9502
|
+
* Lagerplätze vorgeben
|
|
9503
9503
|
*/
|
|
9504
|
-
|
|
9504
|
+
specifyStorageBins: boolean;
|
|
9505
9505
|
|
|
9506
9506
|
/**
|
|
9507
9507
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
@@ -9572,14 +9572,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9572
9572
|
showShippingFormOnPickingFinish: boolean;
|
|
9573
9573
|
|
|
9574
9574
|
/**
|
|
9575
|
-
*
|
|
9575
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9576
9576
|
*/
|
|
9577
|
-
|
|
9577
|
+
useDigitalPicklist: boolean;
|
|
9578
9578
|
|
|
9579
9579
|
/**
|
|
9580
|
-
*
|
|
9580
|
+
* Sammelbestätigung erlauben
|
|
9581
9581
|
*/
|
|
9582
|
-
|
|
9582
|
+
allowFullConfirmation: boolean;
|
|
9583
9583
|
|
|
9584
9584
|
/**
|
|
9585
9585
|
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
@@ -9587,9 +9587,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9587
9587
|
printLabelOnScan: boolean;
|
|
9588
9588
|
|
|
9589
9589
|
/**
|
|
9590
|
-
*
|
|
9590
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9591
9591
|
*/
|
|
9592
|
-
|
|
9592
|
+
allowPickingOfServiceArticles: boolean;
|
|
9593
9593
|
|
|
9594
9594
|
/**
|
|
9595
9595
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9607,14 +9607,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9607
9607
|
printLabelOnCompleteOrder: boolean;
|
|
9608
9608
|
|
|
9609
9609
|
/**
|
|
9610
|
-
*
|
|
9610
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
9611
9611
|
*/
|
|
9612
|
-
|
|
9612
|
+
printLabelAfterPicking: boolean;
|
|
9613
9613
|
|
|
9614
9614
|
/**
|
|
9615
|
-
*
|
|
9615
|
+
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
9616
9616
|
*/
|
|
9617
|
-
|
|
9617
|
+
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9618
9618
|
|
|
9619
9619
|
/**
|
|
9620
9620
|
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
@@ -9706,14 +9706,14 @@ export interface PriceSelectionCriteria {
|
|
|
9706
9706
|
quantity: number;
|
|
9707
9707
|
|
|
9708
9708
|
/**
|
|
9709
|
-
* Liste von
|
|
9709
|
+
* Liste von Account-IDs
|
|
9710
9710
|
*/
|
|
9711
|
-
|
|
9711
|
+
accountIds: Array<number>;
|
|
9712
9712
|
|
|
9713
9713
|
/**
|
|
9714
|
-
* Liste von
|
|
9714
|
+
* Liste von Artikel-IDs
|
|
9715
9715
|
*/
|
|
9716
|
-
|
|
9716
|
+
articleIds: Array<number>;
|
|
9717
9717
|
|
|
9718
9718
|
/**
|
|
9719
9719
|
* ein qualifier
|
|
@@ -9880,14 +9880,14 @@ export interface ProductArticleRef {
|
|
|
9880
9880
|
export interface ProductDiscount {
|
|
9881
9881
|
|
|
9882
9882
|
/**
|
|
9883
|
-
*
|
|
9883
|
+
* Kundengruppe
|
|
9884
9884
|
*/
|
|
9885
|
-
|
|
9885
|
+
customerGroupRef: ApiObjectReference;
|
|
9886
9886
|
|
|
9887
9887
|
/**
|
|
9888
|
-
*
|
|
9888
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
9889
9889
|
*/
|
|
9890
|
-
|
|
9890
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
9891
9891
|
|
|
9892
9892
|
/**
|
|
9893
9893
|
* Lieferantengruppe
|
|
@@ -9910,14 +9910,14 @@ export interface ProductDiscount {
|
|
|
9910
9910
|
validFrom: ScriptingDate;
|
|
9911
9911
|
|
|
9912
9912
|
/**
|
|
9913
|
-
*
|
|
9913
|
+
* Warengruppe
|
|
9914
9914
|
*/
|
|
9915
|
-
|
|
9915
|
+
productGroupRef: ApiObjectReference;
|
|
9916
9916
|
|
|
9917
9917
|
/**
|
|
9918
|
-
*
|
|
9918
|
+
* Bestimmt die Art des Rabatts
|
|
9919
9919
|
*/
|
|
9920
|
-
|
|
9920
|
+
modifierType: PriceModifierType;
|
|
9921
9921
|
|
|
9922
9922
|
/**
|
|
9923
9923
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9935,14 +9935,14 @@ export interface ProductDiscount {
|
|
|
9935
9935
|
currencyRef: CurrencyReference;
|
|
9936
9936
|
|
|
9937
9937
|
/**
|
|
9938
|
-
*
|
|
9938
|
+
* Preisgruppe
|
|
9939
9939
|
*/
|
|
9940
|
-
|
|
9940
|
+
priceGroupRef: ApiObjectReference;
|
|
9941
9941
|
|
|
9942
9942
|
/**
|
|
9943
|
-
*
|
|
9943
|
+
* Wert des Rabatts
|
|
9944
9944
|
*/
|
|
9945
|
-
|
|
9945
|
+
modifierValue: number;
|
|
9946
9946
|
|
|
9947
9947
|
/**
|
|
9948
9948
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10089,14 +10089,14 @@ export interface ProductMainGroup {
|
|
|
10089
10089
|
export interface ProductPrice {
|
|
10090
10090
|
|
|
10091
10091
|
/**
|
|
10092
|
-
*
|
|
10092
|
+
* Kundengruppe
|
|
10093
10093
|
*/
|
|
10094
|
-
|
|
10094
|
+
customerGroupRef: ApiObjectReference;
|
|
10095
10095
|
|
|
10096
10096
|
/**
|
|
10097
|
-
*
|
|
10097
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10098
10098
|
*/
|
|
10099
|
-
|
|
10099
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10100
10100
|
|
|
10101
10101
|
/**
|
|
10102
10102
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10184,14 +10184,14 @@ export interface ProductPrice {
|
|
|
10184
10184
|
qualifier: ProductPriceQualifier;
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
10187
|
-
*
|
|
10187
|
+
* Preisbasis
|
|
10188
10188
|
*/
|
|
10189
|
-
|
|
10189
|
+
priceBase: ArticlePriceBase;
|
|
10190
10190
|
|
|
10191
10191
|
/**
|
|
10192
|
-
*
|
|
10192
|
+
* Aktionpreis
|
|
10193
10193
|
*/
|
|
10194
|
-
|
|
10194
|
+
specialOfferPrice: boolean;
|
|
10195
10195
|
|
|
10196
10196
|
/**
|
|
10197
10197
|
* Gültig bis
|
|
@@ -10379,14 +10379,14 @@ export interface RequestDocument {
|
|
|
10379
10379
|
lines: Array<RequestDocumentLine>;
|
|
10380
10380
|
|
|
10381
10381
|
/**
|
|
10382
|
-
*
|
|
10382
|
+
* ID der Kasse (bei POS)
|
|
10383
10383
|
*/
|
|
10384
|
-
|
|
10384
|
+
posRegisterId: number;
|
|
10385
10385
|
|
|
10386
10386
|
/**
|
|
10387
|
-
*
|
|
10387
|
+
* Die Vertragsdetails
|
|
10388
10388
|
*/
|
|
10389
|
-
|
|
10389
|
+
contractDetail: DocumentContractDetail;
|
|
10390
10390
|
|
|
10391
10391
|
/**
|
|
10392
10392
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10444,14 +10444,14 @@ export interface RequestDocument {
|
|
|
10444
10444
|
texts: Array<DocumentText>;
|
|
10445
10445
|
|
|
10446
10446
|
/**
|
|
10447
|
-
*
|
|
10447
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10448
10448
|
*/
|
|
10449
|
-
|
|
10449
|
+
processedByPicklistProcessing: boolean;
|
|
10450
10450
|
|
|
10451
10451
|
/**
|
|
10452
|
-
*
|
|
10452
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10453
10453
|
*/
|
|
10454
|
-
|
|
10454
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10455
10455
|
|
|
10456
10456
|
/**
|
|
10457
10457
|
* Die Rabatte des Beleges
|
|
@@ -10507,14 +10507,14 @@ export interface RequestDocumentLine {
|
|
|
10507
10507
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10508
10508
|
|
|
10509
10509
|
/**
|
|
10510
|
-
*
|
|
10510
|
+
* FiBu-Angaben
|
|
10511
10511
|
*/
|
|
10512
|
-
|
|
10512
|
+
financeBooking: DocumentFinanceBooking;
|
|
10513
10513
|
|
|
10514
10514
|
/**
|
|
10515
|
-
*
|
|
10515
|
+
* Typ dieser Position
|
|
10516
10516
|
*/
|
|
10517
|
-
|
|
10517
|
+
lineType: DocumentLineType;
|
|
10518
10518
|
|
|
10519
10519
|
/**
|
|
10520
10520
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10527,14 +10527,14 @@ export interface RequestDocumentLine {
|
|
|
10527
10527
|
dropShippingPolicy: DropShippingPolicy;
|
|
10528
10528
|
|
|
10529
10529
|
/**
|
|
10530
|
-
*
|
|
10530
|
+
* Positionsnummer der Artikel
|
|
10531
10531
|
*/
|
|
10532
|
-
|
|
10532
|
+
positionOfArticleLine: number;
|
|
10533
10533
|
|
|
10534
10534
|
/**
|
|
10535
|
-
*
|
|
10535
|
+
* (optional) Lager-ID
|
|
10536
10536
|
*/
|
|
10537
|
-
|
|
10537
|
+
storageId: number;
|
|
10538
10538
|
|
|
10539
10539
|
/**
|
|
10540
10540
|
* Vertragsdetails zur Belegposition
|
|
@@ -10627,14 +10627,14 @@ export interface RequestDocumentLine {
|
|
|
10627
10627
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10628
10628
|
|
|
10629
10629
|
/**
|
|
10630
|
-
*
|
|
10630
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10631
10631
|
*/
|
|
10632
|
-
|
|
10632
|
+
doLabelPrint: boolean;
|
|
10633
10633
|
|
|
10634
10634
|
/**
|
|
10635
|
-
*
|
|
10635
|
+
* (optional) Preis des Artikels dieser Position
|
|
10636
10636
|
*/
|
|
10637
|
-
|
|
10637
|
+
productPrice: number;
|
|
10638
10638
|
}
|
|
10639
10639
|
|
|
10640
10640
|
export interface RequestDocumentLineBooking {
|
|
@@ -10763,14 +10763,14 @@ export interface RequestDocumentText {
|
|
|
10763
10763
|
export interface RevenueCalculation {
|
|
10764
10764
|
|
|
10765
10765
|
/**
|
|
10766
|
-
*
|
|
10766
|
+
* Netto Umsatz
|
|
10767
10767
|
*/
|
|
10768
|
-
|
|
10768
|
+
salesValue: number;
|
|
10769
10769
|
|
|
10770
10770
|
/**
|
|
10771
|
-
*
|
|
10771
|
+
* Deckungsbeitrag (absolut)
|
|
10772
10772
|
*/
|
|
10773
|
-
|
|
10773
|
+
revenue: number;
|
|
10774
10774
|
|
|
10775
10775
|
/**
|
|
10776
10776
|
* Einkaufspreis
|
|
@@ -11270,14 +11270,14 @@ export interface ShelfDocument {
|
|
|
11270
11270
|
tags: Array<TagDto>;
|
|
11271
11271
|
|
|
11272
11272
|
/**
|
|
11273
|
-
*
|
|
11273
|
+
* Mehrsprachige Bezeichnungen
|
|
11274
11274
|
*/
|
|
11275
|
-
|
|
11275
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11276
11276
|
|
|
11277
11277
|
/**
|
|
11278
|
-
*
|
|
11278
|
+
* share informations
|
|
11279
11279
|
*/
|
|
11280
|
-
|
|
11280
|
+
shares: Array<ShelfShare>;
|
|
11281
11281
|
|
|
11282
11282
|
/**
|
|
11283
11283
|
* Automatische Löschung ab
|
|
@@ -11462,14 +11462,14 @@ export interface ShelfFile {
|
|
|
11462
11462
|
subFiles: Array<SubFileInfo>;
|
|
11463
11463
|
|
|
11464
11464
|
/**
|
|
11465
|
-
*
|
|
11465
|
+
* revision number of this file
|
|
11466
11466
|
*/
|
|
11467
|
-
|
|
11467
|
+
revisionNumber: number;
|
|
11468
11468
|
|
|
11469
11469
|
/**
|
|
11470
|
-
*
|
|
11470
|
+
* fileSize
|
|
11471
11471
|
*/
|
|
11472
|
-
|
|
11472
|
+
fileSize: number;
|
|
11473
11473
|
|
|
11474
11474
|
/**
|
|
11475
11475
|
* file-extension of this entry
|
|
@@ -11551,14 +11551,14 @@ export interface ShelfShare {
|
|
|
11551
11551
|
publishState: ShelfSharePublishState;
|
|
11552
11552
|
|
|
11553
11553
|
/**
|
|
11554
|
-
*
|
|
11554
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11555
11555
|
*/
|
|
11556
|
-
|
|
11556
|
+
publicUrlDurationInMinutes: number;
|
|
11557
11557
|
|
|
11558
11558
|
/**
|
|
11559
|
-
*
|
|
11559
|
+
* Freifelder
|
|
11560
11560
|
*/
|
|
11561
|
-
|
|
11561
|
+
custom: EavShelfshare;
|
|
11562
11562
|
|
|
11563
11563
|
/**
|
|
11564
11564
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -11765,14 +11765,14 @@ export interface StockMovementManualApi {
|
|
|
11765
11765
|
export interface StockTransferApi {
|
|
11766
11766
|
|
|
11767
11767
|
/**
|
|
11768
|
-
*
|
|
11768
|
+
* Ziel-Lager
|
|
11769
11769
|
*/
|
|
11770
|
-
|
|
11770
|
+
targetStorageId: number;
|
|
11771
11771
|
|
|
11772
11772
|
/**
|
|
11773
|
-
*
|
|
11773
|
+
* Seriennummer
|
|
11774
11774
|
*/
|
|
11775
|
-
|
|
11775
|
+
serialNumberId: number;
|
|
11776
11776
|
|
|
11777
11777
|
/**
|
|
11778
11778
|
* Bemerkung
|
|
@@ -11988,14 +11988,14 @@ export interface Supplier {
|
|
|
11988
11988
|
info: MetaInfo;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* Lieferantengruppe
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
supplierGroupRef: ApiObjectReference;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
|
-
*
|
|
11996
|
+
* reference to the delivery method
|
|
11997
11997
|
*/
|
|
11998
|
-
|
|
11998
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11999
11999
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* tax able or tax free
|
|
@@ -12053,14 +12053,14 @@ export interface Supplier {
|
|
|
12053
12053
|
performanceCountryCode: string;
|
|
12054
12054
|
|
|
12055
12055
|
/**
|
|
12056
|
-
*
|
|
12056
|
+
* Lieferzeit in (Werk-)Tagen
|
|
12057
12057
|
*/
|
|
12058
|
-
|
|
12058
|
+
defaultDeliveryTime: number;
|
|
12059
12059
|
|
|
12060
12060
|
/**
|
|
12061
|
-
*
|
|
12061
|
+
* reference to the payment method
|
|
12062
12062
|
*/
|
|
12063
|
-
|
|
12063
|
+
paymentMethodRef: ApiObjectReference;
|
|
12064
12064
|
|
|
12065
12065
|
/**
|
|
12066
12066
|
* currency code IsoAlpha3
|