@feedmepos/mf-report 5.16.1 → 5.16.2
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.
|
@@ -93,7 +93,7 @@ const ge = ["src"], he = ["src"], $e = /* @__PURE__ */ O({
|
|
|
93
93
|
}), Z(() => {
|
|
94
94
|
l(me);
|
|
95
95
|
}), T(() => {
|
|
96
|
-
console.log("5.16.
|
|
96
|
+
console.log("5.16.2", !0), window.addEventListener("message", F), window.addEventListener("message", B);
|
|
97
97
|
});
|
|
98
98
|
const L = ie(), R = de();
|
|
99
99
|
M(() => {
|
|
@@ -5523,6 +5523,7 @@ const Ii = [
|
|
|
5523
5523
|
shiftDate: a.shiftDate,
|
|
5524
5524
|
timeCreated: d.timeCreated,
|
|
5525
5525
|
refNo: a.refNo,
|
|
5526
|
+
dineIn: a.dineIn,
|
|
5526
5527
|
code: d.code,
|
|
5527
5528
|
itemDescription: d.itemDescription,
|
|
5528
5529
|
group1: d.group1,
|
|
@@ -5579,6 +5580,7 @@ const Ii = [
|
|
|
5579
5580
|
}, [])), U = q(() => e.value.deliveryOrders.reduce((l, a) => {
|
|
5580
5581
|
for (const d of a._skus)
|
|
5581
5582
|
l.push({
|
|
5583
|
+
poNo: a.poNo,
|
|
5582
5584
|
rNo: a.rNo,
|
|
5583
5585
|
rDate: Me(a.rDate).format("D-MMM-YY"),
|
|
5584
5586
|
debtorCode: a.debtorCode,
|
|
@@ -5605,6 +5607,7 @@ const Ii = [
|
|
|
5605
5607
|
{ accessorKey: "shiftDate", header: "Shift Date", enableSorting: !1 },
|
|
5606
5608
|
{ accessorKey: "timeCreated", header: "Time Created", enableSorting: !1 },
|
|
5607
5609
|
{ accessorKey: "refNo", header: "Ref. No.", enableSorting: !1 },
|
|
5610
|
+
{ accessorKey: "dineIn", header: "Dine-In", enableSorting: !1 },
|
|
5608
5611
|
{ accessorKey: "code", header: "Code", enableSorting: !1 },
|
|
5609
5612
|
{ accessorKey: "itemDescription", header: "Item Description", enableSorting: !1 },
|
|
5610
5613
|
{ accessorKey: "group1", header: "Group 1", enableSorting: !1 },
|
|
@@ -5744,6 +5747,11 @@ const Ii = [
|
|
|
5744
5747
|
header: () => A("p", { class: "min-w-[90px] text-nowrap text-ellipsis" }, "No"),
|
|
5745
5748
|
enableSorting: !1
|
|
5746
5749
|
},
|
|
5750
|
+
{
|
|
5751
|
+
accessorKey: "poNo",
|
|
5752
|
+
header: () => A("p", { class: "min-w-[90px] text-nowrap text-ellipsis" }, "PO, G/R"),
|
|
5753
|
+
enableSorting: !1
|
|
5754
|
+
},
|
|
5747
5755
|
{
|
|
5748
5756
|
accessorKey: "rDate",
|
|
5749
5757
|
header: () => A("p", { class: "min-w-[90px] text-nowrap text-ellipsis" }, "Date"),
|
package/dist/app.js
CHANGED
|
@@ -4956,7 +4956,7 @@ const a = {
|
|
|
4956
4956
|
{
|
|
4957
4957
|
name: "integration",
|
|
4958
4958
|
path: "/integration/:id",
|
|
4959
|
-
component: () => import("./Integration-
|
|
4959
|
+
component: () => import("./Integration-BGJgv8ld.js")
|
|
4960
4960
|
}
|
|
4961
4961
|
]
|
|
4962
4962
|
},
|
|
@@ -4980,7 +4980,7 @@ const u = {
|
|
|
4980
4980
|
"zh-CN": m,
|
|
4981
4981
|
"th-TH": c,
|
|
4982
4982
|
"zh-Hant": p
|
|
4983
|
-
}, h = e(() => import("./App-
|
|
4983
|
+
}, h = e(() => import("./App-DIlXfYVS.js"));
|
|
4984
4984
|
export {
|
|
4985
4985
|
h as FmApp,
|
|
4986
4986
|
u as i18nMessages,
|