@feedmepos/mf-inventory-portal 0.0.23-dev.37 → 0.0.23-dev.38
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/dist/{App-CocJ-ge2.js → App-DQgtWkQj.js} +20 -20
- package/dist/{ApprovalView-BwoVumaD.js → ApprovalView-CvSK9fGA.js} +10 -10
- package/dist/{BindingsDialog-ChGPGBfA.js → BindingsDialog-BAC0_xCP.js} +8 -8
- package/dist/{BindingsPicker-DlQ4Y-_S.js → BindingsPicker-ecWMwsNp.js} +3 -3
- package/dist/{BindingsTable-BViS1Vbk.js → BindingsTable-D5kQydOU.js} +10 -10
- package/dist/{ClosingDraftView-0s7elpJE.js → ClosingDraftView-CnHQ59rX.js} +46 -46
- package/dist/{ClosingTemplateView-ijUARoMf.js → ClosingTemplateView-vRTsVZ0c.js} +21 -21
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-f3zAXx0v.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CpIzIvkU.js} +17 -17
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-B_VkK2l-.js → FmUnitInput.vue_vue_type_script_setup_true_lang-CNzEHF-R.js} +37 -37
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DaOZl7x7.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-DBhBaRrd.js} +1 -1
- package/dist/{IngredientGroupView-sBJJcpUH.js → IngredientGroupView-BLsABZ3h.js} +1 -1
- package/dist/IngredientsView-Cs4TIf6V.js +1794 -0
- package/dist/{IntegrationView-BCnyd5ZT.js → IntegrationView-BqAqngtM.js} +137 -137
- package/dist/{InventoryBindingForm-vNrC4UVe.js → InventoryBindingForm-D54V_qZQ.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CAKAtpAv.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-KIW9J7Xn.js} +106 -96
- package/dist/{InventoryBindingSummary-BV-mteuK.js → InventoryBindingSummary-htT7GNto.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CLJq06wA.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BlEgALMj.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DGMYtoSD.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DHbxXDGy.js} +9 -9
- package/dist/{PurchaseOrderPrintPreview-Dw9MTN87.js → PurchaseOrderPrintPreview-hmzxKuIa.js} +5 -5
- package/dist/{ReceiveRequestView-DA1y32Ri.js → ReceiveRequestView-_YioyWqU.js} +182 -182
- package/dist/{RecipeView-CUJ8JTg4.js → RecipeView-88KJ0nvU.js} +3 -3
- package/dist/StockView-R4cnEbHQ.js +1818 -0
- package/dist/{SupplierView-B25JfCjl.js → SupplierView-CevGG507.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-CaHSzoOL.js → TransferDetails.vue_vue_type_script_setup_true_lang-CeWP9msS.js} +52 -52
- package/dist/{TransferTemplateView-B-NHZD3a.js → TransferTemplateView-QDniAq8o.js} +114 -114
- package/dist/{UnitView-BwyqEvF5.js → UnitView-SjwJ3lZ0.js} +14 -14
- package/dist/{WarehouseView-DKN9oNF0.js → WarehouseView-55LiPQXG.js} +70 -70
- package/dist/api/bill.d.ts +240 -84
- package/dist/api/inventory.d.ts +15 -6
- package/dist/{app-pBbFb2kn.js → app-UTiudUUR.js} +351 -336
- package/dist/app.d.ts +6 -0
- package/dist/app.js +1 -1
- package/dist/components/FmCustomAttribute.vue.d.ts +23 -0
- package/dist/components/FmLockableField.vue.d.ts +37 -0
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +3 -1
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +3 -1
- package/dist/{decimal-DlS5ULFC.js → decimal-tyBgHJ47.js} +1 -1
- package/dist/feature-z7inw9y6.js +946 -0
- package/dist/{format-unit-display-pWImoMk4.js → format-unit-display-DN0KtCh2.js} +61 -61
- package/dist/index-Dj2Ccgp1.js +29202 -0
- package/dist/{StockView-C8uDlvit.js → index-DlhdTaa8.js} +2218 -3854
- package/dist/{stock-Pgzh63s3.js → stock-CxRxidDu.js} +1 -1
- package/dist/stores/feature.d.ts +5 -0
- package/dist/stores/inventory.d.ts +20 -8
- package/dist/stores/supplier.d.ts +1 -1
- package/dist/{supplier-B_UGrq8S.js → supplier-BhyiTwSJ.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-DcCaNUdQ.js → use-inventory-binding-dialog-DwSvUvRl.js} +1 -1
- package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
- package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
- package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +2 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +24 -12
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +24 -12
- package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +6 -3
- package/dist/views/ingredients/components/convert/ConvertFormProps.d.ts +1 -0
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +4 -2
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +1 -0
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +2 -1
- package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +34 -17
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +4 -2
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +2 -1
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +48 -24
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +48 -24
- package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +2 -0
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +120 -42
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +4 -2
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +2 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +24 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +24 -12
- package/package.json +7 -6
- package/dist/IngredientsView-F25fK95q.js +0 -1657
- package/dist/feature-j9EM4xzR.js +0 -92
- package/dist/index-BILt4nGV.js +0 -12087
package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts
CHANGED
|
@@ -61,11 +61,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
precision: number;
|
|
62
62
|
};
|
|
63
63
|
} | null | undefined;
|
|
64
|
+
operationalGroup?: string | null | undefined;
|
|
64
65
|
thresholds?: {
|
|
65
66
|
low: number;
|
|
66
67
|
mid: number;
|
|
67
68
|
} | null | undefined;
|
|
68
|
-
|
|
69
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
69
70
|
unit: {
|
|
70
71
|
_id: string;
|
|
71
72
|
name: string;
|
|
@@ -148,11 +149,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
149
|
precision: number;
|
|
149
150
|
};
|
|
150
151
|
} | null | undefined;
|
|
152
|
+
operationalGroup?: string | null | undefined;
|
|
151
153
|
thresholds?: {
|
|
152
154
|
low: number;
|
|
153
155
|
mid: number;
|
|
154
156
|
} | null | undefined;
|
|
155
|
-
|
|
157
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
156
158
|
unit: {
|
|
157
159
|
_id: string;
|
|
158
160
|
name: string;
|
|
@@ -366,11 +368,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
366
368
|
precision: number;
|
|
367
369
|
};
|
|
368
370
|
} | null | undefined;
|
|
371
|
+
operationalGroup?: string | null | undefined;
|
|
369
372
|
thresholds?: {
|
|
370
373
|
low: number;
|
|
371
374
|
mid: number;
|
|
372
375
|
} | null | undefined;
|
|
373
|
-
|
|
376
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
374
377
|
unit: {
|
|
375
378
|
_id: string;
|
|
376
379
|
name: string;
|
|
@@ -453,11 +456,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
453
456
|
precision: number;
|
|
454
457
|
};
|
|
455
458
|
} | null | undefined;
|
|
459
|
+
operationalGroup?: string | null | undefined;
|
|
456
460
|
thresholds?: {
|
|
457
461
|
low: number;
|
|
458
462
|
mid: number;
|
|
459
463
|
} | null | undefined;
|
|
460
|
-
|
|
464
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
461
465
|
unit: {
|
|
462
466
|
_id: string;
|
|
463
467
|
name: string;
|
|
@@ -62,11 +62,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
62
62
|
precision: number;
|
|
63
63
|
};
|
|
64
64
|
} | null | undefined;
|
|
65
|
+
operationalGroup?: string | null | undefined;
|
|
65
66
|
thresholds?: {
|
|
66
67
|
low: number;
|
|
67
68
|
mid: number;
|
|
68
69
|
} | null | undefined;
|
|
69
|
-
|
|
70
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
70
71
|
unit: {
|
|
71
72
|
_id: string;
|
|
72
73
|
name: string;
|
|
@@ -149,11 +150,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
149
150
|
precision: number;
|
|
150
151
|
};
|
|
151
152
|
} | null | undefined;
|
|
153
|
+
operationalGroup?: string | null | undefined;
|
|
152
154
|
thresholds?: {
|
|
153
155
|
low: number;
|
|
154
156
|
mid: number;
|
|
155
157
|
} | null | undefined;
|
|
156
|
-
|
|
158
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
157
159
|
unit: {
|
|
158
160
|
_id: string;
|
|
159
161
|
name: string;
|
|
@@ -363,11 +365,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
363
365
|
precision: number;
|
|
364
366
|
};
|
|
365
367
|
} | null | undefined;
|
|
368
|
+
operationalGroup?: string | null | undefined;
|
|
366
369
|
thresholds?: {
|
|
367
370
|
low: number;
|
|
368
371
|
mid: number;
|
|
369
372
|
} | null | undefined;
|
|
370
|
-
|
|
373
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
371
374
|
unit: {
|
|
372
375
|
_id: string;
|
|
373
376
|
name: string;
|
|
@@ -450,11 +453,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
450
453
|
precision: number;
|
|
451
454
|
};
|
|
452
455
|
} | null | undefined;
|
|
456
|
+
operationalGroup?: string | null | undefined;
|
|
453
457
|
thresholds?: {
|
|
454
458
|
low: number;
|
|
455
459
|
mid: number;
|
|
456
460
|
} | null | undefined;
|
|
457
|
-
|
|
461
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
458
462
|
unit: {
|
|
459
463
|
_id: string;
|
|
460
464
|
name: string;
|
|
@@ -663,11 +667,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
663
667
|
precision: number;
|
|
664
668
|
};
|
|
665
669
|
} | null | undefined;
|
|
670
|
+
operationalGroup?: string | null | undefined;
|
|
666
671
|
thresholds?: {
|
|
667
672
|
low: number;
|
|
668
673
|
mid: number;
|
|
669
674
|
} | null | undefined;
|
|
670
|
-
|
|
675
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
671
676
|
unit: {
|
|
672
677
|
_id: string;
|
|
673
678
|
name: string;
|
|
@@ -750,11 +755,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
750
755
|
precision: number;
|
|
751
756
|
};
|
|
752
757
|
} | null | undefined;
|
|
758
|
+
operationalGroup?: string | null | undefined;
|
|
753
759
|
thresholds?: {
|
|
754
760
|
low: number;
|
|
755
761
|
mid: number;
|
|
756
762
|
} | null | undefined;
|
|
757
|
-
|
|
763
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
758
764
|
unit: {
|
|
759
765
|
_id: string;
|
|
760
766
|
name: string;
|
|
@@ -963,11 +969,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
963
969
|
precision: number;
|
|
964
970
|
};
|
|
965
971
|
} | null | undefined;
|
|
972
|
+
operationalGroup?: string | null | undefined;
|
|
966
973
|
thresholds?: {
|
|
967
974
|
low: number;
|
|
968
975
|
mid: number;
|
|
969
976
|
} | null | undefined;
|
|
970
|
-
|
|
977
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
971
978
|
unit: {
|
|
972
979
|
_id: string;
|
|
973
980
|
name: string;
|
|
@@ -1050,11 +1057,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1050
1057
|
precision: number;
|
|
1051
1058
|
};
|
|
1052
1059
|
} | null | undefined;
|
|
1060
|
+
operationalGroup?: string | null | undefined;
|
|
1053
1061
|
thresholds?: {
|
|
1054
1062
|
low: number;
|
|
1055
1063
|
mid: number;
|
|
1056
1064
|
} | null | undefined;
|
|
1057
|
-
|
|
1065
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1058
1066
|
unit: {
|
|
1059
1067
|
_id: string;
|
|
1060
1068
|
name: string;
|
|
@@ -1268,11 +1276,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1268
1276
|
precision: number;
|
|
1269
1277
|
};
|
|
1270
1278
|
} | null | undefined;
|
|
1279
|
+
operationalGroup?: string | null | undefined;
|
|
1271
1280
|
thresholds?: {
|
|
1272
1281
|
low: number;
|
|
1273
1282
|
mid: number;
|
|
1274
1283
|
} | null | undefined;
|
|
1275
|
-
|
|
1284
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1276
1285
|
unit: {
|
|
1277
1286
|
_id: string;
|
|
1278
1287
|
name: string;
|
|
@@ -1355,11 +1364,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1355
1364
|
precision: number;
|
|
1356
1365
|
};
|
|
1357
1366
|
} | null | undefined;
|
|
1367
|
+
operationalGroup?: string | null | undefined;
|
|
1358
1368
|
thresholds?: {
|
|
1359
1369
|
low: number;
|
|
1360
1370
|
mid: number;
|
|
1361
1371
|
} | null | undefined;
|
|
1362
|
-
|
|
1372
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1363
1373
|
unit: {
|
|
1364
1374
|
_id: string;
|
|
1365
1375
|
name: string;
|
|
@@ -1569,11 +1579,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1569
1579
|
precision: number;
|
|
1570
1580
|
};
|
|
1571
1581
|
} | null | undefined;
|
|
1582
|
+
operationalGroup?: string | null | undefined;
|
|
1572
1583
|
thresholds?: {
|
|
1573
1584
|
low: number;
|
|
1574
1585
|
mid: number;
|
|
1575
1586
|
} | null | undefined;
|
|
1576
|
-
|
|
1587
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1577
1588
|
unit: {
|
|
1578
1589
|
_id: string;
|
|
1579
1590
|
name: string;
|
|
@@ -1656,11 +1667,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1656
1667
|
precision: number;
|
|
1657
1668
|
};
|
|
1658
1669
|
} | null | undefined;
|
|
1670
|
+
operationalGroup?: string | null | undefined;
|
|
1659
1671
|
thresholds?: {
|
|
1660
1672
|
low: number;
|
|
1661
1673
|
mid: number;
|
|
1662
1674
|
} | null | undefined;
|
|
1663
|
-
|
|
1675
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1664
1676
|
unit: {
|
|
1665
1677
|
_id: string;
|
|
1666
1678
|
name: string;
|
|
@@ -1869,11 +1881,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1869
1881
|
precision: number;
|
|
1870
1882
|
};
|
|
1871
1883
|
} | null | undefined;
|
|
1884
|
+
operationalGroup?: string | null | undefined;
|
|
1872
1885
|
thresholds?: {
|
|
1873
1886
|
low: number;
|
|
1874
1887
|
mid: number;
|
|
1875
1888
|
} | null | undefined;
|
|
1876
|
-
|
|
1889
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1877
1890
|
unit: {
|
|
1878
1891
|
_id: string;
|
|
1879
1892
|
name: string;
|
|
@@ -1956,11 +1969,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
1956
1969
|
precision: number;
|
|
1957
1970
|
};
|
|
1958
1971
|
} | null | undefined;
|
|
1972
|
+
operationalGroup?: string | null | undefined;
|
|
1959
1973
|
thresholds?: {
|
|
1960
1974
|
low: number;
|
|
1961
1975
|
mid: number;
|
|
1962
1976
|
} | null | undefined;
|
|
1963
|
-
|
|
1977
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1964
1978
|
unit: {
|
|
1965
1979
|
_id: string;
|
|
1966
1980
|
name: string;
|
|
@@ -2169,11 +2183,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2169
2183
|
precision: number;
|
|
2170
2184
|
};
|
|
2171
2185
|
} | null | undefined;
|
|
2186
|
+
operationalGroup?: string | null | undefined;
|
|
2172
2187
|
thresholds?: {
|
|
2173
2188
|
low: number;
|
|
2174
2189
|
mid: number;
|
|
2175
2190
|
} | null | undefined;
|
|
2176
|
-
|
|
2191
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2177
2192
|
unit: {
|
|
2178
2193
|
_id: string;
|
|
2179
2194
|
name: string;
|
|
@@ -2256,11 +2271,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2256
2271
|
precision: number;
|
|
2257
2272
|
};
|
|
2258
2273
|
} | null | undefined;
|
|
2274
|
+
operationalGroup?: string | null | undefined;
|
|
2259
2275
|
thresholds?: {
|
|
2260
2276
|
low: number;
|
|
2261
2277
|
mid: number;
|
|
2262
2278
|
} | null | undefined;
|
|
2263
|
-
|
|
2279
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2264
2280
|
unit: {
|
|
2265
2281
|
_id: string;
|
|
2266
2282
|
name: string;
|
|
@@ -2474,11 +2490,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2474
2490
|
precision: number;
|
|
2475
2491
|
};
|
|
2476
2492
|
} | null | undefined;
|
|
2493
|
+
operationalGroup?: string | null | undefined;
|
|
2477
2494
|
thresholds?: {
|
|
2478
2495
|
low: number;
|
|
2479
2496
|
mid: number;
|
|
2480
2497
|
} | null | undefined;
|
|
2481
|
-
|
|
2498
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2482
2499
|
unit: {
|
|
2483
2500
|
_id: string;
|
|
2484
2501
|
name: string;
|
|
@@ -2561,11 +2578,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2561
2578
|
precision: number;
|
|
2562
2579
|
};
|
|
2563
2580
|
} | null | undefined;
|
|
2581
|
+
operationalGroup?: string | null | undefined;
|
|
2564
2582
|
thresholds?: {
|
|
2565
2583
|
low: number;
|
|
2566
2584
|
mid: number;
|
|
2567
2585
|
} | null | undefined;
|
|
2568
|
-
|
|
2586
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2569
2587
|
unit: {
|
|
2570
2588
|
_id: string;
|
|
2571
2589
|
name: string;
|
|
@@ -2775,11 +2793,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2775
2793
|
precision: number;
|
|
2776
2794
|
};
|
|
2777
2795
|
} | null | undefined;
|
|
2796
|
+
operationalGroup?: string | null | undefined;
|
|
2778
2797
|
thresholds?: {
|
|
2779
2798
|
low: number;
|
|
2780
2799
|
mid: number;
|
|
2781
2800
|
} | null | undefined;
|
|
2782
|
-
|
|
2801
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2783
2802
|
unit: {
|
|
2784
2803
|
_id: string;
|
|
2785
2804
|
name: string;
|
|
@@ -2862,11 +2881,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
2862
2881
|
precision: number;
|
|
2863
2882
|
};
|
|
2864
2883
|
} | null | undefined;
|
|
2884
|
+
operationalGroup?: string | null | undefined;
|
|
2865
2885
|
thresholds?: {
|
|
2866
2886
|
low: number;
|
|
2867
2887
|
mid: number;
|
|
2868
2888
|
} | null | undefined;
|
|
2869
|
-
|
|
2889
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2870
2890
|
unit: {
|
|
2871
2891
|
_id: string;
|
|
2872
2892
|
name: string;
|
|
@@ -3075,11 +3095,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
3075
3095
|
precision: number;
|
|
3076
3096
|
};
|
|
3077
3097
|
} | null | undefined;
|
|
3098
|
+
operationalGroup?: string | null | undefined;
|
|
3078
3099
|
thresholds?: {
|
|
3079
3100
|
low: number;
|
|
3080
3101
|
mid: number;
|
|
3081
3102
|
} | null | undefined;
|
|
3082
|
-
|
|
3103
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3083
3104
|
unit: {
|
|
3084
3105
|
_id: string;
|
|
3085
3106
|
name: string;
|
|
@@ -3162,11 +3183,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
3162
3183
|
precision: number;
|
|
3163
3184
|
};
|
|
3164
3185
|
} | null | undefined;
|
|
3186
|
+
operationalGroup?: string | null | undefined;
|
|
3165
3187
|
thresholds?: {
|
|
3166
3188
|
low: number;
|
|
3167
3189
|
mid: number;
|
|
3168
3190
|
} | null | undefined;
|
|
3169
|
-
|
|
3191
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3170
3192
|
unit: {
|
|
3171
3193
|
_id: string;
|
|
3172
3194
|
name: string;
|
|
@@ -3375,11 +3397,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
3375
3397
|
precision: number;
|
|
3376
3398
|
};
|
|
3377
3399
|
} | null | undefined;
|
|
3400
|
+
operationalGroup?: string | null | undefined;
|
|
3378
3401
|
thresholds?: {
|
|
3379
3402
|
low: number;
|
|
3380
3403
|
mid: number;
|
|
3381
3404
|
} | null | undefined;
|
|
3382
|
-
|
|
3405
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3383
3406
|
unit: {
|
|
3384
3407
|
_id: string;
|
|
3385
3408
|
name: string;
|
|
@@ -3462,11 +3485,12 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
|
|
|
3462
3485
|
precision: number;
|
|
3463
3486
|
};
|
|
3464
3487
|
} | null | undefined;
|
|
3488
|
+
operationalGroup?: string | null | undefined;
|
|
3465
3489
|
thresholds?: {
|
|
3466
3490
|
low: number;
|
|
3467
3491
|
mid: number;
|
|
3468
3492
|
} | null | undefined;
|
|
3469
|
-
|
|
3493
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3470
3494
|
unit: {
|
|
3471
3495
|
_id: string;
|
|
3472
3496
|
name: string;
|
|
@@ -51,11 +51,12 @@ export declare function useClosingTemplateItems(controller: {
|
|
|
51
51
|
precision: number;
|
|
52
52
|
};
|
|
53
53
|
} | null | undefined;
|
|
54
|
+
operationalGroup?: string | null | undefined;
|
|
54
55
|
thresholds?: {
|
|
55
56
|
low: number;
|
|
56
57
|
mid: number;
|
|
57
58
|
} | null | undefined;
|
|
58
|
-
|
|
59
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
59
60
|
unit: {
|
|
60
61
|
_id: string;
|
|
61
62
|
name: string;
|
|
@@ -157,11 +157,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
157
157
|
precision: number;
|
|
158
158
|
};
|
|
159
159
|
} | null | undefined;
|
|
160
|
+
operationalGroup?: string | null | undefined;
|
|
160
161
|
thresholds?: {
|
|
161
162
|
low: number;
|
|
162
163
|
mid: number;
|
|
163
164
|
} | null | undefined;
|
|
164
|
-
|
|
165
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
165
166
|
unit: {
|
|
166
167
|
_id: string;
|
|
167
168
|
name: string;
|
|
@@ -326,11 +327,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
326
327
|
precision: number;
|
|
327
328
|
};
|
|
328
329
|
} | null | undefined;
|
|
330
|
+
operationalGroup?: string | null | undefined;
|
|
329
331
|
thresholds?: {
|
|
330
332
|
low: number;
|
|
331
333
|
mid: number;
|
|
332
334
|
} | null | undefined;
|
|
333
|
-
|
|
335
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
334
336
|
unit: {
|
|
335
337
|
_id: string;
|
|
336
338
|
name: string;
|
|
@@ -495,11 +497,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
495
497
|
precision: number;
|
|
496
498
|
};
|
|
497
499
|
} | null | undefined;
|
|
500
|
+
operationalGroup?: string | null | undefined;
|
|
498
501
|
thresholds?: {
|
|
499
502
|
low: number;
|
|
500
503
|
mid: number;
|
|
501
504
|
} | null | undefined;
|
|
502
|
-
|
|
505
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
503
506
|
unit: {
|
|
504
507
|
_id: string;
|
|
505
508
|
name: string;
|
|
@@ -663,11 +666,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
663
666
|
precision: number;
|
|
664
667
|
};
|
|
665
668
|
} | null | undefined;
|
|
669
|
+
operationalGroup?: string | null | undefined;
|
|
666
670
|
thresholds?: {
|
|
667
671
|
low: number;
|
|
668
672
|
mid: number;
|
|
669
673
|
} | null | undefined;
|
|
670
|
-
|
|
674
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
671
675
|
unit: {
|
|
672
676
|
_id: string;
|
|
673
677
|
name: string;
|
|
@@ -840,11 +844,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
840
844
|
precision: number;
|
|
841
845
|
};
|
|
842
846
|
} | null | undefined;
|
|
847
|
+
operationalGroup?: string | null | undefined;
|
|
843
848
|
thresholds?: {
|
|
844
849
|
low: number;
|
|
845
850
|
mid: number;
|
|
846
851
|
} | null | undefined;
|
|
847
|
-
|
|
852
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
848
853
|
unit: {
|
|
849
854
|
_id: string;
|
|
850
855
|
name: string;
|
|
@@ -1009,11 +1014,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1009
1014
|
precision: number;
|
|
1010
1015
|
};
|
|
1011
1016
|
} | null | undefined;
|
|
1017
|
+
operationalGroup?: string | null | undefined;
|
|
1012
1018
|
thresholds?: {
|
|
1013
1019
|
low: number;
|
|
1014
1020
|
mid: number;
|
|
1015
1021
|
} | null | undefined;
|
|
1016
|
-
|
|
1022
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1017
1023
|
unit: {
|
|
1018
1024
|
_id: string;
|
|
1019
1025
|
name: string;
|
|
@@ -1178,11 +1184,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1178
1184
|
precision: number;
|
|
1179
1185
|
};
|
|
1180
1186
|
} | null | undefined;
|
|
1187
|
+
operationalGroup?: string | null | undefined;
|
|
1181
1188
|
thresholds?: {
|
|
1182
1189
|
low: number;
|
|
1183
1190
|
mid: number;
|
|
1184
1191
|
} | null | undefined;
|
|
1185
|
-
|
|
1192
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1186
1193
|
unit: {
|
|
1187
1194
|
_id: string;
|
|
1188
1195
|
name: string;
|
|
@@ -1346,11 +1353,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1346
1353
|
precision: number;
|
|
1347
1354
|
};
|
|
1348
1355
|
} | null | undefined;
|
|
1356
|
+
operationalGroup?: string | null | undefined;
|
|
1349
1357
|
thresholds?: {
|
|
1350
1358
|
low: number;
|
|
1351
1359
|
mid: number;
|
|
1352
1360
|
} | null | undefined;
|
|
1353
|
-
|
|
1361
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1354
1362
|
unit: {
|
|
1355
1363
|
_id: string;
|
|
1356
1364
|
name: string;
|
|
@@ -1523,11 +1531,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1523
1531
|
precision: number;
|
|
1524
1532
|
};
|
|
1525
1533
|
} | null | undefined;
|
|
1534
|
+
operationalGroup?: string | null | undefined;
|
|
1526
1535
|
thresholds?: {
|
|
1527
1536
|
low: number;
|
|
1528
1537
|
mid: number;
|
|
1529
1538
|
} | null | undefined;
|
|
1530
|
-
|
|
1539
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1531
1540
|
unit: {
|
|
1532
1541
|
_id: string;
|
|
1533
1542
|
name: string;
|
|
@@ -1692,11 +1701,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1692
1701
|
precision: number;
|
|
1693
1702
|
};
|
|
1694
1703
|
} | null | undefined;
|
|
1704
|
+
operationalGroup?: string | null | undefined;
|
|
1695
1705
|
thresholds?: {
|
|
1696
1706
|
low: number;
|
|
1697
1707
|
mid: number;
|
|
1698
1708
|
} | null | undefined;
|
|
1699
|
-
|
|
1709
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1700
1710
|
unit: {
|
|
1701
1711
|
_id: string;
|
|
1702
1712
|
name: string;
|
|
@@ -1861,11 +1871,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1861
1871
|
precision: number;
|
|
1862
1872
|
};
|
|
1863
1873
|
} | null | undefined;
|
|
1874
|
+
operationalGroup?: string | null | undefined;
|
|
1864
1875
|
thresholds?: {
|
|
1865
1876
|
low: number;
|
|
1866
1877
|
mid: number;
|
|
1867
1878
|
} | null | undefined;
|
|
1868
|
-
|
|
1879
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1869
1880
|
unit: {
|
|
1870
1881
|
_id: string;
|
|
1871
1882
|
name: string;
|
|
@@ -2029,11 +2040,12 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2029
2040
|
precision: number;
|
|
2030
2041
|
};
|
|
2031
2042
|
} | null | undefined;
|
|
2043
|
+
operationalGroup?: string | null | undefined;
|
|
2032
2044
|
thresholds?: {
|
|
2033
2045
|
low: number;
|
|
2034
2046
|
mid: number;
|
|
2035
2047
|
} | null | undefined;
|
|
2036
|
-
|
|
2048
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2037
2049
|
unit: {
|
|
2038
2050
|
_id: string;
|
|
2039
2051
|
name: string;
|