@vario-software/types 2026.20.0 → 2026.20.2
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 +20 -20
- package/scripting/types.d.ts +325 -325
package/scripting/types.d.ts
CHANGED
|
@@ -291,14 +291,14 @@ export interface AccountAddress {
|
|
|
291
291
|
regionRef: ApiObjectReference;
|
|
292
292
|
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Title
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
titleRef: ApiCreatableReference;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Post office box
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Street
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -1019,14 +1019,14 @@ export interface Article {
|
|
|
1019
1019
|
sellableWithoutStock: boolean;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* Durchschnittl. EKP (Startwert)
|
|
1023
1023
|
*/
|
|
1024
|
-
|
|
1024
|
+
initialAvgPurchasePrice: number;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* Seriennummern Auszeichnungsart
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* gross Volume in cubic meters
|
|
@@ -1049,14 +1049,14 @@ export interface Article {
|
|
|
1049
1049
|
warrantyInMonths: number;
|
|
1050
1050
|
|
|
1051
1051
|
/**
|
|
1052
|
-
*
|
|
1052
|
+
* weight and size w.o. packaging
|
|
1053
1053
|
*/
|
|
1054
|
-
|
|
1054
|
+
netMetric: Article$Metric;
|
|
1055
1055
|
|
|
1056
1056
|
/**
|
|
1057
|
-
*
|
|
1057
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1058
1058
|
*/
|
|
1059
|
-
|
|
1059
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
1062
|
* unique product number
|
|
@@ -1199,14 +1199,14 @@ export interface Article {
|
|
|
1199
1199
|
workUnitInMinutes: number;
|
|
1200
1200
|
|
|
1201
1201
|
/**
|
|
1202
|
-
*
|
|
1202
|
+
* Frei kommissionierbar
|
|
1203
1203
|
*/
|
|
1204
|
-
|
|
1204
|
+
freelyPickable: boolean;
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
|
-
*
|
|
1207
|
+
* description custom data
|
|
1208
1208
|
*/
|
|
1209
|
-
|
|
1209
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
@@ -1268,11 +1268,6 @@ export interface Article {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
permissibleForOrderProposal: boolean;
|
|
1270
1270
|
|
|
1271
|
-
/**
|
|
1272
|
-
* reference to Product
|
|
1273
|
-
*/
|
|
1274
|
-
productRef: ApiObjectReference;
|
|
1275
|
-
|
|
1276
1271
|
/**
|
|
1277
1272
|
* Versandlabeldruck
|
|
1278
1273
|
*/
|
|
@@ -1284,15 +1279,20 @@ export interface Article {
|
|
|
1284
1279
|
isDangerousGood: boolean;
|
|
1285
1280
|
|
|
1286
1281
|
/**
|
|
1287
|
-
*
|
|
1282
|
+
* reference to Product
|
|
1288
1283
|
*/
|
|
1289
|
-
|
|
1284
|
+
productRef: ApiObjectReference;
|
|
1290
1285
|
|
|
1291
1286
|
/**
|
|
1292
1287
|
* Kontingentartikel
|
|
1293
1288
|
*/
|
|
1294
1289
|
contingentArticleRef: ApiObjectReference;
|
|
1295
1290
|
|
|
1291
|
+
/**
|
|
1292
|
+
* rabattierbarer Artikel?
|
|
1293
|
+
*/
|
|
1294
|
+
discountable: boolean;
|
|
1295
|
+
|
|
1296
1296
|
/**
|
|
1297
1297
|
* alternative name of this product
|
|
1298
1298
|
*/
|
|
@@ -1364,14 +1364,14 @@ export interface Article {
|
|
|
1364
1364
|
listed: boolean;
|
|
1365
1365
|
|
|
1366
1366
|
/**
|
|
1367
|
-
*
|
|
1367
|
+
* provisionsberechtiger Artikel?
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
commissionable: boolean;
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
|
-
*
|
|
1372
|
+
* Nur manuelle Produktion
|
|
1373
1373
|
*/
|
|
1374
|
-
|
|
1374
|
+
onlyManualFabrication: boolean;
|
|
1375
1375
|
|
|
1376
1376
|
/**
|
|
1377
1377
|
* Preisbasis
|
|
@@ -1738,6 +1738,11 @@ export interface ArticleStorage {
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
replenishmentFrom: number;
|
|
1740
1740
|
|
|
1741
|
+
/**
|
|
1742
|
+
* Meldebestand
|
|
1743
|
+
*/
|
|
1744
|
+
reorderPoint: number;
|
|
1745
|
+
|
|
1741
1746
|
/**
|
|
1742
1747
|
* Bestellte Menge
|
|
1743
1748
|
*/
|
|
@@ -1749,20 +1754,15 @@ export interface ArticleStorage {
|
|
|
1749
1754
|
quantityInPicking: number;
|
|
1750
1755
|
|
|
1751
1756
|
/**
|
|
1752
|
-
*
|
|
1757
|
+
* Nachschub auf
|
|
1753
1758
|
*/
|
|
1754
|
-
|
|
1759
|
+
replenishmentOn: number;
|
|
1755
1760
|
|
|
1756
1761
|
/**
|
|
1757
1762
|
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1758
1763
|
*/
|
|
1759
1764
|
virtualStockAmount: number;
|
|
1760
1765
|
|
|
1761
|
-
/**
|
|
1762
|
-
* Nachschub auf
|
|
1763
|
-
*/
|
|
1764
|
-
replenishmentOn: number;
|
|
1765
|
-
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Reservierte Menge
|
|
1768
1768
|
*/
|
|
@@ -1804,14 +1804,14 @@ export interface ArticleStorage {
|
|
|
1804
1804
|
storageRef: ApiObjectReference;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
*
|
|
1807
|
+
* Sollbestand
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
targetStock: number;
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* Vorgabe-Lagerplätze
|
|
1813
1813
|
*/
|
|
1814
|
-
|
|
1814
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Aktuelle Menge in Produktion
|
|
@@ -1832,9 +1832,9 @@ export interface ArticleStorage {
|
|
|
1832
1832
|
export interface ArticleSupplier {
|
|
1833
1833
|
|
|
1834
1834
|
/**
|
|
1835
|
-
*
|
|
1835
|
+
* Anzeigename des Accounts
|
|
1836
1836
|
*/
|
|
1837
|
-
|
|
1837
|
+
accountDisplayName: string;
|
|
1838
1838
|
|
|
1839
1839
|
/**
|
|
1840
1840
|
* Lieferanten-Meldebestand
|
|
@@ -1842,19 +1842,19 @@ export interface ArticleSupplier {
|
|
|
1842
1842
|
supplierReportingStock: number;
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
|
-
*
|
|
1845
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1846
1846
|
*/
|
|
1847
|
-
|
|
1847
|
+
useSupplierArticleDescription: boolean;
|
|
1848
1848
|
|
|
1849
1849
|
/**
|
|
1850
|
-
*
|
|
1850
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1851
1851
|
*/
|
|
1852
|
-
|
|
1852
|
+
deliveryTime: number;
|
|
1853
1853
|
|
|
1854
1854
|
/**
|
|
1855
|
-
*
|
|
1855
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1856
1856
|
*/
|
|
1857
|
-
|
|
1857
|
+
useSupplierArticleIdentifier: boolean;
|
|
1858
1858
|
|
|
1859
1859
|
/**
|
|
1860
1860
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -1902,14 +1902,14 @@ export interface ArticleSupplier {
|
|
|
1902
1902
|
info: MetaInfo;
|
|
1903
1903
|
|
|
1904
1904
|
/**
|
|
1905
|
-
*
|
|
1905
|
+
* Referenced Article name
|
|
1906
1906
|
*/
|
|
1907
|
-
|
|
1907
|
+
articleName: string;
|
|
1908
1908
|
|
|
1909
1909
|
/**
|
|
1910
|
-
*
|
|
1910
|
+
* Verpackungseinheit
|
|
1911
1911
|
*/
|
|
1912
|
-
|
|
1912
|
+
packagingUnit: number;
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Lieferanten-Preise
|
|
@@ -1942,14 +1942,14 @@ export interface ArticleSupplier {
|
|
|
1942
1942
|
dropShippingAllowed: boolean;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
* Abweichende
|
|
1945
|
+
* Abweichende Produktbezeichnung
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
supplierArticleName: string;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
|
-
* Abweichende
|
|
1950
|
+
* Abweichende Produktbeschreibung
|
|
1951
1951
|
*/
|
|
1952
|
-
|
|
1952
|
+
supplierArticleDescription: string;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Standardpreis Netto
|
|
@@ -2167,14 +2167,14 @@ export interface CountryReference {
|
|
|
2167
2167
|
export interface CreateNewDocumentRequest {
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
|
-
* Belegart
|
|
2170
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2171
2171
|
*/
|
|
2172
|
-
|
|
2172
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2173
2173
|
|
|
2174
2174
|
/**
|
|
2175
|
-
*
|
|
2175
|
+
* Belegart
|
|
2176
2176
|
*/
|
|
2177
|
-
|
|
2177
|
+
documentTypeLabel: string;
|
|
2178
2178
|
|
|
2179
2179
|
/**
|
|
2180
2180
|
* Details zum Beleg
|
|
@@ -2240,14 +2240,14 @@ export interface CrmActivity {
|
|
|
2240
2240
|
info: MetaInfo;
|
|
2241
2241
|
|
|
2242
2242
|
/**
|
|
2243
|
-
*
|
|
2243
|
+
* Aktivität intern abgerechnet?
|
|
2244
2244
|
*/
|
|
2245
|
-
|
|
2245
|
+
internalBilled: boolean;
|
|
2246
2246
|
|
|
2247
2247
|
/**
|
|
2248
|
-
*
|
|
2248
|
+
* geplante Dauer
|
|
2249
2249
|
*/
|
|
2250
|
-
|
|
2250
|
+
plannedDurationInSeconds: number;
|
|
2251
2251
|
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2823,14 +2823,14 @@ export interface CrmProject {
|
|
|
2823
2823
|
billedTimes: number;
|
|
2824
2824
|
|
|
2825
2825
|
/**
|
|
2826
|
-
*
|
|
2826
|
+
* Geplanter Projektzeitraum (von)
|
|
2827
2827
|
*/
|
|
2828
|
-
|
|
2828
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2829
2829
|
|
|
2830
2830
|
/**
|
|
2831
|
-
*
|
|
2831
|
+
* Einkaufsbelege
|
|
2832
2832
|
*/
|
|
2833
|
-
|
|
2833
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2834
2834
|
|
|
2835
2835
|
/**
|
|
2836
2836
|
* Verkaufsbelege
|
|
@@ -3108,11 +3108,6 @@ export interface CrmSubType {
|
|
|
3108
3108
|
|
|
3109
3109
|
export interface CrmTask {
|
|
3110
3110
|
|
|
3111
|
-
/**
|
|
3112
|
-
* Liste von Erinnerungen
|
|
3113
|
-
*/
|
|
3114
|
-
reminders: Array<CrmReminder>;
|
|
3115
|
-
|
|
3116
3111
|
/**
|
|
3117
3112
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3118
3113
|
*/
|
|
@@ -3123,6 +3118,11 @@ export interface CrmTask {
|
|
|
3123
3118
|
*/
|
|
3124
3119
|
customerOfferRef: DocumentRef;
|
|
3125
3120
|
|
|
3121
|
+
/**
|
|
3122
|
+
* Liste von Erinnerungen
|
|
3123
|
+
*/
|
|
3124
|
+
reminders: Array<CrmReminder>;
|
|
3125
|
+
|
|
3126
3126
|
/**
|
|
3127
3127
|
* Notizen
|
|
3128
3128
|
*/
|
|
@@ -3304,14 +3304,14 @@ export interface CrmTask {
|
|
|
3304
3304
|
assignedUserRef: ApiObjectReference;
|
|
3305
3305
|
|
|
3306
3306
|
/**
|
|
3307
|
-
*
|
|
3307
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3308
3308
|
*/
|
|
3309
|
-
|
|
3309
|
+
externalRecordedTimes: number;
|
|
3310
3310
|
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* Beauftragte Zeit in Sekunden
|
|
3313
3313
|
*/
|
|
3314
|
-
|
|
3314
|
+
effortCommissioned: number;
|
|
3315
3315
|
|
|
3316
3316
|
/**
|
|
3317
3317
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3488,14 +3488,14 @@ export interface CurrencyReference {
|
|
|
3488
3488
|
export interface Customer {
|
|
3489
3489
|
|
|
3490
3490
|
/**
|
|
3491
|
-
*
|
|
3491
|
+
* Option für die Stapelverarbeitung
|
|
3492
3492
|
*/
|
|
3493
|
-
|
|
3493
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3494
3494
|
|
|
3495
3495
|
/**
|
|
3496
|
-
*
|
|
3496
|
+
* reference to customer group
|
|
3497
3497
|
*/
|
|
3498
|
-
|
|
3498
|
+
customerGroupRef: ApiObjectReference;
|
|
3499
3499
|
|
|
3500
3500
|
/**
|
|
3501
3501
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3513,14 +3513,14 @@ export interface Customer {
|
|
|
3513
3513
|
dueDate: ScriptingDate;
|
|
3514
3514
|
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* Maximal mögliche Lieferungen
|
|
3517
3517
|
*/
|
|
3518
|
-
|
|
3518
|
+
maxDeliveries: number;
|
|
3519
3519
|
|
|
3520
3520
|
/**
|
|
3521
|
-
*
|
|
3521
|
+
* collective billable
|
|
3522
3522
|
*/
|
|
3523
|
-
|
|
3523
|
+
collectiveBillable: boolean;
|
|
3524
3524
|
|
|
3525
3525
|
/**
|
|
3526
3526
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3548,14 +3548,14 @@ export interface Customer {
|
|
|
3548
3548
|
stackProcessingPriority: number;
|
|
3549
3549
|
|
|
3550
3550
|
/**
|
|
3551
|
-
*
|
|
3551
|
+
* reference to product price group
|
|
3552
3552
|
*/
|
|
3553
|
-
|
|
3553
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3554
3554
|
|
|
3555
3555
|
/**
|
|
3556
|
-
*
|
|
3556
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3557
3557
|
*/
|
|
3558
|
-
|
|
3558
|
+
collectiveInvoiceManually: boolean;
|
|
3559
3559
|
|
|
3560
3560
|
/**
|
|
3561
3561
|
* Unique identifier of the Object
|
|
@@ -3639,14 +3639,14 @@ export const enum DealNotificationEventConfig {
|
|
|
3639
3639
|
export interface DeliveryMethod {
|
|
3640
3640
|
|
|
3641
3641
|
/**
|
|
3642
|
-
*
|
|
3642
|
+
* E-Mail an Versender übergeben
|
|
3643
3643
|
*/
|
|
3644
|
-
|
|
3644
|
+
forwardEmailToShipper: boolean;
|
|
3645
3645
|
|
|
3646
3646
|
/**
|
|
3647
|
-
*
|
|
3647
|
+
* Soll eine Position mit dieser Liefermethode in einen Lieferbeleg mit dieser Methode übernommen werden
|
|
3648
3648
|
*/
|
|
3649
|
-
|
|
3649
|
+
splitIntoNewDocument: boolean;
|
|
3650
3650
|
|
|
3651
3651
|
/**
|
|
3652
3652
|
* Min. Gewicht pro Paket
|
|
@@ -3698,26 +3698,26 @@ export interface DeliveryMethod {
|
|
|
3698
3698
|
*/
|
|
3699
3699
|
defaultSizeUnit: UnitTypeReference;
|
|
3700
3700
|
|
|
3701
|
-
/**
|
|
3702
|
-
* Quelle für Paketgewicht
|
|
3703
|
-
*/
|
|
3704
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3705
|
-
|
|
3706
3701
|
/**
|
|
3707
3702
|
* translations
|
|
3708
3703
|
*/
|
|
3709
3704
|
translations: Array<DocumentTypeTerm>;
|
|
3710
3705
|
|
|
3711
3706
|
/**
|
|
3712
|
-
*
|
|
3707
|
+
* Quelle für Paketgewicht
|
|
3713
3708
|
*/
|
|
3714
|
-
|
|
3709
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3715
3710
|
|
|
3716
3711
|
/**
|
|
3717
3712
|
* Gültige Ländercodes
|
|
3718
3713
|
*/
|
|
3719
3714
|
validCountryCodes: Array<string>;
|
|
3720
3715
|
|
|
3716
|
+
/**
|
|
3717
|
+
* Versand-Anbieter
|
|
3718
|
+
*/
|
|
3719
|
+
vdsCarrierId: number;
|
|
3720
|
+
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Standardgewichtseinheit
|
|
3723
3723
|
*/
|
|
@@ -3797,14 +3797,14 @@ export interface DeliveryTerm {
|
|
|
3797
3797
|
version: number;
|
|
3798
3798
|
|
|
3799
3799
|
/**
|
|
3800
|
-
*
|
|
3800
|
+
* information, how the shipping charges should be calculated
|
|
3801
3801
|
*/
|
|
3802
|
-
|
|
3802
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3803
3803
|
|
|
3804
3804
|
/**
|
|
3805
|
-
*
|
|
3805
|
+
* translations
|
|
3806
3806
|
*/
|
|
3807
|
-
|
|
3807
|
+
translations: Array<DocumentTypeTerm>;
|
|
3808
3808
|
|
|
3809
3809
|
/**
|
|
3810
3810
|
* Lieferarten
|
|
@@ -3835,14 +3835,14 @@ export interface DeliveryTerm {
|
|
|
3835
3835
|
export interface Document {
|
|
3836
3836
|
|
|
3837
3837
|
/**
|
|
3838
|
-
*
|
|
3838
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
3839
3839
|
*/
|
|
3840
|
-
|
|
3840
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
3841
3841
|
|
|
3842
3842
|
/**
|
|
3843
|
-
*
|
|
3843
|
+
* Referenz zum Rechnungskonto
|
|
3844
3844
|
*/
|
|
3845
|
-
|
|
3845
|
+
billingAccountRef: ApiObjectReference;
|
|
3846
3846
|
|
|
3847
3847
|
/**
|
|
3848
3848
|
* Externe Belegnummer
|
|
@@ -3923,14 +3923,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3923
3923
|
deliveryQuantityPackages: number;
|
|
3924
3924
|
|
|
3925
3925
|
/**
|
|
3926
|
-
*
|
|
3926
|
+
* Bestellnummer aus Vorbeleg
|
|
3927
3927
|
*/
|
|
3928
|
-
|
|
3928
|
+
referencedOrderNumber: string;
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
|
-
*
|
|
3931
|
+
* Leitweg-ID
|
|
3932
3932
|
*/
|
|
3933
|
-
|
|
3933
|
+
buyerReference: string;
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
3936
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4033,14 +4033,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4033
4033
|
supplierNumber: string;
|
|
4034
4034
|
|
|
4035
4035
|
/**
|
|
4036
|
-
*
|
|
4036
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4037
4037
|
*/
|
|
4038
|
-
|
|
4038
|
+
deliveryApproved: boolean;
|
|
4039
4039
|
|
|
4040
4040
|
/**
|
|
4041
|
-
*
|
|
4041
|
+
* Gesamtpreis brutto
|
|
4042
4042
|
*/
|
|
4043
|
-
|
|
4043
|
+
totalGrossPrice: number;
|
|
4044
4044
|
|
|
4045
4045
|
/**
|
|
4046
4046
|
* Kassen-Zahlungspositionen
|
|
@@ -4120,14 +4120,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4120
4120
|
processedByWorkflow: boolean;
|
|
4121
4121
|
|
|
4122
4122
|
/**
|
|
4123
|
-
*
|
|
4123
|
+
* Telefon an Versender übergeben
|
|
4124
4124
|
*/
|
|
4125
|
-
|
|
4125
|
+
forwardPhoneToShipper: boolean;
|
|
4126
4126
|
|
|
4127
4127
|
/**
|
|
4128
|
-
*
|
|
4128
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4129
4129
|
*/
|
|
4130
|
-
|
|
4130
|
+
baseTotalDocumentPriceModifier: number;
|
|
4131
4131
|
|
|
4132
4132
|
/**
|
|
4133
4133
|
* Liste der Belegtexte
|
|
@@ -4150,14 +4150,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4150
4150
|
defaultAddress: DocumentAddress;
|
|
4151
4151
|
|
|
4152
4152
|
/**
|
|
4153
|
-
*
|
|
4153
|
+
* Verarbeitungsoption für Stapel
|
|
4154
4154
|
*/
|
|
4155
|
-
|
|
4155
|
+
stackProcessingType: OrderStackProcessingType;
|
|
4156
4156
|
|
|
4157
4157
|
/**
|
|
4158
|
-
*
|
|
4158
|
+
* Leistungsdatum
|
|
4159
4159
|
*/
|
|
4160
|
-
|
|
4160
|
+
performanceDate: ScriptingDate;
|
|
4161
4161
|
|
|
4162
4162
|
/**
|
|
4163
4163
|
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
@@ -4215,14 +4215,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4215
4215
|
dropShipping: boolean;
|
|
4216
4216
|
|
|
4217
4217
|
/**
|
|
4218
|
-
*
|
|
4218
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4219
4219
|
*/
|
|
4220
|
-
|
|
4220
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4221
4221
|
|
|
4222
4222
|
/**
|
|
4223
|
-
*
|
|
4223
|
+
* Gesamtpreis netto
|
|
4224
4224
|
*/
|
|
4225
|
-
|
|
4225
|
+
totalNetPrice: number;
|
|
4226
4226
|
|
|
4227
4227
|
/**
|
|
4228
4228
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4329,11 +4329,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4329
4329
|
*/
|
|
4330
4330
|
customerNumber: string;
|
|
4331
4331
|
|
|
4332
|
-
/**
|
|
4333
|
-
* Versandkostenpositionen
|
|
4334
|
-
*/
|
|
4335
|
-
shippingCosts: Array<DocumentShippingCost>;
|
|
4336
|
-
|
|
4337
4332
|
/**
|
|
4338
4333
|
* Statusinstanz des Belegs
|
|
4339
4334
|
*/
|
|
@@ -4345,14 +4340,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4345
4340
|
taxIdentificationNumber: string;
|
|
4346
4341
|
|
|
4347
4342
|
/**
|
|
4348
|
-
*
|
|
4349
|
-
*/
|
|
4350
|
-
deliveryTermRef: ApiObjectReference;
|
|
4351
|
-
|
|
4352
|
-
/**
|
|
4353
|
-
* Rückgeld
|
|
4343
|
+
* Versandkostenpositionen
|
|
4354
4344
|
*/
|
|
4355
|
-
|
|
4345
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4356
4346
|
|
|
4357
4347
|
/**
|
|
4358
4348
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
@@ -4361,6 +4351,16 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4361
4351
|
*/
|
|
4362
4352
|
posReceiptBalanced: boolean;
|
|
4363
4353
|
|
|
4354
|
+
/**
|
|
4355
|
+
* Referenz auf Lieferbedingung
|
|
4356
|
+
*/
|
|
4357
|
+
deliveryTermRef: ApiObjectReference;
|
|
4358
|
+
|
|
4359
|
+
/**
|
|
4360
|
+
* Rückgeld
|
|
4361
|
+
*/
|
|
4362
|
+
posReceiptChangeAmount: number;
|
|
4363
|
+
|
|
4364
4364
|
/**
|
|
4365
4365
|
* Gesamtbruttogewicht
|
|
4366
4366
|
*/
|
|
@@ -4381,25 +4381,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4381
4381
|
*/
|
|
4382
4382
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4383
4383
|
|
|
4384
|
-
/**
|
|
4385
|
-
* Rechnungsadresse
|
|
4386
|
-
*/
|
|
4387
|
-
billingAddress: DocumentAddress;
|
|
4388
|
-
|
|
4389
4384
|
/**
|
|
4390
4385
|
* Status der USt-ID-Prüfung
|
|
4391
4386
|
*/
|
|
4392
4387
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4393
4388
|
|
|
4394
4389
|
/**
|
|
4395
|
-
*
|
|
4390
|
+
* Rechnungsadresse
|
|
4396
4391
|
*/
|
|
4397
|
-
|
|
4392
|
+
billingAddress: DocumentAddress;
|
|
4398
4393
|
|
|
4399
4394
|
/**
|
|
4400
4395
|
* Bestellt durch Ansprechpartner
|
|
4401
4396
|
*/
|
|
4402
4397
|
orderedByPersonRef: ApiObjectReference;
|
|
4398
|
+
|
|
4399
|
+
/**
|
|
4400
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4401
|
+
*/
|
|
4402
|
+
reportGroupRef: ApiObjectReference;
|
|
4403
4403
|
}
|
|
4404
4404
|
|
|
4405
4405
|
export interface DocumentAdditionalInfo {
|
|
@@ -4410,14 +4410,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4410
4410
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
|
-
*
|
|
4413
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4414
4414
|
*/
|
|
4415
|
-
|
|
4415
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4416
4416
|
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* Herkunft der Sprache
|
|
4419
4419
|
*/
|
|
4420
|
-
|
|
4420
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
4423
|
* Herkunft der Käufer-Referenz
|
|
@@ -4425,14 +4425,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4425
4425
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
4428
|
-
*
|
|
4428
|
+
* Herkunft des Berechnungsmodus
|
|
4429
4429
|
*/
|
|
4430
|
-
|
|
4430
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4431
4431
|
|
|
4432
4432
|
/**
|
|
4433
|
-
*
|
|
4433
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4434
4434
|
*/
|
|
4435
|
-
|
|
4435
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4436
4436
|
|
|
4437
4437
|
/**
|
|
4438
4438
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4575,14 +4575,14 @@ export interface DocumentAddress {
|
|
|
4575
4575
|
info: MetaInfo;
|
|
4576
4576
|
|
|
4577
4577
|
/**
|
|
4578
|
-
*
|
|
4578
|
+
* Lieferart
|
|
4579
4579
|
*/
|
|
4580
|
-
|
|
4580
|
+
deliveryMethodRef: ApiObjectReference;
|
|
4581
4581
|
|
|
4582
4582
|
/**
|
|
4583
|
-
*
|
|
4583
|
+
* GLN
|
|
4584
4584
|
*/
|
|
4585
|
-
|
|
4585
|
+
globalLocationNumber: string;
|
|
4586
4586
|
|
|
4587
4587
|
/**
|
|
4588
4588
|
* Postcode
|
|
@@ -4762,14 +4762,14 @@ export interface DocumentContractDetail {
|
|
|
4762
4762
|
runtimeToDate: ScriptingDate;
|
|
4763
4763
|
|
|
4764
4764
|
/**
|
|
4765
|
-
*
|
|
4765
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4766
4766
|
*/
|
|
4767
|
-
|
|
4767
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4768
4768
|
|
|
4769
4769
|
/**
|
|
4770
|
-
*
|
|
4770
|
+
* Nächste Fälligkeit
|
|
4771
4771
|
*/
|
|
4772
|
-
|
|
4772
|
+
nextDueDate: ScriptingDate;
|
|
4773
4773
|
|
|
4774
4774
|
/**
|
|
4775
4775
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4934,14 +4934,14 @@ export const enum DocumentImportType {
|
|
|
4934
4934
|
export interface DocumentLine {
|
|
4935
4935
|
|
|
4936
4936
|
/**
|
|
4937
|
-
*
|
|
4937
|
+
* Leistungsdatum
|
|
4938
4938
|
*/
|
|
4939
|
-
|
|
4939
|
+
performanceDate: ScriptingDate;
|
|
4940
4940
|
|
|
4941
4941
|
/**
|
|
4942
|
-
*
|
|
4942
|
+
* Zolltarifnummer
|
|
4943
4943
|
*/
|
|
4944
|
-
|
|
4944
|
+
customsTariffNumber: string;
|
|
4945
4945
|
|
|
4946
4946
|
/**
|
|
4947
4947
|
* Land der Herkunft
|
|
@@ -4949,14 +4949,14 @@ export interface DocumentLine {
|
|
|
4949
4949
|
country: CountryReference;
|
|
4950
4950
|
|
|
4951
4951
|
/**
|
|
4952
|
-
*
|
|
4952
|
+
* bestätigtes Ende des Lieferzeitraums (nur notwendig für Lieferrzeiträume, wenn Lieferdatum gesetzt)
|
|
4953
4953
|
*/
|
|
4954
|
-
|
|
4954
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4955
4955
|
|
|
4956
4956
|
/**
|
|
4957
|
-
*
|
|
4957
|
+
* wurde aufgelöst in Gebindeartikel
|
|
4958
4958
|
*/
|
|
4959
|
-
|
|
4959
|
+
convertedIntoBundleArticleRef: ApiObjectReference;
|
|
4960
4960
|
|
|
4961
4961
|
/**
|
|
4962
4962
|
* verarbeitete Menge
|
|
@@ -5004,14 +5004,14 @@ export interface DocumentLine {
|
|
|
5004
5004
|
number: string;
|
|
5005
5005
|
|
|
5006
5006
|
/**
|
|
5007
|
-
*
|
|
5007
|
+
* Referenz zur Kundenauftragszeile
|
|
5008
5008
|
*/
|
|
5009
|
-
|
|
5009
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5010
5010
|
|
|
5011
5011
|
/**
|
|
5012
|
-
*
|
|
5012
|
+
* Gesamtbruttogewicht
|
|
5013
5013
|
*/
|
|
5014
|
-
|
|
5014
|
+
totalGrossWeight: number;
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
5017
|
* skontierbare Position?
|
|
@@ -5028,6 +5028,11 @@ export interface DocumentLine {
|
|
|
5028
5028
|
*/
|
|
5029
5029
|
price: number;
|
|
5030
5030
|
|
|
5031
|
+
/**
|
|
5032
|
+
* Positionstyp
|
|
5033
|
+
*/
|
|
5034
|
+
lineType: DocumentLineType;
|
|
5035
|
+
|
|
5031
5036
|
/**
|
|
5032
5037
|
* FiBu-Buchung
|
|
5033
5038
|
*/
|
|
@@ -5038,11 +5043,6 @@ export interface DocumentLine {
|
|
|
5038
5043
|
*/
|
|
5039
5044
|
baseTotalLinePrice: number;
|
|
5040
5045
|
|
|
5041
|
-
/**
|
|
5042
|
-
* Positionstyp
|
|
5043
|
-
*/
|
|
5044
|
-
lineType: DocumentLineType;
|
|
5045
|
-
|
|
5046
5046
|
/**
|
|
5047
5047
|
* vorgeorderte Menge in Pickvorgang
|
|
5048
5048
|
*/
|
|
@@ -5084,14 +5084,14 @@ export interface DocumentLine {
|
|
|
5084
5084
|
externalReferenceVds: string;
|
|
5085
5085
|
|
|
5086
5086
|
/**
|
|
5087
|
-
*
|
|
5087
|
+
* Preis pro Einheit in Basiswährung
|
|
5088
5088
|
*/
|
|
5089
|
-
|
|
5089
|
+
basePrice: number;
|
|
5090
5090
|
|
|
5091
5091
|
/**
|
|
5092
|
-
*
|
|
5092
|
+
* Serientyp
|
|
5093
5093
|
*/
|
|
5094
|
-
|
|
5094
|
+
serialType: ArticleSerialType;
|
|
5095
5095
|
|
|
5096
5096
|
/**
|
|
5097
5097
|
* MetaInformations for this Object
|
|
@@ -5254,14 +5254,14 @@ export interface DocumentLine {
|
|
|
5254
5254
|
unitType: UnitTypeReference;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Referenz zur Basiszeile
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
baseLineId: number;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
|
-
*
|
|
5262
|
+
* Zubehör Einfügeart
|
|
5263
5263
|
*/
|
|
5264
|
-
|
|
5264
|
+
insertTerm: AccessoryInsertTerm;
|
|
5265
5265
|
|
|
5266
5266
|
/**
|
|
5267
5267
|
* Einheit Bruttogewicht
|
|
@@ -5286,18 +5286,18 @@ export interface DocumentLine {
|
|
|
5286
5286
|
/**
|
|
5287
5287
|
* Produkttyp
|
|
5288
5288
|
*/
|
|
5289
|
-
productType: ProductType;
|
|
5290
|
-
|
|
5291
|
-
/**
|
|
5292
|
-
* Nettoverkaufswert der Position in Basiswährung
|
|
5293
|
-
*/
|
|
5294
|
-
baseSalesValueNet: number;
|
|
5289
|
+
productType: ProductType;
|
|
5295
5290
|
|
|
5296
5291
|
/**
|
|
5297
5292
|
* Vertragsinformationen
|
|
5298
5293
|
*/
|
|
5299
5294
|
contractDetail: DocumentContractDetail;
|
|
5300
5295
|
|
|
5296
|
+
/**
|
|
5297
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5298
|
+
*/
|
|
5299
|
+
baseSalesValueNet: number;
|
|
5300
|
+
|
|
5301
5301
|
/**
|
|
5302
5302
|
* Einheit Nettogewicht
|
|
5303
5303
|
*/
|
|
@@ -5528,14 +5528,14 @@ export interface DocumentLineComponent {
|
|
|
5528
5528
|
custom: EavDocumentlinecomponent;
|
|
5529
5529
|
|
|
5530
5530
|
/**
|
|
5531
|
-
*
|
|
5531
|
+
* Referenz auf den Artikel der Komponente
|
|
5532
5532
|
*/
|
|
5533
|
-
|
|
5533
|
+
articleId: number;
|
|
5534
5534
|
|
|
5535
5535
|
/**
|
|
5536
|
-
*
|
|
5536
|
+
* Gelieferte Menge
|
|
5537
5537
|
*/
|
|
5538
|
-
|
|
5538
|
+
quantityCommitted: number;
|
|
5539
5539
|
|
|
5540
5540
|
/**
|
|
5541
5541
|
* Beschreibung des Artikels
|
|
@@ -5831,14 +5831,14 @@ export interface DocumentLineRef {
|
|
|
5831
5831
|
quantity: number;
|
|
5832
5832
|
|
|
5833
5833
|
/**
|
|
5834
|
-
*
|
|
5834
|
+
* Belegart
|
|
5835
5835
|
*/
|
|
5836
|
-
|
|
5836
|
+
documentType: string;
|
|
5837
5837
|
|
|
5838
5838
|
/**
|
|
5839
|
-
*
|
|
5839
|
+
* Artikelnummer
|
|
5840
5840
|
*/
|
|
5841
|
-
|
|
5841
|
+
articleNumber: string;
|
|
5842
5842
|
|
|
5843
5843
|
/**
|
|
5844
5844
|
* price per quantity [GROSS, NET]
|
|
@@ -6148,14 +6148,14 @@ export interface DocumentRef {
|
|
|
6148
6148
|
export interface DocumentShippingCost {
|
|
6149
6149
|
|
|
6150
6150
|
/**
|
|
6151
|
-
*
|
|
6151
|
+
* Die Versandkosten
|
|
6152
6152
|
*/
|
|
6153
|
-
|
|
6153
|
+
costs: number;
|
|
6154
6154
|
|
|
6155
6155
|
/**
|
|
6156
|
-
*
|
|
6156
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6157
6157
|
*/
|
|
6158
|
-
|
|
6158
|
+
manualCosts: boolean;
|
|
6159
6159
|
|
|
6160
6160
|
/**
|
|
6161
6161
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6283,14 +6283,14 @@ export interface DocumentText {
|
|
|
6283
6283
|
transferableIntoSubsequentDocuments: boolean;
|
|
6284
6284
|
|
|
6285
6285
|
/**
|
|
6286
|
-
*
|
|
6286
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6287
6287
|
*/
|
|
6288
|
-
|
|
6288
|
+
textPosition: TextPosition;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
deleted: boolean;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
6296
|
* textBaustein Vorlage
|
|
@@ -6400,14 +6400,14 @@ export interface DocumentType {
|
|
|
6400
6400
|
labels: Array<DocumentTypeLabel>;
|
|
6401
6401
|
|
|
6402
6402
|
/**
|
|
6403
|
-
*
|
|
6403
|
+
* nächste Belegnummer
|
|
6404
6404
|
*/
|
|
6405
|
-
|
|
6405
|
+
nextNumber: string;
|
|
6406
6406
|
|
|
6407
6407
|
/**
|
|
6408
|
-
*
|
|
6408
|
+
* Zählerkreis
|
|
6409
6409
|
*/
|
|
6410
|
-
|
|
6410
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6411
6411
|
|
|
6412
6412
|
/**
|
|
6413
6413
|
* Sortierung
|
|
@@ -6886,14 +6886,14 @@ export interface FabricationRevertRequest {
|
|
|
6886
6886
|
quantity: number;
|
|
6887
6887
|
|
|
6888
6888
|
/**
|
|
6889
|
-
*
|
|
6889
|
+
* ID der zu stornierenden Position
|
|
6890
6890
|
*/
|
|
6891
|
-
|
|
6891
|
+
documentLineId: number;
|
|
6892
6892
|
|
|
6893
6893
|
/**
|
|
6894
|
-
*
|
|
6894
|
+
* Material automatisch stornieren
|
|
6895
6895
|
*/
|
|
6896
|
-
|
|
6896
|
+
autoRevertComponents: boolean;
|
|
6897
6897
|
|
|
6898
6898
|
/**
|
|
6899
6899
|
* Zu stornierende Seriennummern
|
|
@@ -6909,14 +6909,14 @@ export interface FabricationRevertRequest {
|
|
|
6909
6909
|
export interface FabricationSerialNumber {
|
|
6910
6910
|
|
|
6911
6911
|
/**
|
|
6912
|
-
*
|
|
6912
|
+
* ID der zu produzierenden Seriennummer (nur zur gezielten Produktion von bereits definierten Seriennummern)
|
|
6913
6913
|
*/
|
|
6914
|
-
|
|
6914
|
+
serialNumberId: number;
|
|
6915
6915
|
|
|
6916
6916
|
/**
|
|
6917
|
-
*
|
|
6917
|
+
* MHD / Verfallsdatum
|
|
6918
6918
|
*/
|
|
6919
|
-
|
|
6919
|
+
expiryDate: ScriptingDate;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
6922
|
* Bemerkung
|
|
@@ -7294,14 +7294,14 @@ export interface PickTrolley {
|
|
|
7294
7294
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7295
7295
|
|
|
7296
7296
|
/**
|
|
7297
|
-
*
|
|
7297
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7298
7298
|
*/
|
|
7299
|
-
|
|
7299
|
+
storageBinRef: StorageBinRef;
|
|
7300
7300
|
|
|
7301
7301
|
/**
|
|
7302
|
-
*
|
|
7302
|
+
* Bearbeiter der Pickliste
|
|
7303
7303
|
*/
|
|
7304
|
-
|
|
7304
|
+
processedByUserRef: ApiObjectReference;
|
|
7305
7305
|
|
|
7306
7306
|
/**
|
|
7307
7307
|
* Beschreibung des Wagens
|
|
@@ -7557,14 +7557,14 @@ export interface PicklistLine {
|
|
|
7557
7557
|
articleNumber: string;
|
|
7558
7558
|
|
|
7559
7559
|
/**
|
|
7560
|
-
*
|
|
7560
|
+
* Art der Position
|
|
7561
7561
|
*/
|
|
7562
|
-
|
|
7562
|
+
lineType: PicklistLineType;
|
|
7563
7563
|
|
|
7564
7564
|
/**
|
|
7565
|
-
*
|
|
7565
|
+
* Lagernummer
|
|
7566
7566
|
*/
|
|
7567
|
-
|
|
7567
|
+
storageNumber: string;
|
|
7568
7568
|
|
|
7569
7569
|
/**
|
|
7570
7570
|
* ID der Ziel-Dokumentposition
|
|
@@ -7703,14 +7703,14 @@ export interface PicklistLineComponent {
|
|
|
7703
7703
|
targetDocumentLineComponentId: number;
|
|
7704
7704
|
|
|
7705
7705
|
/**
|
|
7706
|
-
*
|
|
7706
|
+
* abweichende Artikelbezeichnung
|
|
7707
7707
|
*/
|
|
7708
|
-
|
|
7708
|
+
articleAlternativeName: string;
|
|
7709
7709
|
|
|
7710
7710
|
/**
|
|
7711
|
-
*
|
|
7711
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
7712
7712
|
*/
|
|
7713
|
-
|
|
7713
|
+
quantityPerAssemblyGroup: number;
|
|
7714
7714
|
|
|
7715
7715
|
/**
|
|
7716
7716
|
* Verpackte Menge der Position
|
|
@@ -7876,20 +7876,15 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7876
7876
|
*/
|
|
7877
7877
|
maxArticleCountPerOrder: number;
|
|
7878
7878
|
|
|
7879
|
-
/**
|
|
7880
|
-
* Maximaler Auftragswert
|
|
7881
|
-
*/
|
|
7882
|
-
maxOrderValue: number;
|
|
7883
|
-
|
|
7884
7879
|
/**
|
|
7885
7880
|
* Alternative Selektion in VQL
|
|
7886
7881
|
*/
|
|
7887
7882
|
alternativeSelectionInVql: string;
|
|
7888
7883
|
|
|
7889
7884
|
/**
|
|
7890
|
-
*
|
|
7885
|
+
* Maximaler Auftragswert
|
|
7891
7886
|
*/
|
|
7892
|
-
|
|
7887
|
+
maxOrderValue: number;
|
|
7893
7888
|
|
|
7894
7889
|
/**
|
|
7895
7890
|
* Nur vollständig lieferbare Positionen
|
|
@@ -7901,6 +7896,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7901
7896
|
*/
|
|
7902
7897
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7903
7898
|
|
|
7899
|
+
/**
|
|
7900
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7901
|
+
*/
|
|
7902
|
+
maxOrderCount: number;
|
|
7903
|
+
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Selektion über den Bereich vom Belegdatum
|
|
7906
7906
|
*/
|
|
@@ -7959,15 +7959,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7959
7959
|
*/
|
|
7960
7960
|
printPicklist: boolean;
|
|
7961
7961
|
|
|
7962
|
+
/**
|
|
7963
|
+
* Die zu verwendende Pickwagengruppe
|
|
7964
|
+
*/
|
|
7965
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7966
|
+
|
|
7962
7967
|
/**
|
|
7963
7968
|
* Maximale Anzahl an Positionen einer Pickliste
|
|
7964
7969
|
*/
|
|
7965
7970
|
maxPicklistLineCount: number;
|
|
7966
7971
|
|
|
7967
7972
|
/**
|
|
7968
|
-
*
|
|
7973
|
+
* Lagerplätze vorgeben
|
|
7969
7974
|
*/
|
|
7970
|
-
|
|
7975
|
+
specifyStorageBins: boolean;
|
|
7971
7976
|
|
|
7972
7977
|
/**
|
|
7973
7978
|
* Der zu verwendende Pickwagen
|
|
@@ -7980,20 +7985,15 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7980
7985
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7981
7986
|
|
|
7982
7987
|
/**
|
|
7983
|
-
*
|
|
7988
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7984
7989
|
*/
|
|
7985
|
-
|
|
7990
|
+
sortByRoutePosition: boolean;
|
|
7986
7991
|
|
|
7987
7992
|
/**
|
|
7988
7993
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7989
7994
|
*/
|
|
7990
7995
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
7991
7996
|
|
|
7992
|
-
/**
|
|
7993
|
-
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
7994
|
-
*/
|
|
7995
|
-
sortByRoutePosition: boolean;
|
|
7996
|
-
|
|
7997
7997
|
/**
|
|
7998
7998
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
7999
7999
|
*/
|
|
@@ -8053,14 +8053,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8053
8053
|
showShippingFormOnPickingFinish: boolean;
|
|
8054
8054
|
|
|
8055
8055
|
/**
|
|
8056
|
-
*
|
|
8056
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8057
8057
|
*/
|
|
8058
|
-
|
|
8058
|
+
useDigitalPicklist: boolean;
|
|
8059
8059
|
|
|
8060
8060
|
/**
|
|
8061
|
-
*
|
|
8061
|
+
* Sammelbestätigung erlauben
|
|
8062
8062
|
*/
|
|
8063
|
-
|
|
8063
|
+
allowFullConfirmation: boolean;
|
|
8064
8064
|
|
|
8065
8065
|
/**
|
|
8066
8066
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -8083,14 +8083,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8083
8083
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8084
8084
|
|
|
8085
8085
|
/**
|
|
8086
|
-
*
|
|
8086
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8087
8087
|
*/
|
|
8088
|
-
|
|
8088
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8089
8089
|
|
|
8090
8090
|
/**
|
|
8091
|
-
*
|
|
8091
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8092
8092
|
*/
|
|
8093
|
-
|
|
8093
|
+
autoDeterminationOfLots: boolean;
|
|
8094
8094
|
|
|
8095
8095
|
/**
|
|
8096
8096
|
* Zielmengen in Masken verstecken?
|
|
@@ -8324,14 +8324,14 @@ export interface ProductArticleRef {
|
|
|
8324
8324
|
export interface ProductDiscount {
|
|
8325
8325
|
|
|
8326
8326
|
/**
|
|
8327
|
-
*
|
|
8327
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8328
8328
|
*/
|
|
8329
|
-
|
|
8329
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8330
8330
|
|
|
8331
8331
|
/**
|
|
8332
|
-
*
|
|
8332
|
+
* Kundengruppe
|
|
8333
8333
|
*/
|
|
8334
|
-
|
|
8334
|
+
customerGroupRef: ApiObjectReference;
|
|
8335
8335
|
|
|
8336
8336
|
/**
|
|
8337
8337
|
* Lieferantengruppe
|
|
@@ -8354,14 +8354,14 @@ export interface ProductDiscount {
|
|
|
8354
8354
|
validFrom: ScriptingDate;
|
|
8355
8355
|
|
|
8356
8356
|
/**
|
|
8357
|
-
*
|
|
8357
|
+
* Warengruppe
|
|
8358
8358
|
*/
|
|
8359
|
-
|
|
8359
|
+
productGroupRef: ApiObjectReference;
|
|
8360
8360
|
|
|
8361
8361
|
/**
|
|
8362
|
-
*
|
|
8362
|
+
* Bestimmt die Art des Rabatts
|
|
8363
8363
|
*/
|
|
8364
|
-
|
|
8364
|
+
modifierType: PriceModifierType;
|
|
8365
8365
|
|
|
8366
8366
|
/**
|
|
8367
8367
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8379,14 +8379,14 @@ export interface ProductDiscount {
|
|
|
8379
8379
|
currencyRef: CurrencyReference;
|
|
8380
8380
|
|
|
8381
8381
|
/**
|
|
8382
|
-
*
|
|
8382
|
+
* Preisgruppe
|
|
8383
8383
|
*/
|
|
8384
|
-
|
|
8384
|
+
priceGroupRef: ApiObjectReference;
|
|
8385
8385
|
|
|
8386
8386
|
/**
|
|
8387
|
-
*
|
|
8387
|
+
* Wert des Rabatts
|
|
8388
8388
|
*/
|
|
8389
|
-
|
|
8389
|
+
modifierValue: number;
|
|
8390
8390
|
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8409,14 +8409,14 @@ export interface ProductDiscount {
|
|
|
8409
8409
|
modifierValueType: ValueType;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* Account, für den der Rabatt gültig ist
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
accountRef: ApiObjectReference;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
|
-
*
|
|
8417
|
+
* Name des Rabatts
|
|
8418
8418
|
*/
|
|
8419
|
-
|
|
8419
|
+
modifierName: string;
|
|
8420
8420
|
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Unique identifier of the Object
|
|
@@ -8533,14 +8533,14 @@ export interface ProductMainGroup {
|
|
|
8533
8533
|
export interface ProductPrice {
|
|
8534
8534
|
|
|
8535
8535
|
/**
|
|
8536
|
-
*
|
|
8536
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8537
8537
|
*/
|
|
8538
|
-
|
|
8538
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8539
8539
|
|
|
8540
8540
|
/**
|
|
8541
|
-
*
|
|
8541
|
+
* Kundengruppe
|
|
8542
8542
|
*/
|
|
8543
|
-
|
|
8543
|
+
customerGroupRef: ApiObjectReference;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
8546
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -8681,6 +8681,11 @@ export interface RequestDocument {
|
|
|
8681
8681
|
*/
|
|
8682
8682
|
documentDate: ScriptingDate;
|
|
8683
8683
|
|
|
8684
|
+
/**
|
|
8685
|
+
* Leistungsdatum
|
|
8686
|
+
*/
|
|
8687
|
+
performanceDate: ScriptingDate;
|
|
8688
|
+
|
|
8684
8689
|
/**
|
|
8685
8690
|
* ID der Kassenschublade (bei POS)
|
|
8686
8691
|
*/
|
|
@@ -8691,11 +8696,6 @@ export interface RequestDocument {
|
|
|
8691
8696
|
*/
|
|
8692
8697
|
depositPaymentAmount: number;
|
|
8693
8698
|
|
|
8694
|
-
/**
|
|
8695
|
-
* Leistungsdatum
|
|
8696
|
-
*/
|
|
8697
|
-
performanceDate: ScriptingDate;
|
|
8698
|
-
|
|
8699
8699
|
/**
|
|
8700
8700
|
* Für interne Zwecke: Liefermethode für das Document
|
|
8701
8701
|
*/
|
|
@@ -8885,14 +8885,14 @@ export interface RequestDocumentLine {
|
|
|
8885
8885
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8886
8886
|
|
|
8887
8887
|
/**
|
|
8888
|
-
*
|
|
8888
|
+
* Typ dieser Position
|
|
8889
8889
|
*/
|
|
8890
|
-
|
|
8890
|
+
lineType: DocumentLineType;
|
|
8891
8891
|
|
|
8892
8892
|
/**
|
|
8893
|
-
*
|
|
8893
|
+
* FiBu-Angaben
|
|
8894
8894
|
*/
|
|
8895
|
-
|
|
8895
|
+
financeBooking: DocumentFinanceBooking;
|
|
8896
8896
|
|
|
8897
8897
|
/**
|
|
8898
8898
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9113,14 +9113,14 @@ export interface RequestDocumentText {
|
|
|
9113
9113
|
export interface RevenueCalculation {
|
|
9114
9114
|
|
|
9115
9115
|
/**
|
|
9116
|
-
*
|
|
9116
|
+
* Netto Umsatz
|
|
9117
9117
|
*/
|
|
9118
|
-
|
|
9118
|
+
salesValue: number;
|
|
9119
9119
|
|
|
9120
9120
|
/**
|
|
9121
|
-
*
|
|
9121
|
+
* Deckungsbeitrag (absolut)
|
|
9122
9122
|
*/
|
|
9123
|
-
|
|
9123
|
+
revenue: number;
|
|
9124
9124
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* Einkaufspreis
|
|
@@ -9489,14 +9489,14 @@ export interface SequencerConfiguration {
|
|
|
9489
9489
|
key: string;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
|
-
*
|
|
9497
|
+
* Contains details about the sequencer configuration
|
|
9498
9498
|
*/
|
|
9499
|
-
|
|
9499
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
9502
|
* MetaInformations for this Object
|
|
@@ -9691,14 +9691,14 @@ export interface ShelfDocumentAttribution {
|
|
|
9691
9691
|
shelfResourceId: number;
|
|
9692
9692
|
|
|
9693
9693
|
/**
|
|
9694
|
-
*
|
|
9694
|
+
* Verfügbare Transformationen zum Bild
|
|
9695
9695
|
*/
|
|
9696
|
-
|
|
9696
|
+
transformationKeys: Array<string>;
|
|
9697
9697
|
|
|
9698
9698
|
/**
|
|
9699
|
-
*
|
|
9699
|
+
* id of the referenced object
|
|
9700
9700
|
*/
|
|
9701
|
-
|
|
9701
|
+
refId: number;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
9704
|
* Unique identifier of the Object
|
|
@@ -10023,14 +10023,14 @@ export interface Stock {
|
|
|
10023
10023
|
storageBinId: number;
|
|
10024
10024
|
|
|
10025
10025
|
/**
|
|
10026
|
-
*
|
|
10026
|
+
* Artikel
|
|
10027
10027
|
*/
|
|
10028
|
-
|
|
10028
|
+
articleId: number;
|
|
10029
10029
|
|
|
10030
10030
|
/**
|
|
10031
|
-
*
|
|
10031
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
10032
10032
|
*/
|
|
10033
|
-
|
|
10033
|
+
reservedSerialQuantity: number;
|
|
10034
10034
|
}
|
|
10035
10035
|
|
|
10036
10036
|
export const enum StockJournalFactor {
|
|
@@ -10105,14 +10105,14 @@ export interface StockMovementManualApi {
|
|
|
10105
10105
|
export interface StockTransferApi {
|
|
10106
10106
|
|
|
10107
10107
|
/**
|
|
10108
|
-
*
|
|
10108
|
+
* Seriennummer
|
|
10109
10109
|
*/
|
|
10110
|
-
|
|
10110
|
+
serialNumberId: number;
|
|
10111
10111
|
|
|
10112
10112
|
/**
|
|
10113
|
-
*
|
|
10113
|
+
* Ziel-Lager
|
|
10114
10114
|
*/
|
|
10115
|
-
|
|
10115
|
+
targetStorageId: number;
|
|
10116
10116
|
|
|
10117
10117
|
/**
|
|
10118
10118
|
* Bemerkung
|
|
@@ -10415,14 +10415,14 @@ export interface TagDto {
|
|
|
10415
10415
|
editColor: string;
|
|
10416
10416
|
|
|
10417
10417
|
/**
|
|
10418
|
-
* Farbe
|
|
10418
|
+
* Farbe in Such-GUI
|
|
10419
10419
|
*/
|
|
10420
|
-
|
|
10420
|
+
searchColor: string;
|
|
10421
10421
|
|
|
10422
10422
|
/**
|
|
10423
|
-
* Farbe
|
|
10423
|
+
* Farbe für die Anzeige des Tags
|
|
10424
10424
|
*/
|
|
10425
|
-
|
|
10425
|
+
color: string;
|
|
10426
10426
|
|
|
10427
10427
|
/**
|
|
10428
10428
|
* Beschriftung des Tags
|
|
@@ -10466,14 +10466,14 @@ export const enum TagType {
|
|
|
10466
10466
|
export interface TaxIdForeignCountry {
|
|
10467
10467
|
|
|
10468
10468
|
/**
|
|
10469
|
-
*
|
|
10469
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10470
10470
|
*/
|
|
10471
|
-
|
|
10471
|
+
countryCode: string;
|
|
10472
10472
|
|
|
10473
10473
|
/**
|
|
10474
|
-
*
|
|
10474
|
+
* Tax ID of the company in the associated country
|
|
10475
10475
|
*/
|
|
10476
|
-
|
|
10476
|
+
taxId: string;
|
|
10477
10477
|
|
|
10478
10478
|
/**
|
|
10479
10479
|
* Unique identifier of the Object
|
|
@@ -10956,14 +10956,14 @@ export interface VariantValue {
|
|
|
10956
10956
|
version: number;
|
|
10957
10957
|
|
|
10958
10958
|
/**
|
|
10959
|
-
*
|
|
10959
|
+
* Mehrsprachige Bezeichnungen
|
|
10960
10960
|
*/
|
|
10961
|
-
|
|
10961
|
+
labels: Array<VariantDescription>;
|
|
10962
10962
|
|
|
10963
10963
|
/**
|
|
10964
|
-
*
|
|
10964
|
+
* Variantenattribut
|
|
10965
10965
|
*/
|
|
10966
|
-
|
|
10966
|
+
attributeRef: ApiObjectReference;
|
|
10967
10967
|
|
|
10968
10968
|
/**
|
|
10969
10969
|
* MetaInformations for this Object
|