@feedmepos/mf-payment 0.0.0-beta.12 → 0.0.0-beta.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js → AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js} +1 -1
- package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
- package/dist/{Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js → Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js} +9 -9
- package/dist/Modal-DB8M9o1T.js +13 -0
- package/dist/{PayoutAccount-CeLwLffx.js → PayoutAccount-BHwKD9si.js} +288 -3160
- package/dist/{PayoutAccount-DQm62Wf2.js → PayoutAccount-DuqITwjB.js} +38 -35
- package/dist/{PayoutAccountSetting-CIeos0md.js → PayoutAccountSetting-cOThY31e.js} +4 -4
- package/dist/Settlement-Dr6Rmkid.js +142 -0
- package/dist/Settlement-JkH7-Wd_.js +146 -0
- package/dist/{SettlementTransactions-CYES5YMF.js → SettlementTransactions-BGfDReId.js} +5 -5
- package/dist/{SettlementTransactions-B1v0f-0o.js → SettlementTransactions-CSz0G9iE.js} +101 -108
- package/dist/Terminal-DQqtUzV2.js +318 -0
- package/dist/TerminalSetting-T0Sxq_z0.js +176 -0
- package/dist/{TerminalTransaction-LofDTVwC.js → TerminalTransaction-C0g2mMBJ.js} +19 -19
- package/dist/Transaction-BKBh8jOT.js +249 -0
- package/dist/{Transaction-CaOxsIQH.js → Transaction-DVS8SkBi.js} +80 -74
- package/dist/api/index.d.ts +7 -0
- package/dist/api/settlement/index.d.ts +7 -13
- package/dist/api/terminal/index.d.ts +8 -1
- package/dist/api/transaction/index.d.ts +6 -2
- package/dist/app.js +46 -40
- package/dist/{assets-DnuLfRTO.js → assets-nIQ0r4oP.js} +1 -1
- package/dist/components/AsyncButton.vue.d.ts +21 -0
- package/dist/components/CursorTable/index.vue.d.ts +16 -5
- package/dist/{index-Bmka-1lQ.js → index-CIIojtd5.js} +1 -1
- package/dist/index-CxYMbN69.js +37 -0
- package/dist/index-DflgpHga.js +55560 -0
- package/dist/{index-Coz5aeIO.js → index-DhPhiNvt.js} +13 -23
- package/dist/{index-CF56zGyu.js → index-DqQBDo_Y.js} +1 -1
- package/dist/index.vue_vue_type_script_setup_true_lang-CcY9Uu6G.js +155 -0
- package/dist/package.json +3 -3
- package/dist/{payout-account-OR4juI9N.js → payout-account-FNZygqj-.js} +130 -130
- package/dist/{transaction-vRrBf3FN.js → transaction-B4rEbejx.js} +28 -15
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/validator-D5jtpt9A.js +2877 -0
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +61 -0
- package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
- package/dist/views/admin/terminal/cell/Actions.vue.d.ts +58 -9
- package/dist/views/admin/terminal/tabs/Fiuu.vue.d.ts +72 -0
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +63 -0
- package/package.json +3 -3
- package/dist/Settlement-BVGACeme.js +0 -136
- package/dist/Settlement-Ce48KHrc.js +0 -132
- package/dist/Terminal-ByKV2Rof.js +0 -204
- package/dist/Transaction-C-X11abA.js +0 -242
- package/dist/index-DCPNrUDq.js +0 -40075
- package/dist/index.vue_vue_type_script_setup_true_lang-CAR-bNaR.js +0 -150
@@ -1,12 +1,12 @@
|
|
1
1
|
import { defineComponent as b, resolveComponent as m, openBlock as g, createBlock as h, normalizeClass as N, withCtx as f, createElementVNode as P, toDisplayString as C, createVNode as c, computed as x, ref as E, watch as F, unref as l, isRef as k, h as w } from "vue";
|
2
|
-
import { u as S } from "./index-
|
3
|
-
import { _ as O } from "./index-
|
4
|
-
import { _ as K } from "./AdminLayout.vue_vue_type_script_setup_true_lang-
|
5
|
-
import { P as V } from "./payout-account-
|
6
|
-
import { p as
|
2
|
+
import { u as S } from "./index-CIIojtd5.js";
|
3
|
+
import { _ as O } from "./index-DflgpHga.js";
|
4
|
+
import { _ as K } from "./AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js";
|
5
|
+
import { P as V } from "./payout-account-FNZygqj-.js";
|
6
|
+
import { p as D } from "./index-DqQBDo_Y.js";
|
7
7
|
import "@feedmepos/ui-library";
|
8
|
-
import { _ as
|
9
|
-
import { useRouter as
|
8
|
+
import { _ as T } from "./index.vue_vue_type_script_setup_true_lang-CcY9Uu6G.js";
|
9
|
+
import { useRouter as $ } from "vue-router";
|
10
10
|
const G = /* @__PURE__ */ b({
|
11
11
|
__name: "Status",
|
12
12
|
props: {
|
@@ -14,13 +14,13 @@ const G = /* @__PURE__ */ b({
|
|
14
14
|
data: {}
|
15
15
|
},
|
16
16
|
setup(d) {
|
17
|
-
const
|
17
|
+
const r = d;
|
18
18
|
function t() {
|
19
|
-
return
|
19
|
+
return r.data === "NEW" ? "!w-[16px] !h-[16px] bg-yellow-400" : r.data === "PENDING" ? "!w-[16px] !h-[16px] bg-red-400" : "!w-[16px] !h-[16px] bg-green-400";
|
20
20
|
}
|
21
21
|
return (s, u) => {
|
22
|
-
const
|
23
|
-
return g(), h(
|
22
|
+
const n = m("FmBadge");
|
23
|
+
return g(), h(n, {
|
24
24
|
inline: "",
|
25
25
|
class: N(t())
|
26
26
|
}, {
|
@@ -38,14 +38,14 @@ const G = /* @__PURE__ */ b({
|
|
38
38
|
data: {}
|
39
39
|
},
|
40
40
|
setup(d) {
|
41
|
-
const
|
41
|
+
const r = d;
|
42
42
|
function t() {
|
43
|
-
return
|
43
|
+
return r.data ? "#66BB6A" : "#EF5350";
|
44
44
|
}
|
45
45
|
function s() {
|
46
|
-
return
|
46
|
+
return r.data ? "check" : "close";
|
47
47
|
}
|
48
|
-
return (u,
|
48
|
+
return (u, n) => {
|
49
49
|
const p = m("FmIcon");
|
50
50
|
return g(), h(p, {
|
51
51
|
name: s(),
|
@@ -61,12 +61,12 @@ const G = /* @__PURE__ */ b({
|
|
61
61
|
data: {}
|
62
62
|
},
|
63
63
|
setup(d) {
|
64
|
-
function
|
64
|
+
function r(t) {
|
65
65
|
return t ? "!w-[16px] !h-[16px] bg-green-400" : "!w-[16px] !h-[16px] bg-red-400";
|
66
66
|
}
|
67
67
|
return (t, s) => {
|
68
|
-
const u = m("FmBadge"),
|
69
|
-
return g(), h(
|
68
|
+
const u = m("FmBadge"), n = m("FmListItem");
|
69
|
+
return g(), h(n, {
|
70
70
|
label: t.row.original.holderName,
|
71
71
|
sublabel: t.row.original.bankName + " - " + t.row.original.bankNumber,
|
72
72
|
clickable: !1,
|
@@ -75,7 +75,7 @@ const G = /* @__PURE__ */ b({
|
|
75
75
|
append: f(() => [
|
76
76
|
c(u, {
|
77
77
|
inline: "",
|
78
|
-
class: N(
|
78
|
+
class: N(r(t.row.original.bankReady))
|
79
79
|
}, null, 8, ["class"])
|
80
80
|
]),
|
81
81
|
_: 1
|
@@ -89,12 +89,12 @@ const G = /* @__PURE__ */ b({
|
|
89
89
|
data: {}
|
90
90
|
},
|
91
91
|
setup(d) {
|
92
|
-
function
|
92
|
+
function r(t) {
|
93
93
|
return t ? "!w-[16px] !h-[16px] bg-green-400" : "!w-[16px] !h-[16px] bg-red-400";
|
94
94
|
}
|
95
95
|
return (t, s) => {
|
96
|
-
const u = m("FmBadge"),
|
97
|
-
return g(), h(
|
96
|
+
const u = m("FmBadge"), n = m("FmListItem");
|
97
|
+
return g(), h(n, {
|
98
98
|
label: t.row.original.picName,
|
99
99
|
sublabel: t.row.original.picEmail + " - " + t.row.original.picPhone,
|
100
100
|
clickable: !1,
|
@@ -103,31 +103,31 @@ const G = /* @__PURE__ */ b({
|
|
103
103
|
append: f(() => [
|
104
104
|
c(u, {
|
105
105
|
inline: "",
|
106
|
-
class: N(
|
106
|
+
class: N(r(t.row.original.picReady))
|
107
107
|
}, null, 8, ["class"])
|
108
108
|
]),
|
109
109
|
_: 1
|
110
110
|
}, 8, ["label", "sublabel"]);
|
111
111
|
};
|
112
112
|
}
|
113
|
-
}),
|
113
|
+
}), j = { class: "flex items-start mb-6" }, ee = /* @__PURE__ */ b({
|
114
114
|
__name: "PayoutAccount",
|
115
115
|
setup(d) {
|
116
|
-
const
|
116
|
+
const r = x(() => V.storeEventOptions), t = x(() => V.statusOptions), s = E(), u = $(), { event: n, status: p, searchKey: i } = S({
|
117
117
|
searchKey: "",
|
118
118
|
event: O.F_PAYOUT_FOR.Enum.ORDERING,
|
119
119
|
status: t.value.map((e) => e.value)
|
120
120
|
});
|
121
|
-
F([
|
121
|
+
F([n, p], () => {
|
122
122
|
var e;
|
123
|
-
return (e = s.value) == null ? void 0 : e.
|
123
|
+
return (e = s.value) == null ? void 0 : e.reset();
|
124
124
|
});
|
125
125
|
let v;
|
126
126
|
F(i, async () => {
|
127
127
|
v && clearTimeout(v), v = setTimeout(
|
128
128
|
() => {
|
129
129
|
var e;
|
130
|
-
return (e = s.value) == null ? void 0 : e.
|
130
|
+
return (e = s.value) == null ? void 0 : e.reset();
|
131
131
|
},
|
132
132
|
700
|
133
133
|
);
|
@@ -214,14 +214,14 @@ const G = /* @__PURE__ */ b({
|
|
214
214
|
loading: !1
|
215
215
|
}, {
|
216
216
|
default: f(() => [
|
217
|
-
P("div",
|
217
|
+
P("div", j, [
|
218
218
|
c(_, {
|
219
|
-
modelValue: l(
|
220
|
-
"onUpdate:modelValue": a[0] || (a[0] = (o) => k(
|
219
|
+
modelValue: l(n),
|
220
|
+
"onUpdate:modelValue": a[0] || (a[0] = (o) => k(n) ? n.value = o : null),
|
221
221
|
class: "mr-6 w-[128px]",
|
222
222
|
label: "Type",
|
223
223
|
"label-mark": "required",
|
224
|
-
items:
|
224
|
+
items: r.value
|
225
225
|
}, null, 8, ["modelValue", "items"]),
|
226
226
|
c(_, {
|
227
227
|
modelValue: l(p),
|
@@ -248,14 +248,17 @@ const G = /* @__PURE__ */ b({
|
|
248
248
|
_: 1
|
249
249
|
}, 8, ["modelValue"])
|
250
250
|
]),
|
251
|
-
c(
|
251
|
+
c(T, {
|
252
252
|
ref_key: "controller",
|
253
253
|
ref: s,
|
254
254
|
"column-defs": R,
|
255
255
|
"rows-defs": I,
|
256
|
-
paginate: (o, A) => l(
|
256
|
+
paginate: (o, A) => l(D).read({ event: l(n), status: l(p), searchKey: l(i), limit: o, cursor: A }),
|
257
257
|
onRowClick: a[4] || (a[4] = (o) => l(u).push({
|
258
|
-
|
258
|
+
name: "mf-payment-admin.payout-account-settings",
|
259
|
+
params: {
|
260
|
+
accountId: o._id
|
261
|
+
}
|
259
262
|
}))
|
260
263
|
}, null, 8, ["paginate"])
|
261
264
|
]),
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { defineComponent as S, resolveComponent as i, openBlock as v, createElementBlock as C, Fragment as B, createElementVNode as o, createVNode as u, withCtx as b, createTextVNode as g, toDisplayString as F, createCommentVNode as V, createBlock as P, ref as w, watch as E, computed as R, unref as k, isRef as h, h as T, onMounted as q, resolveDynamicComponent as _, normalizeProps as D, mergeProps as z } from "vue";
|
2
|
-
import { p as $ } from "./index-
|
3
|
-
import { u as H } from "./index-
|
4
|
-
import { _ as K } from "./Layout.vue_vue_type_script_setup_true_lang-
|
2
|
+
import { p as $ } from "./index-DqQBDo_Y.js";
|
3
|
+
import { u as H } from "./index-DflgpHga.js";
|
4
|
+
import { _ as K } from "./Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js";
|
5
5
|
import { useRouter as O } from "vue-router";
|
6
|
-
import { u as M } from "./index-
|
6
|
+
import { u as M } from "./index-CIIojtd5.js";
|
7
7
|
import { P as U } from "./PDFViewer-CjH_C1uT.js";
|
8
8
|
import { useSnackbar as G } from "@feedmepos/ui-library";
|
9
9
|
import { u as L } from "./error-K1CakhA9.js";
|
@@ -0,0 +1,142 @@
|
|
1
|
+
import { defineComponent as w, ref as v, computed as S, resolveComponent as h, openBlock as x, createBlock as D, watch as A, onMounted as k, unref as o, withCtx as F, createElementVNode as u, createVNode as p, isRef as R } from "vue";
|
2
|
+
import { u as V } from "./index-DflgpHga.js";
|
3
|
+
import { h as _ } from "./moment-h96o7c8I.js";
|
4
|
+
import { s as g } from "./index-DhPhiNvt.js";
|
5
|
+
import "@feedmepos/ui-library";
|
6
|
+
import { d as f } from "./dinero-CIVmXLL-.js";
|
7
|
+
import { useRouter as b } from "vue-router";
|
8
|
+
import { _ as C } from "./AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js";
|
9
|
+
import { u as $ } from "./index-CIIojtd5.js";
|
10
|
+
import { _ as I } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
|
11
|
+
const K = /* @__PURE__ */ w({
|
12
|
+
__name: "SettlementTable",
|
13
|
+
props: {
|
14
|
+
data: {
|
15
|
+
type: Array,
|
16
|
+
required: !0
|
17
|
+
},
|
18
|
+
loading: {
|
19
|
+
type: Boolean,
|
20
|
+
required: !0
|
21
|
+
}
|
22
|
+
},
|
23
|
+
emits: ["row-click"],
|
24
|
+
setup(y, { emit: l }) {
|
25
|
+
const r = y, d = l, m = v(""), e = [
|
26
|
+
{
|
27
|
+
header: () => "Settlement ID",
|
28
|
+
accessorKey: "id"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
header: () => "Created At",
|
32
|
+
accessorKey: "transactionAt",
|
33
|
+
meta: {
|
34
|
+
width: "180px"
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
header: () => "Sales Amount",
|
39
|
+
accessorKey: "amount"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
header: () => "Fee",
|
43
|
+
accessorKey: "fee"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
header: () => "Settlement Amount",
|
47
|
+
accessorKey: "payout"
|
48
|
+
}
|
49
|
+
], i = S(() => r.data.map((t) => ({
|
50
|
+
id: t._id,
|
51
|
+
transactionAt: _(t.createdAt).format("YYYY-MM-DD"),
|
52
|
+
amount: f(t.totalAmount).toFormat("$0.00"),
|
53
|
+
fee: f(t.totalFee).toFormat("$0.00"),
|
54
|
+
payout: f(t.totalPayout).toFormat("$0.00")
|
55
|
+
})));
|
56
|
+
return (t, a) => {
|
57
|
+
const n = h("FmTable");
|
58
|
+
return x(), D(n, {
|
59
|
+
modelValue: m.value,
|
60
|
+
"onUpdate:modelValue": a[0] || (a[0] = (s) => m.value = s),
|
61
|
+
"row-data": i.value,
|
62
|
+
"column-defs": e,
|
63
|
+
loading: r.loading,
|
64
|
+
onRowClick: a[1] || (a[1] = (s) => d("row-click", r.data.at(s.index)))
|
65
|
+
}, null, 8, ["modelValue", "row-data", "loading"]);
|
66
|
+
};
|
67
|
+
}
|
68
|
+
}), P = { class: "flex justify-between items-center mb-6" }, B = { class: "flex space-x-4 items-center" }, O = { class: "flex space-x-4 items-center" }, z = /* @__PURE__ */ w({
|
69
|
+
__name: "Settlement",
|
70
|
+
setup(y) {
|
71
|
+
const { isLoading: l, startAsyncCall: r } = V(!0), d = v([]), m = b(), { dateRange: e } = $({
|
72
|
+
dateRange: {
|
73
|
+
startDate: _().startOf("day").toISOString(),
|
74
|
+
endDate: _().endOf("day").toISOString()
|
75
|
+
}
|
76
|
+
});
|
77
|
+
A(e, i);
|
78
|
+
async function i() {
|
79
|
+
await r(async () => {
|
80
|
+
const a = await g.readByDate(
|
81
|
+
{
|
82
|
+
start: e.value.startDate,
|
83
|
+
end: e.value.endDate
|
84
|
+
}
|
85
|
+
);
|
86
|
+
d.value = a;
|
87
|
+
});
|
88
|
+
}
|
89
|
+
function t() {
|
90
|
+
i();
|
91
|
+
}
|
92
|
+
return k(t), (a, n) => {
|
93
|
+
const s = h("FmDateRangePicker");
|
94
|
+
return x(), D(C, {
|
95
|
+
title: "Settlements",
|
96
|
+
loading: o(l)
|
97
|
+
}, {
|
98
|
+
default: F(() => [
|
99
|
+
u("div", P, [
|
100
|
+
u("div", B, [
|
101
|
+
p(s, {
|
102
|
+
modelValue: o(e),
|
103
|
+
"onUpdate:modelValue": n[0] || (n[0] = (c) => R(e) ? e.value = c : null),
|
104
|
+
compare: "",
|
105
|
+
"show-predefined-range": ""
|
106
|
+
}, null, 8, ["modelValue"])
|
107
|
+
]),
|
108
|
+
u("div", O, [
|
109
|
+
p(I, {
|
110
|
+
button: {
|
111
|
+
appendIcon: "file_download",
|
112
|
+
variant: "primary",
|
113
|
+
label: "Export"
|
114
|
+
},
|
115
|
+
handler: async () => {
|
116
|
+
await o(g).downloadSettlementReport({
|
117
|
+
start: o(e).startDate,
|
118
|
+
end: o(e).endDate
|
119
|
+
});
|
120
|
+
}
|
121
|
+
}, null, 8, ["handler"])
|
122
|
+
])
|
123
|
+
]),
|
124
|
+
p(K, {
|
125
|
+
loading: o(l),
|
126
|
+
data: d.value,
|
127
|
+
onRowClick: n[1] || (n[1] = (c) => o(m).push({
|
128
|
+
name: "mf-payment-admin.settlement-transaction",
|
129
|
+
params: {
|
130
|
+
settlementId: c._id
|
131
|
+
}
|
132
|
+
}))
|
133
|
+
}, null, 8, ["loading", "data"])
|
134
|
+
]),
|
135
|
+
_: 1
|
136
|
+
}, 8, ["loading"]);
|
137
|
+
};
|
138
|
+
}
|
139
|
+
});
|
140
|
+
export {
|
141
|
+
z as default
|
142
|
+
};
|
@@ -0,0 +1,146 @@
|
|
1
|
+
import { defineComponent as w, ref as S, computed as D, resolveComponent as h, openBlock as v, createBlock as x, onMounted as A, watch as k, unref as n, withCtx as F, createElementVNode as u, createVNode as p, isRef as C } from "vue";
|
2
|
+
import { u as V } from "./index-DflgpHga.js";
|
3
|
+
import { h as _ } from "./moment-h96o7c8I.js";
|
4
|
+
import { useCoreStore as b } from "@feedmepos/mf-common";
|
5
|
+
import { _ as $ } from "./Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js";
|
6
|
+
import { s as g } from "./index-DhPhiNvt.js";
|
7
|
+
import "@feedmepos/ui-library";
|
8
|
+
import { d as f } from "./dinero-CIVmXLL-.js";
|
9
|
+
import { useRouter as I } from "vue-router";
|
10
|
+
import { u as K } from "./index-CIIojtd5.js";
|
11
|
+
import { _ as P } from "./AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js";
|
12
|
+
const O = /* @__PURE__ */ w({
|
13
|
+
__name: "SettlementTable",
|
14
|
+
props: {
|
15
|
+
data: {
|
16
|
+
type: Array,
|
17
|
+
required: !0
|
18
|
+
},
|
19
|
+
loading: {
|
20
|
+
type: Boolean,
|
21
|
+
required: !0
|
22
|
+
}
|
23
|
+
},
|
24
|
+
emits: ["row-click"],
|
25
|
+
setup(y, { emit: i }) {
|
26
|
+
const e = y, r = i, s = S(""), m = [
|
27
|
+
{
|
28
|
+
header: () => "Settlement ID",
|
29
|
+
accessorKey: "id"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
header: () => "Created At",
|
33
|
+
accessorKey: "transactionAt",
|
34
|
+
meta: {
|
35
|
+
width: "180px"
|
36
|
+
}
|
37
|
+
},
|
38
|
+
{
|
39
|
+
header: () => "Sales Amount",
|
40
|
+
accessorKey: "amount"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
header: () => "Fee",
|
44
|
+
accessorKey: "fee"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
header: () => "Settlement Amount",
|
48
|
+
accessorKey: "payout"
|
49
|
+
}
|
50
|
+
], l = D(() => e.data.map((t) => ({
|
51
|
+
id: t._id,
|
52
|
+
transactionAt: _(t.createdAt).format("YYYY-MM-DD"),
|
53
|
+
amount: f(t.totalAmount).toFormat("$0.00"),
|
54
|
+
fee: f(t.totalFee).toFormat("$0.00"),
|
55
|
+
payout: f(t.totalPayout).toFormat("$0.00")
|
56
|
+
})));
|
57
|
+
return (t, o) => {
|
58
|
+
const d = h("FmTable");
|
59
|
+
return v(), x(d, {
|
60
|
+
modelValue: s.value,
|
61
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => s.value = a),
|
62
|
+
"row-data": l.value,
|
63
|
+
"column-defs": m,
|
64
|
+
loading: e.loading,
|
65
|
+
onRowClick: o[1] || (o[1] = (a) => r("row-click", e.data.at(a.index)))
|
66
|
+
}, null, 8, ["modelValue", "row-data", "loading"]);
|
67
|
+
};
|
68
|
+
}
|
69
|
+
}), Y = { class: "flex justify-between items-center mb-6" }, B = { class: "flex space-x-4 items-center" }, L = { class: "flex space-x-4 items-center" }, J = /* @__PURE__ */ w({
|
70
|
+
__name: "Settlement",
|
71
|
+
setup(y) {
|
72
|
+
const i = I(), { dateRange: e } = K({
|
73
|
+
dateRange: {
|
74
|
+
startDate: _().startOf("day").toISOString(),
|
75
|
+
endDate: _().endOf("day").toISOString()
|
76
|
+
}
|
77
|
+
}), { isLoading: r, startAsyncCall: s } = V(!0), { currentRestaurant: m } = b(), l = S([]);
|
78
|
+
async function t() {
|
79
|
+
await s(async () => {
|
80
|
+
const d = await g.readRestaurantSettlements(
|
81
|
+
{
|
82
|
+
start: e.value.startDate,
|
83
|
+
end: e.value.endDate
|
84
|
+
}
|
85
|
+
);
|
86
|
+
l.value = d;
|
87
|
+
});
|
88
|
+
}
|
89
|
+
function o() {
|
90
|
+
t();
|
91
|
+
}
|
92
|
+
return A(o), k(m, o), (d, a) => {
|
93
|
+
const R = h("FmDateRangePicker");
|
94
|
+
return v(), x($, {
|
95
|
+
title: "Settlements",
|
96
|
+
description: "Settlements are the finalization of financial transactions, transferring funds to complete payments.",
|
97
|
+
loading: n(r)
|
98
|
+
}, {
|
99
|
+
default: F(() => [
|
100
|
+
u("div", Y, [
|
101
|
+
u("div", B, [
|
102
|
+
p(R, {
|
103
|
+
modelValue: n(e),
|
104
|
+
"onUpdate:modelValue": [
|
105
|
+
a[0] || (a[0] = (c) => C(e) ? e.value = c : null),
|
106
|
+
t
|
107
|
+
],
|
108
|
+
compare: "",
|
109
|
+
"show-predefined-range": ""
|
110
|
+
}, null, 8, ["modelValue"])
|
111
|
+
]),
|
112
|
+
u("div", L, [
|
113
|
+
p(P, {
|
114
|
+
button: {
|
115
|
+
appendIcon: "file_download",
|
116
|
+
variant: "primary",
|
117
|
+
label: "Export"
|
118
|
+
},
|
119
|
+
handler: async () => {
|
120
|
+
await n(g).downloadRestaurantSettlementReport({
|
121
|
+
start: n(e).startDate,
|
122
|
+
end: n(e).endDate
|
123
|
+
});
|
124
|
+
}
|
125
|
+
}, null, 8, ["handler"])
|
126
|
+
])
|
127
|
+
]),
|
128
|
+
p(O, {
|
129
|
+
loading: n(r),
|
130
|
+
data: l.value,
|
131
|
+
onRowClick: a[1] || (a[1] = (c) => n(i).push({
|
132
|
+
name: "mf-payment-settlement-transaction",
|
133
|
+
params: {
|
134
|
+
settlementId: c._id
|
135
|
+
}
|
136
|
+
}))
|
137
|
+
}, null, 8, ["loading", "data"])
|
138
|
+
]),
|
139
|
+
_: 1
|
140
|
+
}, 8, ["loading"]);
|
141
|
+
};
|
142
|
+
}
|
143
|
+
});
|
144
|
+
export {
|
145
|
+
J as default
|
146
|
+
};
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { defineComponent as F, resolveComponent as p, openBlock as S, createBlock as w, normalizeClass as U, withCtx as r, createElementVNode as t, toDisplayString as u, unref as c, ref as _, onMounted as z, watch as L, createVNode as a, createTextVNode as i, h as C } from "vue";
|
2
|
-
import { e as E, u as G } from "./index-
|
2
|
+
import { e as E, u as G } from "./index-DflgpHga.js";
|
3
3
|
import "@feedmepos/ui-library";
|
4
4
|
import { d as B } from "./dinero-CIVmXLL-.js";
|
5
|
-
import { g as j, a as Y } from "./assets-
|
6
|
-
import { t as H, a as q } from "./transaction-
|
7
|
-
import { _ as J } from "./Layout.vue_vue_type_script_setup_true_lang-
|
5
|
+
import { g as j, a as Y } from "./assets-nIQ0r4oP.js";
|
6
|
+
import { t as H, a as q } from "./transaction-B4rEbejx.js";
|
7
|
+
import { _ as J } from "./Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js";
|
8
8
|
import { useRouter as Q } from "vue-router";
|
9
|
-
import { s as W } from "./index-
|
9
|
+
import { s as W } from "./index-DhPhiNvt.js";
|
10
10
|
import { useCoreStore as X } from "@feedmepos/mf-common";
|
11
11
|
const Z = /* @__PURE__ */ F({
|
12
12
|
__name: "Status",
|