@vario-software/types 2026.22.4 → 2026.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema/erp.d.ts +123 -27
- package/scripting/services.d.ts +26 -26
- package/scripting/types.d.ts +354 -345
package/package.json
CHANGED
package/schema/erp.d.ts
CHANGED
|
@@ -9494,7 +9494,7 @@ export interface paths {
|
|
|
9494
9494
|
path?: never;
|
|
9495
9495
|
cookie?: never;
|
|
9496
9496
|
};
|
|
9497
|
-
get: operations["
|
|
9497
|
+
get: operations["getParents_2"];
|
|
9498
9498
|
put: operations["updateParent_2"];
|
|
9499
9499
|
post?: never;
|
|
9500
9500
|
delete: operations["removeParent_2"];
|
|
@@ -10127,7 +10127,7 @@ export interface paths {
|
|
|
10127
10127
|
path?: never;
|
|
10128
10128
|
cookie?: never;
|
|
10129
10129
|
};
|
|
10130
|
-
get: operations["
|
|
10130
|
+
get: operations["getParents_1"];
|
|
10131
10131
|
put: operations["updateParent_1"];
|
|
10132
10132
|
post?: never;
|
|
10133
10133
|
delete: operations["removeParent_1"];
|
|
@@ -10724,7 +10724,7 @@ export interface paths {
|
|
|
10724
10724
|
path?: never;
|
|
10725
10725
|
cookie?: never;
|
|
10726
10726
|
};
|
|
10727
|
-
get: operations["
|
|
10727
|
+
get: operations["getParents"];
|
|
10728
10728
|
put: operations["updateParent"];
|
|
10729
10729
|
post?: never;
|
|
10730
10730
|
delete: operations["removeParent"];
|
|
@@ -18386,6 +18386,22 @@ export interface paths {
|
|
|
18386
18386
|
patch?: never;
|
|
18387
18387
|
trace?: never;
|
|
18388
18388
|
};
|
|
18389
|
+
"/wms/picklists/process-input-for-incorrectly-picked-goods": {
|
|
18390
|
+
parameters: {
|
|
18391
|
+
query?: never;
|
|
18392
|
+
header?: never;
|
|
18393
|
+
path?: never;
|
|
18394
|
+
cookie?: never;
|
|
18395
|
+
};
|
|
18396
|
+
get?: never;
|
|
18397
|
+
put?: never;
|
|
18398
|
+
post: operations["processInputForIncorrectlyPickedGoods"];
|
|
18399
|
+
delete?: never;
|
|
18400
|
+
options?: never;
|
|
18401
|
+
head?: never;
|
|
18402
|
+
patch?: never;
|
|
18403
|
+
trace?: never;
|
|
18404
|
+
};
|
|
18389
18405
|
"/wms/picklists/reorg": {
|
|
18390
18406
|
parameters: {
|
|
18391
18407
|
query?: never;
|
|
@@ -79623,6 +79639,7 @@ export interface components {
|
|
|
79623
79639
|
readonly systemPresetting?: boolean;
|
|
79624
79640
|
targetOutputConsumerRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
79625
79641
|
targetOutputConsumerResult?: components["schemas"]["unknownservice-unknownmodule-JsonNode"];
|
|
79642
|
+
targetOutputTypeRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
79626
79643
|
targetReportGroupRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
79627
79644
|
/** @description Version Identifier for this Object (for PUT) */
|
|
79628
79645
|
version?: string;
|
|
@@ -85800,7 +85817,8 @@ export interface components {
|
|
|
85800
85817
|
readonly number?: string;
|
|
85801
85818
|
/** @description Beobachter */
|
|
85802
85819
|
observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
|
|
85803
|
-
|
|
85820
|
+
/** @description Übergeordnete CRM-Objekte */
|
|
85821
|
+
parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
85804
85822
|
/**
|
|
85805
85823
|
* Format: date
|
|
85806
85824
|
* @description Geplantes Abschluss-Datum
|
|
@@ -86020,7 +86038,8 @@ export interface components {
|
|
|
86020
86038
|
readonly number?: string;
|
|
86021
86039
|
/** @description Beobachter */
|
|
86022
86040
|
observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
|
|
86023
|
-
|
|
86041
|
+
/** @description Übergeordnete CRM-Objekte */
|
|
86042
|
+
parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
86024
86043
|
phaseRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
86025
86044
|
/**
|
|
86026
86045
|
* Format: date
|
|
@@ -86271,7 +86290,8 @@ export interface components {
|
|
|
86271
86290
|
readonly number?: string;
|
|
86272
86291
|
/** @description Beobachter */
|
|
86273
86292
|
observerRefs?: components["schemas"]["core-api-ApiObjectReference"][];
|
|
86274
|
-
|
|
86293
|
+
/** @description Übergeordnete CRM-Objekte */
|
|
86294
|
+
parentRefs?: components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
86275
86295
|
priorityRef: components["schemas"]["core-api-ApiObjectReference"];
|
|
86276
86296
|
/** @description In Workflow-Verarbeitung? */
|
|
86277
86297
|
readonly processedByWorkflow?: boolean;
|
|
@@ -86345,7 +86365,7 @@ export interface components {
|
|
|
86345
86365
|
queryPredicate?: components["schemas"]["common-cunit-QueryPresetPredicate"];
|
|
86346
86366
|
variables?: components["schemas"]["common-cunit-QueryPresetVariableSubstitutionList"];
|
|
86347
86367
|
};
|
|
86348
|
-
/** @description Request zur
|
|
86368
|
+
/** @description Request zur Aktualisierung der CRM-Children */
|
|
86349
86369
|
"erp-crm-CrmUpdateChildrenRequest": {
|
|
86350
86370
|
/** @description Die abhängigen Objekte */
|
|
86351
86371
|
children: components["schemas"]["erp-crm-CrmUpdateChildrenRequest.Child"][];
|
|
@@ -86363,18 +86383,23 @@ export interface components {
|
|
|
86363
86383
|
*/
|
|
86364
86384
|
type: "TASK" | "DEAL" | "PROJECT";
|
|
86365
86385
|
};
|
|
86366
|
-
/** @description Request zur
|
|
86386
|
+
/** @description Request zur Aktualisierung der CRM-Parents */
|
|
86367
86387
|
"erp-crm-CrmUpdateParentRequest": {
|
|
86388
|
+
/** @description Die übergeordneten Objekte */
|
|
86389
|
+
parents: components["schemas"]["erp-crm-CrmUpdateParentRequest.Parent"][];
|
|
86390
|
+
};
|
|
86391
|
+
/** @description Ein übergeordnetes Objekt */
|
|
86392
|
+
"erp-crm-CrmUpdateParentRequest.Parent": {
|
|
86368
86393
|
/**
|
|
86369
86394
|
* Format: int64
|
|
86370
|
-
* @description ID
|
|
86395
|
+
* @description ID
|
|
86371
86396
|
*/
|
|
86372
|
-
|
|
86397
|
+
id: number;
|
|
86373
86398
|
/**
|
|
86374
86399
|
* @description Möglich CRM-Typen
|
|
86375
86400
|
* @enum {string}
|
|
86376
86401
|
*/
|
|
86377
|
-
|
|
86402
|
+
type: "TASK" | "DEAL" | "PROJECT";
|
|
86378
86403
|
};
|
|
86379
86404
|
/** @description Request markieren von Aktivitäten als "abgerechnet" */
|
|
86380
86405
|
"erp-crm-SetActivitiesBilledRequest": {
|
|
@@ -91374,6 +91399,12 @@ export interface components {
|
|
|
91374
91399
|
info?: components["schemas"]["core-api-MetaInfo"];
|
|
91375
91400
|
/** @description Ist das Produkt für den Kunden gesperrt? */
|
|
91376
91401
|
lockedForCustomer?: boolean;
|
|
91402
|
+
/**
|
|
91403
|
+
* @description Art der Preisermittlung
|
|
91404
|
+
* @default DEFAULT
|
|
91405
|
+
* @enum {string}
|
|
91406
|
+
*/
|
|
91407
|
+
priceDetermination: "DEFAULT" | "SPECIAL" | "ONLY_DEFAULT_PRICE";
|
|
91377
91408
|
/** @description Kunden-Preise */
|
|
91378
91409
|
readonly productPrices?: components["schemas"]["erp-product-ProductPrice"][];
|
|
91379
91410
|
/** @description Soll die abweichende Produktbeschreibung verwendet werden (z.B. in Belegen) */
|
|
@@ -91384,11 +91415,6 @@ export interface components {
|
|
|
91384
91415
|
useDeviatingArticleName?: boolean;
|
|
91385
91416
|
/** @description Soll die abweichende Produktnummer verwendet werden (z.B. in Belegen) */
|
|
91386
91417
|
useDeviatingArticleNumber?: boolean;
|
|
91387
|
-
/**
|
|
91388
|
-
* @description Nur Sonderpreis/-rabatt verwenden?
|
|
91389
|
-
* @default false
|
|
91390
|
-
*/
|
|
91391
|
-
useOnlyRelatedPriceOrDiscount: boolean;
|
|
91392
91418
|
/** @description Version Identifier for this Object (for PUT) */
|
|
91393
91419
|
version?: string;
|
|
91394
91420
|
};
|
|
@@ -94163,7 +94189,7 @@ export interface components {
|
|
|
94163
94189
|
* @description Status der Pickliste
|
|
94164
94190
|
* @enum {string}
|
|
94165
94191
|
*/
|
|
94166
|
-
state: "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
|
|
94192
|
+
state: "IN_CREATION" | "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
|
|
94167
94193
|
targetStorageRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
94168
94194
|
usedTemplate?: components["schemas"]["erp-wms-PicklistTemplate"];
|
|
94169
94195
|
/** @description Version Identifier for this Object (for PUT) */
|
|
@@ -94185,6 +94211,52 @@ export interface components {
|
|
|
94185
94211
|
/** @description Protokoll der Erzeugung */
|
|
94186
94212
|
creationLog?: string[];
|
|
94187
94213
|
};
|
|
94214
|
+
/** @description Anfrage zur Eingabeverarbeitung von Picklisten mit falsch gesammelten Artikeln */
|
|
94215
|
+
"erp-wms-PicklistForIncorrectlyPickedGoodsProcessingRequest": {
|
|
94216
|
+
absoluteManualQuantityChange?: boolean;
|
|
94217
|
+
/**
|
|
94218
|
+
* Format: int64
|
|
94219
|
+
* @description ID des zu verarbeitenden Artikels
|
|
94220
|
+
*/
|
|
94221
|
+
articleId?: number;
|
|
94222
|
+
/** @description Benutzereingabe/Scan */
|
|
94223
|
+
inputData?: string;
|
|
94224
|
+
/** @description Manuelle Mengenänderung */
|
|
94225
|
+
manualQuantityChange?: number;
|
|
94226
|
+
/**
|
|
94227
|
+
* Format: int64
|
|
94228
|
+
* @description ID der zu verarbeitenden Pickliste
|
|
94229
|
+
*/
|
|
94230
|
+
picklistId?: number;
|
|
94231
|
+
/**
|
|
94232
|
+
* @description Aktionen in der Verarbeitung Picklisten mit falsch gesammelten Artikeln
|
|
94233
|
+
* @enum {string}
|
|
94234
|
+
*/
|
|
94235
|
+
processingAction?: "NONE" | "CREATE_NEW" | "FINISH";
|
|
94236
|
+
/**
|
|
94237
|
+
* Format: int64
|
|
94238
|
+
* @description ID der zu verarbeitenden Seriennummer
|
|
94239
|
+
*/
|
|
94240
|
+
serialNumberId?: number;
|
|
94241
|
+
/**
|
|
94242
|
+
* Format: int64
|
|
94243
|
+
* @description ID vom Ziel-Lager zum Verräumen der Ware
|
|
94244
|
+
*/
|
|
94245
|
+
targetStorageId?: number;
|
|
94246
|
+
};
|
|
94247
|
+
/** @description Antwort der Eingabeverarbeitung von Picklisten mit falsch gesammelten Artikeln */
|
|
94248
|
+
"erp-wms-PicklistForIncorrectlyPickedGoodsProcessingResponse": {
|
|
94249
|
+
articleRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
94250
|
+
message?: components["schemas"]["core-api-LocalizeableMessage"];
|
|
94251
|
+
picklist?: components["schemas"]["erp-wms-Picklist"];
|
|
94252
|
+
/**
|
|
94253
|
+
* @description Status der Verarbeitung von Pickliste mit falsch gesammelten Artikeln
|
|
94254
|
+
* @enum {string}
|
|
94255
|
+
*/
|
|
94256
|
+
processingState?: "CREATED" | "PICKLIST_CHOSEN" | "ARTICLE_CHOSEN" | "SERIAL_NUMBER_CHOSEN" | "ABSOLUTE_QUANTITY_MANUAL_CHANGED" | "RELATIVE_QUANTITY_MANUAL_CHANGED" | "FINISHED";
|
|
94257
|
+
serialNumberRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
94258
|
+
targetStorageRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
94259
|
+
};
|
|
94188
94260
|
/** @description Pickliste ohne Details */
|
|
94189
94261
|
"erp-wms-PicklistInfo": {
|
|
94190
94262
|
/**
|
|
@@ -94223,7 +94295,7 @@ export interface components {
|
|
|
94223
94295
|
* @description Art der Kommissionierung
|
|
94224
94296
|
* @enum {string}
|
|
94225
94297
|
*/
|
|
94226
|
-
pickingType?: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION";
|
|
94298
|
+
pickingType?: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION" | "MISSING_GOODS_PICKING" | "INCORRECTLY_PICKED_GOODS";
|
|
94227
94299
|
/** @description Ggf. Label des Pickwagens, falls es sich um die rollende Kommissionierung handelt */
|
|
94228
94300
|
pickTrolleyLabel?: string;
|
|
94229
94301
|
processedByUserRef?: components["schemas"]["core-api-ApiObjectReference"];
|
|
@@ -94236,7 +94308,7 @@ export interface components {
|
|
|
94236
94308
|
* @description Status der Pickliste
|
|
94237
94309
|
* @enum {string}
|
|
94238
94310
|
*/
|
|
94239
|
-
state?: "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
|
|
94311
|
+
state?: "IN_CREATION" | "CREATED" | "PAUSED_IN_PICKING" | "IN_PICKING" | "PICKED" | "PAUSED_IN_PACKING" | "IN_PACKING" | "CANCELLED" | "FINISHED";
|
|
94240
94312
|
/**
|
|
94241
94313
|
* @description Digitale Pickliste verwenden: wenn processingType = PICKING -> Positionen nur durch tippen oder swippen bestätigt
|
|
94242
94314
|
* @default false
|
|
@@ -94296,7 +94368,7 @@ export interface components {
|
|
|
94296
94368
|
* @description Status der Position einer Pickliste
|
|
94297
94369
|
* @enum {string}
|
|
94298
94370
|
*/
|
|
94299
|
-
state: "CREATED" | "NEWLY_ADDED" | "PICKED" | "NEWLY_ADDED_AND_PICKED" | "WAITING_FOR_SHIPPING_DOCUMENTS" | "CANCELLED" | "FINISHED";
|
|
94371
|
+
state: "IN_CREATION" | "CREATED" | "NEWLY_ADDED" | "PICKED" | "NEWLY_ADDED_AND_PICKED" | "WAITING_FOR_SHIPPING_DOCUMENTS" | "CANCELLED" | "FINISHED";
|
|
94300
94372
|
/** @description Lageranzeigename */
|
|
94301
94373
|
readonly storageDisplayName?: string;
|
|
94302
94374
|
/**
|
|
@@ -94592,7 +94664,7 @@ export interface components {
|
|
|
94592
94664
|
* @description Art der Kommissionierung
|
|
94593
94665
|
* @enum {string}
|
|
94594
94666
|
*/
|
|
94595
|
-
pickingType: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION";
|
|
94667
|
+
pickingType: "FAST_ORDER_PICKING" | "SINGLE_ORDER_PICKING" | "COLLECTIVE_ORDER_PICKING" | "ROLLING_ORDER_PICKING" | "CONSOLIDATION" | "REPLENISHMENT" | "FABRICATION" | "MISSING_GOODS_PICKING" | "INCORRECTLY_PICKED_GOODS";
|
|
94596
94668
|
picklistCreationOptions?: components["schemas"]["erp-wms-PicklistTemplate.PicklistCreationOptions"];
|
|
94597
94669
|
picklistProcessingOptions?: components["schemas"]["erp-wms-PicklistTemplate.PicklistProcessingOptions"];
|
|
94598
94670
|
/** @description Skripte für die Erstellung und Verarbeitung von Picklisten */
|
|
@@ -120243,7 +120315,7 @@ export interface operations {
|
|
|
120243
120315
|
};
|
|
120244
120316
|
};
|
|
120245
120317
|
};
|
|
120246
|
-
|
|
120318
|
+
getParents_2: {
|
|
120247
120319
|
parameters: {
|
|
120248
120320
|
query?: never;
|
|
120249
120321
|
header?: never;
|
|
@@ -120260,7 +120332,7 @@ export interface operations {
|
|
|
120260
120332
|
[name: string]: unknown;
|
|
120261
120333
|
};
|
|
120262
120334
|
content: {
|
|
120263
|
-
"application/json": components["schemas"]["erp-crm-CrmObjectRef"];
|
|
120335
|
+
"application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
120264
120336
|
};
|
|
120265
120337
|
};
|
|
120266
120338
|
};
|
|
@@ -122090,7 +122162,7 @@ export interface operations {
|
|
|
122090
122162
|
};
|
|
122091
122163
|
};
|
|
122092
122164
|
};
|
|
122093
|
-
|
|
122165
|
+
getParents_1: {
|
|
122094
122166
|
parameters: {
|
|
122095
122167
|
query?: never;
|
|
122096
122168
|
header?: never;
|
|
@@ -122107,7 +122179,7 @@ export interface operations {
|
|
|
122107
122179
|
[name: string]: unknown;
|
|
122108
122180
|
};
|
|
122109
122181
|
content: {
|
|
122110
|
-
"application/json": components["schemas"]["erp-crm-CrmObjectRef"];
|
|
122182
|
+
"application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
122111
122183
|
};
|
|
122112
122184
|
};
|
|
122113
122185
|
};
|
|
@@ -123786,7 +123858,7 @@ export interface operations {
|
|
|
123786
123858
|
};
|
|
123787
123859
|
};
|
|
123788
123860
|
};
|
|
123789
|
-
|
|
123861
|
+
getParents: {
|
|
123790
123862
|
parameters: {
|
|
123791
123863
|
query?: never;
|
|
123792
123864
|
header?: never;
|
|
@@ -123803,7 +123875,7 @@ export interface operations {
|
|
|
123803
123875
|
[name: string]: unknown;
|
|
123804
123876
|
};
|
|
123805
123877
|
content: {
|
|
123806
|
-
"application/json": components["schemas"]["erp-crm-CrmObjectRef"];
|
|
123878
|
+
"application/json": components["schemas"]["erp-crm-CrmObjectRef"][];
|
|
123807
123879
|
};
|
|
123808
123880
|
};
|
|
123809
123881
|
};
|
|
@@ -142591,6 +142663,30 @@ export interface operations {
|
|
|
142591
142663
|
};
|
|
142592
142664
|
};
|
|
142593
142665
|
};
|
|
142666
|
+
processInputForIncorrectlyPickedGoods: {
|
|
142667
|
+
parameters: {
|
|
142668
|
+
query?: never;
|
|
142669
|
+
header?: never;
|
|
142670
|
+
path?: never;
|
|
142671
|
+
cookie?: never;
|
|
142672
|
+
};
|
|
142673
|
+
requestBody: {
|
|
142674
|
+
content: {
|
|
142675
|
+
"application/json": components["schemas"]["erp-wms-PicklistForIncorrectlyPickedGoodsProcessingRequest"];
|
|
142676
|
+
};
|
|
142677
|
+
};
|
|
142678
|
+
responses: {
|
|
142679
|
+
/** @description OK */
|
|
142680
|
+
200: {
|
|
142681
|
+
headers: {
|
|
142682
|
+
[name: string]: unknown;
|
|
142683
|
+
};
|
|
142684
|
+
content: {
|
|
142685
|
+
"application/json": components["schemas"]["erp-wms-PicklistForIncorrectlyPickedGoodsProcessingResponse"];
|
|
142686
|
+
};
|
|
142687
|
+
};
|
|
142688
|
+
};
|
|
142689
|
+
};
|
|
142594
142690
|
reorgPicklistsAndTrolleys: {
|
|
142595
142691
|
parameters: {
|
|
142596
142692
|
query?: never;
|
package/scripting/services.d.ts
CHANGED
|
@@ -479,21 +479,21 @@ export interface ArticleListingScriptingService {
|
|
|
479
479
|
getNewDto(): ArticleListing;
|
|
480
480
|
|
|
481
481
|
/**
|
|
482
|
-
* Liest alle Listings zu einem Artikel
|
|
482
|
+
* Liest alle Listings zu einem Artikel
|
|
483
483
|
*
|
|
484
484
|
* @param {number} articleId - ID des Artikels
|
|
485
|
-
* @param {string} languageCode - Zu verwendende Sprache
|
|
486
485
|
* @return {Array<ArticleListing>} Liste der Listings
|
|
487
486
|
*/
|
|
488
|
-
readAllByArticleId(articleId: number
|
|
487
|
+
readAllByArticleId(articleId: number): Array<ArticleListing>;
|
|
489
488
|
|
|
490
489
|
/**
|
|
491
|
-
* Liest alle Listings zu einem Artikel
|
|
490
|
+
* Liest alle Listings zu einem Artikel mit Texten zur Sprache languageCode
|
|
492
491
|
*
|
|
493
492
|
* @param {number} articleId - ID des Artikels
|
|
493
|
+
* @param {string} languageCode - Zu verwendende Sprache
|
|
494
494
|
* @return {Array<ArticleListing>} Liste der Listings
|
|
495
495
|
*/
|
|
496
|
-
readAllByArticleId(articleId: number): Array<ArticleListing>;
|
|
496
|
+
readAllByArticleId(articleId: number, languageCode: string): Array<ArticleListing>;
|
|
497
497
|
|
|
498
498
|
/**
|
|
499
499
|
* Liest eine Liste von DTOs
|
|
@@ -549,17 +549,17 @@ export interface ArticleScriptingService {
|
|
|
549
549
|
*
|
|
550
550
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
551
551
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
552
|
-
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
553
552
|
*/
|
|
554
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number
|
|
553
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
555
554
|
|
|
556
555
|
/**
|
|
557
556
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
558
557
|
*
|
|
559
558
|
* @param {string} batchIdentifier - ID des Etikettendrucklaufs
|
|
560
559
|
* @param {number} articleId - ID des zu druckenden Artikels
|
|
560
|
+
* @param {number} labelCount - Anzahl der zu druckenden Etiketten
|
|
561
561
|
*/
|
|
562
|
-
addLabelToPrintBatch(batchIdentifier: string, articleId: number): void;
|
|
562
|
+
addLabelToPrintBatch(batchIdentifier: string, articleId: number, labelCount: number): void;
|
|
563
563
|
|
|
564
564
|
/**
|
|
565
565
|
* Fügt Informationen zum Druck Etiketten zu einem Artikel zu einem Etikettendrucklauf hinzu
|
|
@@ -1618,20 +1618,20 @@ export interface DocumentScriptingService {
|
|
|
1618
1618
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1619
1619
|
*
|
|
1620
1620
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1621
|
-
* @param {string}
|
|
1622
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1621
|
+
* @param {string} targetDocumentTypeLabel - Ziel-Belegart der Kopie
|
|
1623
1622
|
* @return {Document} Der kopierte Beleg
|
|
1624
1623
|
*/
|
|
1625
|
-
copy(documentId: number,
|
|
1624
|
+
copy(documentId: number, targetDocumentTypeLabel: string): Document;
|
|
1626
1625
|
|
|
1627
1626
|
/**
|
|
1628
1627
|
* Kopiert einen Beleg in die vorgegebene Ziel-Belegart
|
|
1629
1628
|
*
|
|
1630
1629
|
* @param {number} documentId - ID des zu kopierenden Belegs
|
|
1631
|
-
* @param {string}
|
|
1630
|
+
* @param {string} targetDocumentType - Ziel-Belegart der Kopie
|
|
1631
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1632
1632
|
* @return {Document} Der kopierte Beleg
|
|
1633
1633
|
*/
|
|
1634
|
-
copy(documentId: number,
|
|
1634
|
+
copy(documentId: number, targetDocumentType: string, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1635
1635
|
|
|
1636
1636
|
/**
|
|
1637
1637
|
* Erstellt einen neuen Beleg
|
|
@@ -1645,18 +1645,18 @@ export interface DocumentScriptingService {
|
|
|
1645
1645
|
* Löst einen Beleg auf
|
|
1646
1646
|
*
|
|
1647
1647
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1648
|
+
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1648
1649
|
* @return {Document} Der aufgelöste Beleg
|
|
1649
1650
|
*/
|
|
1650
|
-
dissolve(documentId: number): Document;
|
|
1651
|
+
dissolve(documentId: number, additionalParameters: Array<AdditionalParameter>): Document;
|
|
1651
1652
|
|
|
1652
1653
|
/**
|
|
1653
1654
|
* Löst einen Beleg auf
|
|
1654
1655
|
*
|
|
1655
1656
|
* @param {number} documentId - ID des aufzulösenden Belegs
|
|
1656
|
-
* @param {Array<AdditionalParameter>} additionalParameters - Zusätzliche Parameter
|
|
1657
1657
|
* @return {Document} Der aufgelöste Beleg
|
|
1658
1658
|
*/
|
|
1659
|
-
dissolve(documentId: number
|
|
1659
|
+
dissolve(documentId: number): Document;
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Startet die Bearbeitung eines Belegs (Transition SAVED -> EDIT)
|
|
@@ -1776,16 +1776,16 @@ export interface DocumentScriptingService {
|
|
|
1776
1776
|
* Versendet einen Beleg per Mail
|
|
1777
1777
|
*
|
|
1778
1778
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1779
|
+
* @param {string} reportGroupIdentifier -
|
|
1779
1780
|
*/
|
|
1780
|
-
sendViaMail(documentId: number): void;
|
|
1781
|
+
sendViaMail(documentId: number, reportGroupIdentifier: string): void;
|
|
1781
1782
|
|
|
1782
1783
|
/**
|
|
1783
1784
|
* Versendet einen Beleg per Mail
|
|
1784
1785
|
*
|
|
1785
1786
|
* @param {number} documentId - ID des zu versendenden Belegs
|
|
1786
|
-
* @param {string} reportGroupIdentifier -
|
|
1787
1787
|
*/
|
|
1788
|
-
sendViaMail(documentId: number
|
|
1788
|
+
sendViaMail(documentId: number): void;
|
|
1789
1789
|
|
|
1790
1790
|
/**
|
|
1791
1791
|
* Überführt einen Beleg in einen anderen Status
|
|
@@ -2653,14 +2653,14 @@ export interface ScriptingServiceList {
|
|
|
2653
2653
|
crmTaskService: CrmTaskScriptingService;
|
|
2654
2654
|
|
|
2655
2655
|
/**
|
|
2656
|
-
* Service zur Verarbeitung von
|
|
2656
|
+
* Service zur Verarbeitung von Shelf-Documents
|
|
2657
2657
|
*/
|
|
2658
|
-
|
|
2658
|
+
shelfDocumentService: ShelfDocumentScriptingService;
|
|
2659
2659
|
|
|
2660
2660
|
/**
|
|
2661
|
-
* Service zur Verarbeitung von
|
|
2661
|
+
* Service zur Verarbeitung von Accounts
|
|
2662
2662
|
*/
|
|
2663
|
-
|
|
2663
|
+
accountService: AccountScriptingService;
|
|
2664
2664
|
|
|
2665
2665
|
/**
|
|
2666
2666
|
* Logging im Scripting
|
|
@@ -2870,18 +2870,18 @@ export interface ScriptingUtilities {
|
|
|
2870
2870
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2871
2871
|
*
|
|
2872
2872
|
* @param {object} value - Der Quell-Wert
|
|
2873
|
-
* @param {number} scale - Anzahl Nachkommastellen
|
|
2874
2873
|
* @return {number} Ein BigDecimal-Wert
|
|
2875
2874
|
*/
|
|
2876
|
-
newBigDecimal(value: object
|
|
2875
|
+
newBigDecimal(value: object): number;
|
|
2877
2876
|
|
|
2878
2877
|
/**
|
|
2879
2878
|
* Erstellt eine neue BigDecimal-Instanz
|
|
2880
2879
|
*
|
|
2881
2880
|
* @param {object} value - Der Quell-Wert
|
|
2881
|
+
* @param {number} scale - Anzahl Nachkommastellen
|
|
2882
2882
|
* @return {number} Ein BigDecimal-Wert
|
|
2883
2883
|
*/
|
|
2884
|
-
newBigDecimal(value: object): number;
|
|
2884
|
+
newBigDecimal(value: object, scale: number): number;
|
|
2885
2885
|
|
|
2886
2886
|
/**
|
|
2887
2887
|
* Erstellt eine API-Referenz
|