@feedmepos/mf-inventory-portal 0.0.22-dev.33 → 0.0.22-dev.36
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-CKBg-CUO.js → ApprovalView-av_qng0N.js} +9 -10
- package/dist/{BindingsDialog-BHQkDST3.js → BindingsDialog-VZ6YelwP.js} +1 -1
- package/dist/{BindingsPicker-DtGzKn9l.js → BindingsPicker-BFYv2ftI.js} +1 -1
- package/dist/{BindingsTable-CSKzOCxK.js → BindingsTable-DFowW8vT.js} +1 -1
- package/dist/{ClosingTemplateView-CcO_vSoD.js → ClosingTemplateView-DNcgyBVw.js} +5 -5
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CAZ4P0Ax.js +266 -0
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CC55eT4X.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DqOb7e4M.js} +1 -1
- package/dist/{IngredientsView-DKf2RyTT.js → IngredientsView-afICUj_U.js} +3 -3
- package/dist/{IntegrationView-IT9fT1o3.js → IntegrationView-DT5F9V0h.js} +120 -120
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BfQYvMQo.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CXw4tAI_.js} +1 -1
- package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-C6a6F_jD.js +116 -0
- package/dist/{PurchaseOrderPrintPreview-CmUwBVJj.js → PurchaseOrderPrintPreview-BMCy5C1z.js} +1 -1
- package/dist/ReceiveRequestView-DBU59iYm.js +4050 -0
- package/dist/{RecipeView-DoVjHcdn.js → RecipeView-Brnk8Ar7.js} +3 -3
- package/dist/{StockView-0e2NTA6y.js → StockView-BtTZNhlp.js} +14 -15
- package/dist/{SupplierView-Kp_qdI0x.js → SupplierView-C0GT_JzY.js} +3 -3
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BzJ8TnL_.js +1139 -0
- package/dist/TransferTemplateView-SrBMTzU-.js +1237 -0
- package/dist/{UnitView-Bn4Di9oJ.js → UnitView-Dw2xLWy4.js} +4 -4
- package/dist/{WarehouseView-D_UpeFJI.js → WarehouseView-Cgf1mP8s.js} +2 -2
- package/dist/{app-Cp8AtZVK.js → app-Iz-opVBA.js} +270 -261
- package/dist/app.js +1 -1
- package/dist/{decimal-BdGSddMR.js → decimal-ffsKJesh.js} +1 -1
- package/dist/{defineDeepModel-BmWycBqN.js → defineDeepModel-CDrYKSnU.js} +3 -3
- package/dist/format-time-from-id-e9QU46u4.js +15 -0
- package/dist/purchase-order-transaction-type-DN3Czz6K.js +338 -0
- package/dist/stores/netsuite.d.ts +1 -0
- package/dist/{supplier-nSbJROl8.js → supplier-DdJIh1nj.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-DHQhRyhX.js → use-template-enabled-locations-2-BSLLHtkm.js} +1 -1
- 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/transfer-template/components/transfer-template-details/TransferTemplateDetails.vue.d.ts +0 -2
- package/dist/views/transfer-template/components/transfer-template-details/TransferTemplateDetailsProps.d.ts +0 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +5 -8
- package/dist/{xlsx-CyyozDQ4.js → xlsx-C8qXPxB4.js} +1 -1
- package/dist/{xlsx.util-io3Y9wY0.js → xlsx.util-DGLr1W_5.js} +2 -2
- package/package.json +3 -3
- package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-B1Hplfop.js +0 -88
- package/dist/ReceiveRequestView-CowLFbXJ.js +0 -215
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-pOCLtZSW.js +0 -858
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-YgNt1e4d.js +0 -1678
- package/dist/TransferTemplateView-DnZqm1NS.js +0 -1244
- package/dist/format-time-from-id-bNKNgPR2.js +0 -15
- package/dist/id-to-date-uL3PyIfz.js +0 -30
- package/dist/purchase-order-transaction-type-DQvXZvHo.js +0 -685
|
@@ -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,10 @@
|
|
|
1
1
|
import type { TransferTemplateDetailsProps } from './TransferTemplateDetailsProps';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TransferTemplateDetailsProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
3
|
"update:show": (show: boolean) => void;
|
|
4
|
-
"action:use": (locationId: string) => void;
|
|
5
4
|
"action:edit": () => void;
|
|
6
5
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TransferTemplateDetailsProps>>> & Readonly<{
|
|
7
6
|
"onUpdate:show"?: ((show: boolean) => any) | undefined;
|
|
8
7
|
"onAction:edit"?: (() => any) | undefined;
|
|
9
|
-
"onAction:use"?: ((locationId: string) => any) | undefined;
|
|
10
8
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
9
|
export default _default;
|
|
12
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -17,7 +17,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
17
17
|
viewTemplate: (template: POTemplate) => void;
|
|
18
18
|
updateTemplate: (template: POTemplate) => void;
|
|
19
19
|
deleteTemplate: (template: POTemplate, loadingRef: Ref<boolean>, onDeleted: () => void) => void;
|
|
20
|
-
|
|
20
|
+
getTemplateId: (templates: FdoPurchaseOrderTemplate[]) => Promise<string | undefined>;
|
|
21
21
|
templateDialogProps: Ref<{
|
|
22
22
|
mode?: FormMode | undefined;
|
|
23
23
|
modelValue?: {
|
|
@@ -960,13 +960,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
960
960
|
'onAction:use'?: ((locationId: string) => void) | undefined;
|
|
961
961
|
'onAction:edit'?: (() => void) | undefined;
|
|
962
962
|
}>;
|
|
963
|
-
|
|
964
|
-
}, "templateDialogProps" | "templateDetailsProps" | "transferFormDialogProps">, Pick<{
|
|
963
|
+
}, "templateDialogProps" | "templateDetailsProps">, Pick<{
|
|
965
964
|
createTemplate: () => void;
|
|
966
965
|
viewTemplate: (template: POTemplate) => void;
|
|
967
966
|
updateTemplate: (template: POTemplate) => void;
|
|
968
967
|
deleteTemplate: (template: POTemplate, loadingRef: Ref<boolean>, onDeleted: () => void) => void;
|
|
969
|
-
|
|
968
|
+
getTemplateId: (templates: FdoPurchaseOrderTemplate[]) => Promise<string | undefined>;
|
|
970
969
|
templateDialogProps: Ref<{
|
|
971
970
|
mode?: FormMode | undefined;
|
|
972
971
|
modelValue?: {
|
|
@@ -1909,13 +1908,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1909
1908
|
'onAction:use'?: ((locationId: string) => void) | undefined;
|
|
1910
1909
|
'onAction:edit'?: (() => void) | undefined;
|
|
1911
1910
|
}>;
|
|
1912
|
-
transferFormDialogProps: Ref<import("../../receive-request/components/transfer-dialog/TransferDialogProps").TransferDialogProps | undefined, import("../../receive-request/components/transfer-dialog/TransferDialogProps").TransferDialogProps | undefined>;
|
|
1913
1911
|
}, never>, Pick<{
|
|
1914
1912
|
createTemplate: () => void;
|
|
1915
1913
|
viewTemplate: (template: POTemplate) => void;
|
|
1916
1914
|
updateTemplate: (template: POTemplate) => void;
|
|
1917
1915
|
deleteTemplate: (template: POTemplate, loadingRef: Ref<boolean>, onDeleted: () => void) => void;
|
|
1918
|
-
|
|
1916
|
+
getTemplateId: (templates: FdoPurchaseOrderTemplate[]) => Promise<string | undefined>;
|
|
1919
1917
|
templateDialogProps: Ref<{
|
|
1920
1918
|
mode?: FormMode | undefined;
|
|
1921
1919
|
modelValue?: {
|
|
@@ -2858,6 +2856,5 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2858
2856
|
'onAction:use'?: ((locationId: string) => void) | undefined;
|
|
2859
2857
|
'onAction:edit'?: (() => void) | undefined;
|
|
2860
2858
|
}>;
|
|
2861
|
-
|
|
2862
|
-
}, "createTemplate" | "viewTemplate" | "updateTemplate" | "deleteTemplate" | "useTemplate">>;
|
|
2859
|
+
}, "createTemplate" | "viewTemplate" | "updateTemplate" | "deleteTemplate" | "getTemplateId">>;
|
|
2863
2860
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Cn = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_9de01d67-5583-4b42-97bb-cfbf2edd65ea", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/8.13.1 npm/? node/v20.18.1 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_9de01d67-5583-4b42-97bb-cfbf2edd65ea", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.18.1/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max_old_space_size=4096", GRADLE_HOME: "/usr/share/gradle-8.12", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.13.0-beta.1", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "706", npm_package_dependencies__feedmepos_ui_library: "1.3.8", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250105.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.10/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.4/x64", JOURNAL_STREAM: "8:5726", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "12822296612", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "9d60a9a17af1c125a59bfacaee994eb4ced82dca", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.18.1/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_53f96fa6-357d-461a-9b5e-13e887ae4f0d", INVOCATION_ID: "112f94acbab946f3a7b20f6f3ae904cd", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.18.1/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "299", GITHUB_TRIGGERING_ACTOR: "ye-yu", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_build_mf: "vite build --mode fmmf", npm_package_scripts_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", npm_package_devDependencies__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 394", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.9.3", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.22-dev.33", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "9d60a9a17af1c125a59bfacaee994eb4ced82dca", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "ye-yu", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_9de01d67-5583-4b42-97bb-cfbf2edd65ea", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "30603031", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_9de01d67-5583-4b42-97bb-cfbf2edd65ea", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_9de01d67-5583-4b42-97bb-cfbf2edd65ea", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", NODE_ENV: "production" } };
|
|
1
|
+
var Cn = { env: { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_6651bf71-3ee6-42dc-8a88-8fe3811d8fd5", npm_package_dependencies_dinero_js: "^1.9.1", npm_package_dependencies_zod: "3.17.9", npm_package_devDependencies__types_node: "^18.19.33", npm_config_dedupe_peer_dependents: "", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_scripts_prepublish: "pnpm check:env && pnpm build:mf && pnpm build:dts", npm_package_dependencies_fuzzy_search: "^3.2.1", npm_package_dependencies_pinia: "^2.1.7", npm_package_devDependencies_vitest: "^1.6.0", USER: "runner", npm_config_user_agent: "pnpm/8.13.1 npm/? node/v20.18.1 linux x64", CI: "true", npm_package_dependencies_vue: "^3.5.13", npm_package_devDependencies_vite_plugin_commonjs: "^0.10.3", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_6651bf71-3ee6-42dc-8a88-8fe3811d8fd5", PIPX_HOME: "/opt/pipx", npm_package_scripts_dev_standalone: "vite --mode standalone", npm_package_devDependencies_vite: "5.4.8", npm_node_execpath: "/opt/hostedtoolcache/node/20.18.1/x64/bin/node", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", SHLVL: "1", npm_package_files_0: "dist", npm_package_scripts_prod_standalone: "PORTAL_ENV=production vite --mode standalone", npm_package_scripts_check_env: 'cat build-*.env | grep -qE "^[^#].*localhost" && { echo "Error: build-*.env files contains localhost reference" >&2; exit 1;} || exit 0', HOME: "/home/runner", npm_package_devDependencies_sass: "^1.77.2", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_scripts_build_mf_prod: "PORTAL_ENV=production vite build --mode fmmf", npm_package_dependencies_change_case: "^5.4.4", NODE_OPTIONS: "--max_old_space_size=4096", GRADLE_HOME: "/usr/share/gradle-8.12", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", npm_package_scripts_type_check: "vue-tsc --declaration --noEmit -p tsconfig.app.json", npm_package_dependencies__feedmepos_mf_common: "1.13.0-beta.1", npm_package_devDependencies_npm_run_all2: "^6.2.0", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", SYSTEMD_EXEC_PID: "707", npm_package_dependencies__feedmepos_ui_library: "1.3.8", npm_package_dependencies_dayjs: "^1.11.11", npm_package_dependencies_dotenv: "^16.4.5", npm_package_devDependencies__tsconfig_node18: "^18.2.4", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_devDependencies_tailwindcss: "3.4.1", npm_package_devDependencies_typescript: "5.2.2", NVM_DIR: "/home/runner/.nvm", npm_package_dependencies_google_maps: "^4.3.3", npm_package_dependencies_xlsx: "^0.18.5", npm_package_devDependencies_vue_tsc: "^1.8.27", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250105.1.0", npm_package_scripts_build_prod: "PORTAL_ENV=production vite build --mode standalone", npm_package_scripts_dev: "vite", npm_package_dependencies__types_dinero_js: "^1.9.4", npm_package_devDependencies_prettier: "^3.2.5", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.10/x64", STORE_PATH: "/home/runner/setup-pnpm/node_modules/.bin/store/v3", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_type: "module", npm_package_scripts_prod: "PORTAL_ENV=production vite", npm_package_devDependencies__vue_tsconfig: "^0.4.0", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.4/x64", JOURNAL_STREAM: "8:5098", GITHUB_WORKFLOW: "Preview FeedMe Inventory Portal V1", _: "/home/runner/setup-pnpm/node_modules/.bin/pnpm", npm_package_module: "./dist/app.js", npm_package_devDependencies_autoprefixer: "^10.4.19", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_scripts_lint: "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", npm_package_scripts_check_publish_version: "./bin/check-version.sh", npm_package_dependencies_csstype: "^3.1.3", npm_package_dependencies_fuzzy: "^0.1.3", npm_config_registry: "https://registry.npmjs.org/", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "12860851513", STATS_VMFE: "true", npm_package_devDependencies_happy_dom: "^12.10.3", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "c8bbec9ecb7680c32b3da4ccf60e617ac60baf1e", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_exports___import: "./dist/app.js", npm_package_devDependencies__vitejs_plugin_vue: "^4.6.2", GITHUB_WORKFLOW_REF: "feedmepos/inventory-service/.github/workflows/inventory-portal-dev.yaml@refs/heads/dev/portal", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies__feedmepos_zod_inventory: "workspace:^", npm_package_dependencies_axios: "^1.7.1", npm_config_node_gyp: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node_modules/node-gyp/bin/node-gyp.js", PATH: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/work/inventory-service/inventory-service/apps/inventory-portal/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/dist/node-gyp-bin:/home/runner/work/inventory-service/inventory-service/node_modules/.bin:/home/runner/setup-pnpm/node_modules/.bin:/opt/hostedtoolcache/node/20.18.1/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_20eac5be-0dd5-4097-8bba-b6e792e53d68", INVOCATION_ID: "dab46c61e09e49338e30a4d170764e81", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", NODE: "/opt/hostedtoolcache/node/20.18.1/x64/bin/node", npm_package_name: "@feedmepos/mf-inventory-portal", GITHUB_ACTION: "publish_version", GITHUB_RUN_NUMBER: "304", GITHUB_TRIGGERING_ACTOR: "zdirnecamlcs96", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_scripts_build_mf: "vite build --mode fmmf", npm_package_scripts_test_publish: "pnpm prepublish && pnpm pack", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_config_frozen_lockfile: "", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies__vue_eslint_config_typescript: "^12.0.0", npm_package_devDependencies__vue_test_utils: "^2.4.6", npm_package_devDependencies_eslint: "^8.57.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 88", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev/portal", GITHUB_REPOSITORY: "feedmepos/inventory-service", STATS_D_D: "false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_publish_beta: "pnpm publish --tag beta", npm_package_scripts_unpack: "tar zxf", npm_package_dependencies__feedmepos_core: "^2.9.3", npm_package_devDependencies__types_debounce: "^1.2.4", npm_lifecycle_script: "vite build --mode fmmf", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_scripts_test: "vitest", npm_package_devDependencies__vue_eslint_config_prettier: "^8.0.0", GITHUB_REPOSITORY_ID: "656626604", GITHUB_ACTIONS: "true", STATS_PIP: "false", NODE_PATH: "/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules/vite/bin/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules/vite/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/vite@5.4.8_@types+node@18.19.71_sass@1.83.4/node_modules:/home/runner/work/inventory-service/inventory-service/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules:/home/runner/setup-pnpm/node_modules/.pnpm/node_modules", npm_package_version: "0.0.22-dev.36", npm_package_scripts_build_only: "pnpm build:mf && pnpm build:dts && pnpm build-types", npm_package_dependencies__tanstack_vue_table: "^8.17.3", npm_package_dependencies__vue_cli_service: "^5.0.8", npm_package_devDependencies__rushstack_eslint_patch: "^1.10.3", npm_lifecycle_event: "build:mf", GITHUB_REF_PROTECTED: "false", npm_package_scripts_build: "vite build --mode standalone", npm_package_dependencies_vue_i18n: "^10.0.5", npm_config__feedmepos_registry: "https://registry.npmjs.org/", GITHUB_WORKSPACE: "/home/runner/work/inventory-service/inventory-service", ACCEPT_EULA: "Y", GITHUB_JOB: "setup", RUNNER_PERFLOG: "/home/runner/perflog", npm_package_devDependencies__types_fuzzy_search: "^2.1.5", npm_package_devDependencies_cypress: "^13.9.0", GITHUB_SHA: "c8bbec9ecb7680c32b3da4ccf60e617ac60baf1e", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_exports___style: "./dist/style.css", npm_package_dependencies_vue_router: "^4.4.0", GITHUB_REF: "refs/heads/dev/portal", GITHUB_ACTOR: "zdirnecamlcs96", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_package_devDependencies__testing_library_vue: "^8.1.0", npm_package_scripts_format: "prettier --write src/", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_6651bf71-3ee6-42dc-8a88-8fe3811d8fd5", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", GITHUB_ACTOR_ID: "12760908", RUNNER_WORKSPACE: "/home/runner/work/inventory-service", npm_execpath: "/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@8.13.1/node_modules/pnpm/bin/pnpm.cjs", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_6651bf71-3ee6-42dc-8a88-8fe3811d8fd5", npm_package_exports___types: "./dist/app.d.ts", npm_package_dependencies__feedmepos_inventory_core: "workspace:^", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", PNPM_SCRIPT_SRC_DIR: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_devDependencies_eslint_plugin_vue: "^9.26.0", npm_package_devDependencies_postcss: "^8.4.38", npm_command: "run-script", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_scripts_deploy: "pnpm run build-only && pnpm publish --no-git-checks .", npm_package_dependencies_debounce: "^2.0.0", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", PNPM_HOME: "/home/runner/setup-pnpm/node_modules/.bin", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", npm_package_dependencies__feedmepos_menu: "1.0.34", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_6651bf71-3ee6-42dc-8a88-8fe3811d8fd5", INIT_CWD: "/home/runner/work/inventory-service/inventory-service/apps/inventory-portal", npm_package_dependencies__feedmepos_inventory_core_js: "workspace:^", NODE_ENV: "production" } };
|
|
2
2
|
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
3
3
|
var sn = {};
|
|
4
4
|
sn.version = "0.18.5";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as g, openBlock as f, createElementBlock as u, createElementVNode as x, toDisplayString as d, unref as w, Fragment as M, renderList as v } from "vue";
|
|
2
|
-
import { a as h, l as b } from "./app-
|
|
2
|
+
import { a as h, l as b } from "./app-Iz-opVBA.js";
|
|
3
3
|
import { useI18n as k } from "@feedmepos/mf-common";
|
|
4
|
-
import { u as y, w as S, r as $ } from "./xlsx-
|
|
4
|
+
import { u as y, w as S, r as $ } from "./xlsx-C8qXPxB4.js";
|
|
5
5
|
const A = { class: "flex flex-col" }, B = { class: "flex flex-row fm-typo-en-body-md-600 bg-fm-color-neutral-gray-100 text-fm-color-typo-secondary h-48 items-center" }, E = { class: "flex-1 py-8 px-16" }, I = {
|
|
6
6
|
class: "flex-0 py-8 px-16",
|
|
7
7
|
style: { "flex-basis": "120px" }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-inventory-portal",
|
|
3
|
-
"version": "0.0.22-dev.
|
|
3
|
+
"version": "0.0.22-dev.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"xlsx": "^0.18.5",
|
|
40
40
|
"zod": "3.17.9",
|
|
41
41
|
"@feedmepos/inventory-core": "^0.2.18",
|
|
42
|
-
"@feedmepos/inventory
|
|
43
|
-
"@feedmepos/
|
|
42
|
+
"@feedmepos/zod-inventory": "^1.0.10",
|
|
43
|
+
"@feedmepos/inventory-core-js": "^1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { o as m, j as F } from "./app-Cp8AtZVK.js";
|
|
2
|
-
import { useCoreStore as v } from "@feedmepos/mf-common";
|
|
3
|
-
import { ref as h, defineComponent as y, resolveComponent as d, openBlock as _, createElementBlock as f, renderSlot as k, createVNode as p, withCtx as g } from "vue";
|
|
4
|
-
const l = m((e, t) => {
|
|
5
|
-
const a = F(), o = v();
|
|
6
|
-
return {
|
|
7
|
-
async getInventoryForecast() {
|
|
8
|
-
var n;
|
|
9
|
-
const r = ((n = o.currentBusiness.value) == null ? void 0 : n._id) ?? "", c = a.currentLocationId ?? "", i = `${e.dataBackendUrl}/${r}/${c}/inventory-forecast`;
|
|
10
|
-
try {
|
|
11
|
-
return await t.get(i);
|
|
12
|
-
} catch {
|
|
13
|
-
return { skus: [] };
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
async getPurchaseOrderForecast(r) {
|
|
17
|
-
var u;
|
|
18
|
-
const c = ((u = o.currentBusiness.value) == null ? void 0 : u._id) ?? "", i = a.currentLocationId ?? "", n = `${e.dataBackendUrl}/${c}/${i}/purchase-order-forecast?days=${r}`;
|
|
19
|
-
try {
|
|
20
|
-
return await t.get(n);
|
|
21
|
-
} catch {
|
|
22
|
-
return { skus: [] };
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
});
|
|
27
|
-
function S() {
|
|
28
|
-
return {
|
|
29
|
-
inventoryForecast: { skus: [] },
|
|
30
|
-
purchaseOrderForecast: { skus: [] }
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
const s = h(S());
|
|
34
|
-
function P() {
|
|
35
|
-
return {
|
|
36
|
-
// state
|
|
37
|
-
get inventoryForecast() {
|
|
38
|
-
return s.value.inventoryForecast;
|
|
39
|
-
},
|
|
40
|
-
set inventoryForecast(e) {
|
|
41
|
-
s.value.inventoryForecast = e;
|
|
42
|
-
},
|
|
43
|
-
get purchaseOrderForecast() {
|
|
44
|
-
return s.value.purchaseOrderForecast;
|
|
45
|
-
},
|
|
46
|
-
set purchaseOrderForecast(e) {
|
|
47
|
-
s.value.purchaseOrderForecast = e;
|
|
48
|
-
},
|
|
49
|
-
// actions
|
|
50
|
-
async readStockEstimateBalance() {
|
|
51
|
-
const e = l();
|
|
52
|
-
this.inventoryForecast = await e.getInventoryForecast();
|
|
53
|
-
},
|
|
54
|
-
async readPurchaseOrder(e) {
|
|
55
|
-
const t = l();
|
|
56
|
-
this.purchaseOrderForecast = await t.getPurchaseOrderForecast(e);
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
const I = { class: "flex items-center gap-8" }, O = "Experience enhanced inventory features with premium plan.", E = /* @__PURE__ */ y({
|
|
61
|
-
__name: "PremiumBadge",
|
|
62
|
-
props: {
|
|
63
|
-
zIndex: {}
|
|
64
|
-
},
|
|
65
|
-
setup(e) {
|
|
66
|
-
return (t, a) => {
|
|
67
|
-
const o = d("FmPill"), r = d("FmTooltip");
|
|
68
|
-
return _(), f("div", I, [
|
|
69
|
-
k(t.$slots, "default"),
|
|
70
|
-
p(r, {
|
|
71
|
-
variant: "plain",
|
|
72
|
-
placement: "top",
|
|
73
|
-
content: O,
|
|
74
|
-
"z-index": t.zIndex
|
|
75
|
-
}, {
|
|
76
|
-
default: g(() => [
|
|
77
|
-
p(o, { variant: "premium" })
|
|
78
|
-
]),
|
|
79
|
-
_: 1
|
|
80
|
-
}, 8, ["z-index"])
|
|
81
|
-
]);
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
export {
|
|
86
|
-
E as _,
|
|
87
|
-
P as u
|
|
88
|
-
};
|