@vario-software/types 2026.19.0 → 2026.19.2
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 +16 -16
- package/scripting/types.d.ts +182 -182
package/package.json
CHANGED
package/scripting/services.d.ts
CHANGED
|
@@ -410,27 +410,27 @@ export interface ArticleScriptingService {
|
|
|
410
410
|
*
|
|
411
411
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
412
412
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
413
|
-
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
414
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
415
413
|
*/
|
|
416
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
414
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
417
415
|
|
|
418
416
|
/**
|
|
419
417
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
420
418
|
*
|
|
421
419
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
422
420
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
421
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
423
422
|
*/
|
|
424
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
423
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
425
424
|
|
|
426
425
|
/**
|
|
427
426
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
428
427
|
*
|
|
429
428
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
430
429
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
430
|
+
* @param {number} articleSerialNumberId - ID der zu druckenden Seriennummer
|
|
431
431
|
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
432
432
|
*/
|
|
433
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
433
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, articleSerialNumberId: number, labelCount: number): void;
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -476,16 +476,16 @@ export interface ArticleScriptingService {
|
|
|
476
476
|
* Führt einen Etikettendrucklauf aus
|
|
477
477
|
*
|
|
478
478
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
479
|
+
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
479
480
|
*/
|
|
480
|
-
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
481
|
+
executeLabelPrintBatch(batchIdentifier: string, reportGroupIdentifier: string): void;
|
|
481
482
|
|
|
482
483
|
/**
|
|
483
484
|
* Führt einen Etikettendrucklauf aus
|
|
484
485
|
*
|
|
485
486
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
486
|
-
* @param {string} reportGroupIdentifier - Name einer Etiketten-Report-Gruppe
|
|
487
487
|
*/
|
|
488
|
-
executeLabelPrintBatch(batchIdentifier: string
|
|
488
|
+
executeLabelPrintBatch(batchIdentifier: string): void;
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
491
|
* Liefert die Einkaufsrabatte zu einem Artikel
|
|
@@ -551,21 +551,21 @@ export interface ArticleScriptingService {
|
|
|
551
551
|
readById(id: number, languageCode: string): Article;
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
554
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache {@code languageCode}
|
|
555
555
|
*
|
|
556
556
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
557
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
557
558
|
* @return {Article} Der gelesene Artikel
|
|
558
559
|
*/
|
|
559
|
-
readByNumber(articleNumber: string): Article;
|
|
560
|
+
readByNumber(articleNumber: string, languageCode: string): Article;
|
|
560
561
|
|
|
561
562
|
/**
|
|
562
|
-
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache
|
|
563
|
+
* Liest einen Artikel über die Artikelnummer mit Texten zur Sprache der eigenen Adresse
|
|
563
564
|
*
|
|
564
565
|
* @param {string} articleNumber - Eine Artikelnummer
|
|
565
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
566
566
|
* @return {Article} Der gelesene Artikel
|
|
567
567
|
*/
|
|
568
|
-
readByNumber(articleNumber: string
|
|
568
|
+
readByNumber(articleNumber: string): Article;
|
|
569
569
|
|
|
570
570
|
/**
|
|
571
571
|
* Persistiert einen Artikel. Die Texte werden zur Sprache {@code languageCode} gespeichert
|
|
@@ -1625,16 +1625,16 @@ export interface DocumentScriptingService {
|
|
|
1625
1625
|
* Versendet einen Beleg per Mail
|
|
1626
1626
|
*
|
|
1627
1627
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1628
|
+
* @param {string} reportGroupIdentifier -
|
|
1628
1629
|
*/
|
|
1629
|
-
sendViaMail(documentId: number): void;
|
|
1630
|
+
sendViaMail(documentId: number, reportGroupIdentifier: string): void;
|
|
1630
1631
|
|
|
1631
1632
|
/**
|
|
1632
1633
|
* Versendet einen Beleg per Mail
|
|
1633
1634
|
*
|
|
1634
1635
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1635
|
-
* @param {string} reportGroupIdentifier -
|
|
1636
1636
|
*/
|
|
1637
|
-
sendViaMail(documentId: number
|
|
1637
|
+
sendViaMail(documentId: number): void;
|
|
1638
1638
|
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Überführt einen Beleg in einen anderen Status
|
package/scripting/types.d.ts
CHANGED
|
@@ -406,14 +406,14 @@ export interface AccountAddress {
|
|
|
406
406
|
streetAddressNumber: string;
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
* Default contacts
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
defaultContacts: Map<ContactTypeType,Contact>;
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* Parcel station customer number
|
|
415
415
|
*/
|
|
416
|
-
|
|
416
|
+
parcelStationCustomerNumber: string;
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* Name3
|
|
@@ -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
|
|
@@ -562,14 +562,14 @@ export interface AccountLoanValue {
|
|
|
562
562
|
nonInvoicedDocumentLoan: number;
|
|
563
563
|
|
|
564
564
|
/**
|
|
565
|
-
*
|
|
565
|
+
* Betrag aus Verbindlichkeiten(negativ)
|
|
566
566
|
*/
|
|
567
|
-
|
|
567
|
+
payablesSum: number;
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* Kreditlimit
|
|
571
571
|
*/
|
|
572
|
-
|
|
572
|
+
maximalLoan: number;
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
575
|
* Überschrittener Kreditbetrag
|
|
@@ -971,14 +971,14 @@ export interface Article {
|
|
|
971
971
|
baseCapacityUnit: UnitTypeReference;
|
|
972
972
|
|
|
973
973
|
/**
|
|
974
|
-
*
|
|
974
|
+
* Seriennummern Auszeichnungsart
|
|
975
975
|
*/
|
|
976
|
-
|
|
976
|
+
serialNumberLabelingType: ArticleSerialNumberLabelingType;
|
|
977
977
|
|
|
978
978
|
/**
|
|
979
|
-
*
|
|
979
|
+
* is this product sellable without any quantity at the stock
|
|
980
980
|
*/
|
|
981
|
-
|
|
981
|
+
sellableWithoutStock: boolean;
|
|
982
982
|
|
|
983
983
|
/**
|
|
984
984
|
* Durchschnittl. EKP (Startwert)
|
|
@@ -1226,14 +1226,14 @@ export interface Article {
|
|
|
1226
1226
|
permissibleForOrderProposal: boolean;
|
|
1227
1227
|
|
|
1228
1228
|
/**
|
|
1229
|
-
*
|
|
1229
|
+
* reference to Product
|
|
1230
1230
|
*/
|
|
1231
|
-
|
|
1231
|
+
productRef: ApiObjectReference;
|
|
1232
1232
|
|
|
1233
1233
|
/**
|
|
1234
|
-
*
|
|
1234
|
+
* Versandlabeldruck
|
|
1235
1235
|
*/
|
|
1236
|
-
|
|
1236
|
+
shippingLabelPrinting: boolean;
|
|
1237
1237
|
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Artikel ist Gefahrgut
|
|
@@ -1519,14 +1519,14 @@ export interface ArticleListing {
|
|
|
1519
1519
|
alternativeName: WithDefaults<String>;
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1522
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (vom System ermittelt)
|
|
1523
1523
|
*/
|
|
1524
|
-
|
|
1524
|
+
proposedLowestPriceNet: number;
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
|
-
* Niedrigster Netto-Preis der letzten 30 Tage (
|
|
1527
|
+
* Niedrigster Netto-Preis der letzten 30 Tage (benutzerdefinierte Eingabe)
|
|
1528
1528
|
*/
|
|
1529
|
-
|
|
1529
|
+
customLowestPriceNet: number;
|
|
1530
1530
|
|
|
1531
1531
|
/**
|
|
1532
1532
|
* der aktuelle listing stand
|
|
@@ -1685,26 +1685,26 @@ export const enum ArticleSerialType {
|
|
|
1685
1685
|
|
|
1686
1686
|
export interface ArticleStorage {
|
|
1687
1687
|
|
|
1688
|
-
/**
|
|
1689
|
-
* Nachschub ab
|
|
1690
|
-
*/
|
|
1691
|
-
replenishmentFrom: number;
|
|
1692
|
-
|
|
1693
1688
|
/**
|
|
1694
1689
|
* Bestand im Lager
|
|
1695
1690
|
*/
|
|
1696
1691
|
quantityInStock: number;
|
|
1697
1692
|
|
|
1698
1693
|
/**
|
|
1699
|
-
*
|
|
1694
|
+
* Nachschub ab
|
|
1700
1695
|
*/
|
|
1701
|
-
|
|
1696
|
+
replenishmentFrom: number;
|
|
1702
1697
|
|
|
1703
1698
|
/**
|
|
1704
1699
|
* Bestellte Menge
|
|
1705
1700
|
*/
|
|
1706
1701
|
orderedQuantity: number;
|
|
1707
1702
|
|
|
1703
|
+
/**
|
|
1704
|
+
* Aktuelle Menge in Kommissionierung
|
|
1705
|
+
*/
|
|
1706
|
+
quantityInPicking: number;
|
|
1707
|
+
|
|
1708
1708
|
/**
|
|
1709
1709
|
* Meldebestand
|
|
1710
1710
|
*/
|
|
@@ -1761,14 +1761,14 @@ export interface ArticleStorage {
|
|
|
1761
1761
|
storageRef: ApiObjectReference;
|
|
1762
1762
|
|
|
1763
1763
|
/**
|
|
1764
|
-
*
|
|
1764
|
+
* Sollbestand
|
|
1765
1765
|
*/
|
|
1766
|
-
|
|
1766
|
+
targetStock: number;
|
|
1767
1767
|
|
|
1768
1768
|
/**
|
|
1769
|
-
*
|
|
1769
|
+
* Vorgabe-Lagerplätze
|
|
1770
1770
|
*/
|
|
1771
|
-
|
|
1771
|
+
presetStorageBinRefs: Array<StorageBinRef>;
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
1774
|
* Aktuelle Menge in Produktion
|
|
@@ -1789,14 +1789,14 @@ export interface ArticleStorage {
|
|
|
1789
1789
|
export interface ArticleSupplier {
|
|
1790
1790
|
|
|
1791
1791
|
/**
|
|
1792
|
-
*
|
|
1792
|
+
* Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen)
|
|
1793
1793
|
*/
|
|
1794
|
-
|
|
1794
|
+
useSupplierArticleDescription: boolean;
|
|
1795
1795
|
|
|
1796
1796
|
/**
|
|
1797
|
-
*
|
|
1797
|
+
* Anzeigename des Accounts
|
|
1798
1798
|
*/
|
|
1799
|
-
|
|
1799
|
+
accountDisplayName: string;
|
|
1800
1800
|
|
|
1801
1801
|
/**
|
|
1802
1802
|
* Lieferanten-Meldebestand
|
|
@@ -1804,14 +1804,14 @@ export interface ArticleSupplier {
|
|
|
1804
1804
|
supplierReportingStock: number;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
*
|
|
1807
|
+
* Lieferzeit in (Werk-)Tagen
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
deliveryTime: number;
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
*
|
|
1812
|
+
* Soll der abweichende Produktidentifier verwendet werden (z.B. in einer Scanner-Erfassung)
|
|
1813
1813
|
*/
|
|
1814
|
-
|
|
1814
|
+
useSupplierArticleIdentifier: boolean;
|
|
1815
1815
|
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen)
|
|
@@ -1858,26 +1858,26 @@ export interface ArticleSupplier {
|
|
|
1858
1858
|
*/
|
|
1859
1859
|
info: MetaInfo;
|
|
1860
1860
|
|
|
1861
|
-
/**
|
|
1862
|
-
* Verpackungseinheit
|
|
1863
|
-
*/
|
|
1864
|
-
packagingUnit: number;
|
|
1865
|
-
|
|
1866
1861
|
/**
|
|
1867
1862
|
* Referenced Article name
|
|
1868
1863
|
*/
|
|
1869
1864
|
articleName: string;
|
|
1870
1865
|
|
|
1871
1866
|
/**
|
|
1872
|
-
*
|
|
1867
|
+
* Verpackungseinheit
|
|
1873
1868
|
*/
|
|
1874
|
-
|
|
1869
|
+
packagingUnit: number;
|
|
1875
1870
|
|
|
1876
1871
|
/**
|
|
1877
1872
|
* Lieferanten-Preise
|
|
1878
1873
|
*/
|
|
1879
1874
|
productPrices: Array<ProductPrice>;
|
|
1880
1875
|
|
|
1876
|
+
/**
|
|
1877
|
+
* Referenced Article
|
|
1878
|
+
*/
|
|
1879
|
+
articleId: number;
|
|
1880
|
+
|
|
1881
1881
|
/**
|
|
1882
1882
|
* Aktiv?
|
|
1883
1883
|
*/
|
|
@@ -2474,14 +2474,14 @@ export interface CrmDeal {
|
|
|
2474
2474
|
info: MetaInfo;
|
|
2475
2475
|
|
|
2476
2476
|
/**
|
|
2477
|
-
*
|
|
2477
|
+
* Weitere Teilnehmer vom Auftraggeber
|
|
2478
2478
|
*/
|
|
2479
|
-
|
|
2479
|
+
additionalParticipantsOfCustomer: Array<CrmParticipant>;
|
|
2480
2480
|
|
|
2481
2481
|
/**
|
|
2482
|
-
*
|
|
2482
|
+
* Zu Erledigen von Benutzer (zugeordneter Benutzer)
|
|
2483
2483
|
*/
|
|
2484
|
-
|
|
2484
|
+
assignedUserRef: ApiObjectReference;
|
|
2485
2485
|
|
|
2486
2486
|
/**
|
|
2487
2487
|
* Chance (in Prozent)
|
|
@@ -2780,14 +2780,14 @@ export interface CrmProject {
|
|
|
2780
2780
|
billedTimes: number;
|
|
2781
2781
|
|
|
2782
2782
|
/**
|
|
2783
|
-
*
|
|
2783
|
+
* Geplanter Projektzeitraum (von)
|
|
2784
2784
|
*/
|
|
2785
|
-
|
|
2785
|
+
plannedProjectPeriodFrom: ScriptingDate;
|
|
2786
2786
|
|
|
2787
2787
|
/**
|
|
2788
|
-
*
|
|
2788
|
+
* Einkaufsbelege
|
|
2789
2789
|
*/
|
|
2790
|
-
|
|
2790
|
+
purchaseDocumentRefs: Array<DocumentRef>;
|
|
2791
2791
|
|
|
2792
2792
|
/**
|
|
2793
2793
|
* Verkaufsbelege
|
|
@@ -3470,14 +3470,14 @@ export interface Customer {
|
|
|
3470
3470
|
dueDate: ScriptingDate;
|
|
3471
3471
|
|
|
3472
3472
|
/**
|
|
3473
|
-
*
|
|
3473
|
+
* Maximal mögliche Lieferungen
|
|
3474
3474
|
*/
|
|
3475
|
-
|
|
3475
|
+
maxDeliveries: number;
|
|
3476
3476
|
|
|
3477
3477
|
/**
|
|
3478
|
-
*
|
|
3478
|
+
* collective billable
|
|
3479
3479
|
*/
|
|
3480
|
-
|
|
3480
|
+
collectiveBillable: boolean;
|
|
3481
3481
|
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Hat der Kunde eine Liefersperre?
|
|
@@ -3655,26 +3655,26 @@ export interface DeliveryMethod {
|
|
|
3655
3655
|
*/
|
|
3656
3656
|
defaultSizeUnit: UnitTypeReference;
|
|
3657
3657
|
|
|
3658
|
-
/**
|
|
3659
|
-
* translations
|
|
3660
|
-
*/
|
|
3661
|
-
translations: Array<DocumentTypeTerm>;
|
|
3662
|
-
|
|
3663
3658
|
/**
|
|
3664
3659
|
* Quelle für Paketgewicht
|
|
3665
3660
|
*/
|
|
3666
3661
|
parcelWeightSource: DeliveryMethodParcelWeightSource;
|
|
3667
3662
|
|
|
3668
3663
|
/**
|
|
3669
|
-
*
|
|
3664
|
+
* translations
|
|
3670
3665
|
*/
|
|
3671
|
-
|
|
3666
|
+
translations: Array<DocumentTypeTerm>;
|
|
3672
3667
|
|
|
3673
3668
|
/**
|
|
3674
3669
|
* Gültige Ländercodes
|
|
3675
3670
|
*/
|
|
3676
3671
|
validCountryCodes: Array<string>;
|
|
3677
3672
|
|
|
3673
|
+
/**
|
|
3674
|
+
* Versand-Anbieter
|
|
3675
|
+
*/
|
|
3676
|
+
vdsCarrierId: number;
|
|
3677
|
+
|
|
3678
3678
|
/**
|
|
3679
3679
|
* Standardgewichtseinheit
|
|
3680
3680
|
*/
|
|
@@ -3754,14 +3754,14 @@ export interface DeliveryTerm {
|
|
|
3754
3754
|
version: number;
|
|
3755
3755
|
|
|
3756
3756
|
/**
|
|
3757
|
-
*
|
|
3757
|
+
* information, how the shipping charges should be calculated
|
|
3758
3758
|
*/
|
|
3759
|
-
|
|
3759
|
+
calculateFreightChargesFromType: CalculateFreightChargesFromType;
|
|
3760
3760
|
|
|
3761
3761
|
/**
|
|
3762
|
-
*
|
|
3762
|
+
* translations
|
|
3763
3763
|
*/
|
|
3764
|
-
|
|
3764
|
+
translations: Array<DocumentTypeTerm>;
|
|
3765
3765
|
|
|
3766
3766
|
/**
|
|
3767
3767
|
* Lieferarten
|
|
@@ -3940,14 +3940,14 @@ negativer Wert: überzahlter Betrag / Rückgeld
|
|
|
3940
3940
|
accountId: number;
|
|
3941
3941
|
|
|
3942
3942
|
/**
|
|
3943
|
-
* Länderkennzeichen
|
|
3943
|
+
* Länderkennzeichen Leistungsland (ISO Alpha-3)
|
|
3944
3944
|
*/
|
|
3945
|
-
|
|
3945
|
+
performanceCountryCode: string;
|
|
3946
3946
|
|
|
3947
3947
|
/**
|
|
3948
|
-
* Länderkennzeichen
|
|
3948
|
+
* Länderkennzeichen Ursprungsland (ISO Alpha-3)
|
|
3949
3949
|
*/
|
|
3950
|
-
|
|
3950
|
+
sourceCountryCode: string;
|
|
3951
3951
|
|
|
3952
3952
|
/**
|
|
3953
3953
|
* Vereinbartes Anzahlungsdatum
|
|
@@ -4057,14 +4057,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4057
4057
|
fabricationDetail: DocumentFabricationDetail;
|
|
4058
4058
|
|
|
4059
4059
|
/**
|
|
4060
|
-
*
|
|
4060
|
+
* Berechnungsmodus
|
|
4061
4061
|
*/
|
|
4062
|
-
|
|
4062
|
+
calculationMode: CalculationMode;
|
|
4063
4063
|
|
|
4064
4064
|
/**
|
|
4065
|
-
*
|
|
4065
|
+
* Kontonummer der zugehörigen Organisationseinheit
|
|
4066
4066
|
*/
|
|
4067
|
-
|
|
4067
|
+
accountNumber: string;
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
4070
|
* Referenz auf Zahlungsbedingung
|
|
@@ -4077,14 +4077,14 @@ true wenn die Quittung bezahlt ist
|
|
|
4077
4077
|
processedByWorkflow: boolean;
|
|
4078
4078
|
|
|
4079
4079
|
/**
|
|
4080
|
-
*
|
|
4080
|
+
* Preisanpassungen - Beleg Basiswährung
|
|
4081
4081
|
*/
|
|
4082
|
-
|
|
4082
|
+
baseTotalDocumentPriceModifier: number;
|
|
4083
4083
|
|
|
4084
4084
|
/**
|
|
4085
|
-
*
|
|
4085
|
+
* Telefon an Versender übergeben
|
|
4086
4086
|
*/
|
|
4087
|
-
|
|
4087
|
+
forwardPhoneToShipper: boolean;
|
|
4088
4088
|
|
|
4089
4089
|
/**
|
|
4090
4090
|
* Liste der Belegtexte
|
|
@@ -4367,14 +4367,14 @@ export interface DocumentAdditionalInfo {
|
|
|
4367
4367
|
taxSituationOrigin: TaxSituationOrigin;
|
|
4368
4368
|
|
|
4369
4369
|
/**
|
|
4370
|
-
*
|
|
4370
|
+
* Parameter, welche im {@link DocumentContext} verwendet wurden
|
|
4371
4371
|
*/
|
|
4372
|
-
|
|
4372
|
+
contextParameters: Array<AdditionalParameter>;
|
|
4373
4373
|
|
|
4374
4374
|
/**
|
|
4375
|
-
*
|
|
4375
|
+
* Herkunft der Sprache
|
|
4376
4376
|
*/
|
|
4377
|
-
|
|
4377
|
+
languageCodeOrigin: LanguageCodeOrigin;
|
|
4378
4378
|
|
|
4379
4379
|
/**
|
|
4380
4380
|
* Herkunft der Käufer-Referenz
|
|
@@ -4719,14 +4719,14 @@ export interface DocumentContractDetail {
|
|
|
4719
4719
|
runtimeToDate: ScriptingDate;
|
|
4720
4720
|
|
|
4721
4721
|
/**
|
|
4722
|
-
*
|
|
4722
|
+
* Nächste Fälligkeit
|
|
4723
4723
|
*/
|
|
4724
|
-
|
|
4724
|
+
nextDueDate: ScriptingDate;
|
|
4725
4725
|
|
|
4726
4726
|
/**
|
|
4727
|
-
*
|
|
4727
|
+
* Letztmöglicher kündigungstermin des Anbieters
|
|
4728
4728
|
*/
|
|
4729
|
-
|
|
4729
|
+
lastProviderCancellationDate: ScriptingDate;
|
|
4730
4730
|
|
|
4731
4731
|
/**
|
|
4732
4732
|
* Letztmöglicher kündigungstermin des Kunden
|
|
@@ -4991,14 +4991,14 @@ export interface DocumentLine {
|
|
|
4991
4991
|
baseTotalLinePrice: number;
|
|
4992
4992
|
|
|
4993
4993
|
/**
|
|
4994
|
-
*
|
|
4994
|
+
* FiBu-Buchung
|
|
4995
4995
|
*/
|
|
4996
|
-
|
|
4996
|
+
financeBooking: DocumentFinanceBooking;
|
|
4997
4997
|
|
|
4998
4998
|
/**
|
|
4999
|
-
*
|
|
4999
|
+
* Positionstyp
|
|
5000
5000
|
*/
|
|
5001
|
-
|
|
5001
|
+
lineType: DocumentLineType;
|
|
5002
5002
|
|
|
5003
5003
|
/**
|
|
5004
5004
|
* vorgeorderte Menge in Pickvorgang
|
|
@@ -5813,14 +5813,14 @@ export interface DocumentLineRef {
|
|
|
5813
5813
|
documentId: number;
|
|
5814
5814
|
|
|
5815
5815
|
/**
|
|
5816
|
-
*
|
|
5816
|
+
* Id der Dokumentzeile
|
|
5817
5817
|
*/
|
|
5818
|
-
|
|
5818
|
+
id: number;
|
|
5819
5819
|
|
|
5820
5820
|
/**
|
|
5821
|
-
*
|
|
5821
|
+
* Positions-Nummer
|
|
5822
5822
|
*/
|
|
5823
|
-
|
|
5823
|
+
position: number;
|
|
5824
5824
|
|
|
5825
5825
|
/**
|
|
5826
5826
|
* Belegtyp
|
|
@@ -6235,14 +6235,14 @@ export interface DocumentText {
|
|
|
6235
6235
|
transferableIntoSubsequentDocuments: boolean;
|
|
6236
6236
|
|
|
6237
6237
|
/**
|
|
6238
|
-
*
|
|
6238
|
+
* Wurde entfernt und soll deshalb nicht mehr angezeigt werden.
|
|
6239
6239
|
*/
|
|
6240
|
-
|
|
6240
|
+
deleted: boolean;
|
|
6241
6241
|
|
|
6242
6242
|
/**
|
|
6243
|
-
*
|
|
6243
|
+
* position relative to the product line OR Document. For usage within text-line, this position is irrelevant
|
|
6244
6244
|
*/
|
|
6245
|
-
|
|
6245
|
+
textPosition: TextPosition;
|
|
6246
6246
|
|
|
6247
6247
|
/**
|
|
6248
6248
|
* textBaustein Vorlage
|
|
@@ -6352,14 +6352,14 @@ export interface DocumentType {
|
|
|
6352
6352
|
labels: Array<DocumentTypeLabel>;
|
|
6353
6353
|
|
|
6354
6354
|
/**
|
|
6355
|
-
*
|
|
6355
|
+
* nächste Belegnummer
|
|
6356
6356
|
*/
|
|
6357
|
-
|
|
6357
|
+
nextNumber: string;
|
|
6358
6358
|
|
|
6359
6359
|
/**
|
|
6360
|
-
*
|
|
6360
|
+
* Zählerkreis
|
|
6361
6361
|
*/
|
|
6362
|
-
|
|
6362
|
+
sequencerConfiguration: SequencerConfiguration;
|
|
6363
6363
|
|
|
6364
6364
|
/**
|
|
6365
6365
|
* Sortierung
|
|
@@ -7108,14 +7108,14 @@ export interface PaymentTerm {
|
|
|
7108
7108
|
paymentDiscount2: number;
|
|
7109
7109
|
|
|
7110
7110
|
/**
|
|
7111
|
-
*
|
|
7111
|
+
* Percent for Discount 1
|
|
7112
7112
|
*/
|
|
7113
|
-
|
|
7113
|
+
paymentDiscount1: number;
|
|
7114
7114
|
|
|
7115
7115
|
/**
|
|
7116
|
-
*
|
|
7116
|
+
* printDescription
|
|
7117
7117
|
*/
|
|
7118
|
-
|
|
7118
|
+
printDescription: string;
|
|
7119
7119
|
|
|
7120
7120
|
/**
|
|
7121
7121
|
* for deposit: remaining term
|
|
@@ -7246,14 +7246,14 @@ export interface PickTrolley {
|
|
|
7246
7246
|
pickTrolleyBoxes: Array<PickTrolleyBox>;
|
|
7247
7247
|
|
|
7248
7248
|
/**
|
|
7249
|
-
*
|
|
7249
|
+
* Lagerplatz, dem dieser Pickwagen zugeordnet ist
|
|
7250
7250
|
*/
|
|
7251
|
-
|
|
7251
|
+
storageBinRef: StorageBinRef;
|
|
7252
7252
|
|
|
7253
7253
|
/**
|
|
7254
|
-
*
|
|
7254
|
+
* Bearbeiter der Pickliste
|
|
7255
7255
|
*/
|
|
7256
|
-
|
|
7256
|
+
processedByUserRef: ApiObjectReference;
|
|
7257
7257
|
|
|
7258
7258
|
/**
|
|
7259
7259
|
* Beschreibung des Wagens
|
|
@@ -7509,14 +7509,14 @@ export interface PicklistLine {
|
|
|
7509
7509
|
articleNumber: string;
|
|
7510
7510
|
|
|
7511
7511
|
/**
|
|
7512
|
-
*
|
|
7512
|
+
* Art der Position
|
|
7513
7513
|
*/
|
|
7514
|
-
|
|
7514
|
+
lineType: PicklistLineType;
|
|
7515
7515
|
|
|
7516
7516
|
/**
|
|
7517
|
-
*
|
|
7517
|
+
* Lagernummer
|
|
7518
7518
|
*/
|
|
7519
|
-
|
|
7519
|
+
storageNumber: string;
|
|
7520
7520
|
|
|
7521
7521
|
/**
|
|
7522
7522
|
* ID der Ziel-Dokumentposition
|
|
@@ -7655,14 +7655,14 @@ export interface PicklistLineComponent {
|
|
|
7655
7655
|
targetDocumentLineComponentId: number;
|
|
7656
7656
|
|
|
7657
7657
|
/**
|
|
7658
|
-
*
|
|
7658
|
+
* Menge pro Baugruppe (falls die Picklist-Line eine Baugruppe ist)
|
|
7659
7659
|
*/
|
|
7660
|
-
|
|
7660
|
+
quantityPerAssemblyGroup: number;
|
|
7661
7661
|
|
|
7662
7662
|
/**
|
|
7663
|
-
*
|
|
7663
|
+
* abweichende Artikelbezeichnung
|
|
7664
7664
|
*/
|
|
7665
|
-
|
|
7665
|
+
articleAlternativeName: string;
|
|
7666
7666
|
|
|
7667
7667
|
/**
|
|
7668
7668
|
* Verpackte Menge der Position
|
|
@@ -7844,14 +7844,14 @@ export interface PicklistTemplate$OrderSelectionOptions {
|
|
|
7844
7844
|
deliveryDateRange: PicklistTemplate$DateRange;
|
|
7845
7845
|
|
|
7846
7846
|
/**
|
|
7847
|
-
* Nur
|
|
7847
|
+
* Nur für Einzelkommissionierung und Konsolidierung: maximale Anzahl zu übernehmender Aufträge
|
|
7848
7848
|
*/
|
|
7849
|
-
|
|
7849
|
+
maxOrderCount: number;
|
|
7850
7850
|
|
|
7851
7851
|
/**
|
|
7852
|
-
* Nur
|
|
7852
|
+
* Nur vollständig lieferbare Positionen
|
|
7853
7853
|
*/
|
|
7854
|
-
|
|
7854
|
+
onlyFullDeliverableOrderLines: boolean;
|
|
7855
7855
|
|
|
7856
7856
|
/**
|
|
7857
7857
|
* Selektion über den Bereich vom Belegdatum
|
|
@@ -7921,11 +7921,6 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7921
7921
|
*/
|
|
7922
7922
|
orderPickingTrolleyGroupRef: ApiObjectReference;
|
|
7923
7923
|
|
|
7924
|
-
/**
|
|
7925
|
-
* Lagerplätze vorgeben
|
|
7926
|
-
*/
|
|
7927
|
-
specifyStorageBins: boolean;
|
|
7928
|
-
|
|
7929
7924
|
/**
|
|
7930
7925
|
* Der zu verwendende Pickwagen
|
|
7931
7926
|
*/
|
|
@@ -7936,6 +7931,11 @@ export interface PicklistTemplate$PicklistCreationOptions {
|
|
|
7936
7931
|
*/
|
|
7937
7932
|
picklistOutputReportGroupRef: ApiObjectReference;
|
|
7938
7933
|
|
|
7934
|
+
/**
|
|
7935
|
+
* Lagerplätze vorgeben
|
|
7936
|
+
*/
|
|
7937
|
+
specifyStorageBins: boolean;
|
|
7938
|
+
|
|
7939
7939
|
/**
|
|
7940
7940
|
* Sollen alle verfügbaren Pickwagen verwendet werden?
|
|
7941
7941
|
*/
|
|
@@ -8005,9 +8005,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8005
8005
|
showShippingFormOnPickingFinish: boolean;
|
|
8006
8006
|
|
|
8007
8007
|
/**
|
|
8008
|
-
*
|
|
8008
|
+
* Sammelbestätigung erlauben
|
|
8009
8009
|
*/
|
|
8010
|
-
|
|
8010
|
+
allowFullConfirmation: boolean;
|
|
8011
8011
|
|
|
8012
8012
|
/**
|
|
8013
8013
|
* Digitale Pickliste verwenden: dabei werden nur die Positionen im Frontend gezeigt und durch Tippen oder Wischen bestätigt
|
|
@@ -8015,9 +8015,9 @@ export interface PicklistTemplate$PicklistProcessingOptions {
|
|
|
8015
8015
|
useDigitalPicklist: boolean;
|
|
8016
8016
|
|
|
8017
8017
|
/**
|
|
8018
|
-
*
|
|
8018
|
+
* Sollen Dienstleistungen kommissioniert werden?
|
|
8019
8019
|
*/
|
|
8020
|
-
|
|
8020
|
+
allowPickingOfServiceArticles: boolean;
|
|
8021
8021
|
|
|
8022
8022
|
/**
|
|
8023
8023
|
* Verwende die Verkaufseinheit als Standardmenge
|
|
@@ -8306,14 +8306,14 @@ export interface ProductDiscount {
|
|
|
8306
8306
|
validFrom: ScriptingDate;
|
|
8307
8307
|
|
|
8308
8308
|
/**
|
|
8309
|
-
*
|
|
8309
|
+
* Bestimmt die Art des Rabatts
|
|
8310
8310
|
*/
|
|
8311
|
-
|
|
8311
|
+
modifierType: PriceModifierType;
|
|
8312
8312
|
|
|
8313
8313
|
/**
|
|
8314
|
-
*
|
|
8314
|
+
* Warengruppe
|
|
8315
8315
|
*/
|
|
8316
|
-
|
|
8316
|
+
productGroupRef: ApiObjectReference;
|
|
8317
8317
|
|
|
8318
8318
|
/**
|
|
8319
8319
|
* Version Identifier for this Object (for PUT)
|
|
@@ -8639,14 +8639,14 @@ export interface RequestDocument {
|
|
|
8639
8639
|
cashDrawerId: number;
|
|
8640
8640
|
|
|
8641
8641
|
/**
|
|
8642
|
-
*
|
|
8642
|
+
* Leistungsdatum
|
|
8643
8643
|
*/
|
|
8644
|
-
|
|
8644
|
+
performanceDate: ScriptingDate;
|
|
8645
8645
|
|
|
8646
8646
|
/**
|
|
8647
|
-
*
|
|
8647
|
+
* Der Anzahlungsbetrag
|
|
8648
8648
|
*/
|
|
8649
|
-
|
|
8649
|
+
depositPaymentAmount: number;
|
|
8650
8650
|
|
|
8651
8651
|
/**
|
|
8652
8652
|
* Für interne Zwecke: Liefermethode für das Document
|
|
@@ -8709,14 +8709,14 @@ export interface RequestDocument {
|
|
|
8709
8709
|
lines: Array<RequestDocumentLine>;
|
|
8710
8710
|
|
|
8711
8711
|
/**
|
|
8712
|
-
*
|
|
8712
|
+
* ID der Kasse (bei POS)
|
|
8713
8713
|
*/
|
|
8714
|
-
|
|
8714
|
+
posRegisterId: number;
|
|
8715
8715
|
|
|
8716
8716
|
/**
|
|
8717
|
-
*
|
|
8717
|
+
* Die Vertragsdetails
|
|
8718
8718
|
*/
|
|
8719
|
-
|
|
8719
|
+
contractDetail: DocumentContractDetail;
|
|
8720
8720
|
|
|
8721
8721
|
/**
|
|
8722
8722
|
* Vorgabelieferant bei Übernahme von Auftrag zu Bestellung(en)
|
|
@@ -8837,14 +8837,14 @@ export interface RequestDocumentLine {
|
|
|
8837
8837
|
commissions: Array<RequestDocumentLineCommission>;
|
|
8838
8838
|
|
|
8839
8839
|
/**
|
|
8840
|
-
*
|
|
8840
|
+
* FiBu-Angaben
|
|
8841
8841
|
*/
|
|
8842
|
-
|
|
8842
|
+
financeBooking: DocumentFinanceBooking;
|
|
8843
8843
|
|
|
8844
8844
|
/**
|
|
8845
|
-
*
|
|
8845
|
+
* Typ dieser Position
|
|
8846
8846
|
*/
|
|
8847
|
-
|
|
8847
|
+
lineType: DocumentLineType;
|
|
8848
8848
|
|
|
8849
8849
|
/**
|
|
8850
8850
|
* Für interne Zwecke: Steuersatz in Prozent
|
|
@@ -8857,14 +8857,14 @@ export interface RequestDocumentLine {
|
|
|
8857
8857
|
dropShippingPolicy: DropShippingPolicy;
|
|
8858
8858
|
|
|
8859
8859
|
/**
|
|
8860
|
-
*
|
|
8860
|
+
* (optional) Lager-ID
|
|
8861
8861
|
*/
|
|
8862
|
-
|
|
8862
|
+
storageId: number;
|
|
8863
8863
|
|
|
8864
8864
|
/**
|
|
8865
|
-
*
|
|
8865
|
+
* Positionsnummer der Artikel
|
|
8866
8866
|
*/
|
|
8867
|
-
|
|
8867
|
+
positionOfArticleLine: number;
|
|
8868
8868
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* Vertragsdetails zur Belegposition
|
|
@@ -9560,14 +9560,14 @@ export interface ShelfDocument {
|
|
|
9560
9560
|
tags: Array<TagDto>;
|
|
9561
9561
|
|
|
9562
9562
|
/**
|
|
9563
|
-
*
|
|
9563
|
+
* Mehrsprachige Bezeichnungen
|
|
9564
9564
|
*/
|
|
9565
|
-
|
|
9565
|
+
translatableTexts: Array<ShelfTranslatableText>;
|
|
9566
9566
|
|
|
9567
9567
|
/**
|
|
9568
|
-
*
|
|
9568
|
+
* share informations
|
|
9569
9569
|
*/
|
|
9570
|
-
|
|
9570
|
+
shares: Array<ShelfShare>;
|
|
9571
9571
|
|
|
9572
9572
|
/**
|
|
9573
9573
|
* Automatische Löschung ab
|
|
@@ -9699,14 +9699,14 @@ export interface ShelfDocumentType {
|
|
|
9699
9699
|
active: boolean;
|
|
9700
9700
|
|
|
9701
9701
|
/**
|
|
9702
|
-
*
|
|
9702
|
+
* access level or reading
|
|
9703
9703
|
*/
|
|
9704
|
-
|
|
9704
|
+
accessLevelRead: number;
|
|
9705
9705
|
|
|
9706
9706
|
/**
|
|
9707
|
-
*
|
|
9707
|
+
* label of type
|
|
9708
9708
|
*/
|
|
9709
|
-
|
|
9709
|
+
label: string;
|
|
9710
9710
|
|
|
9711
9711
|
/**
|
|
9712
9712
|
* storage rule for revisions
|
|
@@ -9752,14 +9752,14 @@ export interface ShelfFile {
|
|
|
9752
9752
|
subFiles: Array<SubFileInfo>;
|
|
9753
9753
|
|
|
9754
9754
|
/**
|
|
9755
|
-
*
|
|
9755
|
+
* revision number of this file
|
|
9756
9756
|
*/
|
|
9757
|
-
|
|
9757
|
+
revisionNumber: number;
|
|
9758
9758
|
|
|
9759
9759
|
/**
|
|
9760
|
-
*
|
|
9760
|
+
* fileSize
|
|
9761
9761
|
*/
|
|
9762
|
-
|
|
9762
|
+
fileSize: number;
|
|
9763
9763
|
|
|
9764
9764
|
/**
|
|
9765
9765
|
* file-extension of this entry
|
|
@@ -10339,14 +10339,14 @@ export interface Supplier {
|
|
|
10339
10339
|
performanceCountryCode: string;
|
|
10340
10340
|
|
|
10341
10341
|
/**
|
|
10342
|
-
*
|
|
10342
|
+
* reference to the payment method
|
|
10343
10343
|
*/
|
|
10344
|
-
|
|
10344
|
+
paymentMethodRef: ApiObjectReference;
|
|
10345
10345
|
|
|
10346
10346
|
/**
|
|
10347
|
-
*
|
|
10347
|
+
* Lieferzeit in (Werk-)Tagen
|
|
10348
10348
|
*/
|
|
10349
|
-
|
|
10349
|
+
defaultDeliveryTime: number;
|
|
10350
10350
|
|
|
10351
10351
|
/**
|
|
10352
10352
|
* currency code IsoAlpha3
|
|
@@ -10367,14 +10367,14 @@ export interface TagDto {
|
|
|
10367
10367
|
editColor: string;
|
|
10368
10368
|
|
|
10369
10369
|
/**
|
|
10370
|
-
* Farbe
|
|
10370
|
+
* Farbe für die Anzeige des Tags
|
|
10371
10371
|
*/
|
|
10372
|
-
|
|
10372
|
+
color: string;
|
|
10373
10373
|
|
|
10374
10374
|
/**
|
|
10375
|
-
* Farbe
|
|
10375
|
+
* Farbe in Such-GUI
|
|
10376
10376
|
*/
|
|
10377
|
-
|
|
10377
|
+
searchColor: string;
|
|
10378
10378
|
|
|
10379
10379
|
/**
|
|
10380
10380
|
* Beschriftung des Tags
|
|
@@ -10779,14 +10779,14 @@ export interface VariantAttributeListing {
|
|
|
10779
10779
|
salesChannelRef: ApiObjectReference;
|
|
10780
10780
|
|
|
10781
10781
|
/**
|
|
10782
|
-
*
|
|
10782
|
+
* Freifelder
|
|
10783
10783
|
*/
|
|
10784
|
-
|
|
10784
|
+
custom: EavVariantattributelisting;
|
|
10785
10785
|
|
|
10786
10786
|
/**
|
|
10787
|
-
*
|
|
10787
|
+
* Variantenattribut
|
|
10788
10788
|
*/
|
|
10789
|
-
|
|
10789
|
+
variantAttributeRef: ApiObjectReference;
|
|
10790
10790
|
|
|
10791
10791
|
/**
|
|
10792
10792
|
* Unique identifier of the Object
|