@vario-software/types 2026.23.4 → 2026.24.0
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 +2048 -1886
- package/scripting/services.d.ts +68 -60
- package/scripting/types.d.ts +341 -235
package/scripting/types.d.ts
CHANGED
|
@@ -178,14 +178,14 @@ export interface Account {
|
|
|
178
178
|
responsibleUserRef: ApiObjectReference;
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* calculation mode of this document
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
calculationMode: CalculationMode;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* Erstkontakt am
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
initialContactAt: ScriptingDate;
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* Sprache des Accounts
|
|
@@ -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
|
* Street
|
|
@@ -605,14 +605,14 @@ export interface AccountLoanValue {
|
|
|
605
605
|
nonInvoicedDocumentLoan: number;
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Kreditlimit
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
maximalLoan: number;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
payablesSum: number;
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
618
|
* Überschrittener Kreditbetrag
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* gross sales prices
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
grossSalesPrice: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -1299,14 +1299,14 @@ export interface Article {
|
|
|
1299
1299
|
productRef: ApiObjectReference;
|
|
1300
1300
|
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* rabattierbarer Artikel?
|
|
1303
1303
|
*/
|
|
1304
|
-
|
|
1304
|
+
discountable: boolean;
|
|
1305
1305
|
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* Kontingentartikel
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
contingentArticleRef: ApiObjectReference;
|
|
1310
1310
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* alternative name of this product
|
|
@@ -1676,14 +1676,14 @@ export interface ArticleListing {
|
|
|
1676
1676
|
proposedLowestPriceGross: number;
|
|
1677
1677
|
|
|
1678
1678
|
/**
|
|
1679
|
-
* der
|
|
1679
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1680
1680
|
*/
|
|
1681
|
-
|
|
1681
|
+
customLowestPriceGross: number;
|
|
1682
1682
|
|
|
1683
1683
|
/**
|
|
1684
|
-
*
|
|
1684
|
+
* der Sales Channel
|
|
1685
1685
|
*/
|
|
1686
|
-
|
|
1686
|
+
salesChannelRef: ApiObjectReference;
|
|
1687
1687
|
|
|
1688
1688
|
/**
|
|
1689
1689
|
* soll der Artikel gelistet werden
|
|
@@ -1893,6 +1893,11 @@ export interface ArticleStorage {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* Meldebestand
|
|
1898
|
+
*/
|
|
1899
|
+
reorderPoint: number;
|
|
1900
|
+
|
|
1896
1901
|
/**
|
|
1897
1902
|
* Bestellte Menge
|
|
1898
1903
|
*/
|
|
@@ -1904,20 +1909,15 @@ export interface ArticleStorage {
|
|
|
1904
1909
|
quantityInPicking: number;
|
|
1905
1910
|
|
|
1906
1911
|
/**
|
|
1907
|
-
*
|
|
1912
|
+
* Nachschub auf
|
|
1908
1913
|
*/
|
|
1909
|
-
|
|
1914
|
+
replenishmentOn: number;
|
|
1910
1915
|
|
|
1911
1916
|
/**
|
|
1912
1917
|
* Aktueller "virtueller" Bestand (wenn größere Gebinde in dieses aufgelöst werden würden)
|
|
1913
1918
|
*/
|
|
1914
1919
|
virtualStockAmount: number;
|
|
1915
1920
|
|
|
1916
|
-
/**
|
|
1917
|
-
* Nachschub auf
|
|
1918
|
-
*/
|
|
1919
|
-
replenishmentOn: number;
|
|
1920
|
-
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Reservierte Menge
|
|
1923
1923
|
*/
|
|
@@ -2057,14 +2057,14 @@ export interface ArticleSupplier {
|
|
|
2057
2057
|
info: MetaInfo;
|
|
2058
2058
|
|
|
2059
2059
|
/**
|
|
2060
|
-
*
|
|
2060
|
+
* Referenced Article name
|
|
2061
2061
|
*/
|
|
2062
|
-
|
|
2062
|
+
articleName: string;
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
|
-
*
|
|
2065
|
+
* Verpackungseinheit
|
|
2066
2066
|
*/
|
|
2067
|
-
|
|
2067
|
+
packagingUnit: number;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Lieferanten-Preise
|
|
@@ -2112,14 +2112,14 @@ export interface ArticleSupplier {
|
|
|
2112
2112
|
defaultNetPrice: number;
|
|
2113
2113
|
|
|
2114
2114
|
/**
|
|
2115
|
-
*
|
|
2115
|
+
* Einkaufseinheit
|
|
2116
2116
|
*/
|
|
2117
|
-
|
|
2117
|
+
purchaseUnit: number;
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* Sollen Baugruppen auf Komponenten-Basis bestellt werden?)
|
|
2121
2121
|
*/
|
|
2122
|
-
|
|
2122
|
+
orderOnComponentBase: boolean;
|
|
2123
2123
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Referenced Supplier-Account
|
|
@@ -2407,14 +2407,14 @@ export interface CrmActivity {
|
|
|
2407
2407
|
info: MetaInfo;
|
|
2408
2408
|
|
|
2409
2409
|
/**
|
|
2410
|
-
*
|
|
2410
|
+
* geplante Dauer
|
|
2411
2411
|
*/
|
|
2412
|
-
|
|
2412
|
+
plannedDurationInSeconds: number;
|
|
2413
2413
|
|
|
2414
2414
|
/**
|
|
2415
|
-
*
|
|
2415
|
+
* Aktivität intern abgerechnet?
|
|
2416
2416
|
*/
|
|
2417
|
-
|
|
2417
|
+
internalBilled: boolean;
|
|
2418
2418
|
|
|
2419
2419
|
/**
|
|
2420
2420
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2452,14 +2452,14 @@ export interface CrmActivity {
|
|
|
2452
2452
|
userRef: ApiObjectReference;
|
|
2453
2453
|
|
|
2454
2454
|
/**
|
|
2455
|
-
*
|
|
2455
|
+
* Handelt es sich um eine System-Aktivität?
|
|
2456
2456
|
*/
|
|
2457
|
-
|
|
2457
|
+
system: boolean;
|
|
2458
2458
|
|
|
2459
2459
|
/**
|
|
2460
|
-
*
|
|
2460
|
+
* tatsächliche Startzeit
|
|
2461
2461
|
*/
|
|
2462
|
-
|
|
2462
|
+
startDateTime: ScriptingDateTime;
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Inhalt dieser Aktivität
|
|
@@ -2684,14 +2684,14 @@ export interface CrmDeal {
|
|
|
2684
2684
|
info: MetaInfo;
|
|
2685
2685
|
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2688
2688
|
*/
|
|
2689
|
-
|
|
2689
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2690
2690
|
|
|
2691
2691
|
/**
|
|
2692
|
-
*
|
|
2692
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2693
2693
|
*/
|
|
2694
|
-
|
|
2694
|
+
assignedUserRef: ApiObjectReference;
|
|
2695
2695
|
|
|
2696
2696
|
/**
|
|
2697
2697
|
* Chance (in Prozent)
|
|
@@ -2965,14 +2965,14 @@ export interface CrmProject {
|
|
|
2965
2965
|
priorityRef: ApiObjectReference;
|
|
2966
2966
|
|
|
2967
2967
|
/**
|
|
2968
|
-
*
|
|
2968
|
+
* Phase
|
|
2969
2969
|
*/
|
|
2970
|
-
|
|
2970
|
+
phaseRef: ApiObjectReference;
|
|
2971
2971
|
|
|
2972
2972
|
/**
|
|
2973
|
-
*
|
|
2973
|
+
* Projektleiter vom Auftragnehmer
|
|
2974
2974
|
*/
|
|
2975
|
-
|
|
2975
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2976
2976
|
|
|
2977
2977
|
/**
|
|
2978
2978
|
* Aufgaben-Nummer
|
|
@@ -2990,14 +2990,14 @@ export interface CrmProject {
|
|
|
2990
2990
|
billedTimes: number;
|
|
2991
2991
|
|
|
2992
2992
|
/**
|
|
2993
|
-
*
|
|
2993
|
+
* Einkaufsbelege
|
|
2994
2994
|
*/
|
|
2995
|
-
|
|
2995
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2996
2996
|
|
|
2997
2997
|
/**
|
|
2998
|
-
*
|
|
2998
|
+
* Geplanter Projektzeitraum (von)
|
|
2999
2999
|
*/
|
|
3000
|
-
|
|
3000
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
3001
3001
|
|
|
3002
3002
|
/**
|
|
3003
3003
|
* Verkaufsbelege
|
|
@@ -3025,14 +3025,14 @@ export interface CrmProject {
|
|
|
3025
3025
|
info: MetaInfo;
|
|
3026
3026
|
|
|
3027
3027
|
/**
|
|
3028
|
-
*
|
|
3028
|
+
* Projektleiter vom Auftraggeber
|
|
3029
3029
|
*/
|
|
3030
|
-
|
|
3030
|
+
projectManagerOfCustomer: CrmParticipant;
|
|
3031
3031
|
|
|
3032
3032
|
/**
|
|
3033
|
-
*
|
|
3033
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
3034
3034
|
*/
|
|
3035
|
-
|
|
3035
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
3036
3036
|
|
|
3037
3037
|
/**
|
|
3038
3038
|
* Übergeordnete CRM-Objekte
|
|
@@ -3476,14 +3476,14 @@ export interface CrmTask {
|
|
|
3476
3476
|
parentRefs: Array<CrmObjectRef>;
|
|
3477
3477
|
|
|
3478
3478
|
/**
|
|
3479
|
-
*
|
|
3479
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3480
3480
|
*/
|
|
3481
|
-
|
|
3481
|
+
externalRecordedTimes: number;
|
|
3482
3482
|
|
|
3483
3483
|
/**
|
|
3484
|
-
*
|
|
3484
|
+
* Beauftragte Zeit in Sekunden
|
|
3485
3485
|
*/
|
|
3486
|
-
|
|
3486
|
+
effortCommissioned: number;
|
|
3487
3487
|
|
|
3488
3488
|
/**
|
|
3489
3489
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3959,14 +3959,14 @@ export interface DeliveryMethod {
|
|
|
3959
3959
|
defaultSizeUnit: UnitTypeReference;
|
|
3960
3960
|
|
|
3961
3961
|
/**
|
|
3962
|
-
*
|
|
3962
|
+
* Quelle für Paketgewicht
|
|
3963
3963
|
*/
|
|
3964
|
-
|
|
3964
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3965
3965
|
|
|
3966
3966
|
/**
|
|
3967
|
-
*
|
|
3967
|
+
* translations
|
|
3968
3968
|
*/
|
|
3969
|
-
|
|
3969
|
+
translations: Array<DocumentTypeTerm>;
|
|
3970
3970
|
|
|
3971
3971
|
/**
|
|
3972
3972
|
* Versand-Anbieter
|
|
@@ -4183,9 +4183,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4183
4183
|
deliveryQuantityPackages: number;
|
|
4184
4184
|
|
|
4185
4185
|
/**
|
|
4186
|
-
*
|
|
4186
|
+
* Leitweg-ID
|
|
4187
4187
|
*/
|
|
4188
|
-
|
|
4188
|
+
buyerReference: string;
|
|
4189
4189
|
|
|
4190
4190
|
/**
|
|
4191
4191
|
* Bestellnummer aus Vorbeleg
|
|
@@ -4193,9 +4193,9 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4193
4193
|
referencedOrderNumber: string;
|
|
4194
4194
|
|
|
4195
4195
|
/**
|
|
4196
|
-
*
|
|
4196
|
+
* Steuerpflichtig oder steuerfrei
|
|
4197
4197
|
*/
|
|
4198
|
-
|
|
4198
|
+
taxable: boolean;
|
|
4199
4199
|
|
|
4200
4200
|
/**
|
|
4201
4201
|
* Preisanpassungen - Belegpositionssumme Basiswährung
|
|
@@ -4243,14 +4243,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4243
4243
|
accountId: number;
|
|
4244
4244
|
|
|
4245
4245
|
/**
|
|
4246
|
-
* Länderkennzeichen
|
|
4246
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
4247
4247
|
*/
|
|
4248
|
-
|
|
4248
|
+
sourceCountryCode: string;
|
|
4249
4249
|
|
|
4250
4250
|
/**
|
|
4251
|
-
* Länderkennzeichen
|
|
4251
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
4252
4252
|
*/
|
|
4253
|
-
|
|
4253
|
+
performanceCountryCode: string;
|
|
4254
4254
|
|
|
4255
4255
|
/**
|
|
4256
4256
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4277,6 +4277,11 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4277
4277
|
*/
|
|
4278
4278
|
documentDate: ScriptingDate;
|
|
4279
4279
|
|
|
4280
|
+
/**
|
|
4281
|
+
* Endbetragsrundung: Differenz zwischen gerundetem Brutto und (Netto + MwSt)
|
|
4282
|
+
*/
|
|
4283
|
+
roundingAmount: number;
|
|
4284
|
+
|
|
4280
4285
|
/**
|
|
4281
4286
|
* Reverse-Charge-Verfahren nach §13b UStG?
|
|
4282
4287
|
*/
|
|
@@ -4293,14 +4298,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4293
4298
|
supplierNumber: string;
|
|
4294
4299
|
|
|
4295
4300
|
/**
|
|
4296
|
-
*
|
|
4301
|
+
* Ist der Beleg zur Lieferung freigegeben?
|
|
4297
4302
|
*/
|
|
4298
|
-
|
|
4303
|
+
deliveryApproved: boolean;
|
|
4299
4304
|
|
|
4300
4305
|
/**
|
|
4301
|
-
*
|
|
4306
|
+
* Gesamtpreis brutto
|
|
4302
4307
|
*/
|
|
4303
|
-
|
|
4308
|
+
totalGrossPrice: number;
|
|
4304
4309
|
|
|
4305
4310
|
/**
|
|
4306
4311
|
* Kassen-Zahlungspositionen
|
|
@@ -4475,14 +4480,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4475
4480
|
dropShipping: boolean;
|
|
4476
4481
|
|
|
4477
4482
|
/**
|
|
4478
|
-
*
|
|
4483
|
+
* Validierungsstatus bei elektronischen Rechnungen
|
|
4479
4484
|
*/
|
|
4480
|
-
|
|
4485
|
+
valitoolValidationState: EInvoiceValidationState;
|
|
4481
4486
|
|
|
4482
4487
|
/**
|
|
4483
|
-
*
|
|
4488
|
+
* Gesamtpreis netto
|
|
4484
4489
|
*/
|
|
4485
|
-
|
|
4490
|
+
totalNetPrice: number;
|
|
4486
4491
|
|
|
4487
4492
|
/**
|
|
4488
4493
|
* Ist der Beleg veröffentlicht (gedruckt, per Mail versendet)?
|
|
@@ -4641,25 +4646,25 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4641
4646
|
*/
|
|
4642
4647
|
priceModifiers: Array<DocumentPriceModifier>;
|
|
4643
4648
|
|
|
4644
|
-
/**
|
|
4645
|
-
* Status der USt-ID-Prüfung
|
|
4646
|
-
*/
|
|
4647
|
-
taxIdVerificationState: TaxIdVerificationState;
|
|
4648
|
-
|
|
4649
4649
|
/**
|
|
4650
4650
|
* Rechnungsadresse
|
|
4651
4651
|
*/
|
|
4652
4652
|
billingAddress: DocumentAddress;
|
|
4653
4653
|
|
|
4654
4654
|
/**
|
|
4655
|
-
*
|
|
4655
|
+
* Status der USt-ID-Prüfung
|
|
4656
4656
|
*/
|
|
4657
|
-
|
|
4657
|
+
taxIdVerificationState: TaxIdVerificationState;
|
|
4658
4658
|
|
|
4659
4659
|
/**
|
|
4660
4660
|
* Bestellt durch Ansprechpartner
|
|
4661
4661
|
*/
|
|
4662
4662
|
orderedByPersonRef: ApiObjectReference;
|
|
4663
|
+
|
|
4664
|
+
/**
|
|
4665
|
+
* Report-Gruppe, falls vom Standard abweichend
|
|
4666
|
+
*/
|
|
4667
|
+
reportGroupRef: ApiObjectReference;
|
|
4663
4668
|
}
|
|
4664
4669
|
|
|
4665
4670
|
export interface DocumentAdditionalInfo {
|
|
@@ -4669,15 +4674,20 @@ export interface DocumentAdditionalInfo {
|
|
|
4669
4674
|
*/
|
|
4670
4675
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4671
4676
|
|
|
4677
|
+
/**
|
|
4678
|
+
* Herkunft der Sprache
|
|
4679
|
+
*/
|
|
4680
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4681
|
+
|
|
4672
4682
|
/**
|
|
4673
4683
|
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4674
4684
|
*/
|
|
4675
4685
|
contextParameters: Array<AdditionalParameter>;
|
|
4676
4686
|
|
|
4677
4687
|
/**
|
|
4678
|
-
*
|
|
4688
|
+
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
4679
4689
|
*/
|
|
4680
|
-
|
|
4690
|
+
roundingMode: DocumentRounding;
|
|
4681
4691
|
|
|
4682
4692
|
/**
|
|
4683
4693
|
* Herkunft der Käufer-Referenz
|
|
@@ -5023,14 +5033,14 @@ export interface DocumentContractDetail {
|
|
|
5023
5033
|
runtimeToDate: ScriptingDate;
|
|
5024
5034
|
|
|
5025
5035
|
/**
|
|
5026
|
-
*
|
|
5036
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5027
5037
|
*/
|
|
5028
|
-
|
|
5038
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5029
5039
|
|
|
5030
5040
|
/**
|
|
5031
|
-
*
|
|
5041
|
+
* Nächste Fälligkeit
|
|
5032
5042
|
*/
|
|
5033
|
-
|
|
5043
|
+
nextDueDate: ScriptingDate;
|
|
5034
5044
|
|
|
5035
5045
|
/**
|
|
5036
5046
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5289,11 +5299,6 @@ export interface DocumentLine {
|
|
|
5289
5299
|
*/
|
|
5290
5300
|
price: number;
|
|
5291
5301
|
|
|
5292
|
-
/**
|
|
5293
|
-
* Positionstyp
|
|
5294
|
-
*/
|
|
5295
|
-
lineType: DocumentLineType;
|
|
5296
|
-
|
|
5297
5302
|
/**
|
|
5298
5303
|
* Gesamtpreis Position in Basiswährung
|
|
5299
5304
|
*/
|
|
@@ -5304,6 +5309,11 @@ export interface DocumentLine {
|
|
|
5304
5309
|
*/
|
|
5305
5310
|
financeBooking: DocumentFinanceBooking;
|
|
5306
5311
|
|
|
5312
|
+
/**
|
|
5313
|
+
* Positionstyp
|
|
5314
|
+
*/
|
|
5315
|
+
lineType: DocumentLineType;
|
|
5316
|
+
|
|
5307
5317
|
/**
|
|
5308
5318
|
* vorgeorderte Menge in Pickvorgang
|
|
5309
5319
|
*/
|
|
@@ -5345,14 +5355,14 @@ export interface DocumentLine {
|
|
|
5345
5355
|
externalReferenceVds: string;
|
|
5346
5356
|
|
|
5347
5357
|
/**
|
|
5348
|
-
*
|
|
5358
|
+
* Preis pro Einheit in Basiswährung
|
|
5349
5359
|
*/
|
|
5350
|
-
|
|
5360
|
+
basePrice: number;
|
|
5351
5361
|
|
|
5352
5362
|
/**
|
|
5353
|
-
*
|
|
5363
|
+
* Serientyp
|
|
5354
5364
|
*/
|
|
5355
|
-
|
|
5365
|
+
serialType: ArticleSerialType;
|
|
5356
5366
|
|
|
5357
5367
|
/**
|
|
5358
5368
|
* MetaInformations for this Object
|
|
@@ -5429,6 +5439,11 @@ export interface DocumentLine {
|
|
|
5429
5439
|
*/
|
|
5430
5440
|
position: number;
|
|
5431
5441
|
|
|
5442
|
+
/**
|
|
5443
|
+
* Soll die DocumentLine über die Komponenten neu berechnet werden?
|
|
5444
|
+
*/
|
|
5445
|
+
recalcLinePriceViaComponents: boolean;
|
|
5446
|
+
|
|
5432
5447
|
/**
|
|
5433
5448
|
* Buchungen
|
|
5434
5449
|
*/
|
|
@@ -5644,6 +5659,11 @@ export interface DocumentLine {
|
|
|
5644
5659
|
*/
|
|
5645
5660
|
complete: boolean;
|
|
5646
5661
|
|
|
5662
|
+
/**
|
|
5663
|
+
* Komponenten
|
|
5664
|
+
*/
|
|
5665
|
+
fabricationComponents: Array<DocumentLineFabricationComponent>;
|
|
5666
|
+
|
|
5647
5667
|
/**
|
|
5648
5668
|
* Produktvariantenwerte
|
|
5649
5669
|
*/
|
|
@@ -5789,14 +5809,14 @@ export interface DocumentLineComponent {
|
|
|
5789
5809
|
custom: EavDocumentlinecomponent;
|
|
5790
5810
|
|
|
5791
5811
|
/**
|
|
5792
|
-
*
|
|
5812
|
+
* Gelieferte Menge
|
|
5793
5813
|
*/
|
|
5794
|
-
|
|
5814
|
+
quantityCommitted: number;
|
|
5795
5815
|
|
|
5796
5816
|
/**
|
|
5797
|
-
*
|
|
5817
|
+
* Referenz auf den Artikel der Komponente
|
|
5798
5818
|
*/
|
|
5799
|
-
|
|
5819
|
+
articleId: number;
|
|
5800
5820
|
|
|
5801
5821
|
/**
|
|
5802
5822
|
* Beschreibung des Artikels
|
|
@@ -5925,27 +5945,90 @@ export interface DocumentLineFabricationBookedComponent {
|
|
|
5925
5945
|
description: string;
|
|
5926
5946
|
}
|
|
5927
5947
|
|
|
5928
|
-
export interface
|
|
5948
|
+
export interface DocumentLineFabricationComponent {
|
|
5929
5949
|
|
|
5930
5950
|
/**
|
|
5931
|
-
*
|
|
5951
|
+
* Quell-Gebindeartikel für die Umlagerung von Material
|
|
5932
5952
|
*/
|
|
5933
|
-
|
|
5953
|
+
sourceBundleArticleRef: ProductArticleRef;
|
|
5934
5954
|
|
|
5935
5955
|
/**
|
|
5936
|
-
*
|
|
5956
|
+
* Abweichende Herstellungskosten
|
|
5937
5957
|
*/
|
|
5938
|
-
|
|
5958
|
+
deviatingUnitPrice: number;
|
|
5939
5959
|
|
|
5940
5960
|
/**
|
|
5941
|
-
*
|
|
5961
|
+
* Menge
|
|
5942
5962
|
*/
|
|
5943
|
-
|
|
5963
|
+
quantity: number;
|
|
5944
5964
|
|
|
5945
5965
|
/**
|
|
5946
|
-
*
|
|
5966
|
+
* Beschreibung
|
|
5947
5967
|
*/
|
|
5948
|
-
|
|
5968
|
+
description: string;
|
|
5969
|
+
|
|
5970
|
+
/**
|
|
5971
|
+
* Abweichende Produkteinheit
|
|
5972
|
+
*/
|
|
5973
|
+
deviatingUnitRef: UnitTypeReference;
|
|
5974
|
+
|
|
5975
|
+
/**
|
|
5976
|
+
* Version Identifier for this Object (for PUT)
|
|
5977
|
+
*/
|
|
5978
|
+
version: number;
|
|
5979
|
+
|
|
5980
|
+
/**
|
|
5981
|
+
* Basis für die Vererbung der Seriennummer
|
|
5982
|
+
*/
|
|
5983
|
+
forSerialInheritance: boolean;
|
|
5984
|
+
|
|
5985
|
+
/**
|
|
5986
|
+
* Bezeichnung
|
|
5987
|
+
*/
|
|
5988
|
+
name: string;
|
|
5989
|
+
|
|
5990
|
+
/**
|
|
5991
|
+
* Position
|
|
5992
|
+
*/
|
|
5993
|
+
position: number;
|
|
5994
|
+
|
|
5995
|
+
/**
|
|
5996
|
+
* Unique identifier of the Object
|
|
5997
|
+
*/
|
|
5998
|
+
id: number;
|
|
5999
|
+
|
|
6000
|
+
/**
|
|
6001
|
+
* Komponentenartikel
|
|
6002
|
+
*/
|
|
6003
|
+
componentArticleRef: ProductArticleRef;
|
|
6004
|
+
|
|
6005
|
+
/**
|
|
6006
|
+
* MetaInformations for this Object
|
|
6007
|
+
*/
|
|
6008
|
+
info: MetaInfo;
|
|
6009
|
+
}
|
|
6010
|
+
|
|
6011
|
+
export interface DocumentLineFabricationDetail {
|
|
6012
|
+
|
|
6013
|
+
/**
|
|
6014
|
+
* Menge abgeschlossen
|
|
6015
|
+
*/
|
|
6016
|
+
quantityFinished: number;
|
|
6017
|
+
|
|
6018
|
+
/**
|
|
6019
|
+
* Menge defekt
|
|
6020
|
+
*/
|
|
6021
|
+
quantityDefective: number;
|
|
6022
|
+
|
|
6023
|
+
/**
|
|
6024
|
+
* Produzierte Seriennummern
|
|
6025
|
+
*/
|
|
6026
|
+
serialNumbers: Array<DocumentLineFabricationDetailSerialNumber>;
|
|
6027
|
+
|
|
6028
|
+
/**
|
|
6029
|
+
* Freifeld
|
|
6030
|
+
*/
|
|
6031
|
+
custom: EavFabricationline;
|
|
5949
6032
|
|
|
5950
6033
|
/**
|
|
5951
6034
|
* Menge produziert
|
|
@@ -6175,7 +6258,8 @@ export const enum DocumentLineType {
|
|
|
6175
6258
|
TEXT_LINE = 'TEXT_LINE',
|
|
6176
6259
|
SHIPPING_COST_LINE = 'SHIPPING_COST_LINE',
|
|
6177
6260
|
SUBTOTAL = 'SUBTOTAL',
|
|
6178
|
-
POS = 'POS'
|
|
6261
|
+
POS = 'POS',
|
|
6262
|
+
ROUNDING_LINE = 'ROUNDING_LINE'
|
|
6179
6263
|
}
|
|
6180
6264
|
|
|
6181
6265
|
export interface DocumentPosDetail {
|
|
@@ -6451,6 +6535,11 @@ export interface DocumentRef {
|
|
|
6451
6535
|
documentState: string;
|
|
6452
6536
|
}
|
|
6453
6537
|
|
|
6538
|
+
export const enum DocumentRounding {
|
|
6539
|
+
NONE = 'NONE',
|
|
6540
|
+
SWITZERLAND = 'SWITZERLAND'
|
|
6541
|
+
}
|
|
6542
|
+
|
|
6454
6543
|
export interface DocumentShippingCost {
|
|
6455
6544
|
|
|
6456
6545
|
/**
|
|
@@ -6706,14 +6795,14 @@ export interface DocumentType {
|
|
|
6706
6795
|
labels: Array<DocumentTypeLabel>;
|
|
6707
6796
|
|
|
6708
6797
|
/**
|
|
6709
|
-
*
|
|
6798
|
+
* nächste Belegnummer
|
|
6710
6799
|
*/
|
|
6711
|
-
|
|
6800
|
+
nextNumber: string;
|
|
6712
6801
|
|
|
6713
6802
|
/**
|
|
6714
|
-
*
|
|
6803
|
+
* Zählerkreis
|
|
6715
6804
|
*/
|
|
6716
|
-
|
|
6805
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6717
6806
|
|
|
6718
6807
|
/**
|
|
6719
6808
|
* Sortierung
|
|
@@ -6894,14 +6983,14 @@ export const enum DropShippingPolicy {
|
|
|
6894
6983
|
export interface DummySerialNumberStockTransferApi {
|
|
6895
6984
|
|
|
6896
6985
|
/**
|
|
6897
|
-
*
|
|
6986
|
+
* Ziel-Lager
|
|
6898
6987
|
*/
|
|
6899
|
-
|
|
6988
|
+
targetStorageId: number;
|
|
6900
6989
|
|
|
6901
6990
|
/**
|
|
6902
|
-
*
|
|
6991
|
+
* Seriennummer
|
|
6903
6992
|
*/
|
|
6904
|
-
|
|
6993
|
+
serialNumberId: number;
|
|
6905
6994
|
|
|
6906
6995
|
/**
|
|
6907
6996
|
* Bemerkung
|
|
@@ -6914,14 +7003,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6914
7003
|
bookDate: ScriptingDate;
|
|
6915
7004
|
|
|
6916
7005
|
/**
|
|
6917
|
-
*
|
|
7006
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
6918
7007
|
*/
|
|
6919
|
-
|
|
7008
|
+
targetExpiryDate: ScriptingDate;
|
|
6920
7009
|
|
|
6921
7010
|
/**
|
|
6922
|
-
*
|
|
7011
|
+
* Die gültige Seriennummer
|
|
6923
7012
|
*/
|
|
6924
|
-
|
|
7013
|
+
targetSerialNumber: string;
|
|
6925
7014
|
|
|
6926
7015
|
/**
|
|
6927
7016
|
* Quell-Lagerplatz
|
|
@@ -7081,7 +7170,9 @@ export const enum EDocumentTransition {
|
|
|
7081
7170
|
/**QS-Prüfung abschließen **/
|
|
7082
7171
|
FINISH_FABRICATION_QA = 'FINISH_FABRICATION_QA',
|
|
7083
7172
|
/**Produktion abschließen **/
|
|
7084
|
-
FINISH_FABRICATION = 'FINISH_FABRICATION'
|
|
7173
|
+
FINISH_FABRICATION = 'FINISH_FABRICATION',
|
|
7174
|
+
/**Kundenauftrag in Produktionsauftrag übernehmen **/
|
|
7175
|
+
CUSTOMER_ORDER_TO_FABRICATION_ORDER = 'CUSTOMER_ORDER_TO_FABRICATION_ORDER'
|
|
7085
7176
|
}
|
|
7086
7177
|
|
|
7087
7178
|
export const enum EInvoiceValidationState {
|
|
@@ -7256,14 +7347,14 @@ export interface FabricationRevertRequest {
|
|
|
7256
7347
|
quantity: number;
|
|
7257
7348
|
|
|
7258
7349
|
/**
|
|
7259
|
-
*
|
|
7350
|
+
* ID der zu stornierenden Position
|
|
7260
7351
|
*/
|
|
7261
|
-
|
|
7352
|
+
documentLineId: number;
|
|
7262
7353
|
|
|
7263
7354
|
/**
|
|
7264
|
-
*
|
|
7355
|
+
* Material automatisch stornieren
|
|
7265
7356
|
*/
|
|
7266
|
-
|
|
7357
|
+
autoRevertComponents: boolean;
|
|
7267
7358
|
|
|
7268
7359
|
/**
|
|
7269
7360
|
* Zu stornierende Seriennummern
|
|
@@ -7894,14 +7985,14 @@ export interface Picklist {
|
|
|
7894
7985
|
export interface PicklistLine {
|
|
7895
7986
|
|
|
7896
7987
|
/**
|
|
7897
|
-
*
|
|
7988
|
+
* Gesammelte Menge der Position
|
|
7898
7989
|
*/
|
|
7899
|
-
|
|
7990
|
+
quantityCollected: number;
|
|
7900
7991
|
|
|
7901
7992
|
/**
|
|
7902
|
-
*
|
|
7993
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
7903
7994
|
*/
|
|
7904
|
-
|
|
7995
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
7905
7996
|
|
|
7906
7997
|
/**
|
|
7907
7998
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -7939,14 +8030,14 @@ export interface PicklistLine {
|
|
|
7939
8030
|
version: number;
|
|
7940
8031
|
|
|
7941
8032
|
/**
|
|
7942
|
-
*
|
|
8033
|
+
* Lageranzeigename
|
|
7943
8034
|
*/
|
|
7944
|
-
|
|
8035
|
+
storageDisplayName: string;
|
|
7945
8036
|
|
|
7946
8037
|
/**
|
|
7947
|
-
*
|
|
8038
|
+
* ID der Quell-Dokumentposition
|
|
7948
8039
|
*/
|
|
7949
|
-
|
|
8040
|
+
sourceDocumentLineId: number;
|
|
7950
8041
|
|
|
7951
8042
|
/**
|
|
7952
8043
|
* Artikelnummer
|
|
@@ -7954,14 +8045,14 @@ export interface PicklistLine {
|
|
|
7954
8045
|
articleNumber: string;
|
|
7955
8046
|
|
|
7956
8047
|
/**
|
|
7957
|
-
*
|
|
8048
|
+
* Lagernummer
|
|
7958
8049
|
*/
|
|
7959
|
-
|
|
8050
|
+
storageNumber: string;
|
|
7960
8051
|
|
|
7961
8052
|
/**
|
|
7962
|
-
*
|
|
8053
|
+
* Art der Position
|
|
7963
8054
|
*/
|
|
7964
|
-
|
|
8055
|
+
lineType: PicklistLineType;
|
|
7965
8056
|
|
|
7966
8057
|
/**
|
|
7967
8058
|
* ID der Ziel-Dokumentposition
|
|
@@ -8348,6 +8439,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8348
8439
|
*/
|
|
8349
8440
|
fastOrderPickingTemplateToUseRef: ApiObjectReference;
|
|
8350
8441
|
|
|
8442
|
+
/**
|
|
8443
|
+
* Soll nach der Erstellung automatisch die Etiketten gedruckt werden?
|
|
8444
|
+
*/
|
|
8445
|
+
printLabelsOnCreation: boolean;
|
|
8446
|
+
|
|
8351
8447
|
/**
|
|
8352
8448
|
* Maximale Menge einer Auftragsposition für Schnellkommissionierungs-Picklisten
|
|
8353
8449
|
*/
|
|
@@ -8369,14 +8465,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8369
8465
|
maxPicklistLineCount: number;
|
|
8370
8466
|
|
|
8371
8467
|
/**
|
|
8372
|
-
*
|
|
8468
|
+
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
8373
8469
|
*/
|
|
8374
|
-
|
|
8470
|
+
picklistOutputReportGroupRef: ApiObjectReference;
|
|
8375
8471
|
|
|
8376
8472
|
/**
|
|
8377
|
-
*
|
|
8473
|
+
* Der zu verwendende Pickwagen
|
|
8378
8474
|
*/
|
|
8379
|
-
|
|
8475
|
+
orderPickingTrolleyRef: ApiObjectReference;
|
|
8380
8476
|
|
|
8381
8477
|
/**
|
|
8382
8478
|
* Lagerplätze vorgeben
|
|
@@ -8451,6 +8547,16 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8451
8547
|
*/
|
|
8452
8548
|
showShippingFormOnPickingFinish: boolean;
|
|
8453
8549
|
|
|
8550
|
+
/**
|
|
8551
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
8552
|
+
*/
|
|
8553
|
+
printLabelOnScan: boolean;
|
|
8554
|
+
|
|
8555
|
+
/**
|
|
8556
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8557
|
+
*/
|
|
8558
|
+
allowPickingOfServiceArticles: boolean;
|
|
8559
|
+
|
|
8454
8560
|
/**
|
|
8455
8561
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8456
8562
|
*/
|
|
@@ -8461,11 +8567,6 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8461
8567
|
*/
|
|
8462
8568
|
allowFullConfirmation: boolean;
|
|
8463
8569
|
|
|
8464
|
-
/**
|
|
8465
|
-
* Sollen Dienstleistungen kommissioniert werden?
|
|
8466
|
-
*/
|
|
8467
|
-
allowPickingOfServiceArticles: boolean;
|
|
8468
|
-
|
|
8469
8570
|
/**
|
|
8470
8571
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
8471
8572
|
*/
|
|
@@ -8476,6 +8577,16 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8476
8577
|
*/
|
|
8477
8578
|
scanDeliveryDocumentAndShippingLabelOnFinish: boolean;
|
|
8478
8579
|
|
|
8580
|
+
/**
|
|
8581
|
+
* Sollen bei Abschluss des Auftrages automatisch die Etiketten gedruckt werden?
|
|
8582
|
+
*/
|
|
8583
|
+
printLabelOnCompleteOrder: boolean;
|
|
8584
|
+
|
|
8585
|
+
/**
|
|
8586
|
+
* Sollen bei Abschluss des des Pickens automatisch die Etiketten gedruckt werden?
|
|
8587
|
+
*/
|
|
8588
|
+
printLabelAfterPicking: boolean;
|
|
8589
|
+
|
|
8479
8590
|
/**
|
|
8480
8591
|
* Rollende Kommissionierung/Konsolidierung: beim Sammeln muss die Box nach dem Scan eines Artikels per Scan bestätigt werden
|
|
8481
8592
|
*/
|
|
@@ -8769,14 +8880,14 @@ export interface ProductDiscount {
|
|
|
8769
8880
|
validFrom: ScriptingDate;
|
|
8770
8881
|
|
|
8771
8882
|
/**
|
|
8772
|
-
*
|
|
8883
|
+
* Bestimmt die Art des Rabatts
|
|
8773
8884
|
*/
|
|
8774
|
-
|
|
8885
|
+
modifierType: PriceModifierType;
|
|
8775
8886
|
|
|
8776
8887
|
/**
|
|
8777
|
-
*
|
|
8888
|
+
* Warengruppe
|
|
8778
8889
|
*/
|
|
8779
|
-
|
|
8890
|
+
productGroupRef: ApiObjectReference;
|
|
8780
8891
|
|
|
8781
8892
|
/**
|
|
8782
8893
|
* Version Identifier for this Object (for PUT)
|
|
@@ -9137,14 +9248,14 @@ export const enum RegulationSet {
|
|
|
9137
9248
|
export interface RequestDocument {
|
|
9138
9249
|
|
|
9139
9250
|
/**
|
|
9140
|
-
*
|
|
9251
|
+
* ID vom Lagerplatz für den Wareneingang (wenn incomingGoodsPickTrolleyId = null)
|
|
9141
9252
|
*/
|
|
9142
|
-
|
|
9253
|
+
incomingGoodsStorageBinId: number;
|
|
9143
9254
|
|
|
9144
9255
|
/**
|
|
9145
|
-
*
|
|
9256
|
+
* Belegdatum
|
|
9146
9257
|
*/
|
|
9147
|
-
|
|
9258
|
+
documentDate: ScriptingDate;
|
|
9148
9259
|
|
|
9149
9260
|
/**
|
|
9150
9261
|
* ID der Kassenschublade (bei POS)
|
|
@@ -9152,14 +9263,14 @@ export interface RequestDocument {
|
|
|
9152
9263
|
cashDrawerId: number;
|
|
9153
9264
|
|
|
9154
9265
|
/**
|
|
9155
|
-
*
|
|
9266
|
+
* Leistungsdatum
|
|
9156
9267
|
*/
|
|
9157
|
-
|
|
9268
|
+
performanceDate: ScriptingDate;
|
|
9158
9269
|
|
|
9159
9270
|
/**
|
|
9160
|
-
*
|
|
9271
|
+
* Der Anzahlungsbetrag
|
|
9161
9272
|
*/
|
|
9162
|
-
|
|
9273
|
+
depositPaymentAmount: number;
|
|
9163
9274
|
|
|
9164
9275
|
/**
|
|
9165
9276
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -9206,11 +9317,6 @@ export interface RequestDocument {
|
|
|
9206
9317
|
*/
|
|
9207
9318
|
deliveryTermId: number;
|
|
9208
9319
|
|
|
9209
|
-
/**
|
|
9210
|
-
* IDs der zu übernehmenden Abschlagsrechnungen (für Teilrechnungen)
|
|
9211
|
-
*/
|
|
9212
|
-
progressInvoiceIds: Array<number>;
|
|
9213
|
-
|
|
9214
9320
|
/**
|
|
9215
9321
|
* Für interne Zwecke: Währung für das Document
|
|
9216
9322
|
*/
|
|
@@ -9232,14 +9338,14 @@ export interface RequestDocument {
|
|
|
9232
9338
|
contractDetail: DocumentContractDetail;
|
|
9233
9339
|
|
|
9234
9340
|
/**
|
|
9235
|
-
*
|
|
9341
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9236
9342
|
*/
|
|
9237
|
-
|
|
9343
|
+
paymentTermId: number;
|
|
9238
9344
|
|
|
9239
9345
|
/**
|
|
9240
|
-
*
|
|
9346
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9241
9347
|
*/
|
|
9242
|
-
|
|
9348
|
+
supplierAccountId: number;
|
|
9243
9349
|
|
|
9244
9350
|
/**
|
|
9245
9351
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9295,11 +9401,6 @@ export interface RequestDocument {
|
|
|
9295
9401
|
* Die Rabatte des Beleges
|
|
9296
9402
|
*/
|
|
9297
9403
|
priceModifiers: Array<RequestDocumentPriceModifier>;
|
|
9298
|
-
|
|
9299
|
-
/**
|
|
9300
|
-
* IDs der zu übernehmenden Anzahlungsrechnungen (für Teilrechnungen)
|
|
9301
|
-
*/
|
|
9302
|
-
depositInvoiceIds: Array<number>;
|
|
9303
9404
|
}
|
|
9304
9405
|
|
|
9305
9406
|
export interface RequestDocumentLine {
|
|
@@ -9350,14 +9451,14 @@ export interface RequestDocumentLine {
|
|
|
9350
9451
|
commissions: Array<RequestDocumentLineCommission>;
|
|
9351
9452
|
|
|
9352
9453
|
/**
|
|
9353
|
-
*
|
|
9454
|
+
* FiBu-Angaben
|
|
9354
9455
|
*/
|
|
9355
|
-
|
|
9456
|
+
financeBooking: DocumentFinanceBooking;
|
|
9356
9457
|
|
|
9357
9458
|
/**
|
|
9358
|
-
*
|
|
9459
|
+
* Typ dieser Position
|
|
9359
9460
|
*/
|
|
9360
|
-
|
|
9461
|
+
lineType: DocumentLineType;
|
|
9361
9462
|
|
|
9362
9463
|
/**
|
|
9363
9464
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -9455,9 +9556,9 @@ export interface RequestDocumentLine {
|
|
|
9455
9556
|
name: string;
|
|
9456
9557
|
|
|
9457
9558
|
/**
|
|
9458
|
-
*
|
|
9559
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
9459
9560
|
*/
|
|
9460
|
-
|
|
9561
|
+
externalArticleNumber: string;
|
|
9461
9562
|
|
|
9462
9563
|
/**
|
|
9463
9564
|
* ID der Quell-Belegposition
|
|
@@ -9465,9 +9566,14 @@ export interface RequestDocumentLine {
|
|
|
9465
9566
|
sourceLineId: number;
|
|
9466
9567
|
|
|
9467
9568
|
/**
|
|
9468
|
-
*
|
|
9569
|
+
* Buchungen zu dieser Belegposition
|
|
9469
9570
|
*/
|
|
9470
|
-
|
|
9571
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
9572
|
+
|
|
9573
|
+
/**
|
|
9574
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
9575
|
+
*/
|
|
9576
|
+
doLabelPrint: boolean;
|
|
9471
9577
|
|
|
9472
9578
|
/**
|
|
9473
9579
|
* (optional) Preis des Artikels dieser Position
|
|
@@ -9977,14 +10083,14 @@ export interface SequencerConfiguration {
|
|
|
9977
10083
|
key: string;
|
|
9978
10084
|
|
|
9979
10085
|
/**
|
|
9980
|
-
*
|
|
10086
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
9981
10087
|
*/
|
|
9982
|
-
|
|
10088
|
+
alternativeConfiguration: ApiObjectReference;
|
|
9983
10089
|
|
|
9984
10090
|
/**
|
|
9985
|
-
*
|
|
10091
|
+
* Contains details about the sequencer configuration
|
|
9986
10092
|
*/
|
|
9987
|
-
|
|
10093
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
9988
10094
|
|
|
9989
10095
|
/**
|
|
9990
10096
|
* MetaInformations for this Object
|
|
@@ -10096,14 +10202,14 @@ export interface ShelfDocument {
|
|
|
10096
10202
|
tags: Array<TagDto>;
|
|
10097
10203
|
|
|
10098
10204
|
/**
|
|
10099
|
-
*
|
|
10205
|
+
* share informations
|
|
10100
10206
|
*/
|
|
10101
|
-
|
|
10207
|
+
shares: Array<ShelfShare>;
|
|
10102
10208
|
|
|
10103
10209
|
/**
|
|
10104
|
-
*
|
|
10210
|
+
* Mehrsprachige Bezeichnungen
|
|
10105
10211
|
*/
|
|
10106
|
-
|
|
10212
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
10107
10213
|
|
|
10108
10214
|
/**
|
|
10109
10215
|
* Automatische Löschung ab
|
|
@@ -10235,14 +10341,14 @@ export interface ShelfDocumentType {
|
|
|
10235
10341
|
active: boolean;
|
|
10236
10342
|
|
|
10237
10343
|
/**
|
|
10238
|
-
*
|
|
10344
|
+
* label of type
|
|
10239
10345
|
*/
|
|
10240
|
-
|
|
10346
|
+
label: string;
|
|
10241
10347
|
|
|
10242
10348
|
/**
|
|
10243
|
-
*
|
|
10349
|
+
* access level or reading
|
|
10244
10350
|
*/
|
|
10245
|
-
|
|
10351
|
+
accessLevelRead: number;
|
|
10246
10352
|
|
|
10247
10353
|
/**
|
|
10248
10354
|
* storage rule for revisions
|
|
@@ -10288,14 +10394,14 @@ export interface ShelfFile {
|
|
|
10288
10394
|
subFiles: Array<SubFileInfo>;
|
|
10289
10395
|
|
|
10290
10396
|
/**
|
|
10291
|
-
*
|
|
10397
|
+
* fileSize
|
|
10292
10398
|
*/
|
|
10293
|
-
|
|
10399
|
+
fileSize: number;
|
|
10294
10400
|
|
|
10295
10401
|
/**
|
|
10296
|
-
*
|
|
10402
|
+
* revision number of this file
|
|
10297
10403
|
*/
|
|
10298
|
-
|
|
10404
|
+
revisionNumber: number;
|
|
10299
10405
|
|
|
10300
10406
|
/**
|
|
10301
10407
|
* file-extension of this entry
|
|
@@ -10323,14 +10429,14 @@ export interface ShelfFile {
|
|
|
10323
10429
|
version: number;
|
|
10324
10430
|
|
|
10325
10431
|
/**
|
|
10326
|
-
*
|
|
10432
|
+
* current reference of this file in our storage
|
|
10327
10433
|
*/
|
|
10328
|
-
|
|
10434
|
+
storageHandle: string;
|
|
10329
10435
|
|
|
10330
10436
|
/**
|
|
10331
|
-
*
|
|
10437
|
+
* meta data
|
|
10332
10438
|
*/
|
|
10333
|
-
|
|
10439
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10334
10440
|
|
|
10335
10441
|
/**
|
|
10336
10442
|
* MetaInformations for this Object
|
|
@@ -10374,14 +10480,14 @@ export interface ShelfShare {
|
|
|
10374
10480
|
publishState: ShelfSharePublishState;
|
|
10375
10481
|
|
|
10376
10482
|
/**
|
|
10377
|
-
*
|
|
10483
|
+
* Freifelder
|
|
10378
10484
|
*/
|
|
10379
|
-
|
|
10485
|
+
custom: EavShelfshare;
|
|
10380
10486
|
|
|
10381
10487
|
/**
|
|
10382
|
-
*
|
|
10488
|
+
* wie viele Minuten bleibt dieser resource-pfad zugreifbar (null = unlimited)
|
|
10383
10489
|
*/
|
|
10384
|
-
|
|
10490
|
+
publicUrlDurationInMinutes: number;
|
|
10385
10491
|
|
|
10386
10492
|
/**
|
|
10387
10493
|
* der url-pfadanteil, der öffentlichen zugriff auf diese resource gibt
|
|
@@ -10511,14 +10617,14 @@ export interface Stock {
|
|
|
10511
10617
|
storageBinId: number;
|
|
10512
10618
|
|
|
10513
10619
|
/**
|
|
10514
|
-
*
|
|
10620
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
10515
10621
|
*/
|
|
10516
|
-
|
|
10622
|
+
reservedSerialQuantity: number;
|
|
10517
10623
|
|
|
10518
10624
|
/**
|
|
10519
|
-
*
|
|
10625
|
+
* Artikel
|
|
10520
10626
|
*/
|
|
10521
|
-
|
|
10627
|
+
articleId: number;
|
|
10522
10628
|
}
|
|
10523
10629
|
|
|
10524
10630
|
export const enum StockJournalFactor {
|
|
@@ -10593,14 +10699,14 @@ export interface StockMovementManualApi {
|
|
|
10593
10699
|
export interface StockTransferApi {
|
|
10594
10700
|
|
|
10595
10701
|
/**
|
|
10596
|
-
*
|
|
10702
|
+
* Ziel-Lager
|
|
10597
10703
|
*/
|
|
10598
|
-
|
|
10704
|
+
targetStorageId: number;
|
|
10599
10705
|
|
|
10600
10706
|
/**
|
|
10601
|
-
*
|
|
10707
|
+
* Seriennummer
|
|
10602
10708
|
*/
|
|
10603
|
-
|
|
10709
|
+
serialNumberId: number;
|
|
10604
10710
|
|
|
10605
10711
|
/**
|
|
10606
10712
|
* Bemerkung
|
|
@@ -10875,14 +10981,14 @@ export interface Supplier {
|
|
|
10875
10981
|
performanceCountryCode: string;
|
|
10876
10982
|
|
|
10877
10983
|
/**
|
|
10878
|
-
*
|
|
10984
|
+
* reference to the payment method
|
|
10879
10985
|
*/
|
|
10880
|
-
|
|
10986
|
+
paymentMethodRef: ApiObjectReference;
|
|
10881
10987
|
|
|
10882
10988
|
/**
|
|
10883
|
-
*
|
|
10989
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10884
10990
|
*/
|
|
10885
|
-
|
|
10991
|
+
defaultDeliveryTime: number;
|
|
10886
10992
|
|
|
10887
10993
|
/**
|
|
10888
10994
|
* currency code IsoAlpha3
|
|
@@ -10903,14 +11009,14 @@ export interface TagDto {
|
|
|
10903
11009
|
editColor: string;
|
|
10904
11010
|
|
|
10905
11011
|
/**
|
|
10906
|
-
* Farbe
|
|
11012
|
+
* Farbe für die Anzeige des Tags
|
|
10907
11013
|
*/
|
|
10908
|
-
|
|
11014
|
+
color: string;
|
|
10909
11015
|
|
|
10910
11016
|
/**
|
|
10911
|
-
* Farbe
|
|
11017
|
+
* Farbe in Such-GUI
|
|
10912
11018
|
*/
|
|
10913
|
-
|
|
11019
|
+
searchColor: string;
|
|
10914
11020
|
|
|
10915
11021
|
/**
|
|
10916
11022
|
* Beschriftung des Tags
|