@vario-software/types 2026.28.3 → 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 +40 -40
- package/scripting/types.d.ts +270 -270
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
|
+
* 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
|
|
@@ -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
|
* origin type
|
|
@@ -1028,11 +1028,6 @@ export interface Article {
|
|
|
1028
1028
|
*/
|
|
1029
1029
|
baseCapacityUnit: UnitTypeReference;
|
|
1030
1030
|
|
|
1031
|
-
/**
|
|
1032
|
-
* Durchschnittl. EKP (Startwert)
|
|
1033
|
-
*/
|
|
1034
|
-
initialAvgPurchasePrice: number;
|
|
1035
|
-
|
|
1036
1031
|
/**
|
|
1037
1032
|
* is this product sellable without any quantity at the stock
|
|
1038
1033
|
*/
|
|
@@ -1043,6 +1038,11 @@ export interface Article {
|
|
|
1043
1038
|
*/
|
|
1044
1039
|
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1045
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* Durchschnittl. EKP (Startwert)
|
|
1043
|
+
*/
|
|
1044
|
+
initialAvgPurchasePrice: number;
|
|
1045
|
+
|
|
1046
1046
|
/**
|
|
1047
1047
|
* gross Volume in cubic meters
|
|
1048
1048
|
*/
|
|
@@ -1144,14 +1144,14 @@ export interface Article {
|
|
|
1144
1144
|
deliveryMethodRef: ApiObjectReference;
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
*
|
|
1147
|
+
* Produktion
|
|
1148
1148
|
*/
|
|
1149
|
-
|
|
1149
|
+
fabrication: boolean;
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Soll-Handelsspanne
|
|
1153
1153
|
*/
|
|
1154
|
-
|
|
1154
|
+
targetTradingMargin: number;
|
|
1155
1155
|
|
|
1156
1156
|
/**
|
|
1157
1157
|
* active
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
listingStateChangeTime: ScriptingDateTime;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Country code
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
countryOfOriginRef: CountryReference;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Arbeitseinheit in Minuten
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
workUnitInMinutes: number;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* description custom data
|
|
@@ -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)
|
|
@@ -1394,14 +1394,14 @@ export interface Article {
|
|
|
1394
1394
|
listed: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
|
-
*
|
|
1397
|
+
* Nur manuelle Produktion
|
|
1398
1398
|
*/
|
|
1399
|
-
|
|
1399
|
+
onlyManualFabrication: boolean;
|
|
1400
1400
|
|
|
1401
1401
|
/**
|
|
1402
|
-
*
|
|
1402
|
+
* provisionsberechtiger Artikel?
|
|
1403
1403
|
*/
|
|
1404
|
-
|
|
1404
|
+
commissionable: boolean;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1542,14 +1542,14 @@ export interface ArticleCustomer {
|
|
|
1542
1542
|
articleName: string;
|
|
1543
1543
|
|
|
1544
1544
|
/**
|
|
1545
|
-
*
|
|
1545
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1546
1546
|
*/
|
|
1547
|
-
|
|
1547
|
+
useDeviatingArticleIdentifier: boolean;
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
1550
|
-
*
|
|
1550
|
+
* Etikettdruck-Einstellungen
|
|
1551
1551
|
*/
|
|
1552
|
-
|
|
1552
|
+
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1553
1553
|
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Kunden-Preise
|
|
@@ -1607,14 +1607,14 @@ export interface ArticleCustomer {
|
|
|
1607
1607
|
deviatingArticleNumber: string;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
|
-
*
|
|
1610
|
+
* Artikelnummer
|
|
1611
1611
|
*/
|
|
1612
|
-
|
|
1612
|
+
articleNumber: string;
|
|
1613
1613
|
|
|
1614
1614
|
/**
|
|
1615
|
-
*
|
|
1615
|
+
* Art der Preisermittlung
|
|
1616
1616
|
*/
|
|
1617
|
-
|
|
1617
|
+
priceDetermination: ArticleCustomerPriceDetermination;
|
|
1618
1618
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Abweichender Produktidentifer (z.B. Barcode)
|
|
@@ -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
|
|
@@ -1932,14 +1932,14 @@ export const enum ArticleSerialType {
|
|
|
1932
1932
|
export interface ArticleStorage {
|
|
1933
1933
|
|
|
1934
1934
|
/**
|
|
1935
|
-
*
|
|
1935
|
+
* Bestand im Lager
|
|
1936
1936
|
*/
|
|
1937
|
-
|
|
1937
|
+
quantityInStock: number;
|
|
1938
1938
|
|
|
1939
1939
|
/**
|
|
1940
|
-
*
|
|
1940
|
+
* Nachschub ab
|
|
1941
1941
|
*/
|
|
1942
|
-
|
|
1942
|
+
replenishmentFrom: number;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Meldebestand
|
|
@@ -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
|
|
@@ -2218,14 +2218,14 @@ export interface Asset {
|
|
|
2218
2218
|
active: boolean;
|
|
2219
2219
|
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Ende Garantie
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
warrantyEndDate: ScriptingDate;
|
|
2224
2224
|
|
|
2225
2225
|
/**
|
|
2226
|
-
*
|
|
2226
|
+
* Zugehörige Assets
|
|
2227
2227
|
*/
|
|
2228
|
-
|
|
2228
|
+
childAssetRefs: Array<ApiObjectReference>;
|
|
2229
2229
|
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Asset-Bezeichnung
|
|
@@ -2512,14 +2512,14 @@ export interface CountryReference {
|
|
|
2512
2512
|
export interface CreateNewDocumentRequest {
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* Belegart
|
|
2515
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2516
2516
|
*/
|
|
2517
|
-
|
|
2517
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2518
2518
|
|
|
2519
2519
|
/**
|
|
2520
|
-
*
|
|
2520
|
+
* Belegart
|
|
2521
2521
|
*/
|
|
2522
|
-
|
|
2522
|
+
documentTypeLabel: string;
|
|
2523
2523
|
|
|
2524
2524
|
/**
|
|
2525
2525
|
* Details zum Beleg
|
|
@@ -2585,14 +2585,14 @@ export interface CrmActivity {
|
|
|
2585
2585
|
info: MetaInfo;
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
*
|
|
2588
|
+
* geplante Dauer
|
|
2589
2589
|
*/
|
|
2590
|
-
|
|
2590
|
+
plannedDurationInSeconds: number;
|
|
2591
2591
|
|
|
2592
2592
|
/**
|
|
2593
|
-
*
|
|
2593
|
+
* Aktivität intern abgerechnet?
|
|
2594
2594
|
*/
|
|
2595
|
-
|
|
2595
|
+
internalBilled: boolean;
|
|
2596
2596
|
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2744,14 +2744,14 @@ export interface CrmActivityType {
|
|
|
2744
2744
|
export interface CrmChecklistItem {
|
|
2745
2745
|
|
|
2746
2746
|
/**
|
|
2747
|
-
*
|
|
2747
|
+
* Ist das Element "angehakt"?
|
|
2748
2748
|
*/
|
|
2749
|
-
|
|
2749
|
+
checked: boolean;
|
|
2750
2750
|
|
|
2751
2751
|
/**
|
|
2752
|
-
*
|
|
2752
|
+
* Text des Checklisten-Elements
|
|
2753
2753
|
*/
|
|
2754
|
-
|
|
2754
|
+
memo: string;
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Unique identifier of the Object
|
|
@@ -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
|
|
@@ -3414,14 +3414,14 @@ export interface CrmState {
|
|
|
3414
3414
|
readyToBill: boolean;
|
|
3415
3415
|
|
|
3416
3416
|
/**
|
|
3417
|
-
*
|
|
3417
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3418
3418
|
*/
|
|
3419
|
-
|
|
3419
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3420
3420
|
|
|
3421
3421
|
/**
|
|
3422
|
-
*
|
|
3422
|
+
* Handelt es sich um einen Anfang-Status
|
|
3423
3423
|
*/
|
|
3424
|
-
|
|
3424
|
+
startState: boolean;
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
3427
|
* MetaInformations for this Object
|
|
@@ -3854,14 +3854,14 @@ export interface CurrencyReference {
|
|
|
3854
3854
|
export interface Customer {
|
|
3855
3855
|
|
|
3856
3856
|
/**
|
|
3857
|
-
*
|
|
3857
|
+
* reference to customer group
|
|
3858
3858
|
*/
|
|
3859
|
-
|
|
3859
|
+
customerGroupRef: ApiObjectReference;
|
|
3860
3860
|
|
|
3861
3861
|
/**
|
|
3862
|
-
*
|
|
3862
|
+
* Option für die Stapelverarbeitung
|
|
3863
3863
|
*/
|
|
3864
|
-
|
|
3864
|
+
stackProcessingType: AccountOrderStackProcessingType;
|
|
3865
3865
|
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Cron-Ausdruck zur Berechnung der Sammelabrechnung
|
|
@@ -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
|
|
@@ -4393,6 +4393,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
deliveryQuantityPackages: number;
|
|
4395
4395
|
|
|
4396
|
+
/**
|
|
4397
|
+
* Steuerpflichtig oder steuerfrei
|
|
4398
|
+
*/
|
|
4399
|
+
taxable: boolean;
|
|
4400
|
+
|
|
4396
4401
|
/**
|
|
4397
4402
|
* Leitweg-ID
|
|
4398
4403
|
*/
|
|
@@ -4403,11 +4408,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4403
4408
|
*/
|
|
4404
4409
|
referencedOrderNumber: string;
|
|
4405
4410
|
|
|
4406
|
-
/**
|
|
4407
|
-
* Steuerpflichtig oder steuerfrei
|
|
4408
|
-
*/
|
|
4409
|
-
taxable: boolean;
|
|
4410
|
-
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
4413
4413
|
*/
|
|
@@ -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
|
|
@@ -4581,14 +4581,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4581
4581
|
fabricationDetail: DocumentFabricationDetail;
|
|
4582
4582
|
|
|
4583
4583
|
/**
|
|
4584
|
-
*
|
|
4584
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4585
4585
|
*/
|
|
4586
|
-
|
|
4586
|
+
accountNumber: string;
|
|
4587
4587
|
|
|
4588
4588
|
/**
|
|
4589
|
-
*
|
|
4589
|
+
* Berechnungsmodus
|
|
4590
4590
|
*/
|
|
4591
|
-
|
|
4591
|
+
calculationMode: CalculationMode;
|
|
4592
4592
|
|
|
4593
4593
|
/**
|
|
4594
4594
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4601,14 +4601,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4601
4601
|
processedByWorkflow: boolean;
|
|
4602
4602
|
|
|
4603
4603
|
/**
|
|
4604
|
-
*
|
|
4604
|
+
* Telefon an Versender übergeben
|
|
4605
4605
|
*/
|
|
4606
|
-
|
|
4606
|
+
forwardPhoneToShipper: boolean;
|
|
4607
4607
|
|
|
4608
4608
|
/**
|
|
4609
|
-
*
|
|
4609
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4610
4610
|
*/
|
|
4611
|
-
|
|
4611
|
+
baseTotalDocumentPriceModifier: number;
|
|
4612
4612
|
|
|
4613
4613
|
/**
|
|
4614
4614
|
* Liste der Belegtexte
|
|
@@ -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?
|
|
@@ -4666,14 +4666,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4666
4666
|
additionalInfo: DocumentAdditionalInfo;
|
|
4667
4667
|
|
|
4668
4668
|
/**
|
|
4669
|
-
*
|
|
4669
|
+
* Bestelldatum
|
|
4670
4670
|
*/
|
|
4671
|
-
|
|
4671
|
+
orderedOn: ScriptingDate;
|
|
4672
4672
|
|
|
4673
4673
|
/**
|
|
4674
|
-
*
|
|
4674
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4675
4675
|
*/
|
|
4676
|
-
|
|
4676
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4677
4677
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* MetaInformations for this Object
|
|
@@ -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)?
|
|
@@ -4811,14 +4811,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4811
4811
|
customerNumber: string;
|
|
4812
4812
|
|
|
4813
4813
|
/**
|
|
4814
|
-
*
|
|
4814
|
+
* Statusinstanz des Belegs
|
|
4815
4815
|
*/
|
|
4816
|
-
|
|
4816
|
+
documentState: DocumentTypeState;
|
|
4817
4817
|
|
|
4818
4818
|
/**
|
|
4819
|
-
*
|
|
4819
|
+
* Umsatzsteuer-Identifikationsnummer
|
|
4820
4820
|
*/
|
|
4821
|
-
|
|
4821
|
+
taxIdentificationNumber: string;
|
|
4822
4822
|
|
|
4823
4823
|
/**
|
|
4824
4824
|
* Versandkostenpositionen
|
|
@@ -5061,14 +5061,14 @@ export interface DocumentAddress {
|
|
|
5061
5061
|
info: MetaInfo;
|
|
5062
5062
|
|
|
5063
5063
|
/**
|
|
5064
|
-
*
|
|
5064
|
+
* Lieferart
|
|
5065
5065
|
*/
|
|
5066
|
-
|
|
5066
|
+
deliveryMethodRef: ApiObjectReference;
|
|
5067
5067
|
|
|
5068
5068
|
/**
|
|
5069
|
-
*
|
|
5069
|
+
* GLN
|
|
5070
5070
|
*/
|
|
5071
|
-
|
|
5071
|
+
globalLocationNumber: string;
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
5074
5074
|
* Postcode
|
|
@@ -5500,6 +5500,11 @@ export interface DocumentLine {
|
|
|
5500
5500
|
*/
|
|
5501
5501
|
id: number;
|
|
5502
5502
|
|
|
5503
|
+
/**
|
|
5504
|
+
* Preis pro Einheit in Basiswährung
|
|
5505
|
+
*/
|
|
5506
|
+
basePrice: number;
|
|
5507
|
+
|
|
5503
5508
|
/**
|
|
5504
5509
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5505
5510
|
*/
|
|
@@ -5510,11 +5515,6 @@ export interface DocumentLine {
|
|
|
5510
5515
|
*/
|
|
5511
5516
|
serialType: ArticleSerialType;
|
|
5512
5517
|
|
|
5513
|
-
/**
|
|
5514
|
-
* Preis pro Einheit in Basiswährung
|
|
5515
|
-
*/
|
|
5516
|
-
basePrice: number;
|
|
5517
|
-
|
|
5518
5518
|
/**
|
|
5519
5519
|
* Steuerschema
|
|
5520
5520
|
*/
|
|
@@ -5606,14 +5606,14 @@ export interface DocumentLine {
|
|
|
5606
5606
|
deliveryDateEnd: ScriptingDate;
|
|
5607
5607
|
|
|
5608
5608
|
/**
|
|
5609
|
-
*
|
|
5609
|
+
* Nettoverkaufswert der Position in Basiswährung
|
|
5610
5610
|
*/
|
|
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
|
|
@@ -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
|
|
@@ -6042,18 +6042,18 @@ export interface DocumentLineComponent {
|
|
|
6042
6042
|
/**
|
|
6043
6043
|
* Freifelder
|
|
6044
6044
|
*/
|
|
6045
|
-
custom: EavDocumentlinecomponent;
|
|
6046
|
-
|
|
6047
|
-
/**
|
|
6048
|
-
* Referenz auf den Artikel der Komponente
|
|
6049
|
-
*/
|
|
6050
|
-
articleId: number;
|
|
6045
|
+
custom: EavDocumentlinecomponent;
|
|
6051
6046
|
|
|
6052
6047
|
/**
|
|
6053
6048
|
* Gelieferte Menge
|
|
6054
6049
|
*/
|
|
6055
6050
|
quantityCommitted: number;
|
|
6056
6051
|
|
|
6052
|
+
/**
|
|
6053
|
+
* Referenz auf den Artikel der Komponente
|
|
6054
|
+
*/
|
|
6055
|
+
articleId: number;
|
|
6056
|
+
|
|
6057
6057
|
/**
|
|
6058
6058
|
* Beschreibung des Artikels
|
|
6059
6059
|
*/
|
|
@@ -6252,14 +6252,14 @@ export interface DocumentLineFabricationDetail {
|
|
|
6252
6252
|
quantityFinished: number;
|
|
6253
6253
|
|
|
6254
6254
|
/**
|
|
6255
|
-
*
|
|
6255
|
+
* Menge defekt
|
|
6256
6256
|
*/
|
|
6257
|
-
|
|
6257
|
+
quantityDefective: number;
|
|
6258
6258
|
|
|
6259
6259
|
/**
|
|
6260
|
-
*
|
|
6260
|
+
* Produzierte Seriennummern
|
|
6261
6261
|
*/
|
|
6262
|
-
|
|
6262
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6263
6263
|
|
|
6264
6264
|
/**
|
|
6265
6265
|
* Freifeld
|
|
@@ -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
|
|
@@ -6649,14 +6649,14 @@ export interface DocumentPosPayment {
|
|
|
6649
6649
|
balanceBeforeWithdrawal: number;
|
|
6650
6650
|
|
|
6651
6651
|
/**
|
|
6652
|
-
*
|
|
6652
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6653
6653
|
*/
|
|
6654
|
-
|
|
6654
|
+
externalPaymentId: string;
|
|
6655
6655
|
|
|
6656
6656
|
/**
|
|
6657
|
-
*
|
|
6657
|
+
* Typ der Position
|
|
6658
6658
|
*/
|
|
6659
|
-
|
|
6659
|
+
posLineType: PosLineType;
|
|
6660
6660
|
|
|
6661
6661
|
/**
|
|
6662
6662
|
* Unique identifier of the Object
|
|
@@ -7036,14 +7036,14 @@ export interface DocumentType {
|
|
|
7036
7036
|
labels: Array<DocumentTypeLabel>;
|
|
7037
7037
|
|
|
7038
7038
|
/**
|
|
7039
|
-
*
|
|
7039
|
+
* Zählerkreis
|
|
7040
7040
|
*/
|
|
7041
|
-
|
|
7041
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
7042
7042
|
|
|
7043
7043
|
/**
|
|
7044
|
-
*
|
|
7044
|
+
* nächste Belegnummer
|
|
7045
7045
|
*/
|
|
7046
|
-
|
|
7046
|
+
nextNumber: string;
|
|
7047
7047
|
|
|
7048
7048
|
/**
|
|
7049
7049
|
* Sortierung
|
|
@@ -7244,14 +7244,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7244
7244
|
bookDate: ScriptingDate;
|
|
7245
7245
|
|
|
7246
7246
|
/**
|
|
7247
|
-
*
|
|
7247
|
+
* Die gültige Seriennummer
|
|
7248
7248
|
*/
|
|
7249
|
-
|
|
7249
|
+
targetSerialNumber: string;
|
|
7250
7250
|
|
|
7251
7251
|
/**
|
|
7252
|
-
*
|
|
7252
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7253
7253
|
*/
|
|
7254
|
-
|
|
7254
|
+
targetExpiryDate: ScriptingDate;
|
|
7255
7255
|
|
|
7256
7256
|
/**
|
|
7257
7257
|
* Quell-Lagerplatz
|
|
@@ -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
|
|
@@ -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
|
|
@@ -8006,14 +8006,14 @@ export interface OpenItem {
|
|
|
8006
8006
|
paymentAmount: number;
|
|
8007
8007
|
|
|
8008
8008
|
/**
|
|
8009
|
-
*
|
|
8009
|
+
* Rechnungskorrektur
|
|
8010
8010
|
*/
|
|
8011
|
-
|
|
8011
|
+
creditNote: ApiObjectReference;
|
|
8012
8012
|
|
|
8013
8013
|
/**
|
|
8014
|
-
*
|
|
8014
|
+
* how should a refund be done?
|
|
8015
8015
|
*/
|
|
8016
|
-
|
|
8016
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
8017
8017
|
|
|
8018
8018
|
/**
|
|
8019
8019
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -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
|
|
@@ -8789,14 +8789,14 @@ export interface PickTrolley {
|
|
|
8789
8789
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
8790
8790
|
|
|
8791
8791
|
/**
|
|
8792
|
-
*
|
|
8792
|
+
* Bearbeiter der Pickliste
|
|
8793
8793
|
*/
|
|
8794
|
-
|
|
8794
|
+
processedByUserRef: ApiObjectReference;
|
|
8795
8795
|
|
|
8796
8796
|
/**
|
|
8797
|
-
*
|
|
8797
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
8798
8798
|
*/
|
|
8799
|
-
|
|
8799
|
+
storageBinRef: StorageBinRef;
|
|
8800
8800
|
|
|
8801
8801
|
/**
|
|
8802
8802
|
* Beschreibung des Wagens
|
|
@@ -9069,14 +9069,14 @@ export interface PicklistLine {
|
|
|
9069
9069
|
articleNumber: string;
|
|
9070
9070
|
|
|
9071
9071
|
/**
|
|
9072
|
-
*
|
|
9072
|
+
* Lagernummer
|
|
9073
9073
|
*/
|
|
9074
|
-
|
|
9074
|
+
storageNumber: string;
|
|
9075
9075
|
|
|
9076
9076
|
/**
|
|
9077
|
-
*
|
|
9077
|
+
* Art der Position
|
|
9078
9078
|
*/
|
|
9079
|
-
|
|
9079
|
+
lineType: PicklistLineType;
|
|
9080
9080
|
|
|
9081
9081
|
/**
|
|
9082
9082
|
* ID der Ziel-Dokumentposition
|
|
@@ -9401,14 +9401,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
9401
9401
|
alternativeSelectionInVql: string;
|
|
9402
9402
|
|
|
9403
9403
|
/**
|
|
9404
|
-
* Nur
|
|
9404
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
9405
9405
|
*/
|
|
9406
|
-
|
|
9406
|
+
maxOrderCount: number;
|
|
9407
9407
|
|
|
9408
9408
|
/**
|
|
9409
|
-
* Nur
|
|
9409
|
+
* Nur vollständig lieferbare Positionen
|
|
9410
9410
|
*/
|
|
9411
|
-
|
|
9411
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
9412
9412
|
|
|
9413
9413
|
/**
|
|
9414
9414
|
* Selektion über den Bereich vom Lieferdatum
|
|
@@ -9576,6 +9576,11 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9576
9576
|
*/
|
|
9577
9577
|
printLabelOnScan: boolean;
|
|
9578
9578
|
|
|
9579
|
+
/**
|
|
9580
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9581
|
+
*/
|
|
9582
|
+
useDigitalPicklist: boolean;
|
|
9583
|
+
|
|
9579
9584
|
/**
|
|
9580
9585
|
* Sollen Dienstleistungen kommissioniert werden?
|
|
9581
9586
|
*/
|
|
@@ -9586,11 +9591,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9586
9591
|
*/
|
|
9587
9592
|
allowFullConfirmation: boolean;
|
|
9588
9593
|
|
|
9589
|
-
/**
|
|
9590
|
-
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
9591
|
-
*/
|
|
9592
|
-
useDigitalPicklist: boolean;
|
|
9593
|
-
|
|
9594
9594
|
/**
|
|
9595
9595
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
9596
9596
|
*/
|
|
@@ -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
|
|
@@ -10089,14 +10089,14 @@ export interface ProductMainGroup {
|
|
|
10089
10089
|
export interface ProductPrice {
|
|
10090
10090
|
|
|
10091
10091
|
/**
|
|
10092
|
-
*
|
|
10092
|
+
* Kundengruppe
|
|
10093
10093
|
*/
|
|
10094
|
-
|
|
10094
|
+
customerGroupRef: ApiObjectReference;
|
|
10095
10095
|
|
|
10096
10096
|
/**
|
|
10097
|
-
*
|
|
10097
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
10098
10098
|
*/
|
|
10099
|
-
|
|
10099
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
10100
10100
|
|
|
10101
10101
|
/**
|
|
10102
10102
|
* Einkaufspreis zur Kalkulation
|
|
@@ -10184,14 +10184,14 @@ export interface ProductPrice {
|
|
|
10184
10184
|
qualifier: ProductPriceQualifier;
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
10187
|
-
*
|
|
10187
|
+
* Aktionpreis
|
|
10188
10188
|
*/
|
|
10189
|
-
|
|
10189
|
+
specialOfferPrice: boolean;
|
|
10190
10190
|
|
|
10191
10191
|
/**
|
|
10192
|
-
*
|
|
10192
|
+
* Preisbasis
|
|
10193
10193
|
*/
|
|
10194
|
-
|
|
10194
|
+
priceBase: ArticlePriceBase;
|
|
10195
10195
|
|
|
10196
10196
|
/**
|
|
10197
10197
|
* Gültig bis
|
|
@@ -10379,14 +10379,14 @@ export interface RequestDocument {
|
|
|
10379
10379
|
lines: Array<RequestDocumentLine>;
|
|
10380
10380
|
|
|
10381
10381
|
/**
|
|
10382
|
-
*
|
|
10382
|
+
* ID der Kasse (bei POS)
|
|
10383
10383
|
*/
|
|
10384
|
-
|
|
10384
|
+
posRegisterId: number;
|
|
10385
10385
|
|
|
10386
10386
|
/**
|
|
10387
|
-
*
|
|
10387
|
+
* Die Vertragsdetails
|
|
10388
10388
|
*/
|
|
10389
|
-
|
|
10389
|
+
contractDetail: DocumentContractDetail;
|
|
10390
10390
|
|
|
10391
10391
|
/**
|
|
10392
10392
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -10444,14 +10444,14 @@ export interface RequestDocument {
|
|
|
10444
10444
|
texts: Array<DocumentText>;
|
|
10445
10445
|
|
|
10446
10446
|
/**
|
|
10447
|
-
*
|
|
10447
|
+
* 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
|
|
@@ -10616,25 +10616,25 @@ export interface RequestDocumentLine {
|
|
|
10616
10616
|
*/
|
|
10617
10617
|
externalArticleNumber: string;
|
|
10618
10618
|
|
|
10619
|
-
/**
|
|
10620
|
-
* ID der Quell-Belegposition
|
|
10621
|
-
*/
|
|
10622
|
-
sourceLineId: number;
|
|
10623
|
-
|
|
10624
10619
|
/**
|
|
10625
10620
|
* Buchungen zu dieser Belegposition
|
|
10626
10621
|
*/
|
|
10627
10622
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10628
10623
|
|
|
10629
10624
|
/**
|
|
10630
|
-
*
|
|
10625
|
+
* ID der Quell-Belegposition
|
|
10631
10626
|
*/
|
|
10632
|
-
|
|
10627
|
+
sourceLineId: number;
|
|
10633
10628
|
|
|
10634
10629
|
/**
|
|
10635
10630
|
* Zu der Zeile Etikettendruck anstoßen
|
|
10636
10631
|
*/
|
|
10637
10632
|
doLabelPrint: boolean;
|
|
10633
|
+
|
|
10634
|
+
/**
|
|
10635
|
+
* (optional) Preis des Artikels dieser Position
|
|
10636
|
+
*/
|
|
10637
|
+
productPrice: number;
|
|
10638
10638
|
}
|
|
10639
10639
|
|
|
10640
10640
|
export interface RequestDocumentLineBooking {
|
|
@@ -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
|
|
@@ -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
|
|
@@ -12394,6 +12394,11 @@ export interface User {
|
|
|
12394
12394
|
*/
|
|
12395
12395
|
roles: Array<ApiObjectReference>;
|
|
12396
12396
|
|
|
12397
|
+
/**
|
|
12398
|
+
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12399
|
+
*/
|
|
12400
|
+
referencedCustomerUserId: number;
|
|
12401
|
+
|
|
12397
12402
|
/**
|
|
12398
12403
|
* Gruppen
|
|
12399
12404
|
*/
|
|
@@ -12404,11 +12409,6 @@ export interface User {
|
|
|
12404
12409
|
*/
|
|
12405
12410
|
active: boolean;
|
|
12406
12411
|
|
|
12407
|
-
/**
|
|
12408
|
-
* Referenzierte Kundenbenutzer ID (CustomerUserEntity.id aus vab-manager)
|
|
12409
|
-
*/
|
|
12410
|
-
referencedCustomerUserId: number;
|
|
12411
|
-
|
|
12412
12412
|
/**
|
|
12413
12413
|
* App-Identifier
|
|
12414
12414
|
*/
|
|
@@ -12445,14 +12445,14 @@ export interface User {
|
|
|
12445
12445
|
id: number;
|
|
12446
12446
|
|
|
12447
12447
|
/**
|
|
12448
|
-
*
|
|
12448
|
+
* Valid to
|
|
12449
12449
|
*/
|
|
12450
|
-
|
|
12450
|
+
validTo: ScriptingDateTime;
|
|
12451
12451
|
|
|
12452
12452
|
/**
|
|
12453
|
-
*
|
|
12453
|
+
* username
|
|
12454
12454
|
*/
|
|
12455
|
-
|
|
12455
|
+
username: string;
|
|
12456
12456
|
|
|
12457
12457
|
/**
|
|
12458
12458
|
* MetaInformations for this Object
|