digicust_types 1.8.255 → 1.8.257
Sign up to get free protection for your applications and to get access to all the features.
@@ -237,6 +237,10 @@ export interface ExecutionStrategy {
|
|
237
237
|
* Enables experimental feature to use specialized description aggregation for line items, summing up quantities and concatenating lineItemDescriptions with "-" in the special "aggregated.aggregatedDescriptions" map (otherwise this property will remain empty or undefined).
|
238
238
|
*/
|
239
239
|
useSpecializedDescriptionAggregation?: boolean;
|
240
|
+
/**
|
241
|
+
* Experimental: Use specialized formatting for aggregated descriptions. This will be used if useSpecializedDescriptionAggregation is set to true. If not set, uses the default descriptionFormatStringJsonAta and aggregation algorithm.
|
242
|
+
*/
|
243
|
+
specializedDescriptionAggregationJsonAta?: string;
|
240
244
|
lineItemGrossWeightStrategy?: "default" | "forceToFirstLineItem";
|
241
245
|
forceInvoiceNumberToReferenceNumberUCR?: boolean;
|
242
246
|
forceInvoiceNumberToRegistrationNumberExternal?: boolean;
|