@vario-software/types 2026.25.0 → 2026.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scripting/services.d.ts +10 -10
- package/scripting/types.d.ts +301 -301
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
|
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
postOfficeBox: string;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Country code
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
countryCode: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Street
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
street: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -489,14 +489,14 @@ export interface AccountBankdetail {
|
|
|
489
489
|
version: number;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* city of the bank
|
|
493
493
|
*/
|
|
494
|
-
|
|
494
|
+
bankCity: string;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* Hauptbankverbindung für
|
|
498
498
|
*/
|
|
499
|
-
|
|
499
|
+
mainBankAccountType: TaxPerformanceLocationType;
|
|
500
500
|
|
|
501
501
|
/**
|
|
502
502
|
* origin type
|
|
@@ -999,14 +999,14 @@ export interface Article {
|
|
|
999
999
|
printLabelSettings: ArticlePrintLabelSettings;
|
|
1000
1000
|
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* Gefahrgut Informationen
|
|
1003
1003
|
*/
|
|
1004
|
-
|
|
1004
|
+
dangerousGoodInformation: DangerousGoodInformation;
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
|
-
*
|
|
1007
|
+
* Zolltarifnummer
|
|
1008
1008
|
*/
|
|
1009
|
-
|
|
1009
|
+
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Product custom data
|
|
@@ -1024,14 +1024,14 @@ export interface Article {
|
|
|
1024
1024
|
baseCapacityUnit: UnitTypeReference;
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1027
|
+
* is this product sellable without any quantity at the stock
|
|
1028
1028
|
*/
|
|
1029
|
-
|
|
1029
|
+
sellableWithoutStock: boolean;
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* Seriennummern Auszeichnungsart
|
|
1033
1033
|
*/
|
|
1034
|
-
|
|
1034
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1209,14 +1209,14 @@ export interface Article {
|
|
|
1209
1209
|
workUnitInMinutes: number;
|
|
1210
1210
|
|
|
1211
1211
|
/**
|
|
1212
|
-
*
|
|
1212
|
+
* Frei kommissionierbar
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
freelyPickable: boolean;
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* description custom data
|
|
1218
1218
|
*/
|
|
1219
|
-
|
|
1219
|
+
listingDescriptionCustom: EavArticleListingDescription;
|
|
1220
1220
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Charge muss bei Einbuchung in ein Verkaufslager vergeben werden (für Serientyp LOT und BEST_BEFORE)
|
|
@@ -1288,15 +1288,20 @@ export interface Article {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
permissibleForOrderProposal: boolean;
|
|
1290
1290
|
|
|
1291
|
+
/**
|
|
1292
|
+
* Versandlabeldruck
|
|
1293
|
+
*/
|
|
1294
|
+
shippingLabelPrinting: boolean;
|
|
1295
|
+
|
|
1291
1296
|
/**
|
|
1292
1297
|
* reference to Product
|
|
1293
1298
|
*/
|
|
1294
1299
|
productRef: ApiObjectReference;
|
|
1295
1300
|
|
|
1296
1301
|
/**
|
|
1297
|
-
*
|
|
1302
|
+
* rabattierbarer Artikel?
|
|
1298
1303
|
*/
|
|
1299
|
-
|
|
1304
|
+
discountable: boolean;
|
|
1300
1305
|
|
|
1301
1306
|
/**
|
|
1302
1307
|
* Kontingentartikel
|
|
@@ -1308,11 +1313,6 @@ export interface Article {
|
|
|
1308
1313
|
*/
|
|
1309
1314
|
alternativeName: string;
|
|
1310
1315
|
|
|
1311
|
-
/**
|
|
1312
|
-
* rabattierbarer Artikel?
|
|
1313
|
-
*/
|
|
1314
|
-
discountable: boolean;
|
|
1315
|
-
|
|
1316
1316
|
/**
|
|
1317
1317
|
* base capacity
|
|
1318
1318
|
*/
|
|
@@ -1384,14 +1384,14 @@ export interface Article {
|
|
|
1384
1384
|
listed: boolean;
|
|
1385
1385
|
|
|
1386
1386
|
/**
|
|
1387
|
-
*
|
|
1387
|
+
* provisionsberechtiger Artikel?
|
|
1388
1388
|
*/
|
|
1389
|
-
|
|
1389
|
+
commissionable: boolean;
|
|
1390
1390
|
|
|
1391
1391
|
/**
|
|
1392
|
-
*
|
|
1392
|
+
* Nur manuelle Produktion
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
onlyManualFabrication: boolean;
|
|
1395
1395
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Mindestrestlaufzeit Ausgang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel beim Verkauf noch aufweisen muss
|
|
@@ -1503,6 +1503,11 @@ export interface ArticleCustomer {
|
|
|
1503
1503
|
*/
|
|
1504
1504
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1505
1505
|
|
|
1506
|
+
/**
|
|
1507
|
+
* Kunden-Preise
|
|
1508
|
+
*/
|
|
1509
|
+
productPrices: Array<ProductPrice>;
|
|
1510
|
+
|
|
1506
1511
|
/**
|
|
1507
1512
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1508
1513
|
*/
|
|
@@ -1513,11 +1518,6 @@ export interface ArticleCustomer {
|
|
|
1513
1518
|
*/
|
|
1514
1519
|
articleId: number;
|
|
1515
1520
|
|
|
1516
|
-
/**
|
|
1517
|
-
* Kunden-Preise
|
|
1518
|
-
*/
|
|
1519
|
-
productPrices: Array<ProductPrice>;
|
|
1520
|
-
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Aktiv?
|
|
1523
1523
|
*/
|
|
@@ -1716,14 +1716,14 @@ export interface ArticleListing {
|
|
|
1716
1716
|
alternativeName: WithDefaults<String>;
|
|
1717
1717
|
|
|
1718
1718
|
/**
|
|
1719
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1719
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1720
1720
|
*/
|
|
1721
|
-
|
|
1721
|
+
proposedLowestPriceNet: number;
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1724
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1725
1725
|
*/
|
|
1726
|
-
|
|
1726
|
+
customLowestPriceNet: number;
|
|
1727
1727
|
|
|
1728
1728
|
/**
|
|
1729
1729
|
* der aktuelle listing stand
|
|
@@ -1884,14 +1884,14 @@ export const enum ArticleSerialType {
|
|
|
1884
1884
|
export interface ArticleStorage {
|
|
1885
1885
|
|
|
1886
1886
|
/**
|
|
1887
|
-
*
|
|
1887
|
+
* Bestand im Lager
|
|
1888
1888
|
*/
|
|
1889
|
-
|
|
1889
|
+
quantityInStock: number;
|
|
1890
1890
|
|
|
1891
1891
|
/**
|
|
1892
|
-
*
|
|
1892
|
+
* Nachschub ab
|
|
1893
1893
|
*/
|
|
1894
|
-
|
|
1894
|
+
replenishmentFrom: number;
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Meldebestand
|
|
@@ -1959,14 +1959,14 @@ export interface ArticleStorage {
|
|
|
1959
1959
|
storageRef: ApiObjectReference;
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
*
|
|
1962
|
+
* Vorgabe-Lagerplätze
|
|
1963
1963
|
*/
|
|
1964
|
-
|
|
1964
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Sollbestand
|
|
1968
1968
|
*/
|
|
1969
|
-
|
|
1969
|
+
targetStock: number;
|
|
1970
1970
|
|
|
1971
1971
|
/**
|
|
1972
1972
|
* Aktuelle Menge in Produktion
|
|
@@ -1987,14 +1987,14 @@ export interface ArticleStorage {
|
|
|
1987
1987
|
export interface ArticleSupplier {
|
|
1988
1988
|
|
|
1989
1989
|
/**
|
|
1990
|
-
*
|
|
1990
|
+
* Anzeigename des Accounts
|
|
1991
1991
|
*/
|
|
1992
|
-
|
|
1992
|
+
accountDisplayName: string;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
|
-
*
|
|
1995
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1996
1996
|
*/
|
|
1997
|
-
|
|
1997
|
+
useSupplierArticleDescription: boolean;
|
|
1998
1998
|
|
|
1999
1999
|
/**
|
|
2000
2000
|
* Lieferanten-Meldebestand
|
|
@@ -2067,14 +2067,14 @@ export interface ArticleSupplier {
|
|
|
2067
2067
|
packagingUnit: number;
|
|
2068
2068
|
|
|
2069
2069
|
/**
|
|
2070
|
-
*
|
|
2070
|
+
* Lieferanten-Preise
|
|
2071
2071
|
*/
|
|
2072
|
-
|
|
2072
|
+
productPrices: Array<ProductPrice>;
|
|
2073
2073
|
|
|
2074
2074
|
/**
|
|
2075
|
-
*
|
|
2075
|
+
* Referenced Article
|
|
2076
2076
|
*/
|
|
2077
|
-
|
|
2077
|
+
articleId: number;
|
|
2078
2078
|
|
|
2079
2079
|
/**
|
|
2080
2080
|
* Aktiv?
|
|
@@ -2097,14 +2097,14 @@ export interface ArticleSupplier {
|
|
|
2097
2097
|
dropShippingAllowed: boolean;
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* Abweichende
|
|
2100
|
+
* Abweichende Produktbezeichnung
|
|
2101
2101
|
*/
|
|
2102
|
-
|
|
2102
|
+
supplierArticleName: string;
|
|
2103
2103
|
|
|
2104
2104
|
/**
|
|
2105
|
-
* Abweichende
|
|
2105
|
+
* Abweichende Produktbeschreibung
|
|
2106
2106
|
*/
|
|
2107
|
-
|
|
2107
|
+
supplierArticleDescription: string;
|
|
2108
2108
|
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Standardpreis Netto
|
|
@@ -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
|
|
@@ -2333,14 +2333,14 @@ export interface CountryReference {
|
|
|
2333
2333
|
export interface CreateNewDocumentRequest {
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* Belegart
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
documentTypeLabel: string;
|
|
2339
2339
|
|
|
2340
2340
|
/**
|
|
2341
|
-
* Belegart
|
|
2341
|
+
* Standard-Belegart der Kategorie verwenden
|
|
2342
2342
|
*/
|
|
2343
|
-
|
|
2343
|
+
defaultDocumentTypeByCategory: EDocumentCategory;
|
|
2344
2344
|
|
|
2345
2345
|
/**
|
|
2346
2346
|
* Details zum Beleg
|
|
@@ -2406,14 +2406,14 @@ export interface CrmActivity {
|
|
|
2406
2406
|
info: MetaInfo;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* Aktivität intern abgerechnet?
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
internalBilled: boolean;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
|
-
*
|
|
2414
|
+
* geplante Dauer
|
|
2415
2415
|
*/
|
|
2416
|
-
|
|
2416
|
+
plannedDurationInSeconds: number;
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2565,14 +2565,14 @@ export interface CrmActivityType {
|
|
|
2565
2565
|
export interface CrmChecklistItem {
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Ist das Element "angehakt"?
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
checked: boolean;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
|
-
*
|
|
2573
|
+
* Text des Checklisten-Elements
|
|
2574
2574
|
*/
|
|
2575
|
-
|
|
2575
|
+
memo: string;
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
2578
|
* Unique identifier of the Object
|
|
@@ -2683,14 +2683,14 @@ export interface CrmDeal {
|
|
|
2683
2683
|
info: MetaInfo;
|
|
2684
2684
|
|
|
2685
2685
|
/**
|
|
2686
|
-
*
|
|
2686
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2687
2687
|
*/
|
|
2688
|
-
|
|
2688
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2689
2689
|
|
|
2690
2690
|
/**
|
|
2691
|
-
*
|
|
2691
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2692
2692
|
*/
|
|
2693
|
-
|
|
2693
|
+
assignedUserRef: ApiObjectReference;
|
|
2694
2694
|
|
|
2695
2695
|
/**
|
|
2696
2696
|
* Chance (in Prozent)
|
|
@@ -2964,14 +2964,14 @@ export interface CrmProject {
|
|
|
2964
2964
|
priorityRef: ApiObjectReference;
|
|
2965
2965
|
|
|
2966
2966
|
/**
|
|
2967
|
-
*
|
|
2967
|
+
* Projektleiter vom Auftragnehmer
|
|
2968
2968
|
*/
|
|
2969
|
-
|
|
2969
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2970
2970
|
|
|
2971
2971
|
/**
|
|
2972
|
-
*
|
|
2972
|
+
* Phase
|
|
2973
2973
|
*/
|
|
2974
|
-
|
|
2974
|
+
phaseRef: ApiObjectReference;
|
|
2975
2975
|
|
|
2976
2976
|
/**
|
|
2977
2977
|
* Aufgaben-Nummer
|
|
@@ -3274,11 +3274,6 @@ export interface CrmSubType {
|
|
|
3274
3274
|
|
|
3275
3275
|
export interface CrmTask {
|
|
3276
3276
|
|
|
3277
|
-
/**
|
|
3278
|
-
* Liste von Erinnerungen
|
|
3279
|
-
*/
|
|
3280
|
-
reminders: Array<CrmReminder>;
|
|
3281
|
-
|
|
3282
3277
|
/**
|
|
3283
3278
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
3284
3279
|
*/
|
|
@@ -3289,6 +3284,11 @@ export interface CrmTask {
|
|
|
3289
3284
|
*/
|
|
3290
3285
|
customerOfferRef: DocumentRef;
|
|
3291
3286
|
|
|
3287
|
+
/**
|
|
3288
|
+
* Liste von Erinnerungen
|
|
3289
|
+
*/
|
|
3290
|
+
reminders: Array<CrmReminder>;
|
|
3291
|
+
|
|
3292
3292
|
/**
|
|
3293
3293
|
* Notizen
|
|
3294
3294
|
*/
|
|
@@ -3714,14 +3714,14 @@ export interface Customer {
|
|
|
3714
3714
|
stackProcessingPriority: number;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* reference to product price group
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
|
-
*
|
|
3722
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3723
3723
|
*/
|
|
3724
|
-
|
|
3724
|
+
collectiveInvoiceManually: boolean;
|
|
3725
3725
|
|
|
3726
3726
|
/**
|
|
3727
3727
|
* Unique identifier of the Object
|
|
@@ -3958,14 +3958,14 @@ export interface DeliveryMethod {
|
|
|
3958
3958
|
defaultSizeUnit: UnitTypeReference;
|
|
3959
3959
|
|
|
3960
3960
|
/**
|
|
3961
|
-
*
|
|
3961
|
+
* translations
|
|
3962
3962
|
*/
|
|
3963
|
-
|
|
3963
|
+
translations: Array<DocumentTypeTerm>;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
|
-
*
|
|
3966
|
+
* Quelle für Paketgewicht
|
|
3967
3967
|
*/
|
|
3968
|
-
|
|
3968
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
3971
|
* Versand-Anbieter
|
|
@@ -4056,14 +4056,14 @@ export interface DeliveryTerm {
|
|
|
4056
4056
|
version: number;
|
|
4057
4057
|
|
|
4058
4058
|
/**
|
|
4059
|
-
*
|
|
4059
|
+
* translations
|
|
4060
4060
|
*/
|
|
4061
|
-
|
|
4061
|
+
translations: Array<DocumentTypeTerm>;
|
|
4062
4062
|
|
|
4063
4063
|
/**
|
|
4064
|
-
*
|
|
4064
|
+
* information, how the shipping charges should be calculated
|
|
4065
4065
|
*/
|
|
4066
|
-
|
|
4066
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4067
4067
|
|
|
4068
4068
|
/**
|
|
4069
4069
|
* Lieferarten
|
|
@@ -4182,14 +4182,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4182
4182
|
deliveryQuantityPackages: number;
|
|
4183
4183
|
|
|
4184
4184
|
/**
|
|
4185
|
-
*
|
|
4185
|
+
* Leitweg-ID
|
|
4186
4186
|
*/
|
|
4187
|
-
|
|
4187
|
+
buyerReference: string;
|
|
4188
4188
|
|
|
4189
4189
|
/**
|
|
4190
|
-
*
|
|
4190
|
+
* Bestellnummer aus Vorbeleg
|
|
4191
4191
|
*/
|
|
4192
|
-
|
|
4192
|
+
referencedOrderNumber: string;
|
|
4193
4193
|
|
|
4194
4194
|
/**
|
|
4195
4195
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4311,6 +4311,13 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4311
4311
|
*/
|
|
4312
4312
|
posPayments: Array<DocumentPosPayment>;
|
|
4313
4313
|
|
|
4314
|
+
/**
|
|
4315
|
+
* Ist die Quittung bezahlt
|
|
4316
|
+
true wenn die Quittung bezahlt ist
|
|
4317
|
+
|
|
4318
|
+
*/
|
|
4319
|
+
posReceiptPayed: boolean;
|
|
4320
|
+
|
|
4314
4321
|
/**
|
|
4315
4322
|
* Kundennummer beim Lieferanten
|
|
4316
4323
|
*/
|
|
@@ -4321,13 +4328,6 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4321
4328
|
*/
|
|
4322
4329
|
maxDeliveries: number;
|
|
4323
4330
|
|
|
4324
|
-
/**
|
|
4325
|
-
* Ist die Quittung bezahlt
|
|
4326
|
-
true wenn die Quittung bezahlt ist
|
|
4327
|
-
|
|
4328
|
-
*/
|
|
4329
|
-
posReceiptPayed: boolean;
|
|
4330
|
-
|
|
4331
4331
|
/**
|
|
4332
4332
|
* Quittung: Summe Zahlbetrag
|
|
4333
4333
|
*/
|
|
@@ -4349,14 +4349,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4349
4349
|
contractDetail: DocumentContractDetail;
|
|
4350
4350
|
|
|
4351
4351
|
/**
|
|
4352
|
-
*
|
|
4352
|
+
* Zahlungsplan vorhanden?
|
|
4353
4353
|
*/
|
|
4354
|
-
|
|
4354
|
+
paymentPlan: boolean;
|
|
4355
4355
|
|
|
4356
4356
|
/**
|
|
4357
|
-
*
|
|
4357
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4358
4358
|
*/
|
|
4359
|
-
|
|
4359
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4360
4360
|
|
|
4361
4361
|
/**
|
|
4362
4362
|
* Produktionsdetails
|
|
@@ -4364,14 +4364,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4364
4364
|
fabricationDetail: DocumentFabricationDetail;
|
|
4365
4365
|
|
|
4366
4366
|
/**
|
|
4367
|
-
*
|
|
4367
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4368
4368
|
*/
|
|
4369
|
-
|
|
4369
|
+
accountNumber: string;
|
|
4370
4370
|
|
|
4371
4371
|
/**
|
|
4372
|
-
*
|
|
4372
|
+
* Berechnungsmodus
|
|
4373
4373
|
*/
|
|
4374
|
-
|
|
4374
|
+
calculationMode: CalculationMode;
|
|
4375
4375
|
|
|
4376
4376
|
/**
|
|
4377
4377
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4384,14 +4384,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4384
4384
|
processedByWorkflow: boolean;
|
|
4385
4385
|
|
|
4386
4386
|
/**
|
|
4387
|
-
*
|
|
4387
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4388
4388
|
*/
|
|
4389
|
-
|
|
4389
|
+
baseTotalDocumentPriceModifier: number;
|
|
4390
4390
|
|
|
4391
4391
|
/**
|
|
4392
|
-
*
|
|
4392
|
+
* Telefon an Versender übergeben
|
|
4393
4393
|
*/
|
|
4394
|
-
|
|
4394
|
+
forwardPhoneToShipper: boolean;
|
|
4395
4395
|
|
|
4396
4396
|
/**
|
|
4397
4397
|
* Liste der Belegtexte
|
|
@@ -4424,14 +4424,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4424
4424
|
stackProcessingType: OrderStackProcessingType;
|
|
4425
4425
|
|
|
4426
4426
|
/**
|
|
4427
|
-
*
|
|
4427
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4428
4428
|
*/
|
|
4429
|
-
|
|
4429
|
+
en16931Profile: EN16931Profile;
|
|
4430
4430
|
|
|
4431
4431
|
/**
|
|
4432
|
-
*
|
|
4432
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4433
4433
|
*/
|
|
4434
|
-
|
|
4434
|
+
dropShippingInvoiceApproved: boolean;
|
|
4435
4435
|
|
|
4436
4436
|
/**
|
|
4437
4437
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4449,14 +4449,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4449
4449
|
additionalInfo: DocumentAdditionalInfo;
|
|
4450
4450
|
|
|
4451
4451
|
/**
|
|
4452
|
-
*
|
|
4452
|
+
* Bestelldatum
|
|
4453
4453
|
*/
|
|
4454
|
-
|
|
4454
|
+
orderedOn: ScriptingDate;
|
|
4455
4455
|
|
|
4456
4456
|
/**
|
|
4457
|
-
*
|
|
4457
|
+
* skontierbarer Rechnungsbetrag Basiswährung
|
|
4458
4458
|
*/
|
|
4459
|
-
|
|
4459
|
+
baseCashDiscountableTotalGrossPrice: number;
|
|
4460
4460
|
|
|
4461
4461
|
/**
|
|
4462
4462
|
* MetaInformations for this Object
|
|
@@ -4613,11 +4613,6 @@ true wenn die Quittung bezahlt ist
|
|
|
4613
4613
|
*/
|
|
4614
4614
|
posReceiptChangeAmount: number;
|
|
4615
4615
|
|
|
4616
|
-
/**
|
|
4617
|
-
* Referenz auf Lieferbedingung
|
|
4618
|
-
*/
|
|
4619
|
-
deliveryTermRef: ApiObjectReference;
|
|
4620
|
-
|
|
4621
4616
|
/**
|
|
4622
4617
|
* Ist die Quittung ausbalanciert, also bezahlt und kein Rückgeld
|
|
4623
4618
|
true wenn die Quittung ausbalanciert ist
|
|
@@ -4625,6 +4620,11 @@ true wenn die Quittung ausbalanciert ist
|
|
|
4625
4620
|
*/
|
|
4626
4621
|
posReceiptBalanced: boolean;
|
|
4627
4622
|
|
|
4623
|
+
/**
|
|
4624
|
+
* Referenz auf Lieferbedingung
|
|
4625
|
+
*/
|
|
4626
|
+
deliveryTermRef: ApiObjectReference;
|
|
4627
|
+
|
|
4628
4628
|
/**
|
|
4629
4629
|
* Gesamtbruttogewicht
|
|
4630
4630
|
*/
|
|
@@ -4674,14 +4674,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4674
4674
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4675
4675
|
|
|
4676
4676
|
/**
|
|
4677
|
-
*
|
|
4677
|
+
* Herkunft der Sprache
|
|
4678
4678
|
*/
|
|
4679
|
-
|
|
4679
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4680
4680
|
|
|
4681
4681
|
/**
|
|
4682
|
-
*
|
|
4682
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4683
4683
|
*/
|
|
4684
|
-
|
|
4684
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4685
4685
|
|
|
4686
4686
|
/**
|
|
4687
4687
|
* Aktiver Rundungsmodus für diesen Beleg (eingefroren aus dem SalesChannel)
|
|
@@ -4694,14 +4694,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4694
4694
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4695
4695
|
|
|
4696
4696
|
/**
|
|
4697
|
-
*
|
|
4697
|
+
* Herkunft des Berechnungsmodus
|
|
4698
4698
|
*/
|
|
4699
|
-
|
|
4699
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4700
4700
|
|
|
4701
4701
|
/**
|
|
4702
|
-
*
|
|
4702
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4703
4703
|
*/
|
|
4704
|
-
|
|
4704
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4705
4705
|
|
|
4706
4706
|
/**
|
|
4707
4707
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4819,14 +4819,14 @@ export interface DocumentAddress {
|
|
|
4819
4819
|
postOfficeBox: string;
|
|
4820
4820
|
|
|
4821
4821
|
/**
|
|
4822
|
-
*
|
|
4822
|
+
* country code IsoAlpha3
|
|
4823
4823
|
*/
|
|
4824
|
-
|
|
4824
|
+
countryCode: string;
|
|
4825
4825
|
|
|
4826
4826
|
/**
|
|
4827
|
-
*
|
|
4827
|
+
* Street
|
|
4828
4828
|
*/
|
|
4829
|
-
|
|
4829
|
+
street: string;
|
|
4830
4830
|
|
|
4831
4831
|
/**
|
|
4832
4832
|
* Unique identifier of the Object
|
|
@@ -5032,14 +5032,14 @@ export interface DocumentContractDetail {
|
|
|
5032
5032
|
runtimeToDate: ScriptingDate;
|
|
5033
5033
|
|
|
5034
5034
|
/**
|
|
5035
|
-
*
|
|
5035
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
5036
5036
|
*/
|
|
5037
|
-
|
|
5037
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
5038
5038
|
|
|
5039
5039
|
/**
|
|
5040
|
-
*
|
|
5040
|
+
* Nächste Fälligkeit
|
|
5041
5041
|
*/
|
|
5042
|
-
|
|
5042
|
+
nextDueDate: ScriptingDate;
|
|
5043
5043
|
|
|
5044
5044
|
/**
|
|
5045
5045
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -5070,14 +5070,14 @@ export interface DocumentFabricationDetail {
|
|
|
5070
5070
|
targetStorageRef: ApiObjectReference;
|
|
5071
5071
|
|
|
5072
5072
|
/**
|
|
5073
|
-
*
|
|
5073
|
+
* Material-Lager
|
|
5074
5074
|
*/
|
|
5075
|
-
|
|
5075
|
+
componentsStorageRef: ApiObjectReference;
|
|
5076
5076
|
|
|
5077
5077
|
/**
|
|
5078
|
-
*
|
|
5078
|
+
* Notiz
|
|
5079
5079
|
*/
|
|
5080
|
-
|
|
5080
|
+
note: string;
|
|
5081
5081
|
|
|
5082
5082
|
/**
|
|
5083
5083
|
* QS-Lager
|
|
@@ -5274,14 +5274,14 @@ export interface DocumentLine {
|
|
|
5274
5274
|
number: string;
|
|
5275
5275
|
|
|
5276
5276
|
/**
|
|
5277
|
-
*
|
|
5277
|
+
* Referenz zur Kundenauftragszeile
|
|
5278
5278
|
*/
|
|
5279
|
-
|
|
5279
|
+
customerOrderLineRef: DocumentLineRef;
|
|
5280
5280
|
|
|
5281
5281
|
/**
|
|
5282
|
-
*
|
|
5282
|
+
* Gesamtbruttogewicht
|
|
5283
5283
|
*/
|
|
5284
|
-
|
|
5284
|
+
totalGrossWeight: number;
|
|
5285
5285
|
|
|
5286
5286
|
/**
|
|
5287
5287
|
* skontierbare Position?
|
|
@@ -5304,19 +5304,19 @@ export interface DocumentLine {
|
|
|
5304
5304
|
baseTotalLinePrice: number;
|
|
5305
5305
|
|
|
5306
5306
|
/**
|
|
5307
|
-
*
|
|
5307
|
+
* Positionstyp
|
|
5308
5308
|
*/
|
|
5309
|
-
|
|
5309
|
+
lineType: DocumentLineType;
|
|
5310
5310
|
|
|
5311
5311
|
/**
|
|
5312
|
-
*
|
|
5312
|
+
* FiBu-Buchung
|
|
5313
5313
|
*/
|
|
5314
|
-
|
|
5314
|
+
financeBooking: DocumentFinanceBooking;
|
|
5315
5315
|
|
|
5316
5316
|
/**
|
|
5317
|
-
*
|
|
5317
|
+
* Summe Positionspreisänderungen [Brutto, Netto]
|
|
5318
5318
|
*/
|
|
5319
|
-
|
|
5319
|
+
totalLinePriceModifier: number;
|
|
5320
5320
|
|
|
5321
5321
|
/**
|
|
5322
5322
|
* Referenz zur Lieferantenbestellungszeile
|
|
@@ -5324,9 +5324,9 @@ export interface DocumentLine {
|
|
|
5324
5324
|
supplierOrderLineIds: Array<number>;
|
|
5325
5325
|
|
|
5326
5326
|
/**
|
|
5327
|
-
*
|
|
5327
|
+
* vorgeorderte Menge in Pickvorgang
|
|
5328
5328
|
*/
|
|
5329
|
-
|
|
5329
|
+
preOrderPickedQuantity: number;
|
|
5330
5330
|
|
|
5331
5331
|
/**
|
|
5332
5332
|
* Vorgabe zu Streckengeschäft
|
|
@@ -5343,6 +5343,11 @@ export interface DocumentLine {
|
|
|
5343
5343
|
*/
|
|
5344
5344
|
id: number;
|
|
5345
5345
|
|
|
5346
|
+
/**
|
|
5347
|
+
* Externe Referenz zum VDS-Paket
|
|
5348
|
+
*/
|
|
5349
|
+
externalReferenceVds: string;
|
|
5350
|
+
|
|
5346
5351
|
/**
|
|
5347
5352
|
* Positionsnummer über alle Artikelpositionen hinweg
|
|
5348
5353
|
*/
|
|
@@ -5353,11 +5358,6 @@ export interface DocumentLine {
|
|
|
5353
5358
|
*/
|
|
5354
5359
|
basePrice: number;
|
|
5355
5360
|
|
|
5356
|
-
/**
|
|
5357
|
-
* Externe Referenz zum VDS-Paket
|
|
5358
|
-
*/
|
|
5359
|
-
externalReferenceVds: string;
|
|
5360
|
-
|
|
5361
5361
|
/**
|
|
5362
5362
|
* Serientyp
|
|
5363
5363
|
*/
|
|
@@ -5529,14 +5529,14 @@ export interface DocumentLine {
|
|
|
5529
5529
|
unitType: UnitTypeReference;
|
|
5530
5530
|
|
|
5531
5531
|
/**
|
|
5532
|
-
*
|
|
5532
|
+
* Referenz zur Basiszeile
|
|
5533
5533
|
*/
|
|
5534
|
-
|
|
5534
|
+
baseLineId: number;
|
|
5535
5535
|
|
|
5536
5536
|
/**
|
|
5537
|
-
*
|
|
5537
|
+
* Zubehör Einfügeart
|
|
5538
5538
|
*/
|
|
5539
|
-
|
|
5539
|
+
insertTerm: AccessoryInsertTerm;
|
|
5540
5540
|
|
|
5541
5541
|
/**
|
|
5542
5542
|
* Einheit Bruttogewicht
|
|
@@ -5589,14 +5589,14 @@ export interface DocumentLine {
|
|
|
5589
5589
|
deliveryText: string;
|
|
5590
5590
|
|
|
5591
5591
|
/**
|
|
5592
|
-
*
|
|
5592
|
+
* Produktionsdetails
|
|
5593
5593
|
*/
|
|
5594
|
-
|
|
5594
|
+
fabricationDetail: DocumentLineFabricationDetail;
|
|
5595
5595
|
|
|
5596
5596
|
/**
|
|
5597
|
-
*
|
|
5597
|
+
* Vorgabewert für die Preiskalkulation
|
|
5598
5598
|
*/
|
|
5599
|
-
|
|
5599
|
+
presetPrice: number;
|
|
5600
5600
|
|
|
5601
5601
|
/**
|
|
5602
5602
|
* Freifelder
|
|
@@ -5808,14 +5808,14 @@ export interface DocumentLineComponent {
|
|
|
5808
5808
|
custom: EavDocumentlinecomponent;
|
|
5809
5809
|
|
|
5810
5810
|
/**
|
|
5811
|
-
*
|
|
5811
|
+
* Gelieferte Menge
|
|
5812
5812
|
*/
|
|
5813
|
-
|
|
5813
|
+
quantityCommitted: number;
|
|
5814
5814
|
|
|
5815
5815
|
/**
|
|
5816
|
-
*
|
|
5816
|
+
* Referenz auf den Artikel der Komponente
|
|
5817
5817
|
*/
|
|
5818
|
-
|
|
5818
|
+
articleId: number;
|
|
5819
5819
|
|
|
5820
5820
|
/**
|
|
5821
5821
|
* Beschreibung des Artikels
|
|
@@ -6166,14 +6166,14 @@ export interface DocumentLinePosDetail {
|
|
|
6166
6166
|
balanceBeforeWithdrawal: number;
|
|
6167
6167
|
|
|
6168
6168
|
/**
|
|
6169
|
-
*
|
|
6169
|
+
* Typ der Position
|
|
6170
6170
|
*/
|
|
6171
|
-
|
|
6171
|
+
posLineType: PosLineType;
|
|
6172
6172
|
|
|
6173
6173
|
/**
|
|
6174
|
-
*
|
|
6174
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6175
6175
|
*/
|
|
6176
|
-
|
|
6176
|
+
externalPaymentId: string;
|
|
6177
6177
|
|
|
6178
6178
|
/**
|
|
6179
6179
|
* Unique identifier of the Object
|
|
@@ -6407,14 +6407,14 @@ export interface DocumentPosPayment {
|
|
|
6407
6407
|
balanceBeforeWithdrawal: number;
|
|
6408
6408
|
|
|
6409
6409
|
/**
|
|
6410
|
-
*
|
|
6410
|
+
* Typ der Position
|
|
6411
6411
|
*/
|
|
6412
|
-
|
|
6412
|
+
posLineType: PosLineType;
|
|
6413
6413
|
|
|
6414
6414
|
/**
|
|
6415
|
-
*
|
|
6415
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6416
6416
|
*/
|
|
6417
|
-
|
|
6417
|
+
externalPaymentId: string;
|
|
6418
6418
|
|
|
6419
6419
|
/**
|
|
6420
6420
|
* Unique identifier of the Object
|
|
@@ -6542,14 +6542,14 @@ export const enum DocumentRounding {
|
|
|
6542
6542
|
export interface DocumentShippingCost {
|
|
6543
6543
|
|
|
6544
6544
|
/**
|
|
6545
|
-
*
|
|
6545
|
+
* Die Versandkosten
|
|
6546
6546
|
*/
|
|
6547
|
-
|
|
6547
|
+
costs: number;
|
|
6548
6548
|
|
|
6549
6549
|
/**
|
|
6550
|
-
*
|
|
6550
|
+
* Wurden die Versandkosten manuell eingetragen?
|
|
6551
6551
|
*/
|
|
6552
|
-
|
|
6552
|
+
manualCosts: boolean;
|
|
6553
6553
|
|
|
6554
6554
|
/**
|
|
6555
6555
|
* Keine Versandkosten (freier Versand)
|
|
@@ -6677,14 +6677,14 @@ export interface DocumentText {
|
|
|
6677
6677
|
transferableIntoSubsequentDocuments: boolean;
|
|
6678
6678
|
|
|
6679
6679
|
/**
|
|
6680
|
-
*
|
|
6680
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6681
6681
|
*/
|
|
6682
|
-
|
|
6682
|
+
deleted: boolean;
|
|
6683
6683
|
|
|
6684
6684
|
/**
|
|
6685
|
-
*
|
|
6685
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6686
6686
|
*/
|
|
6687
|
-
|
|
6687
|
+
textPosition: TextPosition;
|
|
6688
6688
|
|
|
6689
6689
|
/**
|
|
6690
6690
|
* textBaustein Vorlage
|
|
@@ -6794,14 +6794,14 @@ export interface DocumentType {
|
|
|
6794
6794
|
labels: Array<DocumentTypeLabel>;
|
|
6795
6795
|
|
|
6796
6796
|
/**
|
|
6797
|
-
*
|
|
6797
|
+
* nächste Belegnummer
|
|
6798
6798
|
*/
|
|
6799
|
-
|
|
6799
|
+
nextNumber: string;
|
|
6800
6800
|
|
|
6801
6801
|
/**
|
|
6802
|
-
*
|
|
6802
|
+
* Zählerkreis
|
|
6803
6803
|
*/
|
|
6804
|
-
|
|
6804
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6805
6805
|
|
|
6806
6806
|
/**
|
|
6807
6807
|
* Sortierung
|
|
@@ -6982,14 +6982,14 @@ export const enum DropShippingPolicy {
|
|
|
6982
6982
|
export interface DummySerialNumberStockTransferApi {
|
|
6983
6983
|
|
|
6984
6984
|
/**
|
|
6985
|
-
*
|
|
6985
|
+
* Ziel-Lager
|
|
6986
6986
|
*/
|
|
6987
|
-
|
|
6987
|
+
targetStorageId: number;
|
|
6988
6988
|
|
|
6989
6989
|
/**
|
|
6990
|
-
*
|
|
6990
|
+
* Seriennummer
|
|
6991
6991
|
*/
|
|
6992
|
-
|
|
6992
|
+
serialNumberId: number;
|
|
6993
6993
|
|
|
6994
6994
|
/**
|
|
6995
6995
|
* Bemerkung
|
|
@@ -7002,14 +7002,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
7002
7002
|
bookDate: ScriptingDate;
|
|
7003
7003
|
|
|
7004
7004
|
/**
|
|
7005
|
-
*
|
|
7005
|
+
* Ggf. ein MHD-/Verfallsdatum, falls der Artikel ein solches benötigt
|
|
7006
7006
|
*/
|
|
7007
|
-
|
|
7007
|
+
targetExpiryDate: ScriptingDate;
|
|
7008
7008
|
|
|
7009
7009
|
/**
|
|
7010
|
-
*
|
|
7010
|
+
* Die gültige Seriennummer
|
|
7011
7011
|
*/
|
|
7012
|
-
|
|
7012
|
+
targetSerialNumber: string;
|
|
7013
7013
|
|
|
7014
7014
|
/**
|
|
7015
7015
|
* Quell-Lagerplatz
|
|
@@ -7679,14 +7679,14 @@ export interface OpenItem {
|
|
|
7679
7679
|
sourceCountryCode: string;
|
|
7680
7680
|
|
|
7681
7681
|
/**
|
|
7682
|
-
*
|
|
7682
|
+
* Valutadatum schreibgeschützt
|
|
7683
7683
|
*/
|
|
7684
|
-
|
|
7684
|
+
valueDateReadOnly: boolean;
|
|
7685
7685
|
|
|
7686
7686
|
/**
|
|
7687
|
-
*
|
|
7687
|
+
* agreed Deposit payment date
|
|
7688
7688
|
*/
|
|
7689
|
-
|
|
7689
|
+
depositPaymentDate: ScriptingDate;
|
|
7690
7690
|
|
|
7691
7691
|
/**
|
|
7692
7692
|
* Does this open item belong to accounts payable or accounts receivable
|
|
@@ -7754,14 +7754,14 @@ export interface OpenItem {
|
|
|
7754
7754
|
paymentAmount: number;
|
|
7755
7755
|
|
|
7756
7756
|
/**
|
|
7757
|
-
*
|
|
7757
|
+
* Rechnungskorrektur
|
|
7758
7758
|
*/
|
|
7759
|
-
|
|
7759
|
+
creditNote: ApiObjectReference;
|
|
7760
7760
|
|
|
7761
7761
|
/**
|
|
7762
|
-
*
|
|
7762
|
+
* how should a refund be done?
|
|
7763
7763
|
*/
|
|
7764
|
-
|
|
7764
|
+
refundType: OpenItem$OpenItemRefundType;
|
|
7765
7765
|
|
|
7766
7766
|
/**
|
|
7767
7767
|
* Buchung auf Lieferant oder Kunde bei manuellen OPs
|
|
@@ -8127,14 +8127,14 @@ export interface OpenItemRecord {
|
|
|
8127
8127
|
version: number;
|
|
8128
8128
|
|
|
8129
8129
|
/**
|
|
8130
|
-
*
|
|
8130
|
+
* id der transaction, die diesen record hervorgerufen hat
|
|
8131
8131
|
*/
|
|
8132
|
-
|
|
8132
|
+
transactionId: number;
|
|
8133
8133
|
|
|
8134
8134
|
/**
|
|
8135
|
-
*
|
|
8135
|
+
* Buchungsbetrag in Basiswährung
|
|
8136
8136
|
*/
|
|
8137
|
-
|
|
8137
|
+
baseAmount: number;
|
|
8138
8138
|
|
|
8139
8139
|
/**
|
|
8140
8140
|
* Abzugsbetrag in Basiswährung
|
|
@@ -8308,14 +8308,14 @@ export interface PaymentMethod {
|
|
|
8308
8308
|
daysToAddForFollowup: number;
|
|
8309
8309
|
|
|
8310
8310
|
/**
|
|
8311
|
-
*
|
|
8311
|
+
* Die Business Transaction
|
|
8312
8312
|
*/
|
|
8313
|
-
|
|
8313
|
+
businessTransaction: ApiObjectReference;
|
|
8314
8314
|
|
|
8315
8315
|
/**
|
|
8316
|
-
*
|
|
8316
|
+
* external Payment Id
|
|
8317
8317
|
*/
|
|
8318
|
-
|
|
8318
|
+
externalPaymentId: string;
|
|
8319
8319
|
|
|
8320
8320
|
/**
|
|
8321
8321
|
* Unique identifier of the Object
|
|
@@ -8398,26 +8398,26 @@ export interface PaymentTerm {
|
|
|
8398
8398
|
*/
|
|
8399
8399
|
paymentDiscount2: number;
|
|
8400
8400
|
|
|
8401
|
-
/**
|
|
8402
|
-
* printDescription
|
|
8403
|
-
*/
|
|
8404
|
-
printDescription: string;
|
|
8405
|
-
|
|
8406
8401
|
/**
|
|
8407
8402
|
* Percent for Discount 1
|
|
8408
8403
|
*/
|
|
8409
8404
|
paymentDiscount1: number;
|
|
8410
8405
|
|
|
8411
8406
|
/**
|
|
8412
|
-
*
|
|
8407
|
+
* printDescription
|
|
8413
8408
|
*/
|
|
8414
|
-
|
|
8409
|
+
printDescription: string;
|
|
8415
8410
|
|
|
8416
8411
|
/**
|
|
8417
8412
|
* Days for Discount 1
|
|
8418
8413
|
*/
|
|
8419
8414
|
paymentDays1: number;
|
|
8420
8415
|
|
|
8416
|
+
/**
|
|
8417
|
+
* for deposit: remaining term
|
|
8418
|
+
*/
|
|
8419
|
+
remainingTermRef: ApiObjectReference;
|
|
8420
|
+
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Days for Discount 2
|
|
8423
8423
|
*/
|
|
@@ -8757,14 +8757,14 @@ export interface Picklist {
|
|
|
8757
8757
|
export interface PicklistLine {
|
|
8758
8758
|
|
|
8759
8759
|
/**
|
|
8760
|
-
*
|
|
8760
|
+
* Gesammelte Menge der Position
|
|
8761
8761
|
*/
|
|
8762
|
-
|
|
8762
|
+
quantityCollected: number;
|
|
8763
8763
|
|
|
8764
8764
|
/**
|
|
8765
|
-
*
|
|
8765
|
+
* Pickbox, mit der diese Position gesammelt werden soll
|
|
8766
8766
|
*/
|
|
8767
|
-
|
|
8767
|
+
pickTrolleyBoxRef: ApiObjectReference;
|
|
8768
8768
|
|
|
8769
8769
|
/**
|
|
8770
8770
|
* Komponenten dieser Position, falls es sich bei dieser Position um eine Baugruppe handelt
|
|
@@ -8802,14 +8802,14 @@ export interface PicklistLine {
|
|
|
8802
8802
|
version: number;
|
|
8803
8803
|
|
|
8804
8804
|
/**
|
|
8805
|
-
*
|
|
8805
|
+
* Lageranzeigename
|
|
8806
8806
|
*/
|
|
8807
|
-
|
|
8807
|
+
storageDisplayName: string;
|
|
8808
8808
|
|
|
8809
8809
|
/**
|
|
8810
|
-
*
|
|
8810
|
+
* ID der Quell-Dokumentposition
|
|
8811
8811
|
*/
|
|
8812
|
-
|
|
8812
|
+
sourceDocumentLineId: number;
|
|
8813
8813
|
|
|
8814
8814
|
/**
|
|
8815
8815
|
* Artikelnummer
|
|
@@ -8963,14 +8963,14 @@ export interface PicklistLineComponent {
|
|
|
8963
8963
|
targetDocumentLineComponentId: number;
|
|
8964
8964
|
|
|
8965
8965
|
/**
|
|
8966
|
-
*
|
|
8966
|
+
* abweichende Artikelbezeichnung
|
|
8967
8967
|
*/
|
|
8968
|
-
|
|
8968
|
+
articleAlternativeName: string;
|
|
8969
8969
|
|
|
8970
8970
|
/**
|
|
8971
|
-
*
|
|
8971
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
8972
8972
|
*/
|
|
8973
|
-
|
|
8973
|
+
quantityPerAssemblyGroup: number;
|
|
8974
8974
|
|
|
8975
8975
|
/**
|
|
8976
8976
|
* Verpackte Menge der Position
|
|
@@ -9227,14 +9227,14 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
9227
9227
|
printPicklist: boolean;
|
|
9228
9228
|
|
|
9229
9229
|
/**
|
|
9230
|
-
*
|
|
9230
|
+
* Die zu verwendende Pickwagengruppe
|
|
9231
9231
|
*/
|
|
9232
|
-
|
|
9232
|
+
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
9233
9233
|
|
|
9234
9234
|
/**
|
|
9235
|
-
*
|
|
9235
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
9236
9236
|
*/
|
|
9237
|
-
|
|
9237
|
+
maxPicklistLineCount: number;
|
|
9238
9238
|
|
|
9239
9239
|
/**
|
|
9240
9240
|
* Der zu verwendende Pickwagen
|
|
@@ -9305,14 +9305,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9305
9305
|
alwaysShowDeliveryMethod: boolean;
|
|
9306
9306
|
|
|
9307
9307
|
/**
|
|
9308
|
-
*
|
|
9308
|
+
* Überschreitung vom maximalen Paketgewicht blockieren?
|
|
9309
9309
|
*/
|
|
9310
|
-
|
|
9310
|
+
blockIfMaximumPackageWeightIsExceeded: boolean;
|
|
9311
9311
|
|
|
9312
9312
|
/**
|
|
9313
|
-
*
|
|
9313
|
+
* Soll die Lieferbelege automatisch nach Abschluss der Kommissionierung gedruckt werden?
|
|
9314
9314
|
*/
|
|
9315
|
-
|
|
9315
|
+
autoPrintDeliveryDocument: boolean;
|
|
9316
9316
|
|
|
9317
9317
|
/**
|
|
9318
9318
|
* Versand-Dialog beim Abschluss zeigen
|
|
@@ -9330,14 +9330,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
9330
9330
|
allowFullConfirmation: boolean;
|
|
9331
9331
|
|
|
9332
9332
|
/**
|
|
9333
|
-
* Sollen
|
|
9333
|
+
* Sollen bei der Erfassung automatisch die Etiketten gedruckt werden?
|
|
9334
9334
|
*/
|
|
9335
|
-
|
|
9335
|
+
printLabelOnScan: boolean;
|
|
9336
9336
|
|
|
9337
9337
|
/**
|
|
9338
|
-
* Sollen
|
|
9338
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
9339
9339
|
*/
|
|
9340
|
-
|
|
9340
|
+
allowPickingOfServiceArticles: boolean;
|
|
9341
9341
|
|
|
9342
9342
|
/**
|
|
9343
9343
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -10056,14 +10056,14 @@ export interface RequestDocument {
|
|
|
10056
10056
|
cashDrawerId: number;
|
|
10057
10057
|
|
|
10058
10058
|
/**
|
|
10059
|
-
*
|
|
10059
|
+
* Der Anzahlungsbetrag
|
|
10060
10060
|
*/
|
|
10061
|
-
|
|
10061
|
+
depositPaymentAmount: number;
|
|
10062
10062
|
|
|
10063
10063
|
/**
|
|
10064
|
-
*
|
|
10064
|
+
* Leistungsdatum
|
|
10065
10065
|
*/
|
|
10066
|
-
|
|
10066
|
+
performanceDate: ScriptingDate;
|
|
10067
10067
|
|
|
10068
10068
|
/**
|
|
10069
10069
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -10249,14 +10249,14 @@ export interface RequestDocumentLine {
|
|
|
10249
10249
|
commissions: Array<RequestDocumentLineCommission>;
|
|
10250
10250
|
|
|
10251
10251
|
/**
|
|
10252
|
-
*
|
|
10252
|
+
* Typ dieser Position
|
|
10253
10253
|
*/
|
|
10254
|
-
|
|
10254
|
+
lineType: DocumentLineType;
|
|
10255
10255
|
|
|
10256
10256
|
/**
|
|
10257
|
-
*
|
|
10257
|
+
* FiBu-Angaben
|
|
10258
10258
|
*/
|
|
10259
|
-
|
|
10259
|
+
financeBooking: DocumentFinanceBooking;
|
|
10260
10260
|
|
|
10261
10261
|
/**
|
|
10262
10262
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -10354,14 +10354,14 @@ export interface RequestDocumentLine {
|
|
|
10354
10354
|
name: string;
|
|
10355
10355
|
|
|
10356
10356
|
/**
|
|
10357
|
-
*
|
|
10357
|
+
* Für interne Zwecke: Externe Artikelnummer
|
|
10358
10358
|
*/
|
|
10359
|
-
|
|
10359
|
+
externalArticleNumber: string;
|
|
10360
10360
|
|
|
10361
10361
|
/**
|
|
10362
|
-
*
|
|
10362
|
+
* ID der Quell-Belegposition
|
|
10363
10363
|
*/
|
|
10364
|
-
|
|
10364
|
+
sourceLineId: number;
|
|
10365
10365
|
|
|
10366
10366
|
/**
|
|
10367
10367
|
* Buchungen zu dieser Belegposition
|
|
@@ -10369,14 +10369,14 @@ export interface RequestDocumentLine {
|
|
|
10369
10369
|
bookings: Array<RequestDocumentLineBooking>;
|
|
10370
10370
|
|
|
10371
10371
|
/**
|
|
10372
|
-
*
|
|
10372
|
+
* (optional) Preis des Artikels dieser Position
|
|
10373
10373
|
*/
|
|
10374
|
-
|
|
10374
|
+
productPrice: number;
|
|
10375
10375
|
|
|
10376
10376
|
/**
|
|
10377
|
-
*
|
|
10377
|
+
* Zu der Zeile Etikettendruck anstoßen
|
|
10378
10378
|
*/
|
|
10379
|
-
|
|
10379
|
+
doLabelPrint: boolean;
|
|
10380
10380
|
}
|
|
10381
10381
|
|
|
10382
10382
|
export interface RequestDocumentLineBooking {
|
|
@@ -10881,14 +10881,14 @@ export interface SequencerConfiguration {
|
|
|
10881
10881
|
key: string;
|
|
10882
10882
|
|
|
10883
10883
|
/**
|
|
10884
|
-
*
|
|
10884
|
+
* Alternative configuration used to generate sequences instead of this configuration
|
|
10885
10885
|
*/
|
|
10886
|
-
|
|
10886
|
+
alternativeConfiguration: ApiObjectReference;
|
|
10887
10887
|
|
|
10888
10888
|
/**
|
|
10889
|
-
*
|
|
10889
|
+
* Contains details about the sequencer configuration
|
|
10890
10890
|
*/
|
|
10891
|
-
|
|
10891
|
+
configurationDetail: SequencerConfigurationDetail;
|
|
10892
10892
|
|
|
10893
10893
|
/**
|
|
10894
10894
|
* MetaInformations for this Object
|
|
@@ -11415,14 +11415,14 @@ export interface Stock {
|
|
|
11415
11415
|
storageBinId: number;
|
|
11416
11416
|
|
|
11417
11417
|
/**
|
|
11418
|
-
*
|
|
11418
|
+
* Reservierte Menge der Seriennummer auf dem Lagerplatz
|
|
11419
11419
|
*/
|
|
11420
|
-
|
|
11420
|
+
reservedSerialQuantity: number;
|
|
11421
11421
|
|
|
11422
11422
|
/**
|
|
11423
|
-
*
|
|
11423
|
+
* Artikel
|
|
11424
11424
|
*/
|
|
11425
|
-
|
|
11425
|
+
articleId: number;
|
|
11426
11426
|
}
|
|
11427
11427
|
|
|
11428
11428
|
export const enum StockJournalFactor {
|
|
@@ -11497,14 +11497,14 @@ export interface StockMovementManualApi {
|
|
|
11497
11497
|
export interface StockTransferApi {
|
|
11498
11498
|
|
|
11499
11499
|
/**
|
|
11500
|
-
*
|
|
11500
|
+
* Ziel-Lager
|
|
11501
11501
|
*/
|
|
11502
|
-
|
|
11502
|
+
targetStorageId: number;
|
|
11503
11503
|
|
|
11504
11504
|
/**
|
|
11505
|
-
*
|
|
11505
|
+
* Seriennummer
|
|
11506
11506
|
*/
|
|
11507
|
-
|
|
11507
|
+
serialNumberId: number;
|
|
11508
11508
|
|
|
11509
11509
|
/**
|
|
11510
11510
|
* Bemerkung
|
|
@@ -11779,14 +11779,14 @@ export interface Supplier {
|
|
|
11779
11779
|
performanceCountryCode: string;
|
|
11780
11780
|
|
|
11781
11781
|
/**
|
|
11782
|
-
*
|
|
11782
|
+
* Lieferzeit in (Werk-)Tagen
|
|
11783
11783
|
*/
|
|
11784
|
-
|
|
11784
|
+
defaultDeliveryTime: number;
|
|
11785
11785
|
|
|
11786
11786
|
/**
|
|
11787
|
-
*
|
|
11787
|
+
* reference to the payment method
|
|
11788
11788
|
*/
|
|
11789
|
-
|
|
11789
|
+
paymentMethodRef: ApiObjectReference;
|
|
11790
11790
|
|
|
11791
11791
|
/**
|
|
11792
11792
|
* currency code IsoAlpha3
|
|
@@ -11807,14 +11807,14 @@ export interface TagDto {
|
|
|
11807
11807
|
editColor: string;
|
|
11808
11808
|
|
|
11809
11809
|
/**
|
|
11810
|
-
* Farbe
|
|
11810
|
+
* Farbe in Such-GUI
|
|
11811
11811
|
*/
|
|
11812
|
-
|
|
11812
|
+
searchColor: string;
|
|
11813
11813
|
|
|
11814
11814
|
/**
|
|
11815
|
-
* Farbe
|
|
11815
|
+
* Farbe für die Anzeige des Tags
|
|
11816
11816
|
*/
|
|
11817
|
-
|
|
11817
|
+
color: string;
|
|
11818
11818
|
|
|
11819
11819
|
/**
|
|
11820
11820
|
* Beschriftung des Tags
|