@vario-software/types 2026.29.0 → 2026.29.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/schema/erp.d.ts +16 -0
- package/scripting/services.d.ts +42 -42
- package/scripting/types.d.ts +329 -329
package/scripting/types.d.ts
CHANGED
|
@@ -213,14 +213,14 @@ export interface Account {
|
|
|
213
213
|
persons: Array<AccountPerson>;
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* Standard-Ansprechpartner
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
defaultPerson: AccountPerson;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* Referenz auf den Ziel-Belegtyp nach der Kommissionierung
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
afterPickingTargetDocumentTypeRef: ApiObjectReference;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* Account-Beziehungen
|
|
@@ -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
|
* Country code
|
|
@@ -494,14 +494,14 @@ export interface AccountBankdetail {
|
|
|
494
494
|
version: number;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* city of the bank
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
bankCity: string;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
|
-
*
|
|
502
|
+
* Hauptbankverbindung für
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
507
|
* Is default bank?
|
|
@@ -595,14 +595,14 @@ export interface AccountListing {
|
|
|
595
595
|
export interface AccountLoanValue {
|
|
596
596
|
|
|
597
597
|
/**
|
|
598
|
-
*
|
|
598
|
+
* Nicht berücksichtigter Betrag
|
|
599
599
|
*/
|
|
600
|
-
|
|
600
|
+
unconsideredAmount: number;
|
|
601
601
|
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
603
|
+
* Account
|
|
604
604
|
*/
|
|
605
|
-
|
|
605
|
+
accountId: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
608
|
* Betrag aus Aufträgen
|
|
@@ -610,14 +610,14 @@ export interface AccountLoanValue {
|
|
|
610
610
|
nonInvoicedDocumentLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Kreditlimit
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
maximalLoan: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
|
-
*
|
|
618
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
619
619
|
*/
|
|
620
|
-
|
|
620
|
+
payablesSum: number;
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
623
|
* Überschrittener Kreditbetrag
|
|
@@ -1014,14 +1014,14 @@ 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
|
|
@@ -1279,14 +1279,14 @@ export interface Article {
|
|
|
1279
1279
|
capacity: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
|
-
*
|
|
1282
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1283
1283
|
*/
|
|
1284
|
-
|
|
1284
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* gross sales prices
|
|
1288
1288
|
*/
|
|
1289
|
-
|
|
1289
|
+
grossSalesPrice: number;
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Letzter EKP (Startwert)
|
|
@@ -1299,19 +1299,19 @@ export interface Article {
|
|
|
1299
1299
|
permissibleForOrderProposal: boolean;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* reference to Product
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
productRef: ApiObjectReference;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* Versandlabeldruck
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
shippingLabelPrinting: boolean;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
discountable: boolean;
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
1317
|
* alternative name of this product
|
|
@@ -1319,9 +1319,9 @@ export interface Article {
|
|
|
1319
1319
|
alternativeName: string;
|
|
1320
1320
|
|
|
1321
1321
|
/**
|
|
1322
|
-
*
|
|
1322
|
+
* Kontingentartikel
|
|
1323
1323
|
*/
|
|
1324
|
-
|
|
1324
|
+
contingentArticleRef: ApiObjectReference;
|
|
1325
1325
|
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
@@ -1394,14 +1394,14 @@ export interface Article {
|
|
|
1394
1394
|
listed: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
|
-
*
|
|
1397
|
+
* provisionsberechtiger Artikel?
|
|
1398
1398
|
*/
|
|
1399
|
-
|
|
1399
|
+
commissionable: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* Nur manuelle Produktion
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
onlyManualFabrication: 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
|
+
* Etikettdruck-Einstellungen
|
|
1546
1546
|
*/
|
|
1547
|
-
|
|
1547
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Kunden-Preise
|
|
@@ -1942,9 +1942,9 @@ export interface ArticleStorage {
|
|
|
1942
1942
|
replenishmentFrom: number;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
|
-
*
|
|
1945
|
+
* Bestellte Menge
|
|
1946
1946
|
*/
|
|
1947
|
-
|
|
1947
|
+
orderedQuantity: number;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Aktuelle Menge in Kommissionierung
|
|
@@ -1952,19 +1952,19 @@ export interface ArticleStorage {
|
|
|
1952
1952
|
quantityInPicking: number;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
|
-
*
|
|
1955
|
+
* Meldebestand
|
|
1956
1956
|
*/
|
|
1957
|
-
|
|
1957
|
+
reorderPoint: number;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
|
-
*
|
|
1960
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1961
1961
|
*/
|
|
1962
|
-
|
|
1962
|
+
virtualStockAmount: number;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
|
-
*
|
|
1965
|
+
* Nachschub auf
|
|
1966
1966
|
*/
|
|
1967
|
-
|
|
1967
|
+
replenishmentOn: number;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Reservierte Menge
|
|
@@ -2007,14 +2007,14 @@ export interface ArticleStorage {
|
|
|
2007
2007
|
storageRef: ApiObjectReference;
|
|
2008
2008
|
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Sollbestand
|
|
2011
2011
|
*/
|
|
2012
|
-
|
|
2012
|
+
targetStock: number;
|
|
2013
2013
|
|
|
2014
2014
|
/**
|
|
2015
|
-
*
|
|
2015
|
+
* Vorgabe-Lagerplätze
|
|
2016
2016
|
*/
|
|
2017
|
-
|
|
2017
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
2020
|
* Aktuelle Menge in Produktion
|
|
@@ -2034,11 +2034,6 @@ export interface ArticleStorage {
|
|
|
2034
2034
|
|
|
2035
2035
|
export interface ArticleSupplier {
|
|
2036
2036
|
|
|
2037
|
-
/**
|
|
2038
|
-
* Lieferanten-Meldebestand
|
|
2039
|
-
*/
|
|
2040
|
-
supplierReportingStock: number;
|
|
2041
|
-
|
|
2042
2037
|
/**
|
|
2043
2038
|
* Anzeigename des Accounts
|
|
2044
2039
|
*/
|
|
@@ -2050,15 +2045,20 @@ export interface ArticleSupplier {
|
|
|
2050
2045
|
useSupplierArticleDescription: boolean;
|
|
2051
2046
|
|
|
2052
2047
|
/**
|
|
2053
|
-
*
|
|
2048
|
+
* Lieferanten-Meldebestand
|
|
2054
2049
|
*/
|
|
2055
|
-
|
|
2050
|
+
supplierReportingStock: number;
|
|
2056
2051
|
|
|
2057
2052
|
/**
|
|
2058
2053
|
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
2059
2054
|
*/
|
|
2060
2055
|
useSupplierArticleIdentifier: boolean;
|
|
2061
2056
|
|
|
2057
|
+
/**
|
|
2058
|
+
* Lieferzeit in (Werk-)Tagen
|
|
2059
|
+
*/
|
|
2060
|
+
deliveryTime: number;
|
|
2061
|
+
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
2064
2064
|
*/
|
|
@@ -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
|
|
@@ -2867,14 +2867,14 @@ export interface CrmDeal {
|
|
|
2867
2867
|
info: MetaInfo;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
assignedUserRef: ApiObjectReference;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2876
2876
|
*/
|
|
2877
|
-
|
|
2877
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Chance (in Prozent)
|
|
@@ -3178,14 +3178,14 @@ export interface CrmProject {
|
|
|
3178
3178
|
billedTimes: number;
|
|
3179
3179
|
|
|
3180
3180
|
/**
|
|
3181
|
-
*
|
|
3181
|
+
* Geplanter Projektzeitraum (von)
|
|
3182
3182
|
*/
|
|
3183
|
-
|
|
3183
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3184
3184
|
|
|
3185
3185
|
/**
|
|
3186
|
-
*
|
|
3186
|
+
* Einkaufsbelege
|
|
3187
3187
|
*/
|
|
3188
|
-
|
|
3188
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
3191
|
* Verkaufsbelege
|
|
@@ -3470,14 +3470,14 @@ export interface CrmSubType {
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* Angebot
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
customerOfferRef: DocumentRef;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Liste von Erinnerungen
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* Option für die Stapelverarbeitung
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* reference to customer group
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
customerGroupRef: ApiObjectReference;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -3914,14 +3914,14 @@ export interface Customer {
|
|
|
3914
3914
|
stackProcessingPriority: number;
|
|
3915
3915
|
|
|
3916
3916
|
/**
|
|
3917
|
-
*
|
|
3917
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3918
3918
|
*/
|
|
3919
|
-
|
|
3919
|
+
collectiveInvoiceManually: boolean;
|
|
3920
3920
|
|
|
3921
3921
|
/**
|
|
3922
|
-
*
|
|
3922
|
+
* reference to product price group
|
|
3923
3923
|
*/
|
|
3924
|
-
|
|
3924
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3925
3925
|
|
|
3926
3926
|
/**
|
|
3927
3927
|
* Unique identifier of the Object
|
|
@@ -3939,14 +3939,14 @@ export interface Customer {
|
|
|
3939
3939
|
info: MetaInfo;
|
|
3940
3940
|
|
|
3941
3941
|
/**
|
|
3942
|
-
*
|
|
3942
|
+
* tax able or tax free
|
|
3943
3943
|
*/
|
|
3944
|
-
|
|
3944
|
+
taxable: boolean;
|
|
3945
3945
|
|
|
3946
3946
|
/**
|
|
3947
|
-
*
|
|
3947
|
+
* reference to the delivery method
|
|
3948
3948
|
*/
|
|
3949
|
-
|
|
3949
|
+
deliveryMethodRef: ApiObjectReference;
|
|
3950
3950
|
|
|
3951
3951
|
/**
|
|
3952
3952
|
* active true/false
|
|
@@ -4157,26 +4157,26 @@ export interface DeliveryMethod {
|
|
|
4157
4157
|
*/
|
|
4158
4158
|
defaultSizeUnit: UnitTypeReference;
|
|
4159
4159
|
|
|
4160
|
-
/**
|
|
4161
|
-
* Quelle für Paketgewicht
|
|
4162
|
-
*/
|
|
4163
|
-
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4164
|
-
|
|
4165
4160
|
/**
|
|
4166
4161
|
* translations
|
|
4167
4162
|
*/
|
|
4168
4163
|
translations: Array<DocumentTypeTerm>;
|
|
4169
4164
|
|
|
4170
4165
|
/**
|
|
4171
|
-
*
|
|
4166
|
+
* Quelle für Paketgewicht
|
|
4172
4167
|
*/
|
|
4173
|
-
|
|
4168
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
4174
4169
|
|
|
4175
4170
|
/**
|
|
4176
4171
|
* Versand-Anbieter
|
|
4177
4172
|
*/
|
|
4178
4173
|
vdsCarrierId: number;
|
|
4179
4174
|
|
|
4175
|
+
/**
|
|
4176
|
+
* Gültige Ländercodes
|
|
4177
|
+
*/
|
|
4178
|
+
validCountryCodes: Array<string>;
|
|
4179
|
+
|
|
4180
4180
|
/**
|
|
4181
4181
|
* Standardgewichtseinheit
|
|
4182
4182
|
*/
|
|
@@ -4256,14 +4256,14 @@ export interface DeliveryTerm {
|
|
|
4256
4256
|
version: number;
|
|
4257
4257
|
|
|
4258
4258
|
/**
|
|
4259
|
-
*
|
|
4259
|
+
* translations
|
|
4260
4260
|
*/
|
|
4261
|
-
|
|
4261
|
+
translations: Array<DocumentTypeTerm>;
|
|
4262
4262
|
|
|
4263
4263
|
/**
|
|
4264
|
-
*
|
|
4264
|
+
* information, how the shipping charges should be calculated
|
|
4265
4265
|
*/
|
|
4266
|
-
|
|
4266
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4267
4267
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* Lieferarten
|
|
@@ -4276,14 +4276,14 @@ export interface DeliveryTerm {
|
|
|
4276
4276
|
id: number;
|
|
4277
4277
|
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* Versandkostenartikel
|
|
4280
4280
|
*/
|
|
4281
|
-
|
|
4281
|
+
shippingCostArticleRef: ApiObjectReference;
|
|
4282
4282
|
|
|
4283
4283
|
/**
|
|
4284
|
-
*
|
|
4284
|
+
* free shipping net value
|
|
4285
4285
|
*/
|
|
4286
|
-
|
|
4286
|
+
freeShippingNetValue: number;
|
|
4287
4287
|
|
|
4288
4288
|
/**
|
|
4289
4289
|
* MetaInformations for this Object
|
|
@@ -4306,14 +4306,14 @@ export interface DmsOutputStream {
|
|
|
4306
4306
|
export interface Document {
|
|
4307
4307
|
|
|
4308
4308
|
/**
|
|
4309
|
-
*
|
|
4309
|
+
* Bestätigtes Lieferende (nur wenn bestätigtes Lieferdatum gesetzt)
|
|
4310
4310
|
*/
|
|
4311
|
-
|
|
4311
|
+
confirmedDeliveryDateEnd: ScriptingDate;
|
|
4312
4312
|
|
|
4313
4313
|
/**
|
|
4314
|
-
*
|
|
4314
|
+
* Referenz zum Rechnungskonto
|
|
4315
4315
|
*/
|
|
4316
|
-
|
|
4316
|
+
billingAccountRef: ApiObjectReference;
|
|
4317
4317
|
|
|
4318
4318
|
/**
|
|
4319
4319
|
* Externe Belegnummer
|
|
@@ -4351,14 +4351,14 @@ export interface Document {
|
|
|
4351
4351
|
totalVat: number;
|
|
4352
4352
|
|
|
4353
4353
|
/**
|
|
4354
|
-
*
|
|
4354
|
+
* Name der bestellenden Person
|
|
4355
4355
|
*/
|
|
4356
|
-
|
|
4356
|
+
orderedBy: string;
|
|
4357
4357
|
|
|
4358
4358
|
/**
|
|
4359
|
-
*
|
|
4359
|
+
* Standardlager für neue Positionen
|
|
4360
4360
|
*/
|
|
4361
|
-
|
|
4361
|
+
defaultStorageRef: ApiObjectReference;
|
|
4362
4362
|
|
|
4363
4363
|
/**
|
|
4364
4364
|
* Lieferadresse
|
|
@@ -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
|
|
@@ -4528,6 +4528,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4528
4528
|
*/
|
|
4529
4529
|
posPayments: Array<DocumentPosPayment>;
|
|
4530
4530
|
|
|
4531
|
+
/**
|
|
4532
|
+
* Ist die Quittung bezahlt
|
|
4533
|
+
true wenn die Quittung bezahlt ist
|
|
4534
|
+
|
|
4535
|
+
*/
|
|
4536
|
+
posReceiptPayed: boolean;
|
|
4537
|
+
|
|
4531
4538
|
/**
|
|
4532
4539
|
* Kundennummer beim Lieferanten
|
|
4533
4540
|
*/
|
|
@@ -4538,13 +4545,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4538
4545
|
*/
|
|
4539
4546
|
maxDeliveries: number;
|
|
4540
4547
|
|
|
4541
|
-
/**
|
|
4542
|
-
* Ist die Quittung bezahlt
|
|
4543
|
-
true wenn die Quittung bezahlt ist
|
|
4544
|
-
|
|
4545
|
-
*/
|
|
4546
|
-
posReceiptPayed: boolean;
|
|
4547
|
-
|
|
4548
4548
|
/**
|
|
4549
4549
|
* Quittung: Summe Zahlbetrag
|
|
4550
4550
|
*/
|
|
@@ -4566,14 +4566,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4566
4566
|
contractDetail: DocumentContractDetail;
|
|
4567
4567
|
|
|
4568
4568
|
/**
|
|
4569
|
-
*
|
|
4569
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4570
4570
|
*/
|
|
4571
|
-
|
|
4571
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4572
4572
|
|
|
4573
4573
|
/**
|
|
4574
|
-
*
|
|
4574
|
+
* Zahlungsplan vorhanden?
|
|
4575
4575
|
*/
|
|
4576
|
-
|
|
4576
|
+
paymentPlan: boolean;
|
|
4577
4577
|
|
|
4578
4578
|
/**
|
|
4579
4579
|
* Produktionsdetails
|
|
@@ -4641,14 +4641,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4641
4641
|
stackProcessingType: OrderStackProcessingType;
|
|
4642
4642
|
|
|
4643
4643
|
/**
|
|
4644
|
-
*
|
|
4644
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4645
4645
|
*/
|
|
4646
|
-
|
|
4646
|
+
dropShippingInvoiceApproved: boolean;
|
|
4647
4647
|
|
|
4648
4648
|
/**
|
|
4649
|
-
*
|
|
4649
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4650
4650
|
*/
|
|
4651
|
-
|
|
4651
|
+
en16931Profile: EN16931Profile;
|
|
4652
4652
|
|
|
4653
4653
|
/**
|
|
4654
4654
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4666
4666
|
additionalInfo: DocumentAdditionalInfo;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* Bestelldatum
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
orderedOn: ScriptingDate;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* MetaInformations for this Object
|
|
@@ -4825,6 +4825,11 @@ true wenn die Quittung bezahlt ist
|
|
|
4825
4825
|
*/
|
|
4826
4826
|
shippingCosts: Array<DocumentShippingCost>;
|
|
4827
4827
|
|
|
4828
|
+
/**
|
|
4829
|
+
* Rückgeld
|
|
4830
|
+
*/
|
|
4831
|
+
posReceiptChangeAmount: number;
|
|
4832
|
+
|
|
4828
4833
|
/**
|
|
4829
4834
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4830
4835
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4832,11 +4837,6 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4832
4837
|
*/
|
|
4833
4838
|
posReceiptBalanced: boolean;
|
|
4834
4839
|
|
|
4835
|
-
/**
|
|
4836
|
-
* Rückgeld
|
|
4837
|
-
*/
|
|
4838
|
-
posReceiptChangeAmount: number;
|
|
4839
|
-
|
|
4840
4840
|
/**
|
|
4841
4841
|
* Referenz auf Lieferbedingung
|
|
4842
4842
|
*/
|
|
@@ -4873,14 +4873,14 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4873
4873
|
taxIdVerificationState: TaxIdVerificationState;
|
|
4874
4874
|
|
|
4875
4875
|
/**
|
|
4876
|
-
*
|
|
4876
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4877
4877
|
*/
|
|
4878
|
-
|
|
4878
|
+
reportGroupRef: ApiObjectReference;
|
|
4879
4879
|
|
|
4880
4880
|
/**
|
|
4881
|
-
*
|
|
4881
|
+
* Bestellt durch Ansprechpartner
|
|
4882
4882
|
*/
|
|
4883
|
-
|
|
4883
|
+
orderedByPersonRef: ApiObjectReference;
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
4886
|
export interface DocumentAdditionalInfo {
|
|
@@ -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
|
+
* Nächste Fälligkeit
|
|
5253
5253
|
*/
|
|
5254
|
-
|
|
5254
|
+
nextDueDate: ScriptingDate;
|
|
5255
5255
|
|
|
5256
5256
|
/**
|
|
5257
|
-
*
|
|
5257
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5258
5258
|
*/
|
|
5259
|
-
|
|
5259
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5260
5260
|
|
|
5261
5261
|
/**
|
|
5262
5262
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5457,14 +5457,14 @@ export interface DocumentLine {
|
|
|
5457
5457
|
number: string;
|
|
5458
5458
|
|
|
5459
5459
|
/**
|
|
5460
|
-
*
|
|
5460
|
+
* Gesamtbruttogewicht
|
|
5461
5461
|
*/
|
|
5462
|
-
|
|
5462
|
+
totalGrossWeight: number;
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
5465
|
-
*
|
|
5465
|
+
* Referenz zur Kundenauftragszeile
|
|
5466
5466
|
*/
|
|
5467
|
-
|
|
5467
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5468
5468
|
|
|
5469
5469
|
/**
|
|
5470
5470
|
* Referenz zum auszugleichenden Offenen Posten (nur bei OPEN_ITEM_SETTLEMENT)
|
|
@@ -5507,9 +5507,9 @@ export interface DocumentLine {
|
|
|
5507
5507
|
id: number;
|
|
5508
5508
|
|
|
5509
5509
|
/**
|
|
5510
|
-
*
|
|
5510
|
+
* Serientyp
|
|
5511
5511
|
*/
|
|
5512
|
-
|
|
5512
|
+
serialType: ArticleSerialType;
|
|
5513
5513
|
|
|
5514
5514
|
/**
|
|
5515
5515
|
* Preis pro Einheit in Basiswährung
|
|
@@ -5517,9 +5517,9 @@ export interface DocumentLine {
|
|
|
5517
5517
|
basePrice: number;
|
|
5518
5518
|
|
|
5519
5519
|
/**
|
|
5520
|
-
*
|
|
5520
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5521
5521
|
*/
|
|
5522
|
-
|
|
5522
|
+
positionOfArticleLine: number;
|
|
5523
5523
|
|
|
5524
5524
|
/**
|
|
5525
5525
|
* Steuerschema
|
|
@@ -5622,14 +5622,14 @@ export interface DocumentLine {
|
|
|
5622
5622
|
settledOpenItemDiscountAmount: number;
|
|
5623
5623
|
|
|
5624
5624
|
/**
|
|
5625
|
-
*
|
|
5625
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5626
5626
|
*/
|
|
5627
|
-
|
|
5627
|
+
baseSalesValueNet: number;
|
|
5628
5628
|
|
|
5629
5629
|
/**
|
|
5630
|
-
*
|
|
5630
|
+
* Vertragsinformationen
|
|
5631
5631
|
*/
|
|
5632
|
-
|
|
5632
|
+
contractDetail: DocumentContractDetail;
|
|
5633
5633
|
|
|
5634
5634
|
/**
|
|
5635
5635
|
* Einheit Nettogewicht
|
|
@@ -5787,14 +5787,14 @@ export interface DocumentLine {
|
|
|
5787
5787
|
position: number;
|
|
5788
5788
|
|
|
5789
5789
|
/**
|
|
5790
|
-
*
|
|
5790
|
+
* Buchungen
|
|
5791
5791
|
*/
|
|
5792
|
-
|
|
5792
|
+
bookings: Array<DocumentLineBooking>;
|
|
5793
5793
|
|
|
5794
5794
|
/**
|
|
5795
|
-
*
|
|
5795
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5796
5796
|
*/
|
|
5797
|
-
|
|
5797
|
+
recalcLinePriceViaComponents: boolean;
|
|
5798
5798
|
|
|
5799
5799
|
/**
|
|
5800
5800
|
* unit gross Volume in cubic meters
|
|
@@ -5822,14 +5822,14 @@ export interface DocumentLine {
|
|
|
5822
5822
|
description: string;
|
|
5823
5823
|
|
|
5824
5824
|
/**
|
|
5825
|
-
*
|
|
5825
|
+
* Referenz zum Lager
|
|
5826
5826
|
*/
|
|
5827
|
-
|
|
5827
|
+
storage: ApiObjectReference;
|
|
5828
5828
|
|
|
5829
5829
|
/**
|
|
5830
|
-
*
|
|
5830
|
+
* Preisherkunft
|
|
5831
5831
|
*/
|
|
5832
|
-
|
|
5832
|
+
priceOrigin: ProductPriceOrigin;
|
|
5833
5833
|
|
|
5834
5834
|
/**
|
|
5835
5835
|
* Rohertragsermittlung
|
|
@@ -5887,14 +5887,14 @@ export interface DocumentLine {
|
|
|
5887
5887
|
custom: EavDocumentline;
|
|
5888
5888
|
|
|
5889
5889
|
/**
|
|
5890
|
-
*
|
|
5890
|
+
* Artikel
|
|
5891
5891
|
*/
|
|
5892
|
-
|
|
5892
|
+
articleId: number;
|
|
5893
5893
|
|
|
5894
5894
|
/**
|
|
5895
|
-
*
|
|
5895
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
5896
5896
|
*/
|
|
5897
|
-
|
|
5897
|
+
settledOpenItemComment: string;
|
|
5898
5898
|
|
|
5899
5899
|
/**
|
|
5900
5900
|
* Interne Preisänderungsinformationen
|
|
@@ -6288,14 +6288,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6288
6288
|
quantityFinished: number;
|
|
6289
6289
|
|
|
6290
6290
|
/**
|
|
6291
|
-
*
|
|
6291
|
+
* Produzierte Seriennummern
|
|
6292
6292
|
*/
|
|
6293
|
-
|
|
6293
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6294
6294
|
|
|
6295
6295
|
/**
|
|
6296
|
-
*
|
|
6296
|
+
* Menge defekt
|
|
6297
6297
|
*/
|
|
6298
|
-
|
|
6298
|
+
quantityDefective: number;
|
|
6299
6299
|
|
|
6300
6300
|
/**
|
|
6301
6301
|
* Freifeld
|
|
@@ -6336,14 +6336,14 @@ export interface DocumentLineFabricationDetailSerialNumber {
|
|
|
6336
6336
|
quantityFinished: number;
|
|
6337
6337
|
|
|
6338
6338
|
/**
|
|
6339
|
-
* Produzierte
|
|
6339
|
+
* Produzierte/geplante Menge
|
|
6340
6340
|
*/
|
|
6341
|
-
|
|
6341
|
+
quantity: number;
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
* Produzierte
|
|
6344
|
+
* Produzierte Seriennummer
|
|
6345
6345
|
*/
|
|
6346
|
-
|
|
6346
|
+
serialNumber: ArticleSerialNumber;
|
|
6347
6347
|
|
|
6348
6348
|
/**
|
|
6349
6349
|
* Gebuchte Komponenten
|
|
@@ -6394,14 +6394,14 @@ export interface DocumentLinePosDetail {
|
|
|
6394
6394
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6395
6395
|
|
|
6396
6396
|
/**
|
|
6397
|
-
*
|
|
6397
|
+
* Status der externen Zahlung
|
|
6398
6398
|
*/
|
|
6399
|
-
|
|
6399
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6400
6400
|
|
|
6401
6401
|
/**
|
|
6402
|
-
*
|
|
6402
|
+
* Typ der Einlage/Ausgabe
|
|
6403
6403
|
*/
|
|
6404
|
-
|
|
6404
|
+
depositExpenseTypeId: number;
|
|
6405
6405
|
|
|
6406
6406
|
/**
|
|
6407
6407
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -7281,25 +7281,25 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7281
7281
|
*/
|
|
7282
7282
|
bookDate: ScriptingDate;
|
|
7283
7283
|
|
|
7284
|
-
/**
|
|
7285
|
-
* Die gültige Seriennummer
|
|
7286
|
-
*/
|
|
7287
|
-
targetSerialNumber: string;
|
|
7288
|
-
|
|
7289
7284
|
/**
|
|
7290
7285
|
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7291
7286
|
*/
|
|
7292
7287
|
targetExpiryDate: ScriptingDate;
|
|
7293
7288
|
|
|
7294
7289
|
/**
|
|
7295
|
-
*
|
|
7290
|
+
* Die gültige Seriennummer
|
|
7296
7291
|
*/
|
|
7297
|
-
|
|
7292
|
+
targetSerialNumber: string;
|
|
7298
7293
|
|
|
7299
7294
|
/**
|
|
7300
7295
|
* Menge
|
|
7301
7296
|
*/
|
|
7302
|
-
quantity: number;
|
|
7297
|
+
quantity: number;
|
|
7298
|
+
|
|
7299
|
+
/**
|
|
7300
|
+
* Quell-Lagerplatz
|
|
7301
|
+
*/
|
|
7302
|
+
sourceStorageBinId: number;
|
|
7303
7303
|
|
|
7304
7304
|
/**
|
|
7305
7305
|
* Quell-Lager
|
|
@@ -7958,26 +7958,26 @@ export interface OpenItem {
|
|
|
7958
7958
|
*/
|
|
7959
7959
|
paymentDueDate: ScriptingDate;
|
|
7960
7960
|
|
|
7961
|
-
/**
|
|
7962
|
-
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7963
|
-
*/
|
|
7964
|
-
sourceCountryCode: string;
|
|
7965
|
-
|
|
7966
7961
|
/**
|
|
7967
7962
|
* Länderkennzeichen Leistungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7968
7963
|
*/
|
|
7969
7964
|
performanceCountryCode: string;
|
|
7970
7965
|
|
|
7971
7966
|
/**
|
|
7972
|
-
*
|
|
7967
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3, von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7973
7968
|
*/
|
|
7974
|
-
|
|
7969
|
+
sourceCountryCode: string;
|
|
7975
7970
|
|
|
7976
7971
|
/**
|
|
7977
7972
|
* agreed Deposit payment date
|
|
7978
7973
|
*/
|
|
7979
7974
|
depositPaymentDate: ScriptingDate;
|
|
7980
7975
|
|
|
7976
|
+
/**
|
|
7977
|
+
* Valutadatum schreibgeschützt
|
|
7978
|
+
*/
|
|
7979
|
+
valueDateReadOnly: boolean;
|
|
7980
|
+
|
|
7981
7981
|
/**
|
|
7982
7982
|
* Does this open item belong to accounts payable or accounts receivable
|
|
7983
7983
|
*/
|
|
@@ -8014,14 +8014,14 @@ export interface OpenItem {
|
|
|
8014
8014
|
depositPaymentAmount: number;
|
|
8015
8015
|
|
|
8016
8016
|
/**
|
|
8017
|
-
*
|
|
8017
|
+
* free payments
|
|
8018
8018
|
*/
|
|
8019
|
-
|
|
8019
|
+
records: Array<OpenItemRecord>;
|
|
8020
8020
|
|
|
8021
8021
|
/**
|
|
8022
|
-
*
|
|
8022
|
+
* Verwendungszweck
|
|
8023
8023
|
*/
|
|
8024
|
-
|
|
8024
|
+
purpose: string;
|
|
8025
8025
|
|
|
8026
8026
|
/**
|
|
8027
8027
|
* How much discount can be given for speedy payment, rule 2
|
|
@@ -8094,14 +8094,14 @@ export interface OpenItem {
|
|
|
8094
8094
|
originalPaymentDueDate: ScriptingDate;
|
|
8095
8095
|
|
|
8096
8096
|
/**
|
|
8097
|
-
*
|
|
8097
|
+
* Valutadatum
|
|
8098
8098
|
*/
|
|
8099
|
-
|
|
8099
|
+
valueDate: ScriptingDate;
|
|
8100
8100
|
|
|
8101
8101
|
/**
|
|
8102
|
-
*
|
|
8102
|
+
* whether this open item is balanced, partially paid or open
|
|
8103
8103
|
*/
|
|
8104
|
-
|
|
8104
|
+
balanceState: OpenItemBalanceState;
|
|
8105
8105
|
|
|
8106
8106
|
/**
|
|
8107
8107
|
* Skontobetrag 1
|
|
@@ -8134,14 +8134,14 @@ export interface OpenItem {
|
|
|
8134
8134
|
taxRateRef: ApiObjectReference;
|
|
8135
8135
|
|
|
8136
8136
|
/**
|
|
8137
|
-
*
|
|
8137
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8138
8138
|
*/
|
|
8139
|
-
|
|
8139
|
+
baseCurrencyCode: string;
|
|
8140
8140
|
|
|
8141
8141
|
/**
|
|
8142
|
-
*
|
|
8142
|
+
* Anzahlungsrechnung
|
|
8143
8143
|
*/
|
|
8144
|
-
|
|
8144
|
+
depositInvoice: ApiObjectReference;
|
|
8145
8145
|
|
|
8146
8146
|
/**
|
|
8147
8147
|
* Steuerstatus (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
@@ -8583,14 +8583,14 @@ export interface PaymentMethod {
|
|
|
8583
8583
|
dunnable: boolean;
|
|
8584
8584
|
|
|
8585
8585
|
/**
|
|
8586
|
-
*
|
|
8586
|
+
* Debitoren-OP abschließen?
|
|
8587
8587
|
*/
|
|
8588
|
-
|
|
8588
|
+
closeCustomerAccountType: boolean;
|
|
8589
8589
|
|
|
8590
8590
|
/**
|
|
8591
|
-
*
|
|
8591
|
+
* translations
|
|
8592
8592
|
*/
|
|
8593
|
-
|
|
8593
|
+
translations: Array<DocumentTypeTerm>;
|
|
8594
8594
|
|
|
8595
8595
|
/**
|
|
8596
8596
|
* +Tage für Folgelastschrift
|
|
@@ -9047,14 +9047,14 @@ export interface Picklist {
|
|
|
9047
9047
|
export interface PicklistLine {
|
|
9048
9048
|
|
|
9049
9049
|
/**
|
|
9050
|
-
*
|
|
9050
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
9051
9051
|
*/
|
|
9052
|
-
|
|
9052
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
9053
9053
|
|
|
9054
9054
|
/**
|
|
9055
|
-
*
|
|
9055
|
+
* Gesammelte Menge der Position
|
|
9056
9056
|
*/
|
|
9057
|
-
|
|
9057
|
+
quantityCollected: number;
|
|
9058
9058
|
|
|
9059
9059
|
/**
|
|
9060
9060
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -9092,14 +9092,14 @@ export interface PicklistLine {
|
|
|
9092
9092
|
version: number;
|
|
9093
9093
|
|
|
9094
9094
|
/**
|
|
9095
|
-
*
|
|
9095
|
+
* ID der Quell-Dokumentposition
|
|
9096
9096
|
*/
|
|
9097
|
-
|
|
9097
|
+
sourceDocumentLineId: number;
|
|
9098
9098
|
|
|
9099
9099
|
/**
|
|
9100
|
-
*
|
|
9100
|
+
* Lageranzeigename
|
|
9101
9101
|
*/
|
|
9102
|
-
|
|
9102
|
+
storageDisplayName: string;
|
|
9103
9103
|
|
|
9104
9104
|
/**
|
|
9105
9105
|
* Artikelnummer
|
|
@@ -9165,14 +9165,14 @@ export interface PicklistLine {
|
|
|
9165
9165
|
export interface PicklistLineBooking {
|
|
9166
9166
|
|
|
9167
9167
|
/**
|
|
9168
|
-
*
|
|
9168
|
+
* Zu buchende Menge (gesammelt)
|
|
9169
9169
|
*/
|
|
9170
|
-
|
|
9170
|
+
quantity: number;
|
|
9171
9171
|
|
|
9172
9172
|
/**
|
|
9173
|
-
*
|
|
9173
|
+
* Seriennummer
|
|
9174
9174
|
*/
|
|
9175
|
-
|
|
9175
|
+
serialNumber: ArticleSerialNumber;
|
|
9176
9176
|
|
|
9177
9177
|
/**
|
|
9178
9178
|
* Anzeigename vom Lagerplatz
|
|
@@ -9526,11 +9526,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9526
9526
|
*/
|
|
9527
9527
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9528
9528
|
|
|
9529
|
-
/**
|
|
9530
|
-
* Lagerplätze vorgeben
|
|
9531
|
-
*/
|
|
9532
|
-
specifyStorageBins: boolean;
|
|
9533
|
-
|
|
9534
9529
|
/**
|
|
9535
9530
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9536
9531
|
*/
|
|
@@ -9542,15 +9537,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9542
9537
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9543
9538
|
|
|
9544
9539
|
/**
|
|
9545
|
-
*
|
|
9540
|
+
* Lagerplätze vorgeben
|
|
9546
9541
|
*/
|
|
9547
|
-
|
|
9542
|
+
specifyStorageBins: boolean;
|
|
9548
9543
|
|
|
9549
9544
|
/**
|
|
9550
9545
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
9551
9546
|
*/
|
|
9552
9547
|
useAllAvailOrderPickingTrolleys: boolean;
|
|
9553
9548
|
|
|
9549
|
+
/**
|
|
9550
|
+
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
9551
|
+
*/
|
|
9552
|
+
sortByRoutePosition: boolean;
|
|
9553
|
+
|
|
9554
9554
|
/**
|
|
9555
9555
|
* Sollen zuerst noch Picklisten für die Schnellkommissionierung erzeugt werden?
|
|
9556
9556
|
*/
|
|
@@ -9948,14 +9948,14 @@ export interface ProductDiscount {
|
|
|
9948
9948
|
validFrom: ScriptingDate;
|
|
9949
9949
|
|
|
9950
9950
|
/**
|
|
9951
|
-
*
|
|
9951
|
+
* Bestimmt die Art des Rabatts
|
|
9952
9952
|
*/
|
|
9953
|
-
|
|
9953
|
+
modifierType: PriceModifierType;
|
|
9954
9954
|
|
|
9955
9955
|
/**
|
|
9956
|
-
*
|
|
9956
|
+
* Warengruppe
|
|
9957
9957
|
*/
|
|
9958
|
-
|
|
9958
|
+
productGroupRef: ApiObjectReference;
|
|
9959
9959
|
|
|
9960
9960
|
/**
|
|
9961
9961
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9973,14 +9973,14 @@ export interface ProductDiscount {
|
|
|
9973
9973
|
currencyRef: CurrencyReference;
|
|
9974
9974
|
|
|
9975
9975
|
/**
|
|
9976
|
-
*
|
|
9976
|
+
* Wert des Rabatts
|
|
9977
9977
|
*/
|
|
9978
|
-
|
|
9978
|
+
modifierValue: number;
|
|
9979
9979
|
|
|
9980
9980
|
/**
|
|
9981
|
-
*
|
|
9981
|
+
* Preisgruppe
|
|
9982
9982
|
*/
|
|
9983
|
-
|
|
9983
|
+
priceGroupRef: ApiObjectReference;
|
|
9984
9984
|
|
|
9985
9985
|
/**
|
|
9986
9986
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -10347,14 +10347,14 @@ export interface RequestDocument {
|
|
|
10347
10347
|
incomingGoodsStorageBinId: number;
|
|
10348
10348
|
|
|
10349
10349
|
/**
|
|
10350
|
-
*
|
|
10350
|
+
* Leistungsdatum
|
|
10351
10351
|
*/
|
|
10352
|
-
|
|
10352
|
+
performanceDate: ScriptingDate;
|
|
10353
10353
|
|
|
10354
10354
|
/**
|
|
10355
|
-
*
|
|
10355
|
+
* Der Anzahlungsbetrag
|
|
10356
10356
|
*/
|
|
10357
|
-
|
|
10357
|
+
depositPaymentAmount: number;
|
|
10358
10358
|
|
|
10359
10359
|
/**
|
|
10360
10360
|
* ID der Kassenschublade (bei POS)
|
|
@@ -10482,14 +10482,14 @@ export interface RequestDocument {
|
|
|
10482
10482
|
texts: Array<DocumentText>;
|
|
10483
10483
|
|
|
10484
10484
|
/**
|
|
10485
|
-
*
|
|
10485
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10486
10486
|
*/
|
|
10487
|
-
|
|
10487
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10488
10488
|
|
|
10489
10489
|
/**
|
|
10490
|
-
*
|
|
10490
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10491
10491
|
*/
|
|
10492
|
-
|
|
10492
|
+
processedByPicklistProcessing: boolean;
|
|
10493
10493
|
|
|
10494
10494
|
/**
|
|
10495
10495
|
* Die Rabatte des Beleges
|
|
@@ -10520,14 +10520,14 @@ export interface RequestDocumentLine {
|
|
|
10520
10520
|
description: string;
|
|
10521
10521
|
|
|
10522
10522
|
/**
|
|
10523
|
-
*
|
|
10523
|
+
* Quittungsdetails zur Belegposition
|
|
10524
10524
|
*/
|
|
10525
|
-
|
|
10525
|
+
posDetail: DocumentLinePosDetail;
|
|
10526
10526
|
|
|
10527
10527
|
/**
|
|
10528
|
-
*
|
|
10528
|
+
* Herkunft des Preises
|
|
10529
10529
|
*/
|
|
10530
|
-
|
|
10530
|
+
priceOrigin: ProductPriceOrigin;
|
|
10531
10531
|
|
|
10532
10532
|
/**
|
|
10533
10533
|
* (optional) Gesamtpreis dieser Position
|
|
@@ -10545,14 +10545,14 @@ export interface RequestDocumentLine {
|
|
|
10545
10545
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10546
10546
|
|
|
10547
10547
|
/**
|
|
10548
|
-
*
|
|
10548
|
+
* Typ dieser Position
|
|
10549
10549
|
*/
|
|
10550
|
-
|
|
10550
|
+
lineType: DocumentLineType;
|
|
10551
10551
|
|
|
10552
10552
|
/**
|
|
10553
|
-
*
|
|
10553
|
+
* FiBu-Angaben
|
|
10554
10554
|
*/
|
|
10555
|
-
|
|
10555
|
+
financeBooking: DocumentFinanceBooking;
|
|
10556
10556
|
|
|
10557
10557
|
/**
|
|
10558
10558
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10610,14 +10610,14 @@ export interface RequestDocumentLine {
|
|
|
10610
10610
|
custom: EavDocumentline;
|
|
10611
10611
|
|
|
10612
10612
|
/**
|
|
10613
|
-
*
|
|
10613
|
+
* (optional) ID des Artikels dieser Position
|
|
10614
10614
|
*/
|
|
10615
|
-
|
|
10615
|
+
articleId: number;
|
|
10616
10616
|
|
|
10617
10617
|
/**
|
|
10618
|
-
*
|
|
10618
|
+
* Bemerkung zur OP-Position - wird beim Abschluss in den Kommentar des Offenen Postens übernommen
|
|
10619
10619
|
*/
|
|
10620
|
-
|
|
10620
|
+
settledOpenItemComment: string;
|
|
10621
10621
|
|
|
10622
10622
|
/**
|
|
10623
10623
|
* ID der Belegposition im aktuellen Beleg
|
|
@@ -10660,14 +10660,14 @@ export interface RequestDocumentLine {
|
|
|
10660
10660
|
name: string;
|
|
10661
10661
|
|
|
10662
10662
|
/**
|
|
10663
|
-
*
|
|
10663
|
+
* ID der Quell-Belegposition
|
|
10664
10664
|
*/
|
|
10665
|
-
|
|
10665
|
+
sourceLineId: number;
|
|
10666
10666
|
|
|
10667
10667
|
/**
|
|
10668
|
-
*
|
|
10668
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10669
10669
|
*/
|
|
10670
|
-
|
|
10670
|
+
externalArticleNumber: string;
|
|
10671
10671
|
|
|
10672
10672
|
/**
|
|
10673
10673
|
* Buchungen zu dieser Belegposition
|
|
@@ -10839,14 +10839,14 @@ export interface SalesAgent {
|
|
|
10839
10839
|
note: string;
|
|
10840
10840
|
|
|
10841
10841
|
/**
|
|
10842
|
-
*
|
|
10842
|
+
* is sales agent taxable
|
|
10843
10843
|
*/
|
|
10844
|
-
|
|
10844
|
+
taxable: boolean;
|
|
10845
10845
|
|
|
10846
10846
|
/**
|
|
10847
|
-
*
|
|
10847
|
+
* reference to the delivery method
|
|
10848
10848
|
*/
|
|
10849
|
-
|
|
10849
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10850
10850
|
|
|
10851
10851
|
/**
|
|
10852
10852
|
* Freifelder
|
|
@@ -11262,14 +11262,14 @@ export interface SequencerConfigurationDetail {
|
|
|
11262
11262
|
export interface SerialNumberWithQuantityApi {
|
|
11263
11263
|
|
|
11264
11264
|
/**
|
|
11265
|
-
*
|
|
11265
|
+
* Menge
|
|
11266
11266
|
*/
|
|
11267
|
-
|
|
11267
|
+
quantity: number;
|
|
11268
11268
|
|
|
11269
11269
|
/**
|
|
11270
|
-
*
|
|
11270
|
+
* Seriennummer
|
|
11271
11271
|
*/
|
|
11272
|
-
|
|
11272
|
+
serialNumber: ArticleSerialNumber;
|
|
11273
11273
|
}
|
|
11274
11274
|
|
|
11275
11275
|
export interface ShelfCommonMapper {
|
|
@@ -11323,14 +11323,14 @@ export interface ShelfDocument {
|
|
|
11323
11323
|
tags: Array<TagDto>;
|
|
11324
11324
|
|
|
11325
11325
|
/**
|
|
11326
|
-
*
|
|
11326
|
+
* Mehrsprachige Bezeichnungen
|
|
11327
11327
|
*/
|
|
11328
|
-
|
|
11328
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11329
11329
|
|
|
11330
11330
|
/**
|
|
11331
|
-
*
|
|
11331
|
+
* share informations
|
|
11332
11332
|
*/
|
|
11333
|
-
|
|
11333
|
+
shares: Array<ShelfShare>;
|
|
11334
11334
|
|
|
11335
11335
|
/**
|
|
11336
11336
|
* Automatische Löschung ab
|
|
@@ -11462,14 +11462,14 @@ export interface ShelfDocumentType {
|
|
|
11462
11462
|
active: boolean;
|
|
11463
11463
|
|
|
11464
11464
|
/**
|
|
11465
|
-
*
|
|
11465
|
+
* access level or reading
|
|
11466
11466
|
*/
|
|
11467
|
-
|
|
11467
|
+
accessLevelRead: number;
|
|
11468
11468
|
|
|
11469
11469
|
/**
|
|
11470
|
-
*
|
|
11470
|
+
* label of type
|
|
11471
11471
|
*/
|
|
11472
|
-
|
|
11472
|
+
label: string;
|
|
11473
11473
|
|
|
11474
11474
|
/**
|
|
11475
11475
|
* storage rule for revisions
|
|
@@ -11515,14 +11515,14 @@ export interface ShelfFile {
|
|
|
11515
11515
|
subFiles: Array<SubFileInfo>;
|
|
11516
11516
|
|
|
11517
11517
|
/**
|
|
11518
|
-
*
|
|
11518
|
+
* revision number of this file
|
|
11519
11519
|
*/
|
|
11520
|
-
|
|
11520
|
+
revisionNumber: number;
|
|
11521
11521
|
|
|
11522
11522
|
/**
|
|
11523
|
-
*
|
|
11523
|
+
* fileSize
|
|
11524
11524
|
*/
|
|
11525
|
-
|
|
11525
|
+
fileSize: number;
|
|
11526
11526
|
|
|
11527
11527
|
/**
|
|
11528
11528
|
* file-extension of this entry
|
|
@@ -11550,14 +11550,14 @@ export interface ShelfFile {
|
|
|
11550
11550
|
version: number;
|
|
11551
11551
|
|
|
11552
11552
|
/**
|
|
11553
|
-
*
|
|
11553
|
+
* meta data
|
|
11554
11554
|
*/
|
|
11555
|
-
|
|
11555
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11556
11556
|
|
|
11557
11557
|
/**
|
|
11558
|
-
*
|
|
11558
|
+
* current reference of this file in our storage
|
|
11559
11559
|
*/
|
|
11560
|
-
|
|
11560
|
+
storageHandle: string;
|
|
11561
11561
|
|
|
11562
11562
|
/**
|
|
11563
11563
|
* MetaInformations for this Object
|
|
@@ -11604,14 +11604,14 @@ export interface ShelfShare {
|
|
|
11604
11604
|
publishState: ShelfSharePublishState;
|
|
11605
11605
|
|
|
11606
11606
|
/**
|
|
11607
|
-
*
|
|
11607
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11608
11608
|
*/
|
|
11609
|
-
|
|
11609
|
+
publicUrlDurationInMinutes: number;
|
|
11610
11610
|
|
|
11611
11611
|
/**
|
|
11612
|
-
*
|
|
11612
|
+
* Freifelder
|
|
11613
11613
|
*/
|
|
11614
|
-
|
|
11614
|
+
custom: EavShelfshare;
|
|
11615
11615
|
|
|
11616
11616
|
/**
|
|
11617
11617
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -11805,14 +11805,14 @@ export interface StockMovementManualApi {
|
|
|
11805
11805
|
expiryDate: ScriptingDate;
|
|
11806
11806
|
|
|
11807
11807
|
/**
|
|
11808
|
-
*
|
|
11808
|
+
* Zugang oder Abgang
|
|
11809
11809
|
*/
|
|
11810
|
-
|
|
11810
|
+
factor: StockJournalFactor;
|
|
11811
11811
|
|
|
11812
11812
|
/**
|
|
11813
|
-
*
|
|
11813
|
+
* Notiz zur Seriennummer
|
|
11814
11814
|
*/
|
|
11815
|
-
|
|
11815
|
+
serialNumberNote: string;
|
|
11816
11816
|
|
|
11817
11817
|
/**
|
|
11818
11818
|
* Lager
|
|
@@ -11843,14 +11843,14 @@ export interface StockTransferApi {
|
|
|
11843
11843
|
bookDate: ScriptingDate;
|
|
11844
11844
|
|
|
11845
11845
|
/**
|
|
11846
|
-
*
|
|
11846
|
+
* Menge
|
|
11847
11847
|
*/
|
|
11848
|
-
|
|
11848
|
+
quantity: number;
|
|
11849
11849
|
|
|
11850
11850
|
/**
|
|
11851
|
-
*
|
|
11851
|
+
* Quell-Lagerplatz
|
|
11852
11852
|
*/
|
|
11853
|
-
|
|
11853
|
+
sourceStorageBinId: number;
|
|
11854
11854
|
|
|
11855
11855
|
/**
|
|
11856
11856
|
* Quell-Lager
|
|
@@ -12045,6 +12045,11 @@ export interface Supplier {
|
|
|
12045
12045
|
*/
|
|
12046
12046
|
info: MetaInfo;
|
|
12047
12047
|
|
|
12048
|
+
/**
|
|
12049
|
+
* tax able or tax free
|
|
12050
|
+
*/
|
|
12051
|
+
taxable: boolean;
|
|
12052
|
+
|
|
12048
12053
|
/**
|
|
12049
12054
|
* reference to the delivery method
|
|
12050
12055
|
*/
|
|
@@ -12055,11 +12060,6 @@ export interface Supplier {
|
|
|
12055
12060
|
*/
|
|
12056
12061
|
supplierGroupRef: ApiObjectReference;
|
|
12057
12062
|
|
|
12058
|
-
/**
|
|
12059
|
-
* tax able or tax free
|
|
12060
|
-
*/
|
|
12061
|
-
taxable: boolean;
|
|
12062
|
-
|
|
12063
12063
|
/**
|
|
12064
12064
|
* Mahnen?
|
|
12065
12065
|
*/
|
|
@@ -12190,14 +12190,14 @@ export const enum TagType {
|
|
|
12190
12190
|
export interface TaxIdForeignCountry {
|
|
12191
12191
|
|
|
12192
12192
|
/**
|
|
12193
|
-
*
|
|
12193
|
+
* Tax ID of the company in the associated country
|
|
12194
12194
|
*/
|
|
12195
|
-
|
|
12195
|
+
taxId: string;
|
|
12196
12196
|
|
|
12197
12197
|
/**
|
|
12198
|
-
*
|
|
12198
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12199
12199
|
*/
|
|
12200
|
-
|
|
12200
|
+
countryCode: string;
|
|
12201
12201
|
|
|
12202
12202
|
/**
|
|
12203
12203
|
* Unique identifier of the Object
|
|
@@ -12453,14 +12453,14 @@ export interface User {
|
|
|
12453
12453
|
roles: Array<ApiObjectReference>;
|
|
12454
12454
|
|
|
12455
12455
|
/**
|
|
12456
|
-
*
|
|
12456
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12457
12457
|
*/
|
|
12458
|
-
|
|
12458
|
+
referencedCustomerUserId: number;
|
|
12459
12459
|
|
|
12460
12460
|
/**
|
|
12461
|
-
*
|
|
12461
|
+
* Gruppen
|
|
12462
12462
|
*/
|
|
12463
|
-
|
|
12463
|
+
groups: Array<ApiObjectReference>;
|
|
12464
12464
|
|
|
12465
12465
|
/**
|
|
12466
12466
|
* Is the user active?
|
|
@@ -12503,14 +12503,14 @@ export interface User {
|
|
|
12503
12503
|
id: number;
|
|
12504
12504
|
|
|
12505
12505
|
/**
|
|
12506
|
-
*
|
|
12506
|
+
* Valid to
|
|
12507
12507
|
*/
|
|
12508
|
-
|
|
12508
|
+
validTo: ScriptingDateTime;
|
|
12509
12509
|
|
|
12510
12510
|
/**
|
|
12511
|
-
*
|
|
12511
|
+
* username
|
|
12512
12512
|
*/
|
|
12513
|
-
|
|
12513
|
+
username: string;
|
|
12514
12514
|
|
|
12515
12515
|
/**
|
|
12516
12516
|
* MetaInformations for this Object
|