@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
|
@@ -178,11 +178,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
178
178
|
precision: number;
|
|
179
179
|
};
|
|
180
180
|
} | null | undefined;
|
|
181
|
+
operationalGroup?: string | null | undefined;
|
|
181
182
|
thresholds?: {
|
|
182
183
|
low: number;
|
|
183
184
|
mid: number;
|
|
184
185
|
} | null | undefined;
|
|
185
|
-
|
|
186
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
186
187
|
unit: {
|
|
187
188
|
_id: string;
|
|
188
189
|
name: string;
|
|
@@ -319,11 +320,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
319
320
|
precision: number;
|
|
320
321
|
};
|
|
321
322
|
} | null | undefined;
|
|
323
|
+
operationalGroup?: string | null | undefined;
|
|
322
324
|
thresholds?: {
|
|
323
325
|
low: number;
|
|
324
326
|
mid: number;
|
|
325
327
|
} | null | undefined;
|
|
326
|
-
|
|
328
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
327
329
|
unit: {
|
|
328
330
|
_id: string;
|
|
329
331
|
name: string;
|
|
@@ -408,11 +410,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
408
410
|
precision: number;
|
|
409
411
|
};
|
|
410
412
|
} | null | undefined;
|
|
413
|
+
operationalGroup?: string | null | undefined;
|
|
411
414
|
thresholds?: {
|
|
412
415
|
low: number;
|
|
413
416
|
mid: number;
|
|
414
417
|
} | null | undefined;
|
|
415
|
-
|
|
418
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
416
419
|
unit: {
|
|
417
420
|
_id: string;
|
|
418
421
|
name: string;
|
|
@@ -538,11 +541,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
538
541
|
precision: number;
|
|
539
542
|
};
|
|
540
543
|
} | null | undefined;
|
|
544
|
+
operationalGroup?: string | null | undefined;
|
|
541
545
|
thresholds?: {
|
|
542
546
|
low: number;
|
|
543
547
|
mid: number;
|
|
544
548
|
} | null | undefined;
|
|
545
|
-
|
|
549
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
546
550
|
unit: {
|
|
547
551
|
_id: string;
|
|
548
552
|
name: string;
|
|
@@ -749,11 +753,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
749
753
|
precision: number;
|
|
750
754
|
};
|
|
751
755
|
} | null | undefined;
|
|
756
|
+
operationalGroup?: string | null | undefined;
|
|
752
757
|
thresholds?: {
|
|
753
758
|
low: number;
|
|
754
759
|
mid: number;
|
|
755
760
|
} | null | undefined;
|
|
756
|
-
|
|
761
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
757
762
|
unit: {
|
|
758
763
|
_id: string;
|
|
759
764
|
name: string;
|
|
@@ -890,11 +895,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
890
895
|
precision: number;
|
|
891
896
|
};
|
|
892
897
|
} | null | undefined;
|
|
898
|
+
operationalGroup?: string | null | undefined;
|
|
893
899
|
thresholds?: {
|
|
894
900
|
low: number;
|
|
895
901
|
mid: number;
|
|
896
902
|
} | null | undefined;
|
|
897
|
-
|
|
903
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
898
904
|
unit: {
|
|
899
905
|
_id: string;
|
|
900
906
|
name: string;
|
|
@@ -979,11 +985,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
979
985
|
precision: number;
|
|
980
986
|
};
|
|
981
987
|
} | null | undefined;
|
|
988
|
+
operationalGroup?: string | null | undefined;
|
|
982
989
|
thresholds?: {
|
|
983
990
|
low: number;
|
|
984
991
|
mid: number;
|
|
985
992
|
} | null | undefined;
|
|
986
|
-
|
|
993
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
987
994
|
unit: {
|
|
988
995
|
_id: string;
|
|
989
996
|
name: string;
|
|
@@ -1109,11 +1116,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1109
1116
|
precision: number;
|
|
1110
1117
|
};
|
|
1111
1118
|
} | null | undefined;
|
|
1119
|
+
operationalGroup?: string | null | undefined;
|
|
1112
1120
|
thresholds?: {
|
|
1113
1121
|
low: number;
|
|
1114
1122
|
mid: number;
|
|
1115
1123
|
} | null | undefined;
|
|
1116
|
-
|
|
1124
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1117
1125
|
unit: {
|
|
1118
1126
|
_id: string;
|
|
1119
1127
|
name: string;
|
|
@@ -1320,11 +1328,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1320
1328
|
precision: number;
|
|
1321
1329
|
};
|
|
1322
1330
|
} | null | undefined;
|
|
1331
|
+
operationalGroup?: string | null | undefined;
|
|
1323
1332
|
thresholds?: {
|
|
1324
1333
|
low: number;
|
|
1325
1334
|
mid: number;
|
|
1326
1335
|
} | null | undefined;
|
|
1327
|
-
|
|
1336
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1328
1337
|
unit: {
|
|
1329
1338
|
_id: string;
|
|
1330
1339
|
name: string;
|
|
@@ -1461,11 +1470,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1461
1470
|
precision: number;
|
|
1462
1471
|
};
|
|
1463
1472
|
} | null | undefined;
|
|
1473
|
+
operationalGroup?: string | null | undefined;
|
|
1464
1474
|
thresholds?: {
|
|
1465
1475
|
low: number;
|
|
1466
1476
|
mid: number;
|
|
1467
1477
|
} | null | undefined;
|
|
1468
|
-
|
|
1478
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1469
1479
|
unit: {
|
|
1470
1480
|
_id: string;
|
|
1471
1481
|
name: string;
|
|
@@ -1550,11 +1560,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1550
1560
|
precision: number;
|
|
1551
1561
|
};
|
|
1552
1562
|
} | null | undefined;
|
|
1563
|
+
operationalGroup?: string | null | undefined;
|
|
1553
1564
|
thresholds?: {
|
|
1554
1565
|
low: number;
|
|
1555
1566
|
mid: number;
|
|
1556
1567
|
} | null | undefined;
|
|
1557
|
-
|
|
1568
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1558
1569
|
unit: {
|
|
1559
1570
|
_id: string;
|
|
1560
1571
|
name: string;
|
|
@@ -1680,11 +1691,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1680
1691
|
precision: number;
|
|
1681
1692
|
};
|
|
1682
1693
|
} | null | undefined;
|
|
1694
|
+
operationalGroup?: string | null | undefined;
|
|
1683
1695
|
thresholds?: {
|
|
1684
1696
|
low: number;
|
|
1685
1697
|
mid: number;
|
|
1686
1698
|
} | null | undefined;
|
|
1687
|
-
|
|
1699
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1688
1700
|
unit: {
|
|
1689
1701
|
_id: string;
|
|
1690
1702
|
name: string;
|
|
@@ -1907,11 +1919,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1907
1919
|
precision: number;
|
|
1908
1920
|
};
|
|
1909
1921
|
} | null | undefined;
|
|
1922
|
+
operationalGroup?: string | null | undefined;
|
|
1910
1923
|
thresholds?: {
|
|
1911
1924
|
low: number;
|
|
1912
1925
|
mid: number;
|
|
1913
1926
|
} | null | undefined;
|
|
1914
|
-
|
|
1927
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1915
1928
|
unit: {
|
|
1916
1929
|
_id: string;
|
|
1917
1930
|
name: string;
|
|
@@ -2048,11 +2061,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2048
2061
|
precision: number;
|
|
2049
2062
|
};
|
|
2050
2063
|
} | null | undefined;
|
|
2064
|
+
operationalGroup?: string | null | undefined;
|
|
2051
2065
|
thresholds?: {
|
|
2052
2066
|
low: number;
|
|
2053
2067
|
mid: number;
|
|
2054
2068
|
} | null | undefined;
|
|
2055
|
-
|
|
2069
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2056
2070
|
unit: {
|
|
2057
2071
|
_id: string;
|
|
2058
2072
|
name: string;
|
|
@@ -2137,11 +2151,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2137
2151
|
precision: number;
|
|
2138
2152
|
};
|
|
2139
2153
|
} | null | undefined;
|
|
2154
|
+
operationalGroup?: string | null | undefined;
|
|
2140
2155
|
thresholds?: {
|
|
2141
2156
|
low: number;
|
|
2142
2157
|
mid: number;
|
|
2143
2158
|
} | null | undefined;
|
|
2144
|
-
|
|
2159
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2145
2160
|
unit: {
|
|
2146
2161
|
_id: string;
|
|
2147
2162
|
name: string;
|
|
@@ -2267,11 +2282,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2267
2282
|
precision: number;
|
|
2268
2283
|
};
|
|
2269
2284
|
} | null | undefined;
|
|
2285
|
+
operationalGroup?: string | null | undefined;
|
|
2270
2286
|
thresholds?: {
|
|
2271
2287
|
low: number;
|
|
2272
2288
|
mid: number;
|
|
2273
2289
|
} | null | undefined;
|
|
2274
|
-
|
|
2290
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2275
2291
|
unit: {
|
|
2276
2292
|
_id: string;
|
|
2277
2293
|
name: string;
|
|
@@ -2507,11 +2523,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2507
2523
|
precision: number;
|
|
2508
2524
|
};
|
|
2509
2525
|
} | null | undefined;
|
|
2526
|
+
operationalGroup?: string | null | undefined;
|
|
2510
2527
|
thresholds?: {
|
|
2511
2528
|
low: number;
|
|
2512
2529
|
mid: number;
|
|
2513
2530
|
} | null | undefined;
|
|
2514
|
-
|
|
2531
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2515
2532
|
unit: {
|
|
2516
2533
|
_id: string;
|
|
2517
2534
|
name: string;
|
|
@@ -2648,11 +2665,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2648
2665
|
precision: number;
|
|
2649
2666
|
};
|
|
2650
2667
|
} | null | undefined;
|
|
2668
|
+
operationalGroup?: string | null | undefined;
|
|
2651
2669
|
thresholds?: {
|
|
2652
2670
|
low: number;
|
|
2653
2671
|
mid: number;
|
|
2654
2672
|
} | null | undefined;
|
|
2655
|
-
|
|
2673
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2656
2674
|
unit: {
|
|
2657
2675
|
_id: string;
|
|
2658
2676
|
name: string;
|
|
@@ -2737,11 +2755,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2737
2755
|
precision: number;
|
|
2738
2756
|
};
|
|
2739
2757
|
} | null | undefined;
|
|
2758
|
+
operationalGroup?: string | null | undefined;
|
|
2740
2759
|
thresholds?: {
|
|
2741
2760
|
low: number;
|
|
2742
2761
|
mid: number;
|
|
2743
2762
|
} | null | undefined;
|
|
2744
|
-
|
|
2763
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2745
2764
|
unit: {
|
|
2746
2765
|
_id: string;
|
|
2747
2766
|
name: string;
|
|
@@ -2867,11 +2886,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
2867
2886
|
precision: number;
|
|
2868
2887
|
};
|
|
2869
2888
|
} | null | undefined;
|
|
2889
|
+
operationalGroup?: string | null | undefined;
|
|
2870
2890
|
thresholds?: {
|
|
2871
2891
|
low: number;
|
|
2872
2892
|
mid: number;
|
|
2873
2893
|
} | null | undefined;
|
|
2874
|
-
|
|
2894
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2875
2895
|
unit: {
|
|
2876
2896
|
_id: string;
|
|
2877
2897
|
name: string;
|
|
@@ -3107,11 +3127,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3107
3127
|
precision: number;
|
|
3108
3128
|
};
|
|
3109
3129
|
} | null | undefined;
|
|
3130
|
+
operationalGroup?: string | null | undefined;
|
|
3110
3131
|
thresholds?: {
|
|
3111
3132
|
low: number;
|
|
3112
3133
|
mid: number;
|
|
3113
3134
|
} | null | undefined;
|
|
3114
|
-
|
|
3135
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3115
3136
|
unit: {
|
|
3116
3137
|
_id: string;
|
|
3117
3138
|
name: string;
|
|
@@ -3248,11 +3269,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3248
3269
|
precision: number;
|
|
3249
3270
|
};
|
|
3250
3271
|
} | null | undefined;
|
|
3272
|
+
operationalGroup?: string | null | undefined;
|
|
3251
3273
|
thresholds?: {
|
|
3252
3274
|
low: number;
|
|
3253
3275
|
mid: number;
|
|
3254
3276
|
} | null | undefined;
|
|
3255
|
-
|
|
3277
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3256
3278
|
unit: {
|
|
3257
3279
|
_id: string;
|
|
3258
3280
|
name: string;
|
|
@@ -3337,11 +3359,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3337
3359
|
precision: number;
|
|
3338
3360
|
};
|
|
3339
3361
|
} | null | undefined;
|
|
3362
|
+
operationalGroup?: string | null | undefined;
|
|
3340
3363
|
thresholds?: {
|
|
3341
3364
|
low: number;
|
|
3342
3365
|
mid: number;
|
|
3343
3366
|
} | null | undefined;
|
|
3344
|
-
|
|
3367
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3345
3368
|
unit: {
|
|
3346
3369
|
_id: string;
|
|
3347
3370
|
name: string;
|
|
@@ -3467,11 +3490,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
3467
3490
|
precision: number;
|
|
3468
3491
|
};
|
|
3469
3492
|
} | null | undefined;
|
|
3493
|
+
operationalGroup?: string | null | undefined;
|
|
3470
3494
|
thresholds?: {
|
|
3471
3495
|
low: number;
|
|
3472
3496
|
mid: number;
|
|
3473
3497
|
} | null | undefined;
|
|
3474
|
-
|
|
3498
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3475
3499
|
unit: {
|
|
3476
3500
|
_id: string;
|
|
3477
3501
|
name: string;
|
|
@@ -187,11 +187,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
187
187
|
precision: number;
|
|
188
188
|
};
|
|
189
189
|
} | null | undefined;
|
|
190
|
+
operationalGroup?: string | null | undefined;
|
|
190
191
|
thresholds?: {
|
|
191
192
|
low: number;
|
|
192
193
|
mid: number;
|
|
193
194
|
} | null | undefined;
|
|
194
|
-
|
|
195
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
195
196
|
unit: {
|
|
196
197
|
_id: string;
|
|
197
198
|
name: string;
|
|
@@ -328,11 +329,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
328
329
|
precision: number;
|
|
329
330
|
};
|
|
330
331
|
} | null | undefined;
|
|
332
|
+
operationalGroup?: string | null | undefined;
|
|
331
333
|
thresholds?: {
|
|
332
334
|
low: number;
|
|
333
335
|
mid: number;
|
|
334
336
|
} | null | undefined;
|
|
335
|
-
|
|
337
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
336
338
|
unit: {
|
|
337
339
|
_id: string;
|
|
338
340
|
name: string;
|
|
@@ -417,11 +419,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
417
419
|
precision: number;
|
|
418
420
|
};
|
|
419
421
|
} | null | undefined;
|
|
422
|
+
operationalGroup?: string | null | undefined;
|
|
420
423
|
thresholds?: {
|
|
421
424
|
low: number;
|
|
422
425
|
mid: number;
|
|
423
426
|
} | null | undefined;
|
|
424
|
-
|
|
427
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
425
428
|
unit: {
|
|
426
429
|
_id: string;
|
|
427
430
|
name: string;
|
|
@@ -547,11 +550,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
547
550
|
precision: number;
|
|
548
551
|
};
|
|
549
552
|
} | null | undefined;
|
|
553
|
+
operationalGroup?: string | null | undefined;
|
|
550
554
|
thresholds?: {
|
|
551
555
|
low: number;
|
|
552
556
|
mid: number;
|
|
553
557
|
} | null | undefined;
|
|
554
|
-
|
|
558
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
555
559
|
unit: {
|
|
556
560
|
_id: string;
|
|
557
561
|
name: string;
|
|
@@ -798,11 +802,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
798
802
|
precision: number;
|
|
799
803
|
};
|
|
800
804
|
} | null | undefined;
|
|
805
|
+
operationalGroup?: string | null | undefined;
|
|
801
806
|
thresholds?: {
|
|
802
807
|
low: number;
|
|
803
808
|
mid: number;
|
|
804
809
|
} | null | undefined;
|
|
805
|
-
|
|
810
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
806
811
|
unit: {
|
|
807
812
|
_id: string;
|
|
808
813
|
name: string;
|
|
@@ -939,11 +944,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
939
944
|
precision: number;
|
|
940
945
|
};
|
|
941
946
|
} | null | undefined;
|
|
947
|
+
operationalGroup?: string | null | undefined;
|
|
942
948
|
thresholds?: {
|
|
943
949
|
low: number;
|
|
944
950
|
mid: number;
|
|
945
951
|
} | null | undefined;
|
|
946
|
-
|
|
952
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
947
953
|
unit: {
|
|
948
954
|
_id: string;
|
|
949
955
|
name: string;
|
|
@@ -1028,11 +1034,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1028
1034
|
precision: number;
|
|
1029
1035
|
};
|
|
1030
1036
|
} | null | undefined;
|
|
1037
|
+
operationalGroup?: string | null | undefined;
|
|
1031
1038
|
thresholds?: {
|
|
1032
1039
|
low: number;
|
|
1033
1040
|
mid: number;
|
|
1034
1041
|
} | null | undefined;
|
|
1035
|
-
|
|
1042
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1036
1043
|
unit: {
|
|
1037
1044
|
_id: string;
|
|
1038
1045
|
name: string;
|
|
@@ -1158,11 +1165,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1158
1165
|
precision: number;
|
|
1159
1166
|
};
|
|
1160
1167
|
} | null | undefined;
|
|
1168
|
+
operationalGroup?: string | null | undefined;
|
|
1161
1169
|
thresholds?: {
|
|
1162
1170
|
low: number;
|
|
1163
1171
|
mid: number;
|
|
1164
1172
|
} | null | undefined;
|
|
1165
|
-
|
|
1173
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1166
1174
|
unit: {
|
|
1167
1175
|
_id: string;
|
|
1168
1176
|
name: string;
|
|
@@ -1379,11 +1387,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1379
1387
|
precision: number;
|
|
1380
1388
|
};
|
|
1381
1389
|
} | null | undefined;
|
|
1390
|
+
operationalGroup?: string | null | undefined;
|
|
1382
1391
|
thresholds?: {
|
|
1383
1392
|
low: number;
|
|
1384
1393
|
mid: number;
|
|
1385
1394
|
} | null | undefined;
|
|
1386
|
-
|
|
1395
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1387
1396
|
unit: {
|
|
1388
1397
|
_id: string;
|
|
1389
1398
|
name: string;
|
|
@@ -1520,11 +1529,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1520
1529
|
precision: number;
|
|
1521
1530
|
};
|
|
1522
1531
|
} | null | undefined;
|
|
1532
|
+
operationalGroup?: string | null | undefined;
|
|
1523
1533
|
thresholds?: {
|
|
1524
1534
|
low: number;
|
|
1525
1535
|
mid: number;
|
|
1526
1536
|
} | null | undefined;
|
|
1527
|
-
|
|
1537
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1528
1538
|
unit: {
|
|
1529
1539
|
_id: string;
|
|
1530
1540
|
name: string;
|
|
@@ -1609,11 +1619,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1609
1619
|
precision: number;
|
|
1610
1620
|
};
|
|
1611
1621
|
} | null | undefined;
|
|
1622
|
+
operationalGroup?: string | null | undefined;
|
|
1612
1623
|
thresholds?: {
|
|
1613
1624
|
low: number;
|
|
1614
1625
|
mid: number;
|
|
1615
1626
|
} | null | undefined;
|
|
1616
|
-
|
|
1627
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1617
1628
|
unit: {
|
|
1618
1629
|
_id: string;
|
|
1619
1630
|
name: string;
|
|
@@ -1739,11 +1750,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1739
1750
|
precision: number;
|
|
1740
1751
|
};
|
|
1741
1752
|
} | null | undefined;
|
|
1753
|
+
operationalGroup?: string | null | undefined;
|
|
1742
1754
|
thresholds?: {
|
|
1743
1755
|
low: number;
|
|
1744
1756
|
mid: number;
|
|
1745
1757
|
} | null | undefined;
|
|
1746
|
-
|
|
1758
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1747
1759
|
unit: {
|
|
1748
1760
|
_id: string;
|
|
1749
1761
|
name: string;
|
|
@@ -1990,11 +2002,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1990
2002
|
precision: number;
|
|
1991
2003
|
};
|
|
1992
2004
|
} | null | undefined;
|
|
2005
|
+
operationalGroup?: string | null | undefined;
|
|
1993
2006
|
thresholds?: {
|
|
1994
2007
|
low: number;
|
|
1995
2008
|
mid: number;
|
|
1996
2009
|
} | null | undefined;
|
|
1997
|
-
|
|
2010
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1998
2011
|
unit: {
|
|
1999
2012
|
_id: string;
|
|
2000
2013
|
name: string;
|
|
@@ -2131,11 +2144,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2131
2144
|
precision: number;
|
|
2132
2145
|
};
|
|
2133
2146
|
} | null | undefined;
|
|
2147
|
+
operationalGroup?: string | null | undefined;
|
|
2134
2148
|
thresholds?: {
|
|
2135
2149
|
low: number;
|
|
2136
2150
|
mid: number;
|
|
2137
2151
|
} | null | undefined;
|
|
2138
|
-
|
|
2152
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2139
2153
|
unit: {
|
|
2140
2154
|
_id: string;
|
|
2141
2155
|
name: string;
|
|
@@ -2220,11 +2234,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2220
2234
|
precision: number;
|
|
2221
2235
|
};
|
|
2222
2236
|
} | null | undefined;
|
|
2237
|
+
operationalGroup?: string | null | undefined;
|
|
2223
2238
|
thresholds?: {
|
|
2224
2239
|
low: number;
|
|
2225
2240
|
mid: number;
|
|
2226
2241
|
} | null | undefined;
|
|
2227
|
-
|
|
2242
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2228
2243
|
unit: {
|
|
2229
2244
|
_id: string;
|
|
2230
2245
|
name: string;
|
|
@@ -2350,11 +2365,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2350
2365
|
precision: number;
|
|
2351
2366
|
};
|
|
2352
2367
|
} | null | undefined;
|
|
2368
|
+
operationalGroup?: string | null | undefined;
|
|
2353
2369
|
thresholds?: {
|
|
2354
2370
|
low: number;
|
|
2355
2371
|
mid: number;
|
|
2356
2372
|
} | null | undefined;
|
|
2357
|
-
|
|
2373
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2358
2374
|
unit: {
|
|
2359
2375
|
_id: string;
|
|
2360
2376
|
name: string;
|
|
@@ -2626,11 +2642,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2626
2642
|
precision: number;
|
|
2627
2643
|
};
|
|
2628
2644
|
} | null | undefined;
|
|
2645
|
+
operationalGroup?: string | null | undefined;
|
|
2629
2646
|
thresholds?: {
|
|
2630
2647
|
low: number;
|
|
2631
2648
|
mid: number;
|
|
2632
2649
|
} | null | undefined;
|
|
2633
|
-
|
|
2650
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2634
2651
|
unit: {
|
|
2635
2652
|
_id: string;
|
|
2636
2653
|
name: string;
|
|
@@ -2767,11 +2784,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2767
2784
|
precision: number;
|
|
2768
2785
|
};
|
|
2769
2786
|
} | null | undefined;
|
|
2787
|
+
operationalGroup?: string | null | undefined;
|
|
2770
2788
|
thresholds?: {
|
|
2771
2789
|
low: number;
|
|
2772
2790
|
mid: number;
|
|
2773
2791
|
} | null | undefined;
|
|
2774
|
-
|
|
2792
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2775
2793
|
unit: {
|
|
2776
2794
|
_id: string;
|
|
2777
2795
|
name: string;
|
|
@@ -2856,11 +2874,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2856
2874
|
precision: number;
|
|
2857
2875
|
};
|
|
2858
2876
|
} | null | undefined;
|
|
2877
|
+
operationalGroup?: string | null | undefined;
|
|
2859
2878
|
thresholds?: {
|
|
2860
2879
|
low: number;
|
|
2861
2880
|
mid: number;
|
|
2862
2881
|
} | null | undefined;
|
|
2863
|
-
|
|
2882
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2864
2883
|
unit: {
|
|
2865
2884
|
_id: string;
|
|
2866
2885
|
name: string;
|
|
@@ -2986,11 +3005,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2986
3005
|
precision: number;
|
|
2987
3006
|
};
|
|
2988
3007
|
} | null | undefined;
|
|
3008
|
+
operationalGroup?: string | null | undefined;
|
|
2989
3009
|
thresholds?: {
|
|
2990
3010
|
low: number;
|
|
2991
3011
|
mid: number;
|
|
2992
3012
|
} | null | undefined;
|
|
2993
|
-
|
|
3013
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2994
3014
|
unit: {
|
|
2995
3015
|
_id: string;
|
|
2996
3016
|
name: string;
|
|
@@ -3236,11 +3256,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3236
3256
|
precision: number;
|
|
3237
3257
|
};
|
|
3238
3258
|
} | null | undefined;
|
|
3259
|
+
operationalGroup?: string | null | undefined;
|
|
3239
3260
|
thresholds?: {
|
|
3240
3261
|
low: number;
|
|
3241
3262
|
mid: number;
|
|
3242
3263
|
} | null | undefined;
|
|
3243
|
-
|
|
3264
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3244
3265
|
unit: {
|
|
3245
3266
|
_id: string;
|
|
3246
3267
|
name: string;
|
|
@@ -3377,11 +3398,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3377
3398
|
precision: number;
|
|
3378
3399
|
};
|
|
3379
3400
|
} | null | undefined;
|
|
3401
|
+
operationalGroup?: string | null | undefined;
|
|
3380
3402
|
thresholds?: {
|
|
3381
3403
|
low: number;
|
|
3382
3404
|
mid: number;
|
|
3383
3405
|
} | null | undefined;
|
|
3384
|
-
|
|
3406
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3385
3407
|
unit: {
|
|
3386
3408
|
_id: string;
|
|
3387
3409
|
name: string;
|
|
@@ -3466,11 +3488,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3466
3488
|
precision: number;
|
|
3467
3489
|
};
|
|
3468
3490
|
} | null | undefined;
|
|
3491
|
+
operationalGroup?: string | null | undefined;
|
|
3469
3492
|
thresholds?: {
|
|
3470
3493
|
low: number;
|
|
3471
3494
|
mid: number;
|
|
3472
3495
|
} | null | undefined;
|
|
3473
|
-
|
|
3496
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3474
3497
|
unit: {
|
|
3475
3498
|
_id: string;
|
|
3476
3499
|
name: string;
|
|
@@ -3596,11 +3619,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3596
3619
|
precision: number;
|
|
3597
3620
|
};
|
|
3598
3621
|
} | null | undefined;
|
|
3622
|
+
operationalGroup?: string | null | undefined;
|
|
3599
3623
|
thresholds?: {
|
|
3600
3624
|
low: number;
|
|
3601
3625
|
mid: number;
|
|
3602
3626
|
} | null | undefined;
|
|
3603
|
-
|
|
3627
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3604
3628
|
unit: {
|
|
3605
3629
|
_id: string;
|
|
3606
3630
|
name: string;
|