@vario-software/types 2026.22.0 → 2026.22.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 +14 -14
- package/scripting/types.d.ts +301 -301
package/scripting/types.d.ts
CHANGED
|
@@ -301,14 +301,14 @@ export interface AccountAddress {
|
|
|
301
301
|
titleRef: ApiCreatableReference;
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Street
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
street: string;
|
|
307
307
|
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* Country code
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
countryCode: string;
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Unique identifier of the Object
|
|
@@ -336,14 +336,14 @@ export interface AccountAddress {
|
|
|
336
336
|
types: Array<ApiCreatableReference>;
|
|
337
337
|
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Leitweg-ID
|
|
340
340
|
*/
|
|
341
|
-
|
|
341
|
+
buyerReference: string;
|
|
342
342
|
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* GLN/ILN as location identifier for this address
|
|
345
345
|
*/
|
|
346
|
-
|
|
346
|
+
globalLocationNumber: string;
|
|
347
347
|
|
|
348
348
|
/**
|
|
349
349
|
* abweichende Zahlungsart
|
|
@@ -381,14 +381,14 @@ export interface AccountAddress {
|
|
|
381
381
|
version: number;
|
|
382
382
|
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* tax identification number/ UST-ID-Nr.
|
|
385
385
|
*/
|
|
386
|
-
|
|
386
|
+
taxIdentificationNumber: string;
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
|
-
*
|
|
389
|
+
* Additional address line1
|
|
390
390
|
*/
|
|
391
|
-
|
|
391
|
+
additionalAddressLine1: string;
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Parcel station
|
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Parcel station customer number
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
parcelStationCustomerNumber: string;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Default contacts
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -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
|
|
@@ -1009,14 +1009,14 @@ export interface Article {
|
|
|
1009
1009
|
customsTariffNumber: string;
|
|
1010
1010
|
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* is this product purchasable
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
purchasable: boolean;
|
|
1015
1015
|
|
|
1016
1016
|
/**
|
|
1017
|
-
*
|
|
1017
|
+
* Product custom data
|
|
1018
1018
|
*/
|
|
1019
|
-
|
|
1019
|
+
listingCustom: EavArticleListing;
|
|
1020
1020
|
|
|
1021
1021
|
/**
|
|
1022
1022
|
* base capacity unit
|
|
@@ -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)
|
|
@@ -1064,14 +1064,14 @@ export interface Article {
|
|
|
1064
1064
|
warrantyInMonths: number;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
|
-
*
|
|
1067
|
+
* Optionen zur Berechnung der Verfügbarkeit
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
availabilityDetermination: ArticleAvailabilityDetermination;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* weight and size w.o. packaging
|
|
1073
1073
|
*/
|
|
1074
|
-
|
|
1074
|
+
netMetric: Article$Metric;
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* unique product number
|
|
@@ -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)
|
|
@@ -1269,14 +1269,14 @@ export interface Article {
|
|
|
1269
1269
|
capacity: number;
|
|
1270
1270
|
|
|
1271
1271
|
/**
|
|
1272
|
-
*
|
|
1272
|
+
* Mindestrestlaufzeit Eingang (Tage): Minimale Restlaufzeit in Tagen, die ein Artikel bei der Einbuchung in ein Verkaufslager noch aufweisen muss
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
minimumRemainingDaysBeforeExpiryDateOnGoodsReceipt: number;
|
|
1275
1275
|
|
|
1276
1276
|
/**
|
|
1277
|
-
*
|
|
1277
|
+
* gross sales prices
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
grossSalesPrice: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Letzter EKP (Startwert)
|
|
@@ -1509,9 +1509,9 @@ export interface ArticleCustomer {
|
|
|
1509
1509
|
customerPrintLabelSettings: ArticlePrintLabelSettings;
|
|
1510
1510
|
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* Referenced Article
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
articleId: number;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
@@ -1519,9 +1519,9 @@ export interface ArticleCustomer {
|
|
|
1519
1519
|
useDeviatingArticleDescription: boolean;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
|
-
*
|
|
1522
|
+
* Kunden-Preise
|
|
1523
1523
|
*/
|
|
1524
|
-
|
|
1524
|
+
productPrices: Array<ProductPrice>;
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Aktiv?
|
|
@@ -1670,14 +1670,14 @@ export interface ArticleListing {
|
|
|
1670
1670
|
proposedLowestPriceGross: number;
|
|
1671
1671
|
|
|
1672
1672
|
/**
|
|
1673
|
-
*
|
|
1673
|
+
* der Sales Channel
|
|
1674
1674
|
*/
|
|
1675
|
-
|
|
1675
|
+
salesChannelRef: ApiObjectReference;
|
|
1676
1676
|
|
|
1677
1677
|
/**
|
|
1678
|
-
* der
|
|
1678
|
+
* Niedrigster Brutto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1679
1679
|
*/
|
|
1680
|
-
|
|
1680
|
+
customLowestPriceGross: number;
|
|
1681
1681
|
|
|
1682
1682
|
/**
|
|
1683
1683
|
* soll der Artikel gelistet werden
|
|
@@ -1710,14 +1710,14 @@ export interface ArticleListing {
|
|
|
1710
1710
|
alternativeName: WithDefaults<String>;
|
|
1711
1711
|
|
|
1712
1712
|
/**
|
|
1713
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1713
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1714
1714
|
*/
|
|
1715
|
-
|
|
1715
|
+
customLowestPriceNet: number;
|
|
1716
1716
|
|
|
1717
1717
|
/**
|
|
1718
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1718
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1719
1719
|
*/
|
|
1720
|
-
|
|
1720
|
+
proposedLowestPriceNet: number;
|
|
1721
1721
|
|
|
1722
1722
|
/**
|
|
1723
1723
|
* der aktuelle listing stand
|
|
@@ -1878,14 +1878,14 @@ export const enum ArticleSerialType {
|
|
|
1878
1878
|
export interface ArticleStorage {
|
|
1879
1879
|
|
|
1880
1880
|
/**
|
|
1881
|
-
*
|
|
1881
|
+
* Nachschub ab
|
|
1882
1882
|
*/
|
|
1883
|
-
|
|
1883
|
+
replenishmentFrom: number;
|
|
1884
1884
|
|
|
1885
1885
|
/**
|
|
1886
|
-
*
|
|
1886
|
+
* Bestand im Lager
|
|
1887
1887
|
*/
|
|
1888
|
-
|
|
1888
|
+
quantityInStock: number;
|
|
1889
1889
|
|
|
1890
1890
|
/**
|
|
1891
1891
|
* Bestellte Menge
|
|
@@ -1981,9 +1981,9 @@ export interface ArticleStorage {
|
|
|
1981
1981
|
export interface ArticleSupplier {
|
|
1982
1982
|
|
|
1983
1983
|
/**
|
|
1984
|
-
*
|
|
1984
|
+
* Lieferanten-Meldebestand
|
|
1985
1985
|
*/
|
|
1986
|
-
|
|
1986
|
+
supplierReportingStock: number;
|
|
1987
1987
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* Anzeigename des Accounts
|
|
@@ -1991,9 +1991,9 @@ export interface ArticleSupplier {
|
|
|
1991
1991
|
accountDisplayName: string;
|
|
1992
1992
|
|
|
1993
1993
|
/**
|
|
1994
|
-
*
|
|
1994
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1995
1995
|
*/
|
|
1996
|
-
|
|
1996
|
+
useSupplierArticleDescription: boolean;
|
|
1997
1997
|
|
|
1998
1998
|
/**
|
|
1999
1999
|
* Lieferzeit in (Werk-)Tagen
|
|
@@ -2061,14 +2061,14 @@ export interface ArticleSupplier {
|
|
|
2061
2061
|
packagingUnit: number;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
|
-
*
|
|
2064
|
+
* Referenced Article
|
|
2065
2065
|
*/
|
|
2066
|
-
|
|
2066
|
+
articleId: number;
|
|
2067
2067
|
|
|
2068
2068
|
/**
|
|
2069
|
-
*
|
|
2069
|
+
* Lieferanten-Preise
|
|
2070
2070
|
*/
|
|
2071
|
-
|
|
2071
|
+
productPrices: Array<ProductPrice>;
|
|
2072
2072
|
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Aktiv?
|
|
@@ -2091,14 +2091,14 @@ export interface ArticleSupplier {
|
|
|
2091
2091
|
dropShippingAllowed: boolean;
|
|
2092
2092
|
|
|
2093
2093
|
/**
|
|
2094
|
-
* Abweichende
|
|
2094
|
+
* Abweichende Produktbeschreibung
|
|
2095
2095
|
*/
|
|
2096
|
-
|
|
2096
|
+
supplierArticleDescription: string;
|
|
2097
2097
|
|
|
2098
2098
|
/**
|
|
2099
|
-
* Abweichende
|
|
2099
|
+
* Abweichende Produktbezeichnung
|
|
2100
2100
|
*/
|
|
2101
|
-
|
|
2101
|
+
supplierArticleName: string;
|
|
2102
2102
|
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Standardpreis Netto
|
|
@@ -2401,14 +2401,14 @@ export interface CrmActivity {
|
|
|
2401
2401
|
info: MetaInfo;
|
|
2402
2402
|
|
|
2403
2403
|
/**
|
|
2404
|
-
*
|
|
2404
|
+
* Aktivität intern abgerechnet?
|
|
2405
2405
|
*/
|
|
2406
|
-
|
|
2406
|
+
internalBilled: boolean;
|
|
2407
2407
|
|
|
2408
2408
|
/**
|
|
2409
|
-
*
|
|
2409
|
+
* geplante Dauer
|
|
2410
2410
|
*/
|
|
2411
|
-
|
|
2411
|
+
plannedDurationInSeconds: number;
|
|
2412
2412
|
|
|
2413
2413
|
/**
|
|
2414
2414
|
* Freie Felder der CRM-Aktivität
|
|
@@ -2560,14 +2560,14 @@ export interface CrmActivityType {
|
|
|
2560
2560
|
export interface CrmChecklistItem {
|
|
2561
2561
|
|
|
2562
2562
|
/**
|
|
2563
|
-
*
|
|
2563
|
+
* Text des Checklisten-Elements
|
|
2564
2564
|
*/
|
|
2565
|
-
|
|
2565
|
+
memo: string;
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* Ist das Element "angehakt"?
|
|
2569
2569
|
*/
|
|
2570
|
-
|
|
2570
|
+
checked: boolean;
|
|
2571
2571
|
|
|
2572
2572
|
/**
|
|
2573
2573
|
* Unique identifier of the Object
|
|
@@ -2959,14 +2959,14 @@ export interface CrmProject {
|
|
|
2959
2959
|
priorityRef: ApiObjectReference;
|
|
2960
2960
|
|
|
2961
2961
|
/**
|
|
2962
|
-
*
|
|
2962
|
+
* Phase
|
|
2963
2963
|
*/
|
|
2964
|
-
|
|
2964
|
+
phaseRef: ApiObjectReference;
|
|
2965
2965
|
|
|
2966
2966
|
/**
|
|
2967
|
-
*
|
|
2967
|
+
* Projektleiter vom Auftragnehmer
|
|
2968
2968
|
*/
|
|
2969
|
-
|
|
2969
|
+
projectManagerOfContractor: CrmParticipant;
|
|
2970
2970
|
|
|
2971
2971
|
/**
|
|
2972
2972
|
* Aufgaben-Nummer
|
|
@@ -3214,14 +3214,14 @@ export interface CrmState {
|
|
|
3214
3214
|
readyToBill: boolean;
|
|
3215
3215
|
|
|
3216
3216
|
/**
|
|
3217
|
-
*
|
|
3217
|
+
* Handelt es sich um einen Anfang-Status
|
|
3218
3218
|
*/
|
|
3219
|
-
|
|
3219
|
+
startState: boolean;
|
|
3220
3220
|
|
|
3221
3221
|
/**
|
|
3222
|
-
*
|
|
3222
|
+
* Kommentar bei negativem Abschluß erforderlich
|
|
3223
3223
|
*/
|
|
3224
|
-
|
|
3224
|
+
needsCommentOnNegativeFinish: boolean;
|
|
3225
3225
|
|
|
3226
3226
|
/**
|
|
3227
3227
|
* MetaInformations for this Object
|
|
@@ -3270,9 +3270,9 @@ export interface CrmSubType {
|
|
|
3270
3270
|
export interface CrmTask {
|
|
3271
3271
|
|
|
3272
3272
|
/**
|
|
3273
|
-
*
|
|
3273
|
+
* Liste von Erinnerungen
|
|
3274
3274
|
*/
|
|
3275
|
-
|
|
3275
|
+
reminders: Array<CrmReminder>;
|
|
3276
3276
|
|
|
3277
3277
|
/**
|
|
3278
3278
|
* Verantwortlicher Teilnehmer (Ansprechpartner)
|
|
@@ -3280,9 +3280,9 @@ export interface CrmTask {
|
|
|
3280
3280
|
mainResponsibleParticipantRef: ApiObjectReference;
|
|
3281
3281
|
|
|
3282
3282
|
/**
|
|
3283
|
-
*
|
|
3283
|
+
* Angebot
|
|
3284
3284
|
*/
|
|
3285
|
-
|
|
3285
|
+
customerOfferRef: DocumentRef;
|
|
3286
3286
|
|
|
3287
3287
|
/**
|
|
3288
3288
|
* Notizen
|
|
@@ -3465,14 +3465,14 @@ export interface CrmTask {
|
|
|
3465
3465
|
assignedUserRef: ApiObjectReference;
|
|
3466
3466
|
|
|
3467
3467
|
/**
|
|
3468
|
-
*
|
|
3468
|
+
* Beauftragte Zeit in Sekunden
|
|
3469
3469
|
*/
|
|
3470
|
-
|
|
3470
|
+
effortCommissioned: number;
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Erfasste Zeiten in Sekunden (extern)
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
externalRecordedTimes: number;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
3478
|
* Aufwandsschätzung in Sekunden
|
|
@@ -3709,14 +3709,14 @@ export interface Customer {
|
|
|
3709
3709
|
stackProcessingPriority: number;
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
|
-
*
|
|
3712
|
+
* Sammelabrechnung nur manuell auslösen?
|
|
3713
3713
|
*/
|
|
3714
|
-
|
|
3714
|
+
collectiveInvoiceManually: boolean;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
*
|
|
3717
|
+
* reference to product price group
|
|
3718
3718
|
*/
|
|
3719
|
-
|
|
3719
|
+
productPriceGroupRef: ApiObjectReference;
|
|
3720
3720
|
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Unique identifier of the Object
|
|
@@ -3953,14 +3953,14 @@ export interface DeliveryMethod {
|
|
|
3953
3953
|
defaultSizeUnit: UnitTypeReference;
|
|
3954
3954
|
|
|
3955
3955
|
/**
|
|
3956
|
-
*
|
|
3956
|
+
* translations
|
|
3957
3957
|
*/
|
|
3958
|
-
|
|
3958
|
+
translations: Array<DocumentTypeTerm>;
|
|
3959
3959
|
|
|
3960
3960
|
/**
|
|
3961
|
-
*
|
|
3961
|
+
* Quelle für Paketgewicht
|
|
3962
3962
|
*/
|
|
3963
|
-
|
|
3963
|
+
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3964
3964
|
|
|
3965
3965
|
/**
|
|
3966
3966
|
* Versand-Anbieter
|
|
@@ -4051,14 +4051,14 @@ export interface DeliveryTerm {
|
|
|
4051
4051
|
version: number;
|
|
4052
4052
|
|
|
4053
4053
|
/**
|
|
4054
|
-
*
|
|
4054
|
+
* translations
|
|
4055
4055
|
*/
|
|
4056
|
-
|
|
4056
|
+
translations: Array<DocumentTypeTerm>;
|
|
4057
4057
|
|
|
4058
4058
|
/**
|
|
4059
|
-
*
|
|
4059
|
+
* information, how the shipping charges should be calculated
|
|
4060
4060
|
*/
|
|
4061
|
-
|
|
4061
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
4062
4062
|
|
|
4063
4063
|
/**
|
|
4064
4064
|
* Lieferarten
|
|
@@ -4177,14 +4177,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
4177
4177
|
deliveryQuantityPackages: number;
|
|
4178
4178
|
|
|
4179
4179
|
/**
|
|
4180
|
-
*
|
|
4180
|
+
* Bestellnummer aus Vorbeleg
|
|
4181
4181
|
*/
|
|
4182
|
-
|
|
4182
|
+
referencedOrderNumber: string;
|
|
4183
4183
|
|
|
4184
4184
|
/**
|
|
4185
|
-
*
|
|
4185
|
+
* Leitweg-ID
|
|
4186
4186
|
*/
|
|
4187
|
-
|
|
4187
|
+
buyerReference: string;
|
|
4188
4188
|
|
|
4189
4189
|
/**
|
|
4190
4190
|
* Steuerpflichtig oder steuerfrei
|
|
@@ -4339,14 +4339,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4339
4339
|
contractDetail: DocumentContractDetail;
|
|
4340
4340
|
|
|
4341
4341
|
/**
|
|
4342
|
-
*
|
|
4342
|
+
* Zahlungsplan vorhanden?
|
|
4343
4343
|
*/
|
|
4344
|
-
|
|
4344
|
+
paymentPlan: boolean;
|
|
4345
4345
|
|
|
4346
4346
|
/**
|
|
4347
|
-
*
|
|
4347
|
+
* Skontofähiger Bruttogesamtbetrag
|
|
4348
4348
|
*/
|
|
4349
|
-
|
|
4349
|
+
cashDiscountableTotalGrossPrice: number;
|
|
4350
4350
|
|
|
4351
4351
|
/**
|
|
4352
4352
|
* Produktionsdetails
|
|
@@ -4374,14 +4374,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4374
4374
|
processedByWorkflow: boolean;
|
|
4375
4375
|
|
|
4376
4376
|
/**
|
|
4377
|
-
*
|
|
4377
|
+
* Telefon an Versender übergeben
|
|
4378
4378
|
*/
|
|
4379
|
-
|
|
4379
|
+
forwardPhoneToShipper: boolean;
|
|
4380
4380
|
|
|
4381
4381
|
/**
|
|
4382
|
-
*
|
|
4382
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4383
4383
|
*/
|
|
4384
|
-
|
|
4384
|
+
baseTotalDocumentPriceModifier: number;
|
|
4385
4385
|
|
|
4386
4386
|
/**
|
|
4387
4387
|
* Liste der Belegtexte
|
|
@@ -4414,14 +4414,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4414
4414
|
performanceDate: ScriptingDate;
|
|
4415
4415
|
|
|
4416
4416
|
/**
|
|
4417
|
-
*
|
|
4417
|
+
* EN16931-Profil für elektronische Rechnungen
|
|
4418
4418
|
*/
|
|
4419
|
-
|
|
4419
|
+
en16931Profile: EN16931Profile;
|
|
4420
4420
|
|
|
4421
4421
|
/**
|
|
4422
|
-
*
|
|
4422
|
+
* Ist der Streckengeschäfts-Beleg zur Rechnung freigegeben?
|
|
4423
4423
|
*/
|
|
4424
|
-
|
|
4424
|
+
dropShippingInvoiceApproved: boolean;
|
|
4425
4425
|
|
|
4426
4426
|
/**
|
|
4427
4427
|
* Ort der steuerlichen Leistungserbringung
|
|
@@ -4584,9 +4584,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4584
4584
|
customerNumber: string;
|
|
4585
4585
|
|
|
4586
4586
|
/**
|
|
4587
|
-
*
|
|
4587
|
+
* Statusinstanz des Belegs
|
|
4588
4588
|
*/
|
|
4589
|
-
|
|
4589
|
+
documentState: DocumentTypeState;
|
|
4590
4590
|
|
|
4591
4591
|
/**
|
|
4592
4592
|
* Umsatzsteuer-Identifikationsnummer
|
|
@@ -4594,9 +4594,9 @@ true wenn die Quittung bezahlt ist
|
|
|
4594
4594
|
taxIdentificationNumber: string;
|
|
4595
4595
|
|
|
4596
4596
|
/**
|
|
4597
|
-
*
|
|
4597
|
+
* Versandkostenpositionen
|
|
4598
4598
|
*/
|
|
4599
|
-
|
|
4599
|
+
shippingCosts: Array<DocumentShippingCost>;
|
|
4600
4600
|
|
|
4601
4601
|
/**
|
|
4602
4602
|
* Rückgeld
|
|
@@ -4664,14 +4664,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4664
4664
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4665
4665
|
|
|
4666
4666
|
/**
|
|
4667
|
-
*
|
|
4667
|
+
* Herkunft der Sprache
|
|
4668
4668
|
*/
|
|
4669
|
-
|
|
4669
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4670
4670
|
|
|
4671
4671
|
/**
|
|
4672
|
-
*
|
|
4672
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4673
4673
|
*/
|
|
4674
|
-
|
|
4674
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4675
4675
|
|
|
4676
4676
|
/**
|
|
4677
4677
|
* Herkunft der Käufer-Referenz
|
|
@@ -4679,14 +4679,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4679
4679
|
buyerReferenceOrigin: BuyerReferenceOrigin;
|
|
4680
4680
|
|
|
4681
4681
|
/**
|
|
4682
|
-
*
|
|
4682
|
+
* Herkunft des Berechnungsmodus
|
|
4683
4683
|
*/
|
|
4684
|
-
|
|
4684
|
+
calculationModeOrigin: CalculationModeOrigin;
|
|
4685
4685
|
|
|
4686
4686
|
/**
|
|
4687
|
-
*
|
|
4687
|
+
* Ziele für den Wareneingang für den gesamten Beleg
|
|
4688
4688
|
*/
|
|
4689
|
-
|
|
4689
|
+
incomingGoodsTarget: DocumentAdditionalInfo$IncomingGoodsTarget;
|
|
4690
4690
|
|
|
4691
4691
|
/**
|
|
4692
4692
|
* Herkunft des E-Rechnungs-Profils
|
|
@@ -4804,14 +4804,14 @@ export interface DocumentAddress {
|
|
|
4804
4804
|
postOfficeBox: string;
|
|
4805
4805
|
|
|
4806
4806
|
/**
|
|
4807
|
-
*
|
|
4807
|
+
* Street
|
|
4808
4808
|
*/
|
|
4809
|
-
|
|
4809
|
+
street: string;
|
|
4810
4810
|
|
|
4811
4811
|
/**
|
|
4812
|
-
*
|
|
4812
|
+
* country code IsoAlpha3
|
|
4813
4813
|
*/
|
|
4814
|
-
|
|
4814
|
+
countryCode: string;
|
|
4815
4815
|
|
|
4816
4816
|
/**
|
|
4817
4817
|
* Unique identifier of the Object
|
|
@@ -5055,14 +5055,14 @@ export interface DocumentFabricationDetail {
|
|
|
5055
5055
|
targetStorageRef: ApiObjectReference;
|
|
5056
5056
|
|
|
5057
5057
|
/**
|
|
5058
|
-
*
|
|
5058
|
+
* Material-Lager
|
|
5059
5059
|
*/
|
|
5060
|
-
|
|
5060
|
+
componentsStorageRef: ApiObjectReference;
|
|
5061
5061
|
|
|
5062
5062
|
/**
|
|
5063
|
-
*
|
|
5063
|
+
* Notiz
|
|
5064
5064
|
*/
|
|
5065
|
-
|
|
5065
|
+
note: string;
|
|
5066
5066
|
|
|
5067
5067
|
/**
|
|
5068
5068
|
* QS-Lager
|
|
@@ -5189,14 +5189,14 @@ export const enum DocumentImportType {
|
|
|
5189
5189
|
export interface DocumentLine {
|
|
5190
5190
|
|
|
5191
5191
|
/**
|
|
5192
|
-
*
|
|
5192
|
+
* Leistungsdatum
|
|
5193
5193
|
*/
|
|
5194
|
-
|
|
5194
|
+
performanceDate: ScriptingDate;
|
|
5195
5195
|
|
|
5196
5196
|
/**
|
|
5197
|
-
*
|
|
5197
|
+
* Zolltarifnummer
|
|
5198
5198
|
*/
|
|
5199
|
-
|
|
5199
|
+
customsTariffNumber: string;
|
|
5200
5200
|
|
|
5201
5201
|
/**
|
|
5202
5202
|
* Land der Herkunft
|
|
@@ -5284,14 +5284,14 @@ export interface DocumentLine {
|
|
|
5284
5284
|
price: number;
|
|
5285
5285
|
|
|
5286
5286
|
/**
|
|
5287
|
-
*
|
|
5287
|
+
* Gesamtpreis Position in Basiswährung
|
|
5288
5288
|
*/
|
|
5289
|
-
|
|
5289
|
+
baseTotalLinePrice: number;
|
|
5290
5290
|
|
|
5291
5291
|
/**
|
|
5292
|
-
*
|
|
5292
|
+
* FiBu-Buchung
|
|
5293
5293
|
*/
|
|
5294
|
-
|
|
5294
|
+
financeBooking: DocumentFinanceBooking;
|
|
5295
5295
|
|
|
5296
5296
|
/**
|
|
5297
5297
|
* Positionstyp
|
|
@@ -5334,14 +5334,14 @@ export interface DocumentLine {
|
|
|
5334
5334
|
positionOfArticleLine: number;
|
|
5335
5335
|
|
|
5336
5336
|
/**
|
|
5337
|
-
*
|
|
5337
|
+
* Externe Referenz zum VDS-Paket
|
|
5338
5338
|
*/
|
|
5339
|
-
|
|
5339
|
+
externalReferenceVds: string;
|
|
5340
5340
|
|
|
5341
5341
|
/**
|
|
5342
|
-
*
|
|
5342
|
+
* Preis pro Einheit in Basiswährung
|
|
5343
5343
|
*/
|
|
5344
|
-
|
|
5344
|
+
basePrice: number;
|
|
5345
5345
|
|
|
5346
5346
|
/**
|
|
5347
5347
|
* Serientyp
|
|
@@ -5444,14 +5444,14 @@ export interface DocumentLine {
|
|
|
5444
5444
|
components: Array<DocumentLineComponent>;
|
|
5445
5445
|
|
|
5446
5446
|
/**
|
|
5447
|
-
*
|
|
5447
|
+
* Summe Dokumentpreisänderungen [Brutto, Netto]
|
|
5448
5448
|
*/
|
|
5449
|
-
|
|
5449
|
+
totalDocumentPriceModifier: number;
|
|
5450
5450
|
|
|
5451
5451
|
/**
|
|
5452
|
-
*
|
|
5452
|
+
* Versanddatum
|
|
5453
5453
|
*/
|
|
5454
|
-
|
|
5454
|
+
shippingDate: ScriptingDate;
|
|
5455
5455
|
|
|
5456
5456
|
/**
|
|
5457
5457
|
* Menge in Pick-Vorgang
|
|
@@ -5549,14 +5549,14 @@ export interface DocumentLine {
|
|
|
5549
5549
|
baseSalesValueNet: number;
|
|
5550
5550
|
|
|
5551
5551
|
/**
|
|
5552
|
-
*
|
|
5552
|
+
* Vertragsinformationen
|
|
5553
5553
|
*/
|
|
5554
|
-
|
|
5554
|
+
contractDetail: DocumentContractDetail;
|
|
5555
5555
|
|
|
5556
5556
|
/**
|
|
5557
|
-
*
|
|
5557
|
+
* Einheit Nettogewicht
|
|
5558
5558
|
*/
|
|
5559
|
-
|
|
5559
|
+
netWeightUnit: UnitTypeReference;
|
|
5560
5560
|
|
|
5561
5561
|
/**
|
|
5562
5562
|
* Menge
|
|
@@ -5926,6 +5926,11 @@ export interface DocumentLineFabricationDetail {
|
|
|
5926
5926
|
*/
|
|
5927
5927
|
quantityFinished: number;
|
|
5928
5928
|
|
|
5929
|
+
/**
|
|
5930
|
+
* Menge defekt
|
|
5931
|
+
*/
|
|
5932
|
+
quantityDefective: number;
|
|
5933
|
+
|
|
5929
5934
|
/**
|
|
5930
5935
|
* Produzierte Seriennummern
|
|
5931
5936
|
*/
|
|
@@ -5936,11 +5941,6 @@ export interface DocumentLineFabricationDetail {
|
|
|
5936
5941
|
*/
|
|
5937
5942
|
custom: EavFabricationline;
|
|
5938
5943
|
|
|
5939
|
-
/**
|
|
5940
|
-
* Menge defekt
|
|
5941
|
-
*/
|
|
5942
|
-
quantityDefective: number;
|
|
5943
|
-
|
|
5944
5944
|
/**
|
|
5945
5945
|
* Menge produziert
|
|
5946
5946
|
*/
|
|
@@ -6033,14 +6033,14 @@ export interface DocumentLinePosDetail {
|
|
|
6033
6033
|
withdrawalMode: CashJournalWithdrawalMode;
|
|
6034
6034
|
|
|
6035
6035
|
/**
|
|
6036
|
-
*
|
|
6036
|
+
* Status der externen Zahlung
|
|
6037
6037
|
*/
|
|
6038
|
-
|
|
6038
|
+
externalPaymentStatus: PosPaymentStatus;
|
|
6039
6039
|
|
|
6040
6040
|
/**
|
|
6041
|
-
*
|
|
6041
|
+
* Typ der Einlage/Ausgabe
|
|
6042
6042
|
*/
|
|
6043
|
-
|
|
6043
|
+
depositExpenseTypeId: number;
|
|
6044
6044
|
|
|
6045
6045
|
/**
|
|
6046
6046
|
* Abschöpfung auf Betrag (Modus BALANCE) — Restbetrag, der in der Kasse verbleibt
|
|
@@ -6078,14 +6078,14 @@ export interface DocumentLinePosDetail {
|
|
|
6078
6078
|
balanceBeforeWithdrawal: number;
|
|
6079
6079
|
|
|
6080
6080
|
/**
|
|
6081
|
-
*
|
|
6081
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6082
6082
|
*/
|
|
6083
|
-
|
|
6083
|
+
externalPaymentId: string;
|
|
6084
6084
|
|
|
6085
6085
|
/**
|
|
6086
|
-
*
|
|
6086
|
+
* Typ der Position
|
|
6087
6087
|
*/
|
|
6088
|
-
|
|
6088
|
+
posLineType: PosLineType;
|
|
6089
6089
|
|
|
6090
6090
|
/**
|
|
6091
6091
|
* Unique identifier of the Object
|
|
@@ -6111,14 +6111,14 @@ export interface DocumentLineRef {
|
|
|
6111
6111
|
quantity: number;
|
|
6112
6112
|
|
|
6113
6113
|
/**
|
|
6114
|
-
*
|
|
6114
|
+
* Belegart
|
|
6115
6115
|
*/
|
|
6116
|
-
|
|
6116
|
+
documentType: string;
|
|
6117
6117
|
|
|
6118
6118
|
/**
|
|
6119
|
-
*
|
|
6119
|
+
* Artikelnummer
|
|
6120
6120
|
*/
|
|
6121
|
-
|
|
6121
|
+
articleNumber: string;
|
|
6122
6122
|
|
|
6123
6123
|
/**
|
|
6124
6124
|
* price per quantity [GROSS, NET]
|
|
@@ -6318,14 +6318,14 @@ export interface DocumentPosPayment {
|
|
|
6318
6318
|
balanceBeforeWithdrawal: number;
|
|
6319
6319
|
|
|
6320
6320
|
/**
|
|
6321
|
-
*
|
|
6321
|
+
* Externe Payment-ID für Verbindung zum Payment-Backend
|
|
6322
6322
|
*/
|
|
6323
|
-
|
|
6323
|
+
externalPaymentId: string;
|
|
6324
6324
|
|
|
6325
6325
|
/**
|
|
6326
|
-
*
|
|
6326
|
+
* Typ der Position
|
|
6327
6327
|
*/
|
|
6328
|
-
|
|
6328
|
+
posLineType: PosLineType;
|
|
6329
6329
|
|
|
6330
6330
|
/**
|
|
6331
6331
|
* Unique identifier of the Object
|
|
@@ -6583,14 +6583,14 @@ export interface DocumentText {
|
|
|
6583
6583
|
transferableIntoSubsequentDocuments: boolean;
|
|
6584
6584
|
|
|
6585
6585
|
/**
|
|
6586
|
-
*
|
|
6586
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6587
6587
|
*/
|
|
6588
|
-
|
|
6588
|
+
textPosition: TextPosition;
|
|
6589
6589
|
|
|
6590
6590
|
/**
|
|
6591
|
-
*
|
|
6591
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6592
6592
|
*/
|
|
6593
|
-
|
|
6593
|
+
deleted: boolean;
|
|
6594
6594
|
|
|
6595
6595
|
/**
|
|
6596
6596
|
* textBaustein Vorlage
|
|
@@ -6700,14 +6700,14 @@ export interface DocumentType {
|
|
|
6700
6700
|
labels: Array<DocumentTypeLabel>;
|
|
6701
6701
|
|
|
6702
6702
|
/**
|
|
6703
|
-
*
|
|
6703
|
+
* Zählerkreis
|
|
6704
6704
|
*/
|
|
6705
|
-
|
|
6705
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6706
6706
|
|
|
6707
6707
|
/**
|
|
6708
|
-
*
|
|
6708
|
+
* nächste Belegnummer
|
|
6709
6709
|
*/
|
|
6710
|
-
|
|
6710
|
+
nextNumber: string;
|
|
6711
6711
|
|
|
6712
6712
|
/**
|
|
6713
6713
|
* Sortierung
|
|
@@ -6888,14 +6888,14 @@ export const enum DropShippingPolicy {
|
|
|
6888
6888
|
export interface DummySerialNumberStockTransferApi {
|
|
6889
6889
|
|
|
6890
6890
|
/**
|
|
6891
|
-
*
|
|
6891
|
+
* Seriennummer
|
|
6892
6892
|
*/
|
|
6893
|
-
|
|
6893
|
+
serialNumberId: number;
|
|
6894
6894
|
|
|
6895
6895
|
/**
|
|
6896
|
-
*
|
|
6896
|
+
* Ziel-Lager
|
|
6897
6897
|
*/
|
|
6898
|
-
|
|
6898
|
+
targetStorageId: number;
|
|
6899
6899
|
|
|
6900
6900
|
/**
|
|
6901
6901
|
* Bemerkung
|
|
@@ -6918,14 +6918,14 @@ export interface DummySerialNumberStockTransferApi {
|
|
|
6918
6918
|
targetExpiryDate: ScriptingDate;
|
|
6919
6919
|
|
|
6920
6920
|
/**
|
|
6921
|
-
*
|
|
6921
|
+
* Quell-Lagerplatz
|
|
6922
6922
|
*/
|
|
6923
|
-
|
|
6923
|
+
sourceStorageBinId: number;
|
|
6924
6924
|
|
|
6925
6925
|
/**
|
|
6926
|
-
*
|
|
6926
|
+
* Menge
|
|
6927
6927
|
*/
|
|
6928
|
-
|
|
6928
|
+
quantity: number;
|
|
6929
6929
|
|
|
6930
6930
|
/**
|
|
6931
6931
|
* Quell-Lager
|
|
@@ -7189,14 +7189,14 @@ export const enum FabricationOfComponents {
|
|
|
7189
7189
|
export interface FabricationProduceRequest {
|
|
7190
7190
|
|
|
7191
7191
|
/**
|
|
7192
|
-
*
|
|
7192
|
+
* Material automatisch bestätigen
|
|
7193
7193
|
*/
|
|
7194
|
-
|
|
7194
|
+
autoCommitComponents: boolean;
|
|
7195
7195
|
|
|
7196
7196
|
/**
|
|
7197
|
-
*
|
|
7197
|
+
* Zu produzierende Menge
|
|
7198
7198
|
*/
|
|
7199
|
-
|
|
7199
|
+
quantity: number;
|
|
7200
7200
|
|
|
7201
7201
|
/**
|
|
7202
7202
|
* Für die Produktion zu verwendendes Material
|
|
@@ -7250,14 +7250,14 @@ export interface FabricationRevertRequest {
|
|
|
7250
7250
|
quantity: number;
|
|
7251
7251
|
|
|
7252
7252
|
/**
|
|
7253
|
-
*
|
|
7253
|
+
* Material automatisch stornieren
|
|
7254
7254
|
*/
|
|
7255
|
-
|
|
7255
|
+
autoRevertComponents: boolean;
|
|
7256
7256
|
|
|
7257
7257
|
/**
|
|
7258
|
-
*
|
|
7258
|
+
* ID der zu stornierenden Position
|
|
7259
7259
|
*/
|
|
7260
|
-
|
|
7260
|
+
documentLineId: number;
|
|
7261
7261
|
|
|
7262
7262
|
/**
|
|
7263
7263
|
* Zu stornierende Seriennummern
|
|
@@ -7829,14 +7829,14 @@ export const enum PickingType {
|
|
|
7829
7829
|
export interface Picklist {
|
|
7830
7830
|
|
|
7831
7831
|
/**
|
|
7832
|
-
*
|
|
7832
|
+
* Ziellager für Nachschub
|
|
7833
7833
|
*/
|
|
7834
|
-
|
|
7834
|
+
targetStorageRef: ApiObjectReference;
|
|
7835
7835
|
|
|
7836
7836
|
/**
|
|
7837
|
-
*
|
|
7837
|
+
* Zur Erstellung der Pickliste verwendete Vorlage
|
|
7838
7838
|
*/
|
|
7839
|
-
|
|
7839
|
+
usedTemplate: PicklistTemplate;
|
|
7840
7840
|
|
|
7841
7841
|
/**
|
|
7842
7842
|
* Nummer der Pickliste
|
|
@@ -8276,11 +8276,6 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8276
8276
|
*/
|
|
8277
8277
|
alternativeSelectionInVql: string;
|
|
8278
8278
|
|
|
8279
|
-
/**
|
|
8280
|
-
* Nur vollständig lieferbare Positionen
|
|
8281
|
-
*/
|
|
8282
|
-
onlyFullDeliverableOrderLines: boolean;
|
|
8283
|
-
|
|
8284
8279
|
/**
|
|
8285
8280
|
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
8286
8281
|
*/
|
|
@@ -8291,6 +8286,11 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
8291
8286
|
*/
|
|
8292
8287
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
8293
8288
|
|
|
8289
|
+
/**
|
|
8290
|
+
* Nur vollständig lieferbare Positionen
|
|
8291
|
+
*/
|
|
8292
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
8293
|
+
|
|
8294
8294
|
/**
|
|
8295
8295
|
* Selektion über den Bereich vom Belegdatum
|
|
8296
8296
|
*/
|
|
@@ -8349,15 +8349,20 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8349
8349
|
*/
|
|
8350
8350
|
printPicklist: boolean;
|
|
8351
8351
|
|
|
8352
|
+
/**
|
|
8353
|
+
* Maximale Anzahl an Positionen einer Pickliste
|
|
8354
|
+
*/
|
|
8355
|
+
maxPicklistLineCount: number;
|
|
8356
|
+
|
|
8352
8357
|
/**
|
|
8353
8358
|
* Die zu verwendende Pickwagengruppe
|
|
8354
8359
|
*/
|
|
8355
8360
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
8356
8361
|
|
|
8357
8362
|
/**
|
|
8358
|
-
*
|
|
8363
|
+
* Lagerplätze vorgeben
|
|
8359
8364
|
*/
|
|
8360
|
-
|
|
8365
|
+
specifyStorageBins: boolean;
|
|
8361
8366
|
|
|
8362
8367
|
/**
|
|
8363
8368
|
* Mit welcher Reportgruppe soll die Pickliste gedruckt werden?
|
|
@@ -8369,11 +8374,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
8369
8374
|
*/
|
|
8370
8375
|
orderPickingTrolleyRef: ApiObjectReference;
|
|
8371
8376
|
|
|
8372
|
-
/**
|
|
8373
|
-
* Lagerplätze vorgeben
|
|
8374
|
-
*/
|
|
8375
|
-
specifyStorageBins: boolean;
|
|
8376
|
-
|
|
8377
8377
|
/**
|
|
8378
8378
|
* Positionen der Pickliste nach Laufwegposition sortieren
|
|
8379
8379
|
*/
|
|
@@ -8443,9 +8443,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8443
8443
|
showShippingFormOnPickingFinish: boolean;
|
|
8444
8444
|
|
|
8445
8445
|
/**
|
|
8446
|
-
*
|
|
8446
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8447
8447
|
*/
|
|
8448
|
-
|
|
8448
|
+
allowPickingOfServiceArticles: boolean;
|
|
8449
8449
|
|
|
8450
8450
|
/**
|
|
8451
8451
|
* Sammelbestätigung erlauben
|
|
@@ -8453,9 +8453,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8453
8453
|
allowFullConfirmation: boolean;
|
|
8454
8454
|
|
|
8455
8455
|
/**
|
|
8456
|
-
*
|
|
8456
|
+
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
8457
8457
|
*/
|
|
8458
|
-
|
|
8458
|
+
useDigitalPicklist: boolean;
|
|
8459
8459
|
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8473,14 +8473,14 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8473
8473
|
scanPickTrolleyBoxToConfirmPickedArticle: boolean;
|
|
8474
8474
|
|
|
8475
8475
|
/**
|
|
8476
|
-
*
|
|
8476
|
+
* Sollen nicht-bestandsgeführte Artikel kommissioniert werden?
|
|
8477
8477
|
*/
|
|
8478
|
-
|
|
8478
|
+
allowPickingOfNonInventoryManagedArticles: boolean;
|
|
8479
8479
|
|
|
8480
8480
|
/**
|
|
8481
|
-
*
|
|
8481
|
+
* Chargen automatisch bestätigen, wenn sie vorgegeben oder bereits beim Picken erfasst wurden
|
|
8482
8482
|
*/
|
|
8483
|
-
|
|
8483
|
+
autoDeterminationOfLots: boolean;
|
|
8484
8484
|
|
|
8485
8485
|
/**
|
|
8486
8486
|
* Zielmengen in Masken verstecken?
|
|
@@ -8730,14 +8730,14 @@ export interface ProductArticleRef {
|
|
|
8730
8730
|
export interface ProductDiscount {
|
|
8731
8731
|
|
|
8732
8732
|
/**
|
|
8733
|
-
*
|
|
8733
|
+
* Kundengruppe
|
|
8734
8734
|
*/
|
|
8735
|
-
|
|
8735
|
+
customerGroupRef: ApiObjectReference;
|
|
8736
8736
|
|
|
8737
8737
|
/**
|
|
8738
|
-
*
|
|
8738
|
+
* Hauptartikel, für welchen dieser Rabatt gültig ist
|
|
8739
8739
|
*/
|
|
8740
|
-
|
|
8740
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8741
8741
|
|
|
8742
8742
|
/**
|
|
8743
8743
|
* Lieferantengruppe
|
|
@@ -8760,14 +8760,14 @@ export interface ProductDiscount {
|
|
|
8760
8760
|
validFrom: ScriptingDate;
|
|
8761
8761
|
|
|
8762
8762
|
/**
|
|
8763
|
-
*
|
|
8763
|
+
* Warengruppe
|
|
8764
8764
|
*/
|
|
8765
|
-
|
|
8765
|
+
productGroupRef: ApiObjectReference;
|
|
8766
8766
|
|
|
8767
8767
|
/**
|
|
8768
|
-
*
|
|
8768
|
+
* Bestimmt die Art des Rabatts
|
|
8769
8769
|
*/
|
|
8770
|
-
|
|
8770
|
+
modifierType: PriceModifierType;
|
|
8771
8771
|
|
|
8772
8772
|
/**
|
|
8773
8773
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8785,14 +8785,14 @@ export interface ProductDiscount {
|
|
|
8785
8785
|
currencyRef: CurrencyReference;
|
|
8786
8786
|
|
|
8787
8787
|
/**
|
|
8788
|
-
*
|
|
8788
|
+
* Preisgruppe
|
|
8789
8789
|
*/
|
|
8790
|
-
|
|
8790
|
+
priceGroupRef: ApiObjectReference;
|
|
8791
8791
|
|
|
8792
8792
|
/**
|
|
8793
|
-
*
|
|
8793
|
+
* Wert des Rabatts
|
|
8794
8794
|
*/
|
|
8795
|
-
|
|
8795
|
+
modifierValue: number;
|
|
8796
8796
|
|
|
8797
8797
|
/**
|
|
8798
8798
|
* Bestimmt, ob es sich um einen Verkaufs- oder Einkaufsrabatt handelt
|
|
@@ -8815,14 +8815,14 @@ export interface ProductDiscount {
|
|
|
8815
8815
|
modifierValueType: ValueType;
|
|
8816
8816
|
|
|
8817
8817
|
/**
|
|
8818
|
-
*
|
|
8818
|
+
* Account, für den der Rabatt gültig ist
|
|
8819
8819
|
*/
|
|
8820
|
-
|
|
8820
|
+
accountRef: ApiObjectReference;
|
|
8821
8821
|
|
|
8822
8822
|
/**
|
|
8823
|
-
*
|
|
8823
|
+
* Name des Rabatts
|
|
8824
8824
|
*/
|
|
8825
|
-
|
|
8825
|
+
modifierName: string;
|
|
8826
8826
|
|
|
8827
8827
|
/**
|
|
8828
8828
|
* Unique identifier of the Object
|
|
@@ -8939,14 +8939,14 @@ export interface ProductMainGroup {
|
|
|
8939
8939
|
export interface ProductPrice {
|
|
8940
8940
|
|
|
8941
8941
|
/**
|
|
8942
|
-
*
|
|
8942
|
+
* Kundengruppe
|
|
8943
8943
|
*/
|
|
8944
|
-
|
|
8944
|
+
customerGroupRef: ApiObjectReference;
|
|
8945
8945
|
|
|
8946
8946
|
/**
|
|
8947
|
-
*
|
|
8947
|
+
* Hauptartikel, für welches dieser Preis gültig ist
|
|
8948
8948
|
*/
|
|
8949
|
-
|
|
8949
|
+
accessoryMainArticleRef: ApiObjectReference;
|
|
8950
8950
|
|
|
8951
8951
|
/**
|
|
8952
8952
|
* Verwendete Umsatzsteuer zur Umrechnung Netto <-> Brutto
|
|
@@ -9223,14 +9223,14 @@ export interface RequestDocument {
|
|
|
9223
9223
|
contractDetail: DocumentContractDetail;
|
|
9224
9224
|
|
|
9225
9225
|
/**
|
|
9226
|
-
*
|
|
9226
|
+
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
9227
9227
|
*/
|
|
9228
|
-
|
|
9228
|
+
supplierAccountId: number;
|
|
9229
9229
|
|
|
9230
9230
|
/**
|
|
9231
|
-
*
|
|
9231
|
+
* Für interne Zwecke: Zahlungsbedingung für das Document
|
|
9232
9232
|
*/
|
|
9233
|
-
|
|
9233
|
+
paymentTermId: number;
|
|
9234
9234
|
|
|
9235
9235
|
/**
|
|
9236
9236
|
* Für interne Zwecke: Vorgabe Streckengeschäft
|
|
@@ -9273,14 +9273,14 @@ export interface RequestDocument {
|
|
|
9273
9273
|
accountId: number;
|
|
9274
9274
|
|
|
9275
9275
|
/**
|
|
9276
|
-
*
|
|
9276
|
+
* Nur für interne Zwecke: neue Positionen, die bei Übernahme aus einer Pickliste angelegt werden sollen
|
|
9277
9277
|
*/
|
|
9278
|
-
|
|
9278
|
+
picklistLinesToAddOnTransfer: Array<PicklistLine>;
|
|
9279
9279
|
|
|
9280
9280
|
/**
|
|
9281
|
-
*
|
|
9281
|
+
* Wird dieser Beleg durch die Picklistenverarbeitung verarbeitet?
|
|
9282
9282
|
*/
|
|
9283
|
-
|
|
9283
|
+
processedByPicklistProcessing: boolean;
|
|
9284
9284
|
|
|
9285
9285
|
/**
|
|
9286
9286
|
* Die Rabatte des Beleges
|
|
@@ -9361,14 +9361,14 @@ export interface RequestDocumentLine {
|
|
|
9361
9361
|
dropShippingPolicy: DropShippingPolicy;
|
|
9362
9362
|
|
|
9363
9363
|
/**
|
|
9364
|
-
*
|
|
9364
|
+
* (optional) Lager-ID
|
|
9365
9365
|
*/
|
|
9366
|
-
|
|
9366
|
+
storageId: number;
|
|
9367
9367
|
|
|
9368
9368
|
/**
|
|
9369
|
-
*
|
|
9369
|
+
* Positionsnummer der Artikel
|
|
9370
9370
|
*/
|
|
9371
|
-
|
|
9371
|
+
positionOfArticleLine: number;
|
|
9372
9372
|
|
|
9373
9373
|
/**
|
|
9374
9374
|
* Vertragsdetails zur Belegposition
|
|
@@ -9451,14 +9451,14 @@ export interface RequestDocumentLine {
|
|
|
9451
9451
|
externalArticleNumber: string;
|
|
9452
9452
|
|
|
9453
9453
|
/**
|
|
9454
|
-
*
|
|
9454
|
+
* Buchungen zu dieser Belegposition
|
|
9455
9455
|
*/
|
|
9456
|
-
|
|
9456
|
+
bookings: Array<RequestDocumentLineBooking>;
|
|
9457
9457
|
|
|
9458
9458
|
/**
|
|
9459
|
-
*
|
|
9459
|
+
* ID der Quell-Belegposition
|
|
9460
9460
|
*/
|
|
9461
|
-
|
|
9461
|
+
sourceLineId: number;
|
|
9462
9462
|
|
|
9463
9463
|
/**
|
|
9464
9464
|
* (optional) Preis des Artikels dieser Position
|
|
@@ -9620,14 +9620,14 @@ export interface SalesAgent {
|
|
|
9620
9620
|
note: string;
|
|
9621
9621
|
|
|
9622
9622
|
/**
|
|
9623
|
-
*
|
|
9623
|
+
* is sales agent taxable
|
|
9624
9624
|
*/
|
|
9625
|
-
|
|
9625
|
+
taxable: boolean;
|
|
9626
9626
|
|
|
9627
9627
|
/**
|
|
9628
|
-
*
|
|
9628
|
+
* reference to the delivery method
|
|
9629
9629
|
*/
|
|
9630
|
-
|
|
9630
|
+
deliveryMethodRef: ApiObjectReference;
|
|
9631
9631
|
|
|
9632
9632
|
/**
|
|
9633
9633
|
* Freifelder
|
|
@@ -10314,14 +10314,14 @@ export interface ShelfFile {
|
|
|
10314
10314
|
version: number;
|
|
10315
10315
|
|
|
10316
10316
|
/**
|
|
10317
|
-
*
|
|
10317
|
+
* current reference of this file in our storage
|
|
10318
10318
|
*/
|
|
10319
|
-
|
|
10319
|
+
storageHandle: string;
|
|
10320
10320
|
|
|
10321
10321
|
/**
|
|
10322
|
-
*
|
|
10322
|
+
* meta data
|
|
10323
10323
|
*/
|
|
10324
|
-
|
|
10324
|
+
metaDataEntries: Array<ShelfFileMetaData>;
|
|
10325
10325
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* MetaInformations for this Object
|
|
@@ -10566,14 +10566,14 @@ export interface StockMovementManualApi {
|
|
|
10566
10566
|
purchasePrice: number;
|
|
10567
10567
|
|
|
10568
10568
|
/**
|
|
10569
|
-
*
|
|
10569
|
+
* Notiz zur Seriennummer
|
|
10570
10570
|
*/
|
|
10571
|
-
|
|
10571
|
+
serialNumberNote: string;
|
|
10572
10572
|
|
|
10573
10573
|
/**
|
|
10574
|
-
*
|
|
10574
|
+
* Zugang oder Abgang
|
|
10575
10575
|
*/
|
|
10576
|
-
|
|
10576
|
+
factor: StockJournalFactor;
|
|
10577
10577
|
|
|
10578
10578
|
/**
|
|
10579
10579
|
* Lager
|
|
@@ -10584,14 +10584,14 @@ export interface StockMovementManualApi {
|
|
|
10584
10584
|
export interface StockTransferApi {
|
|
10585
10585
|
|
|
10586
10586
|
/**
|
|
10587
|
-
*
|
|
10587
|
+
* Seriennummer
|
|
10588
10588
|
*/
|
|
10589
|
-
|
|
10589
|
+
serialNumberId: number;
|
|
10590
10590
|
|
|
10591
10591
|
/**
|
|
10592
|
-
*
|
|
10592
|
+
* Ziel-Lager
|
|
10593
10593
|
*/
|
|
10594
|
-
|
|
10594
|
+
targetStorageId: number;
|
|
10595
10595
|
|
|
10596
10596
|
/**
|
|
10597
10597
|
* Bemerkung
|
|
@@ -10604,14 +10604,14 @@ export interface StockTransferApi {
|
|
|
10604
10604
|
bookDate: ScriptingDate;
|
|
10605
10605
|
|
|
10606
10606
|
/**
|
|
10607
|
-
*
|
|
10607
|
+
* Quell-Lagerplatz
|
|
10608
10608
|
*/
|
|
10609
|
-
|
|
10609
|
+
sourceStorageBinId: number;
|
|
10610
10610
|
|
|
10611
10611
|
/**
|
|
10612
|
-
*
|
|
10612
|
+
* Menge
|
|
10613
10613
|
*/
|
|
10614
|
-
|
|
10614
|
+
quantity: number;
|
|
10615
10615
|
|
|
10616
10616
|
/**
|
|
10617
10617
|
* Quell-Lager
|
|
@@ -10801,14 +10801,14 @@ export interface Supplier {
|
|
|
10801
10801
|
info: MetaInfo;
|
|
10802
10802
|
|
|
10803
10803
|
/**
|
|
10804
|
-
*
|
|
10804
|
+
* Lieferantengruppe
|
|
10805
10805
|
*/
|
|
10806
|
-
|
|
10806
|
+
supplierGroupRef: ApiObjectReference;
|
|
10807
10807
|
|
|
10808
10808
|
/**
|
|
10809
|
-
*
|
|
10809
|
+
* reference to the delivery method
|
|
10810
10810
|
*/
|
|
10811
|
-
|
|
10811
|
+
deliveryMethodRef: ApiObjectReference;
|
|
10812
10812
|
|
|
10813
10813
|
/**
|
|
10814
10814
|
* tax able or tax free
|
|
@@ -10866,14 +10866,14 @@ export interface Supplier {
|
|
|
10866
10866
|
performanceCountryCode: string;
|
|
10867
10867
|
|
|
10868
10868
|
/**
|
|
10869
|
-
*
|
|
10869
|
+
* reference to the payment method
|
|
10870
10870
|
*/
|
|
10871
|
-
|
|
10871
|
+
paymentMethodRef: ApiObjectReference;
|
|
10872
10872
|
|
|
10873
10873
|
/**
|
|
10874
|
-
*
|
|
10874
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10875
10875
|
*/
|
|
10876
|
-
|
|
10876
|
+
defaultDeliveryTime: number;
|
|
10877
10877
|
|
|
10878
10878
|
/**
|
|
10879
10879
|
* currency code IsoAlpha3
|
|
@@ -10945,14 +10945,14 @@ export const enum TagType {
|
|
|
10945
10945
|
export interface TaxIdForeignCountry {
|
|
10946
10946
|
|
|
10947
10947
|
/**
|
|
10948
|
-
*
|
|
10948
|
+
* Tax ID of the company in the associated country
|
|
10949
10949
|
*/
|
|
10950
|
-
|
|
10950
|
+
taxId: string;
|
|
10951
10951
|
|
|
10952
10952
|
/**
|
|
10953
|
-
*
|
|
10953
|
+
* ISO 2 Code of the country this tax ID is used for
|
|
10954
10954
|
*/
|
|
10955
|
-
|
|
10955
|
+
countryCode: string;
|
|
10956
10956
|
|
|
10957
10957
|
/**
|
|
10958
10958
|
* Unique identifier of the Object
|
|
@@ -11443,14 +11443,14 @@ export interface VariantValue {
|
|
|
11443
11443
|
version: number;
|
|
11444
11444
|
|
|
11445
11445
|
/**
|
|
11446
|
-
*
|
|
11446
|
+
* Mehrsprachige Bezeichnungen
|
|
11447
11447
|
*/
|
|
11448
|
-
|
|
11448
|
+
labels: Array<VariantDescription>;
|
|
11449
11449
|
|
|
11450
11450
|
/**
|
|
11451
|
-
*
|
|
11451
|
+
* Variantenattribut
|
|
11452
11452
|
*/
|
|
11453
|
-
|
|
11453
|
+
attributeRef: ApiObjectReference;
|
|
11454
11454
|
|
|
11455
11455
|
/**
|
|
11456
11456
|
* MetaInformations for this Object
|