digicust_types 1.8.131 → 1.8.133
Sign up to get free protection for your applications and to get access to all the features.
@@ -67,6 +67,7 @@ export interface ExecutionStrategy {
|
|
67
67
|
additionalCostsStrategy?: "equalDistribution" | "addToFirstItem" | "splitToAllItems" | "splitToAllItemsByNetWeight" | "splitToAllItemsByTotalValue";
|
68
68
|
allowDateInOrderNumber?: boolean;
|
69
69
|
eliminateArticleNumberFromDescription?: boolean;
|
70
|
+
alwaysAssumeThreeDigitDecimalForWeights?: boolean;
|
70
71
|
/** Determines whether or not data from incoming emails are extracted and normalized.
|
71
72
|
* @default false */
|
72
73
|
normalizeEmailDocuments?: boolean;
|