@feedmepos/mf-inventory-portal 0.0.22-dev.34 → 0.0.22-dev.37
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/{ApprovalView-2pX2IV1F.js → ApprovalView-Dco0PkEf.js} +8 -8
- package/dist/{BindingsDialog-EyImpE9g.js → BindingsDialog-DrCU_kIA.js} +9 -9
- package/dist/{BindingsPicker-CbBNBcWW.js → BindingsPicker-BMIIrlG6.js} +17 -17
- package/dist/{BindingsTable-CJeV7Dd2.js → BindingsTable-BHRmkL1P.js} +1 -1
- package/dist/{ClosingTemplateView-BDEooji1.js → ClosingTemplateView-kiej8Nah.js} +15 -15
- package/dist/FmDroppableField-Bl7A98it.js +152 -0
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DZtc5R4Z.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DQw4pBwH.js} +25 -25
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-z-BBBTkh.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DBh79EM_.js} +20 -20
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-3OkJNtvH.js +51 -0
- package/dist/IngredientsView-m44wAwSR.js +1611 -0
- package/dist/{IntegrationView-1lXCciJp.js → IntegrationView-B4gCx21K.js} +71 -71
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bgd922-L.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D1frNXtV.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-Bexig132.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Dbs29jm_.js} +16 -16
- package/dist/{PurchaseOrderPrintPreview-036mLqRD.js → PurchaseOrderPrintPreview-lKu0y_xw.js} +7 -7
- package/dist/ReceiveRequestView-DflWKxgq.js +4053 -0
- package/dist/{RecipeView-BuiA-2uY.js → RecipeView-DfsXdlPn.js} +30 -29
- package/dist/StockView-BSeSpxkV.js +7762 -0
- package/dist/{SupplierView-Ck5hH5gT.js → SupplierView-DPWh1si_.js} +11 -11
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-DFDc3P3S.js → TransferDetails.vue_vue_type_script_setup_true_lang-Dt1lRW3W.js} +260 -262
- package/dist/TransferTemplateView-DGOT4oZN.js +2054 -0
- package/dist/{UnitView-DB2hQFMC.js → UnitView-X9bCqAWe.js} +16 -16
- package/dist/{WarehouseView-CFJiuhpx.js → WarehouseView-BphA-Peq.js} +20 -20
- package/dist/api/bill.d.ts +84 -238
- package/dist/api/purchase-order-template.d.ts +4 -2
- package/dist/{app-Z9P39kGh.js → app-DZiCiBV7.js} +18175 -18188
- package/dist/app.js +2 -2
- package/dist/{decimal-DIe_fFDH.js → decimal-Bx1Y3uW1.js} +1 -1
- package/dist/defineDeepModel-4XZbatJF.js +13 -0
- package/dist/format-time-from-id-CFJvgP70.js +15 -0
- package/dist/helper/xlsx.util.d.ts +7 -0
- package/dist/purchase-order-transaction-type-Ds7YRAAp.js +348 -0
- package/dist/stores/inventory.d.ts +63 -0
- package/dist/stores/location.d.ts +89 -0
- package/dist/stores/netsuite.d.ts +1 -0
- package/dist/stores/supplier.d.ts +120 -3
- package/dist/stores/warehouse.d.ts +7 -4
- package/dist/supplier-BhJT8KOX.js +70 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-CeSeHnX0.js → use-template-enabled-locations-2-BrEPVOpT.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +2 -2
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +2 -2
- package/dist/views/ingredients/composables/use-ingredient-form.d.ts +2 -2
- package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +44 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +42 -34
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +75 -51
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +75 -51
- package/dist/views/recipe/composables/use-recipe-form.d.ts +2 -2
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +42 -119
- package/dist/views/stock/composables/use-stock-action.d.ts +2 -2
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImport.vue.d.ts +2 -0
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImportItem.vue.d.ts +12 -0
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImportItemProps.d.ts +9 -0
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +10 -6
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +1850 -5
- package/dist/views/transfer-template/helpers/import-export.helper.d.ts +76 -0
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +1 -230
- package/dist/views/unit/composables/use-unit-form.d.ts +2 -2
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +14 -8
- package/dist/{xlsx-DrDljHnF.js → xlsx-B9lpxKgq.js} +651 -651
- package/dist/xlsx.util-DP5wVnRT.js +78 -0
- package/package.json +1 -1
- package/dist/IngredientsView-BvKaI0nb.js +0 -1755
- package/dist/ReceiveRequestView-BGlxEJkh.js +0 -1626
- package/dist/StockView-BKX6NX-g.js +0 -1909
- package/dist/TransferTemplateView-ByYEje9E.js +0 -1237
- package/dist/defineDeepModel-DH8vhBpR.js +0 -13
- package/dist/format-time-from-id-CAjL4U2X.js +0 -15
- package/dist/purchase-order-transaction-type-BJDnbhdk.js +0 -338
- package/dist/supplier-wJJ7ATk2.js +0 -69
- package/dist/xlsx.util-BwF0vRjF.js +0 -109
|
@@ -17,15 +17,15 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
17
17
|
ref?: string | null | undefined;
|
|
18
18
|
_rev?: string | null | undefined;
|
|
19
19
|
netSuite?: {
|
|
20
|
-
|
|
20
|
+
subsidiary?: {
|
|
21
|
+
name?: string | null | undefined;
|
|
22
|
+
id: string;
|
|
23
|
+
} | null | undefined;
|
|
21
24
|
errors?: {
|
|
22
25
|
message: string;
|
|
23
26
|
createdAt: string;
|
|
24
27
|
}[] | null | undefined;
|
|
25
|
-
|
|
26
|
-
id?: string | null | undefined;
|
|
27
|
-
name?: string | null | undefined;
|
|
28
|
-
};
|
|
28
|
+
id: string;
|
|
29
29
|
} | null | undefined;
|
|
30
30
|
template?: string | null | undefined;
|
|
31
31
|
templateDoc?: {
|
|
@@ -268,8 +268,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
268
268
|
remark?: string | null | undefined;
|
|
269
269
|
adjustment?: string | null | undefined;
|
|
270
270
|
netSuite?: {
|
|
271
|
-
id?: string | null | undefined;
|
|
272
271
|
refNo?: string | null | undefined;
|
|
272
|
+
id: string;
|
|
273
273
|
} | null | undefined;
|
|
274
274
|
items: {
|
|
275
275
|
cost?: {
|
|
@@ -486,6 +486,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
486
486
|
remark?: string | null | undefined;
|
|
487
487
|
adjustment?: string | null | undefined;
|
|
488
488
|
fullfillmentId?: string | null | undefined;
|
|
489
|
+
netSuite?: {
|
|
490
|
+
refNo?: string | null | undefined;
|
|
491
|
+
id: string;
|
|
492
|
+
} | null | undefined;
|
|
489
493
|
received: {
|
|
490
494
|
cost?: {
|
|
491
495
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -621,15 +625,15 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
621
625
|
ref?: string | null | undefined;
|
|
622
626
|
_rev?: string | null | undefined;
|
|
623
627
|
netSuite?: {
|
|
624
|
-
|
|
628
|
+
subsidiary?: {
|
|
629
|
+
name?: string | null | undefined;
|
|
630
|
+
id: string;
|
|
631
|
+
} | null | undefined;
|
|
625
632
|
errors?: {
|
|
626
633
|
message: string;
|
|
627
634
|
createdAt: string;
|
|
628
635
|
}[] | null | undefined;
|
|
629
|
-
|
|
630
|
-
id?: string | null | undefined;
|
|
631
|
-
name?: string | null | undefined;
|
|
632
|
-
};
|
|
636
|
+
id: string;
|
|
633
637
|
} | null | undefined;
|
|
634
638
|
template?: string | null | undefined;
|
|
635
639
|
templateDoc?: {
|
|
@@ -872,8 +876,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
872
876
|
remark?: string | null | undefined;
|
|
873
877
|
adjustment?: string | null | undefined;
|
|
874
878
|
netSuite?: {
|
|
875
|
-
id?: string | null | undefined;
|
|
876
879
|
refNo?: string | null | undefined;
|
|
880
|
+
id: string;
|
|
877
881
|
} | null | undefined;
|
|
878
882
|
items: {
|
|
879
883
|
cost?: {
|
|
@@ -1090,6 +1094,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1090
1094
|
remark?: string | null | undefined;
|
|
1091
1095
|
adjustment?: string | null | undefined;
|
|
1092
1096
|
fullfillmentId?: string | null | undefined;
|
|
1097
|
+
netSuite?: {
|
|
1098
|
+
refNo?: string | null | undefined;
|
|
1099
|
+
id: string;
|
|
1100
|
+
} | null | undefined;
|
|
1093
1101
|
received: {
|
|
1094
1102
|
cost?: {
|
|
1095
1103
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1195,15 +1203,15 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1195
1203
|
ref?: string | null | undefined;
|
|
1196
1204
|
_rev?: string | null | undefined;
|
|
1197
1205
|
netSuite?: {
|
|
1198
|
-
|
|
1206
|
+
subsidiary?: {
|
|
1207
|
+
name?: string | null | undefined;
|
|
1208
|
+
id: string;
|
|
1209
|
+
} | null | undefined;
|
|
1199
1210
|
errors?: {
|
|
1200
1211
|
message: string;
|
|
1201
1212
|
createdAt: string;
|
|
1202
1213
|
}[] | null | undefined;
|
|
1203
|
-
|
|
1204
|
-
id?: string | null | undefined;
|
|
1205
|
-
name?: string | null | undefined;
|
|
1206
|
-
};
|
|
1214
|
+
id: string;
|
|
1207
1215
|
} | null | undefined;
|
|
1208
1216
|
template?: string | null | undefined;
|
|
1209
1217
|
templateDoc?: {
|
|
@@ -1446,8 +1454,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1446
1454
|
remark?: string | null | undefined;
|
|
1447
1455
|
adjustment?: string | null | undefined;
|
|
1448
1456
|
netSuite?: {
|
|
1449
|
-
id?: string | null | undefined;
|
|
1450
1457
|
refNo?: string | null | undefined;
|
|
1458
|
+
id: string;
|
|
1451
1459
|
} | null | undefined;
|
|
1452
1460
|
items: {
|
|
1453
1461
|
cost?: {
|
|
@@ -1664,6 +1672,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1664
1672
|
remark?: string | null | undefined;
|
|
1665
1673
|
adjustment?: string | null | undefined;
|
|
1666
1674
|
fullfillmentId?: string | null | undefined;
|
|
1675
|
+
netSuite?: {
|
|
1676
|
+
refNo?: string | null | undefined;
|
|
1677
|
+
id: string;
|
|
1678
|
+
} | null | undefined;
|
|
1667
1679
|
received: {
|
|
1668
1680
|
cost?: {
|
|
1669
1681
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1781,30 +1793,30 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1781
1793
|
header: () => string;
|
|
1782
1794
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
1783
1795
|
netSuite?: {
|
|
1784
|
-
|
|
1796
|
+
subsidiary?: {
|
|
1797
|
+
name?: string | null | undefined;
|
|
1798
|
+
id: string;
|
|
1799
|
+
} | null | undefined;
|
|
1785
1800
|
errors?: {
|
|
1786
1801
|
message: string;
|
|
1787
1802
|
createdAt: string;
|
|
1788
1803
|
}[] | null | undefined;
|
|
1789
|
-
|
|
1790
|
-
id?: string | null | undefined;
|
|
1791
|
-
name?: string | null | undefined;
|
|
1792
|
-
};
|
|
1804
|
+
id: string;
|
|
1793
1805
|
} | null | undefined;
|
|
1794
1806
|
purchaseOrder?: {
|
|
1795
1807
|
remark?: string | null | undefined;
|
|
1796
1808
|
ref?: string | null | undefined;
|
|
1797
1809
|
_rev?: string | null | undefined;
|
|
1798
1810
|
netSuite?: {
|
|
1799
|
-
|
|
1811
|
+
subsidiary?: {
|
|
1812
|
+
name?: string | null | undefined;
|
|
1813
|
+
id: string;
|
|
1814
|
+
} | null | undefined;
|
|
1800
1815
|
errors?: {
|
|
1801
1816
|
message: string;
|
|
1802
1817
|
createdAt: string;
|
|
1803
1818
|
}[] | null | undefined;
|
|
1804
|
-
|
|
1805
|
-
id?: string | null | undefined;
|
|
1806
|
-
name?: string | null | undefined;
|
|
1807
|
-
};
|
|
1819
|
+
id: string;
|
|
1808
1820
|
} | null | undefined;
|
|
1809
1821
|
template?: string | null | undefined;
|
|
1810
1822
|
templateDoc?: {
|
|
@@ -2047,8 +2059,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2047
2059
|
remark?: string | null | undefined;
|
|
2048
2060
|
adjustment?: string | null | undefined;
|
|
2049
2061
|
netSuite?: {
|
|
2050
|
-
id?: string | null | undefined;
|
|
2051
2062
|
refNo?: string | null | undefined;
|
|
2063
|
+
id: string;
|
|
2052
2064
|
} | null | undefined;
|
|
2053
2065
|
items: {
|
|
2054
2066
|
cost?: {
|
|
@@ -2265,6 +2277,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2265
2277
|
remark?: string | null | undefined;
|
|
2266
2278
|
adjustment?: string | null | undefined;
|
|
2267
2279
|
fullfillmentId?: string | null | undefined;
|
|
2280
|
+
netSuite?: {
|
|
2281
|
+
refNo?: string | null | undefined;
|
|
2282
|
+
id: string;
|
|
2283
|
+
} | null | undefined;
|
|
2268
2284
|
received: {
|
|
2269
2285
|
cost?: {
|
|
2270
2286
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -2407,30 +2423,30 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2407
2423
|
header: () => string;
|
|
2408
2424
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
2409
2425
|
netSuite?: {
|
|
2410
|
-
|
|
2426
|
+
subsidiary?: {
|
|
2427
|
+
name?: string | null | undefined;
|
|
2428
|
+
id: string;
|
|
2429
|
+
} | null | undefined;
|
|
2411
2430
|
errors?: {
|
|
2412
2431
|
message: string;
|
|
2413
2432
|
createdAt: string;
|
|
2414
2433
|
}[] | null | undefined;
|
|
2415
|
-
|
|
2416
|
-
id?: string | null | undefined;
|
|
2417
|
-
name?: string | null | undefined;
|
|
2418
|
-
};
|
|
2434
|
+
id: string;
|
|
2419
2435
|
} | null | undefined;
|
|
2420
2436
|
purchaseOrder?: {
|
|
2421
2437
|
remark?: string | null | undefined;
|
|
2422
2438
|
ref?: string | null | undefined;
|
|
2423
2439
|
_rev?: string | null | undefined;
|
|
2424
2440
|
netSuite?: {
|
|
2425
|
-
|
|
2441
|
+
subsidiary?: {
|
|
2442
|
+
name?: string | null | undefined;
|
|
2443
|
+
id: string;
|
|
2444
|
+
} | null | undefined;
|
|
2426
2445
|
errors?: {
|
|
2427
2446
|
message: string;
|
|
2428
2447
|
createdAt: string;
|
|
2429
2448
|
}[] | null | undefined;
|
|
2430
|
-
|
|
2431
|
-
id?: string | null | undefined;
|
|
2432
|
-
name?: string | null | undefined;
|
|
2433
|
-
};
|
|
2449
|
+
id: string;
|
|
2434
2450
|
} | null | undefined;
|
|
2435
2451
|
template?: string | null | undefined;
|
|
2436
2452
|
templateDoc?: {
|
|
@@ -2673,8 +2689,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2673
2689
|
remark?: string | null | undefined;
|
|
2674
2690
|
adjustment?: string | null | undefined;
|
|
2675
2691
|
netSuite?: {
|
|
2676
|
-
id?: string | null | undefined;
|
|
2677
2692
|
refNo?: string | null | undefined;
|
|
2693
|
+
id: string;
|
|
2678
2694
|
} | null | undefined;
|
|
2679
2695
|
items: {
|
|
2680
2696
|
cost?: {
|
|
@@ -2891,6 +2907,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2891
2907
|
remark?: string | null | undefined;
|
|
2892
2908
|
adjustment?: string | null | undefined;
|
|
2893
2909
|
fullfillmentId?: string | null | undefined;
|
|
2910
|
+
netSuite?: {
|
|
2911
|
+
refNo?: string | null | undefined;
|
|
2912
|
+
id: string;
|
|
2913
|
+
} | null | undefined;
|
|
2894
2914
|
received: {
|
|
2895
2915
|
cost?: {
|
|
2896
2916
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3007,30 +3027,30 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3007
3027
|
id: string;
|
|
3008
3028
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
3009
3029
|
netSuite?: {
|
|
3010
|
-
|
|
3030
|
+
subsidiary?: {
|
|
3031
|
+
name?: string | null | undefined;
|
|
3032
|
+
id: string;
|
|
3033
|
+
} | null | undefined;
|
|
3011
3034
|
errors?: {
|
|
3012
3035
|
message: string;
|
|
3013
3036
|
createdAt: string;
|
|
3014
3037
|
}[] | null | undefined;
|
|
3015
|
-
|
|
3016
|
-
id?: string | null | undefined;
|
|
3017
|
-
name?: string | null | undefined;
|
|
3018
|
-
};
|
|
3038
|
+
id: string;
|
|
3019
3039
|
} | null | undefined;
|
|
3020
3040
|
purchaseOrder?: {
|
|
3021
3041
|
remark?: string | null | undefined;
|
|
3022
3042
|
ref?: string | null | undefined;
|
|
3023
3043
|
_rev?: string | null | undefined;
|
|
3024
3044
|
netSuite?: {
|
|
3025
|
-
|
|
3045
|
+
subsidiary?: {
|
|
3046
|
+
name?: string | null | undefined;
|
|
3047
|
+
id: string;
|
|
3048
|
+
} | null | undefined;
|
|
3026
3049
|
errors?: {
|
|
3027
3050
|
message: string;
|
|
3028
3051
|
createdAt: string;
|
|
3029
3052
|
}[] | null | undefined;
|
|
3030
|
-
|
|
3031
|
-
id?: string | null | undefined;
|
|
3032
|
-
name?: string | null | undefined;
|
|
3033
|
-
};
|
|
3053
|
+
id: string;
|
|
3034
3054
|
} | null | undefined;
|
|
3035
3055
|
template?: string | null | undefined;
|
|
3036
3056
|
templateDoc?: {
|
|
@@ -3273,8 +3293,8 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3273
3293
|
remark?: string | null | undefined;
|
|
3274
3294
|
adjustment?: string | null | undefined;
|
|
3275
3295
|
netSuite?: {
|
|
3276
|
-
id?: string | null | undefined;
|
|
3277
3296
|
refNo?: string | null | undefined;
|
|
3297
|
+
id: string;
|
|
3278
3298
|
} | null | undefined;
|
|
3279
3299
|
items: {
|
|
3280
3300
|
cost?: {
|
|
@@ -3491,6 +3511,10 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3491
3511
|
remark?: string | null | undefined;
|
|
3492
3512
|
adjustment?: string | null | undefined;
|
|
3493
3513
|
fullfillmentId?: string | null | undefined;
|
|
3514
|
+
netSuite?: {
|
|
3515
|
+
refNo?: string | null | undefined;
|
|
3516
|
+
id: string;
|
|
3517
|
+
} | null | undefined;
|
|
3494
3518
|
received: {
|
|
3495
3519
|
cost?: {
|
|
3496
3520
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FdoInventoryRecipe } from '@feedmepos/zod-inventory';
|
|
2
2
|
import type { RecipeDialogProps } from '../components/recipe-dialog/RecipeDialogProps';
|
|
3
|
-
export declare const useRecipeForm: import("pinia").StoreDefinition<"recipeForm", Pick<{
|
|
3
|
+
export declare const useRecipeForm: import("pinia").StoreDefinition<"recipeForm", import("pinia")._UnwrapAll<Pick<{
|
|
4
4
|
createRecipe: () => void;
|
|
5
5
|
updateRecipe: (recipeToUpdate: FdoInventoryRecipe) => Promise<void>;
|
|
6
6
|
deleteRecipe: (recipe: FdoInventoryRecipe) => void;
|
|
7
7
|
recipeDialogProps: import("vue").Ref<RecipeDialogProps | undefined, RecipeDialogProps | undefined>;
|
|
8
8
|
recipeViewLoading: import("vue").Ref<boolean, boolean>;
|
|
9
|
-
}, "recipeDialogProps" | "recipeViewLoading"
|
|
9
|
+
}, "recipeDialogProps" | "recipeViewLoading">>, Pick<{
|
|
10
10
|
createRecipe: () => void;
|
|
11
11
|
updateRecipe: (recipeToUpdate: FdoInventoryRecipe) => Promise<void>;
|
|
12
12
|
deleteRecipe: (recipe: FdoInventoryRecipe) => void;
|