digicust_types 1.8.165 → 1.8.167
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,11 @@ export interface ExecutionStrategy {
|
|
29
29
|
uploadWidgets?: UploadWidget[];
|
30
30
|
mergeMultipleUploads?: boolean;
|
31
31
|
handleXLSXFileUploads?: boolean;
|
32
|
+
XLSXFileUploads?: {
|
33
|
+
active?: boolean;
|
34
|
+
strategy?: "asLineItemList" | "asPDF";
|
35
|
+
sheetName?: string;
|
36
|
+
};
|
32
37
|
forceReference?: false | "invoiceNumber";
|
33
38
|
forceReferenceJSONata?: string;
|
34
39
|
defaultClassification?: DigicustDocumentType;
|