@vario-software/types 2026.28.4 → 2026.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +25 -25
- package/scripting/types.d.ts +302 -302
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
|
|
@@ -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
|
+
* Post office box
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
postOfficeBox: string;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Title
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* Country code
|
|
@@ -1218,26 +1218,26 @@ export interface Article {
|
|
|
1218
1218
|
*/
|
|
1219
1219
|
workUnitInMinutes: number;
|
|
1220
1220
|
|
|
1221
|
-
/**
|
|
1222
|
-
* Frei kommissionierbar
|
|
1223
|
-
*/
|
|
1224
|
-
freelyPickable: boolean;
|
|
1225
|
-
|
|
1226
1221
|
/**
|
|
1227
1222
|
* description custom data
|
|
1228
1223
|
*/
|
|
1229
1224
|
listingDescriptionCustom: EavArticleListingDescription;
|
|
1230
1225
|
|
|
1231
1226
|
/**
|
|
1232
|
-
*
|
|
1227
|
+
* Frei kommissionierbar
|
|
1233
1228
|
*/
|
|
1234
|
-
|
|
1229
|
+
freelyPickable: boolean;
|
|
1235
1230
|
|
|
1236
1231
|
/**
|
|
1237
1232
|
* Umkehrung der Steuerschuld nach §13b UStG?
|
|
1238
1233
|
*/
|
|
1239
1234
|
taxLiabilityReversed: boolean;
|
|
1240
1235
|
|
|
1236
|
+
/**
|
|
1237
|
+
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
1238
|
+
*/
|
|
1239
|
+
lotOnlyRequiredWhenBookedToSalesStorage: boolean;
|
|
1240
|
+
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Notiz
|
|
1243
1243
|
*/
|
|
@@ -1308,6 +1308,11 @@ export interface Article {
|
|
|
1308
1308
|
*/
|
|
1309
1309
|
productRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
|
+
/**
|
|
1312
|
+
* rabattierbarer Artikel?
|
|
1313
|
+
*/
|
|
1314
|
+
discountable: boolean;
|
|
1315
|
+
|
|
1311
1316
|
/**
|
|
1312
1317
|
* Kontingentartikel
|
|
1313
1318
|
*/
|
|
@@ -1318,11 +1323,6 @@ export interface Article {
|
|
|
1318
1323
|
*/
|
|
1319
1324
|
alternativeName: string;
|
|
1320
1325
|
|
|
1321
|
-
/**
|
|
1322
|
-
* rabattierbarer Artikel?
|
|
1323
|
-
*/
|
|
1324
|
-
discountable: boolean;
|
|
1325
|
-
|
|
1326
1326
|
/**
|
|
1327
1327
|
* base capacity
|
|
1328
1328
|
*/
|
|
@@ -1601,11 +1601,6 @@ export interface ArticleCustomer {
|
|
|
1601
1601
|
*/
|
|
1602
1602
|
defaultGrossPrice: number;
|
|
1603
1603
|
|
|
1604
|
-
/**
|
|
1605
|
-
* Art der Preisermittlung
|
|
1606
|
-
*/
|
|
1607
|
-
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1608
|
-
|
|
1609
1604
|
/**
|
|
1610
1605
|
* Abweichende Produktnummer
|
|
1611
1606
|
*/
|
|
@@ -1616,6 +1611,11 @@ export interface ArticleCustomer {
|
|
|
1616
1611
|
*/
|
|
1617
1612
|
articleNumber: string;
|
|
1618
1613
|
|
|
1614
|
+
/**
|
|
1615
|
+
* Art der Preisermittlung
|
|
1616
|
+
*/
|
|
1617
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1618
|
+
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
1621
1621
|
*/
|
|
@@ -1724,14 +1724,14 @@ export interface ArticleListing {
|
|
|
1724
1724
|
proposedLowestPriceGross: number;
|
|
1725
1725
|
|
|
1726
1726
|
/**
|
|
1727
|
-
*
|
|
1727
|
+
* der Sales Channel
|
|
1728
1728
|
*/
|
|
1729
|
-
|
|
1729
|
+
salesChannelRef: ApiObjectReference;
|
|
1730
1730
|
|
|
1731
1731
|
/**
|
|
1732
|
-
* der
|
|
1732
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1733
1733
|
*/
|
|
1734
|
-
|
|
1734
|
+
customLowestPriceGross: number;
|
|
1735
1735
|
|
|
1736
1736
|
/**
|
|
1737
1737
|
* soll der Artikel gelistet werden
|
|
@@ -1941,11 +1941,6 @@ export interface ArticleStorage {
|
|
|
1941
1941
|
*/
|
|
1942
1942
|
replenishmentFrom: number;
|
|
1943
1943
|
|
|
1944
|
-
/**
|
|
1945
|
-
* Aktuelle Menge in Kommissionierung
|
|
1946
|
-
*/
|
|
1947
|
-
quantityInPicking: number;
|
|
1948
|
-
|
|
1949
1944
|
/**
|
|
1950
1945
|
* Meldebestand
|
|
1951
1946
|
*/
|
|
@@ -1957,15 +1952,20 @@ export interface ArticleStorage {
|
|
|
1957
1952
|
orderedQuantity: number;
|
|
1958
1953
|
|
|
1959
1954
|
/**
|
|
1960
|
-
*
|
|
1955
|
+
* Aktuelle Menge in Kommissionierung
|
|
1961
1956
|
*/
|
|
1962
|
-
|
|
1957
|
+
quantityInPicking: number;
|
|
1963
1958
|
|
|
1964
1959
|
/**
|
|
1965
1960
|
* Nachschub auf
|
|
1966
1961
|
*/
|
|
1967
1962
|
replenishmentOn: number;
|
|
1968
1963
|
|
|
1964
|
+
/**
|
|
1965
|
+
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1966
|
+
*/
|
|
1967
|
+
virtualStockAmount: number;
|
|
1968
|
+
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Reservierte Menge
|
|
1971
1971
|
*/
|
|
@@ -2040,14 +2040,14 @@ export interface ArticleSupplier {
|
|
|
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
|
|
2049
2049
|
*/
|
|
2050
|
-
|
|
2050
|
+
supplierReportingStock: number;
|
|
2051
2051
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -2105,14 +2105,14 @@ export interface ArticleSupplier {
|
|
|
2105
2105
|
info: MetaInfo;
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
|
-
*
|
|
2108
|
+
* Referenced Article name
|
|
2109
2109
|
*/
|
|
2110
|
-
|
|
2110
|
+
articleName: string;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
|
-
*
|
|
2113
|
+
* Verpackungseinheit
|
|
2114
2114
|
*/
|
|
2115
|
-
|
|
2115
|
+
packagingUnit: number;
|
|
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
|
|
@@ -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
|
|
@@ -2867,14 +2867,14 @@ export interface CrmDeal {
|
|
|
2867
2867
|
info: MetaInfo;
|
|
2868
2868
|
|
|
2869
2869
|
/**
|
|
2870
|
-
*
|
|
2870
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2871
2871
|
*/
|
|
2872
|
-
|
|
2872
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2873
2873
|
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2876
2876
|
*/
|
|
2877
|
-
|
|
2877
|
+
assignedUserRef: ApiObjectReference;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Chance (in Prozent)
|
|
@@ -3153,14 +3153,14 @@ export interface CrmProject {
|
|
|
3153
3153
|
priorityRef: ApiObjectReference;
|
|
3154
3154
|
|
|
3155
3155
|
/**
|
|
3156
|
-
*
|
|
3156
|
+
* Projektleiter vom Auftragnehmer
|
|
3157
3157
|
*/
|
|
3158
|
-
|
|
3158
|
+
projectManagerOfContractor: CrmParticipant;
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
3161
|
-
*
|
|
3161
|
+
* Phase
|
|
3162
3162
|
*/
|
|
3163
|
-
|
|
3163
|
+
phaseRef: ApiObjectReference;
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
3166
|
* Aufgaben-Nummer
|
|
@@ -3178,14 +3178,14 @@ export interface CrmProject {
|
|
|
3178
3178
|
billedTimes: number;
|
|
3179
3179
|
|
|
3180
3180
|
/**
|
|
3181
|
-
*
|
|
3181
|
+
* Einkaufsbelege
|
|
3182
3182
|
*/
|
|
3183
|
-
|
|
3183
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
3184
3184
|
|
|
3185
3185
|
/**
|
|
3186
|
-
*
|
|
3186
|
+
* Geplanter Projektzeitraum (von)
|
|
3187
3187
|
*/
|
|
3188
|
-
|
|
3188
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
3191
|
* Verkaufsbelege
|
|
@@ -3218,14 +3218,14 @@ export interface CrmProject {
|
|
|
3218
3218
|
info: MetaInfo;
|
|
3219
3219
|
|
|
3220
3220
|
/**
|
|
3221
|
-
*
|
|
3221
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3222
3222
|
*/
|
|
3223
|
-
|
|
3223
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3224
3224
|
|
|
3225
3225
|
/**
|
|
3226
|
-
*
|
|
3226
|
+
* Projektleiter vom Auftraggeber
|
|
3227
3227
|
*/
|
|
3228
|
-
|
|
3228
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3229
3229
|
|
|
3230
3230
|
/**
|
|
3231
3231
|
* Übergeordnete CRM-Objekte
|
|
@@ -3470,9 +3470,9 @@ export interface CrmSubType {
|
|
|
3470
3470
|
export interface CrmTask {
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Angebot
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
customerOfferRef: DocumentRef;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
3478
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3480,9 +3480,9 @@ export interface CrmTask {
|
|
|
3480
3480
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
|
-
*
|
|
3483
|
+
* Liste von Erinnerungen
|
|
3484
3484
|
*/
|
|
3485
|
-
|
|
3485
|
+
reminders: Array<CrmReminder>;
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
3488
|
* Notizen
|
|
@@ -4168,14 +4168,14 @@ export interface DeliveryMethod {
|
|
|
4168
4168
|
translations: Array<DocumentTypeTerm>;
|
|
4169
4169
|
|
|
4170
4170
|
/**
|
|
4171
|
-
*
|
|
4171
|
+
* Versand-Anbieter
|
|
4172
4172
|
*/
|
|
4173
|
-
|
|
4173
|
+
vdsCarrierId: number;
|
|
4174
4174
|
|
|
4175
4175
|
/**
|
|
4176
|
-
*
|
|
4176
|
+
* Gültige Ländercodes
|
|
4177
4177
|
*/
|
|
4178
|
-
|
|
4178
|
+
validCountryCodes: Array<string>;
|
|
4179
4179
|
|
|
4180
4180
|
/**
|
|
4181
4181
|
* Standardgewichtseinheit
|
|
@@ -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
|
|
@@ -4494,14 +4494,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4494
4494
|
documentDate: ScriptingDate;
|
|
4495
4495
|
|
|
4496
4496
|
/**
|
|
4497
|
-
*
|
|
4497
|
+
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4498
4498
|
*/
|
|
4499
|
-
|
|
4499
|
+
taxLiabilityReversed: boolean;
|
|
4500
4500
|
|
|
4501
4501
|
/**
|
|
4502
|
-
*
|
|
4502
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4503
4503
|
*/
|
|
4504
|
-
|
|
4504
|
+
roundingAmount: number;
|
|
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
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4518
4518
|
*/
|
|
4519
|
-
|
|
4519
|
+
deliveryApproved: boolean;
|
|
4520
4520
|
|
|
4521
4521
|
/**
|
|
4522
|
-
*
|
|
4522
|
+
* Gesamtpreis brutto
|
|
4523
4523
|
*/
|
|
4524
|
-
|
|
4524
|
+
totalGrossPrice: number;
|
|
4525
4525
|
|
|
4526
4526
|
/**
|
|
4527
4527
|
* Kassen-Zahlungspositionen
|
|
@@ -4566,14 +4566,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4566
4566
|
contractDetail: DocumentContractDetail;
|
|
4567
4567
|
|
|
4568
4568
|
/**
|
|
4569
|
-
*
|
|
4569
|
+
* Zahlungsplan vorhanden?
|
|
4570
4570
|
*/
|
|
4571
|
-
|
|
4571
|
+
paymentPlan: boolean;
|
|
4572
4572
|
|
|
4573
4573
|
/**
|
|
4574
|
-
*
|
|
4574
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4575
4575
|
*/
|
|
4576
|
-
|
|
4576
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4577
4577
|
|
|
4578
4578
|
/**
|
|
4579
4579
|
* Produktionsdetails
|
|
@@ -4590,26 +4590,26 @@ true wenn die Quittung bezahlt ist
|
|
|
4590
4590
|
*/
|
|
4591
4591
|
calculationMode: CalculationMode;
|
|
4592
4592
|
|
|
4593
|
-
/**
|
|
4594
|
-
* Wird vom Workflow verarbeitet?
|
|
4595
|
-
*/
|
|
4596
|
-
processedByWorkflow: boolean;
|
|
4597
|
-
|
|
4598
4593
|
/**
|
|
4599
4594
|
* Referenz auf Zahlungsbedingung
|
|
4600
4595
|
*/
|
|
4601
4596
|
paymentTermRef: PaymentTermRef;
|
|
4602
4597
|
|
|
4603
4598
|
/**
|
|
4604
|
-
*
|
|
4599
|
+
* Wird vom Workflow verarbeitet?
|
|
4605
4600
|
*/
|
|
4606
|
-
|
|
4601
|
+
processedByWorkflow: boolean;
|
|
4607
4602
|
|
|
4608
4603
|
/**
|
|
4609
4604
|
* Telefon an Versender übergeben
|
|
4610
4605
|
*/
|
|
4611
4606
|
forwardPhoneToShipper: boolean;
|
|
4612
4607
|
|
|
4608
|
+
/**
|
|
4609
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4610
|
+
*/
|
|
4611
|
+
baseTotalDocumentPriceModifier: number;
|
|
4612
|
+
|
|
4613
4613
|
/**
|
|
4614
4614
|
* Liste der Belegtexte
|
|
4615
4615
|
*/
|
|
@@ -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?
|
|
@@ -4651,14 +4651,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4651
4651
|
en16931Profile: EN16931Profile;
|
|
4652
4652
|
|
|
4653
4653
|
/**
|
|
4654
|
-
*
|
|
4654
|
+
* Ort der steuerlichen Leistungserbringung
|
|
4655
4655
|
*/
|
|
4656
|
-
|
|
4656
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
|
-
*
|
|
4659
|
+
* Wechselkurs
|
|
4660
4660
|
*/
|
|
4661
|
-
|
|
4661
|
+
exchangeRate: number;
|
|
4662
4662
|
|
|
4663
4663
|
/**
|
|
4664
4664
|
* Zusätzliche Infos zu Entscheidungen im Belegkontext
|
|
@@ -4696,14 +4696,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4696
4696
|
dropShipping: boolean;
|
|
4697
4697
|
|
|
4698
4698
|
/**
|
|
4699
|
-
*
|
|
4699
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4700
4700
|
*/
|
|
4701
|
-
|
|
4701
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4702
4702
|
|
|
4703
4703
|
/**
|
|
4704
|
-
*
|
|
4704
|
+
* Gesamtpreis netto
|
|
4705
4705
|
*/
|
|
4706
|
-
|
|
4706
|
+
totalNetPrice: number;
|
|
4707
4707
|
|
|
4708
4708
|
/**
|
|
4709
4709
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -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 {
|
|
@@ -4891,14 +4891,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4891
4891
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4892
4892
|
|
|
4893
4893
|
/**
|
|
4894
|
-
*
|
|
4894
|
+
* Herkunft der Sprache
|
|
4895
4895
|
*/
|
|
4896
|
-
|
|
4896
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4897
4897
|
|
|
4898
4898
|
/**
|
|
4899
|
-
*
|
|
4899
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4900
4900
|
*/
|
|
4901
|
-
|
|
4901
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4902
4902
|
|
|
4903
4903
|
/**
|
|
4904
4904
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -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
|
|
@@ -5501,14 +5501,14 @@ export interface DocumentLine {
|
|
|
5501
5501
|
id: number;
|
|
5502
5502
|
|
|
5503
5503
|
/**
|
|
5504
|
-
*
|
|
5504
|
+
* Preis pro Einheit in Basiswährung
|
|
5505
5505
|
*/
|
|
5506
|
-
|
|
5506
|
+
basePrice: number;
|
|
5507
5507
|
|
|
5508
5508
|
/**
|
|
5509
|
-
*
|
|
5509
|
+
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5510
5510
|
*/
|
|
5511
|
-
|
|
5511
|
+
positionOfArticleLine: number;
|
|
5512
5512
|
|
|
5513
5513
|
/**
|
|
5514
5514
|
* Serientyp
|
|
@@ -5611,14 +5611,14 @@ export interface DocumentLine {
|
|
|
5611
5611
|
baseSalesValueNet: number;
|
|
5612
5612
|
|
|
5613
5613
|
/**
|
|
5614
|
-
*
|
|
5614
|
+
* Vertragsinformationen
|
|
5615
5615
|
*/
|
|
5616
|
-
|
|
5616
|
+
contractDetail: DocumentContractDetail;
|
|
5617
5617
|
|
|
5618
5618
|
/**
|
|
5619
|
-
*
|
|
5619
|
+
* Einheit Nettogewicht
|
|
5620
5620
|
*/
|
|
5621
|
-
|
|
5621
|
+
netWeightUnit: UnitTypeReference;
|
|
5622
5622
|
|
|
5623
5623
|
/**
|
|
5624
5624
|
* Produktionsdetails
|
|
@@ -5761,14 +5761,14 @@ export interface DocumentLine {
|
|
|
5761
5761
|
position: number;
|
|
5762
5762
|
|
|
5763
5763
|
/**
|
|
5764
|
-
*
|
|
5764
|
+
* Buchungen
|
|
5765
5765
|
*/
|
|
5766
|
-
|
|
5766
|
+
bookings: Array<DocumentLineBooking>;
|
|
5767
5767
|
|
|
5768
5768
|
/**
|
|
5769
|
-
*
|
|
5769
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5770
5770
|
*/
|
|
5771
|
-
|
|
5771
|
+
recalcLinePriceViaComponents: boolean;
|
|
5772
5772
|
|
|
5773
5773
|
/**
|
|
5774
5774
|
* unit gross Volume in cubic meters
|
|
@@ -6358,14 +6358,14 @@ export interface DocumentLinePosDetail {
|
|
|
6358
6358
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6359
6359
|
|
|
6360
6360
|
/**
|
|
6361
|
-
*
|
|
6361
|
+
* Status der externen Zahlung
|
|
6362
6362
|
*/
|
|
6363
|
-
|
|
6363
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6364
6364
|
|
|
6365
6365
|
/**
|
|
6366
|
-
*
|
|
6366
|
+
* Typ der Einlage/Ausgabe
|
|
6367
6367
|
*/
|
|
6368
|
-
|
|
6368
|
+
depositExpenseTypeId: number;
|
|
6369
6369
|
|
|
6370
6370
|
/**
|
|
6371
6371
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -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
|
|
@@ -6436,14 +6436,14 @@ export interface DocumentLineRef {
|
|
|
6436
6436
|
quantity: number;
|
|
6437
6437
|
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* Belegart
|
|
6440
6440
|
*/
|
|
6441
|
-
|
|
6441
|
+
documentType: string;
|
|
6442
6442
|
|
|
6443
6443
|
/**
|
|
6444
|
-
*
|
|
6444
|
+
* Artikelnummer
|
|
6445
6445
|
*/
|
|
6446
|
-
|
|
6446
|
+
articleNumber: string;
|
|
6447
6447
|
|
|
6448
6448
|
/**
|
|
6449
6449
|
* price per quantity [GROSS, NET]
|
|
@@ -6629,14 +6629,14 @@ export interface DocumentPosPayment {
|
|
|
6629
6629
|
version: number;
|
|
6630
6630
|
|
|
6631
6631
|
/**
|
|
6632
|
-
*
|
|
6632
|
+
* Abschöpfungsbetrag. Im Modus MANUAL vom Anwender vorgegeben; in den Modi FULL/BALANCE/NONE vom Backend aus aktuellem Saldo berechnet
|
|
6633
6633
|
*/
|
|
6634
|
-
|
|
6634
|
+
withdrawalAmount: number;
|
|
6635
6635
|
|
|
6636
6636
|
/**
|
|
6637
|
-
*
|
|
6637
|
+
* Zahlungsart
|
|
6638
6638
|
*/
|
|
6639
|
-
|
|
6639
|
+
posPaymentMethodRef: ApiObjectReference;
|
|
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
|
|
@@ -6794,14 +6794,14 @@ export interface DocumentShippingCost {
|
|
|
6794
6794
|
manualCosts: boolean;
|
|
6795
6795
|
|
|
6796
6796
|
/**
|
|
6797
|
-
*
|
|
6797
|
+
* Keine Versandkosten (freier Versand)
|
|
6798
6798
|
*/
|
|
6799
|
-
|
|
6799
|
+
freeShipping: boolean;
|
|
6800
6800
|
|
|
6801
6801
|
/**
|
|
6802
|
-
*
|
|
6802
|
+
* Texte
|
|
6803
6803
|
*/
|
|
6804
|
-
|
|
6804
|
+
texts: Array<DocumentText>;
|
|
6805
6805
|
|
|
6806
6806
|
/**
|
|
6807
6807
|
* Artikelname
|
|
@@ -6919,14 +6919,14 @@ export interface DocumentText {
|
|
|
6919
6919
|
transferableIntoSubsequentDocuments: boolean;
|
|
6920
6920
|
|
|
6921
6921
|
/**
|
|
6922
|
-
*
|
|
6922
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6923
6923
|
*/
|
|
6924
|
-
|
|
6924
|
+
deleted: boolean;
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6928
6928
|
*/
|
|
6929
|
-
|
|
6929
|
+
textPosition: TextPosition;
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
6932
|
* textBaustein Vorlage
|
|
@@ -7241,18 +7241,18 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7241
7241
|
/**
|
|
7242
7242
|
* Buchungsdatum
|
|
7243
7243
|
*/
|
|
7244
|
-
bookDate: ScriptingDate;
|
|
7245
|
-
|
|
7246
|
-
/**
|
|
7247
|
-
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7248
|
-
*/
|
|
7249
|
-
targetExpiryDate: ScriptingDate;
|
|
7244
|
+
bookDate: ScriptingDate;
|
|
7250
7245
|
|
|
7251
7246
|
/**
|
|
7252
7247
|
* Die gültige Seriennummer
|
|
7253
7248
|
*/
|
|
7254
7249
|
targetSerialNumber: string;
|
|
7255
7250
|
|
|
7251
|
+
/**
|
|
7252
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7253
|
+
*/
|
|
7254
|
+
targetExpiryDate: ScriptingDate;
|
|
7255
|
+
|
|
7256
7256
|
/**
|
|
7257
7257
|
* Quell-Lagerplatz
|
|
7258
7258
|
*/
|
|
@@ -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
|
|
@@ -7831,14 +7831,14 @@ export interface OpenItem {
|
|
|
7831
7831
|
balance: number;
|
|
7832
7832
|
|
|
7833
7833
|
/**
|
|
7834
|
-
*
|
|
7834
|
+
* Steuersachverhalt Leistungserbringung (von außen setzbar, wenn kein Beleg vorhanden ist)
|
|
7835
7835
|
*/
|
|
7836
|
-
|
|
7836
|
+
taxPerformanceLocation: TaxPerformanceLocationType;
|
|
7837
7837
|
|
|
7838
7838
|
/**
|
|
7839
|
-
*
|
|
7839
|
+
* Kurs der Währung zu Basiswährung
|
|
7840
7840
|
*/
|
|
7841
|
-
|
|
7841
|
+
exchangeRate: number;
|
|
7842
7842
|
|
|
7843
7843
|
/**
|
|
7844
7844
|
* Die Mahnstufe
|
|
@@ -7931,14 +7931,14 @@ export interface OpenItem {
|
|
|
7931
7931
|
performanceCountryCode: string;
|
|
7932
7932
|
|
|
7933
7933
|
/**
|
|
7934
|
-
*
|
|
7934
|
+
* Valutadatum schreibgeschützt
|
|
7935
7935
|
*/
|
|
7936
|
-
|
|
7936
|
+
valueDateReadOnly: boolean;
|
|
7937
7937
|
|
|
7938
7938
|
/**
|
|
7939
|
-
*
|
|
7939
|
+
* agreed Deposit payment date
|
|
7940
7940
|
*/
|
|
7941
|
-
|
|
7941
|
+
depositPaymentDate: ScriptingDate;
|
|
7942
7942
|
|
|
7943
7943
|
/**
|
|
7944
7944
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -7976,14 +7976,14 @@ export interface OpenItem {
|
|
|
7976
7976
|
depositPaymentAmount: number;
|
|
7977
7977
|
|
|
7978
7978
|
/**
|
|
7979
|
-
*
|
|
7979
|
+
* Verwendungszweck
|
|
7980
7980
|
*/
|
|
7981
|
-
|
|
7981
|
+
purpose: string;
|
|
7982
7982
|
|
|
7983
7983
|
/**
|
|
7984
|
-
*
|
|
7984
|
+
* free payments
|
|
7985
7985
|
*/
|
|
7986
|
-
|
|
7986
|
+
records: Array<OpenItemRecord>;
|
|
7987
7987
|
|
|
7988
7988
|
/**
|
|
7989
7989
|
* How much discount can be given for speedy payment, rule 2
|
|
@@ -8404,14 +8404,14 @@ export interface OpenItemRecord {
|
|
|
8404
8404
|
totalAmount: number;
|
|
8405
8405
|
|
|
8406
8406
|
/**
|
|
8407
|
-
*
|
|
8407
|
+
* Basiswährung des offenen Postens (ISO-A3)
|
|
8408
8408
|
*/
|
|
8409
|
-
|
|
8409
|
+
baseCurrencyCode: string;
|
|
8410
8410
|
|
|
8411
8411
|
/**
|
|
8412
|
-
*
|
|
8412
|
+
* id des records, der diesen storniert hat
|
|
8413
8413
|
*/
|
|
8414
|
-
|
|
8414
|
+
revertedByRecordId: number;
|
|
8415
8415
|
|
|
8416
8416
|
/**
|
|
8417
8417
|
* qualifier of open item
|
|
@@ -8545,14 +8545,14 @@ export interface PaymentMethod {
|
|
|
8545
8545
|
dunnable: boolean;
|
|
8546
8546
|
|
|
8547
8547
|
/**
|
|
8548
|
-
*
|
|
8548
|
+
* translations
|
|
8549
8549
|
*/
|
|
8550
|
-
|
|
8550
|
+
translations: Array<DocumentTypeTerm>;
|
|
8551
8551
|
|
|
8552
8552
|
/**
|
|
8553
|
-
*
|
|
8553
|
+
* Debitoren-OP abschließen?
|
|
8554
8554
|
*/
|
|
8555
|
-
|
|
8555
|
+
closeCustomerAccountType: boolean;
|
|
8556
8556
|
|
|
8557
8557
|
/**
|
|
8558
8558
|
* +Tage für Folgelastschrift
|
|
@@ -8560,14 +8560,14 @@ export interface PaymentMethod {
|
|
|
8560
8560
|
daysToAddForFollowup: number;
|
|
8561
8561
|
|
|
8562
8562
|
/**
|
|
8563
|
-
*
|
|
8563
|
+
* external Payment Id
|
|
8564
8564
|
*/
|
|
8565
|
-
|
|
8565
|
+
externalPaymentId: string;
|
|
8566
8566
|
|
|
8567
8567
|
/**
|
|
8568
|
-
*
|
|
8568
|
+
* Die Business Transaction
|
|
8569
8569
|
*/
|
|
8570
|
-
|
|
8570
|
+
businessTransaction: ApiObjectReference;
|
|
8571
8571
|
|
|
8572
8572
|
/**
|
|
8573
8573
|
* Unique identifier of the Object
|
|
@@ -9215,14 +9215,14 @@ export interface PicklistLineComponent {
|
|
|
9215
9215
|
targetDocumentLineComponentId: number;
|
|
9216
9216
|
|
|
9217
9217
|
/**
|
|
9218
|
-
*
|
|
9218
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
9219
9219
|
*/
|
|
9220
|
-
|
|
9220
|
+
quantityPerAssemblyGroup: number;
|
|
9221
9221
|
|
|
9222
9222
|
/**
|
|
9223
|
-
*
|
|
9223
|
+
* abweichende Artikelbezeichnung
|
|
9224
9224
|
*/
|
|
9225
|
-
|
|
9225
|
+
articleAlternativeName: string;
|
|
9226
9226
|
|
|
9227
9227
|
/**
|
|
9228
9228
|
* Verpackte Menge der Position
|
|
@@ -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
|
-
* Selektion
|
|
9399
|
+
* Alternative Selektion in VQL
|
|
9405
9400
|
*/
|
|
9406
|
-
|
|
9401
|
+
alternativeSelectionInVql: string;
|
|
9407
9402
|
|
|
9408
9403
|
/**
|
|
9409
9404
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
@@ -9415,6 +9410,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9415
9410
|
*/
|
|
9416
9411
|
onlyFullDeliverableOrderLines: boolean;
|
|
9417
9412
|
|
|
9413
|
+
/**
|
|
9414
|
+
* Selektion über den Bereich vom Lieferdatum
|
|
9415
|
+
*/
|
|
9416
|
+
deliveryDateRange: PicklistTemplate$DateRange;
|
|
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
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9483
9483
|
*/
|
|
9484
|
-
|
|
9484
|
+
maxPicklistLineCount: number;
|
|
9485
9485
|
|
|
9486
9486
|
/**
|
|
9487
|
-
*
|
|
9487
|
+
* Die zu verwendende Pickwagengruppe
|
|
9488
9488
|
*/
|
|
9489
|
-
|
|
9489
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9490
9490
|
|
|
9491
9491
|
/**
|
|
9492
|
-
*
|
|
9492
|
+
* Lagerplätze vorgeben
|
|
9493
9493
|
*/
|
|
9494
|
-
|
|
9494
|
+
specifyStorageBins: boolean;
|
|
9495
9495
|
|
|
9496
9496
|
/**
|
|
9497
9497
|
* Der zu verwendende Pickwagen
|
|
@@ -9499,9 +9499,9 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9499
9499
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
9500
9500
|
|
|
9501
9501
|
/**
|
|
9502
|
-
*
|
|
9502
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
9503
9503
|
*/
|
|
9504
|
-
|
|
9504
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
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
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9576
9576
|
*/
|
|
9577
|
-
|
|
9577
|
+
printLabelOnScan: boolean;
|
|
9578
9578
|
|
|
9579
9579
|
/**
|
|
9580
|
-
*
|
|
9580
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9581
9581
|
*/
|
|
9582
|
-
|
|
9582
|
+
useDigitalPicklist: boolean;
|
|
9583
9583
|
|
|
9584
9584
|
/**
|
|
9585
9585
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
@@ -9587,9 +9587,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9587
9587
|
allowPickingOfServiceArticles: boolean;
|
|
9588
9588
|
|
|
9589
9589
|
/**
|
|
9590
|
-
*
|
|
9590
|
+
* Sammelbestätigung erlauben
|
|
9591
9591
|
*/
|
|
9592
|
-
|
|
9592
|
+
allowFullConfirmation: boolean;
|
|
9593
9593
|
|
|
9594
9594
|
/**
|
|
9595
9595
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -9617,14 +9617,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9617
9617
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
9618
9618
|
|
|
9619
9619
|
/**
|
|
9620
|
-
*
|
|
9620
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
9621
9621
|
*/
|
|
9622
|
-
|
|
9622
|
+
autoDeterminationOfLots: boolean;
|
|
9623
9623
|
|
|
9624
9624
|
/**
|
|
9625
|
-
*
|
|
9625
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
9626
9626
|
*/
|
|
9627
|
-
|
|
9627
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
9628
9628
|
|
|
9629
9629
|
/**
|
|
9630
9630
|
* Zielmengen in Masken verstecken?
|
|
@@ -9706,14 +9706,14 @@ export interface PriceSelectionCriteria {
|
|
|
9706
9706
|
quantity: number;
|
|
9707
9707
|
|
|
9708
9708
|
/**
|
|
9709
|
-
* Liste von
|
|
9709
|
+
* Liste von Artikel-IDs
|
|
9710
9710
|
*/
|
|
9711
|
-
|
|
9711
|
+
articleIds: Array<number>;
|
|
9712
9712
|
|
|
9713
9713
|
/**
|
|
9714
|
-
* Liste von
|
|
9714
|
+
* Liste von Account-IDs
|
|
9715
9715
|
*/
|
|
9716
|
-
|
|
9716
|
+
accountIds: 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
|
|
@@ -9965,14 +9965,14 @@ export interface ProductDiscount {
|
|
|
9965
9965
|
modifierValueType: ValueType;
|
|
9966
9966
|
|
|
9967
9967
|
/**
|
|
9968
|
-
*
|
|
9968
|
+
* Account, für den der Rabatt gültig ist
|
|
9969
9969
|
*/
|
|
9970
|
-
|
|
9970
|
+
accountRef: ApiObjectReference;
|
|
9971
9971
|
|
|
9972
9972
|
/**
|
|
9973
|
-
*
|
|
9973
|
+
* Name des Rabatts
|
|
9974
9974
|
*/
|
|
9975
|
-
|
|
9975
|
+
modifierName: string;
|
|
9976
9976
|
|
|
9977
9977
|
/**
|
|
9978
9978
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -10314,14 +10314,14 @@ export interface RequestDocument {
|
|
|
10314
10314
|
cashDrawerId: number;
|
|
10315
10315
|
|
|
10316
10316
|
/**
|
|
10317
|
-
*
|
|
10317
|
+
* Der Anzahlungsbetrag
|
|
10318
10318
|
*/
|
|
10319
|
-
|
|
10319
|
+
depositPaymentAmount: number;
|
|
10320
10320
|
|
|
10321
10321
|
/**
|
|
10322
|
-
*
|
|
10322
|
+
* Leistungsdatum
|
|
10323
10323
|
*/
|
|
10324
|
-
|
|
10324
|
+
performanceDate: ScriptingDate;
|
|
10325
10325
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10444,14 +10444,14 @@ export interface RequestDocument {
|
|
|
10444
10444
|
texts: Array<DocumentText>;
|
|
10445
10445
|
|
|
10446
10446
|
/**
|
|
10447
|
-
*
|
|
10447
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
10448
10448
|
*/
|
|
10449
|
-
|
|
10449
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
10450
10450
|
|
|
10451
10451
|
/**
|
|
10452
|
-
*
|
|
10452
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
10453
10453
|
*/
|
|
10454
|
-
|
|
10454
|
+
processedByPicklistProcessing: boolean;
|
|
10455
10455
|
|
|
10456
10456
|
/**
|
|
10457
10457
|
* Die Rabatte des Beleges
|
|
@@ -10617,14 +10617,14 @@ export interface RequestDocumentLine {
|
|
|
10617
10617
|
externalArticleNumber: string;
|
|
10618
10618
|
|
|
10619
10619
|
/**
|
|
10620
|
-
*
|
|
10620
|
+
* Buchungen zu dieser Belegposition
|
|
10621
10621
|
*/
|
|
10622
|
-
|
|
10622
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
10623
10623
|
|
|
10624
10624
|
/**
|
|
10625
|
-
*
|
|
10625
|
+
* ID der Quell-Belegposition
|
|
10626
10626
|
*/
|
|
10627
|
-
|
|
10627
|
+
sourceLineId: number;
|
|
10628
10628
|
|
|
10629
10629
|
/**
|
|
10630
10630
|
* Zu der Zeile Etikettendruck anstoßen
|
|
@@ -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
|
|
@@ -10791,14 +10791,14 @@ export interface SalesAgent {
|
|
|
10791
10791
|
note: string;
|
|
10792
10792
|
|
|
10793
10793
|
/**
|
|
10794
|
-
*
|
|
10794
|
+
* reference to the delivery method
|
|
10795
10795
|
*/
|
|
10796
|
-
|
|
10796
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10797
10797
|
|
|
10798
10798
|
/**
|
|
10799
|
-
*
|
|
10799
|
+
* is sales agent taxable
|
|
10800
10800
|
*/
|
|
10801
|
-
|
|
10801
|
+
taxable: boolean;
|
|
10802
10802
|
|
|
10803
10803
|
/**
|
|
10804
10804
|
* Freifelder
|
|
@@ -11148,14 +11148,14 @@ export interface SequencerConfiguration {
|
|
|
11148
11148
|
key: string;
|
|
11149
11149
|
|
|
11150
11150
|
/**
|
|
11151
|
-
*
|
|
11151
|
+
* Contains details about the sequencer configuration
|
|
11152
11152
|
*/
|
|
11153
|
-
|
|
11153
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
11156
|
-
*
|
|
11156
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
11157
11157
|
*/
|
|
11158
|
-
|
|
11158
|
+
alternativeConfiguration: ApiObjectReference;
|
|
11159
11159
|
|
|
11160
11160
|
/**
|
|
11161
11161
|
* MetaInformations for this Object
|
|
@@ -11270,14 +11270,14 @@ export interface ShelfDocument {
|
|
|
11270
11270
|
tags: Array<TagDto>;
|
|
11271
11271
|
|
|
11272
11272
|
/**
|
|
11273
|
-
*
|
|
11273
|
+
* share informations
|
|
11274
11274
|
*/
|
|
11275
|
-
|
|
11275
|
+
shares: Array<ShelfShare>;
|
|
11276
11276
|
|
|
11277
11277
|
/**
|
|
11278
|
-
*
|
|
11278
|
+
* Mehrsprachige Bezeichnungen
|
|
11279
11279
|
*/
|
|
11280
|
-
|
|
11280
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
11281
11281
|
|
|
11282
11282
|
/**
|
|
11283
11283
|
* Automatische Löschung ab
|
|
@@ -11409,14 +11409,14 @@ export interface ShelfDocumentType {
|
|
|
11409
11409
|
active: boolean;
|
|
11410
11410
|
|
|
11411
11411
|
/**
|
|
11412
|
-
*
|
|
11412
|
+
* label of type
|
|
11413
11413
|
*/
|
|
11414
|
-
|
|
11414
|
+
label: string;
|
|
11415
11415
|
|
|
11416
11416
|
/**
|
|
11417
|
-
*
|
|
11417
|
+
* access level or reading
|
|
11418
11418
|
*/
|
|
11419
|
-
|
|
11419
|
+
accessLevelRead: number;
|
|
11420
11420
|
|
|
11421
11421
|
/**
|
|
11422
11422
|
* storage rule for revisions
|
|
@@ -11497,14 +11497,14 @@ export interface ShelfFile {
|
|
|
11497
11497
|
version: number;
|
|
11498
11498
|
|
|
11499
11499
|
/**
|
|
11500
|
-
*
|
|
11500
|
+
* meta data
|
|
11501
11501
|
*/
|
|
11502
|
-
|
|
11502
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
11503
11503
|
|
|
11504
11504
|
/**
|
|
11505
|
-
*
|
|
11505
|
+
* current reference of this file in our storage
|
|
11506
11506
|
*/
|
|
11507
|
-
|
|
11507
|
+
storageHandle: string;
|
|
11508
11508
|
|
|
11509
11509
|
/**
|
|
11510
11510
|
* MetaInformations for this Object
|
|
@@ -11551,14 +11551,14 @@ export interface ShelfShare {
|
|
|
11551
11551
|
publishState: ShelfSharePublishState;
|
|
11552
11552
|
|
|
11553
11553
|
/**
|
|
11554
|
-
*
|
|
11554
|
+
* Freifelder
|
|
11555
11555
|
*/
|
|
11556
|
-
|
|
11556
|
+
custom: EavShelfshare;
|
|
11557
11557
|
|
|
11558
11558
|
/**
|
|
11559
|
-
*
|
|
11559
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
11560
11560
|
*/
|
|
11561
|
-
|
|
11561
|
+
publicUrlDurationInMinutes: number;
|
|
11562
11562
|
|
|
11563
11563
|
/**
|
|
11564
11564
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -11988,14 +11988,14 @@ export interface Supplier {
|
|
|
11988
11988
|
info: MetaInfo;
|
|
11989
11989
|
|
|
11990
11990
|
/**
|
|
11991
|
-
*
|
|
11991
|
+
* reference to the delivery method
|
|
11992
11992
|
*/
|
|
11993
|
-
|
|
11993
|
+
deliveryMethodRef: ApiObjectReference;
|
|
11994
11994
|
|
|
11995
11995
|
/**
|
|
11996
|
-
*
|
|
11996
|
+
* Lieferantengruppe
|
|
11997
11997
|
*/
|
|
11998
|
-
|
|
11998
|
+
supplierGroupRef: ApiObjectReference;
|
|
11999
11999
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* tax able or tax free
|
|
@@ -12132,14 +12132,14 @@ export const enum TagType {
|
|
|
12132
12132
|
export interface TaxIdForeignCountry {
|
|
12133
12133
|
|
|
12134
12134
|
/**
|
|
12135
|
-
*
|
|
12135
|
+
* Tax ID of the company in the associated country
|
|
12136
12136
|
*/
|
|
12137
|
-
|
|
12137
|
+
taxId: string;
|
|
12138
12138
|
|
|
12139
12139
|
/**
|
|
12140
|
-
*
|
|
12140
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
12141
12141
|
*/
|
|
12142
|
-
|
|
12142
|
+
countryCode: string;
|
|
12143
12143
|
|
|
12144
12144
|
/**
|
|
12145
12145
|
* Unique identifier of the Object
|
|
@@ -12425,14 +12425,14 @@ export interface User {
|
|
|
12425
12425
|
version: number;
|
|
12426
12426
|
|
|
12427
12427
|
/**
|
|
12428
|
-
*
|
|
12428
|
+
* is the email verified
|
|
12429
12429
|
*/
|
|
12430
|
-
|
|
12430
|
+
emailVerified: boolean;
|
|
12431
12431
|
|
|
12432
12432
|
/**
|
|
12433
|
-
*
|
|
12433
|
+
* first-name
|
|
12434
12434
|
*/
|
|
12435
|
-
|
|
12435
|
+
firstName: string;
|
|
12436
12436
|
|
|
12437
12437
|
/**
|
|
12438
12438
|
* email-address
|