@feedmepos/mf-payment 1.1.0-beta.3 → 1.1.0-beta.4
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/{PayoutAccount-Dm__V5FS.js → PayoutAccount-CZKUEPbN.js} +5 -5
- package/dist/{PayoutAccount-aXUZqVC4.js → PayoutAccount-Ts2Z2raZ.js} +3 -3
- package/dist/{PayoutAccountSetting-EbYjEXDF.js → PayoutAccountSetting-DqSSSnQE.js} +3 -3
- package/dist/{Restaurant-DLM9C8nc.js → Restaurant-BCXBIILv.js} +4 -4
- package/dist/{RestaurantSetting-GoDOJmXC.js → RestaurantSetting-4_3HIw6v.js} +3 -3
- package/dist/{Settlement-BCGCz02p.js → Settlement-TZDo1dnJ.js} +3 -3
- package/dist/{Settlement-CsLlypA1.js → Settlement-Ts42OzTc.js} +3 -3
- package/dist/{SettlementTransactions-DtbZ2BMA.js → SettlementTransactions-C_H47ljE.js} +3 -3
- package/dist/{SettlementTransactions-BXDX1-4U.js → SettlementTransactions-Dyn6UWKB.js} +3 -3
- package/dist/{Terminal-BhZitu-W.js → Terminal-C3tx-emu.js} +5 -5
- package/dist/{TerminalSetting-lTAsTN8h.js → TerminalSetting-DpZucaIJ.js} +3 -3
- package/dist/{Transaction-CCTdVAZg.js → Transaction-5WAW_UKm.js} +6 -6
- package/dist/{Transaction-AwhwSbRY.js → Transaction-iINu8lva.js} +5 -5
- package/dist/{TransactionOld-DLjym0JG.js → TransactionOld-B6kAsyZm.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-xSb40MKu.js → TransactionTable.vue_vue_type_script_setup_true_lang-DawAkV40.js} +58 -54
- package/dist/{app-348rfspt.js → app-RfKpnd0a.js} +165 -163
- package/dist/app.d.ts +2 -0
- package/dist/app.js +1 -1
- package/dist/{assets-CizBCu1u.js → assets-ChfqPf_m.js} +2 -2
- package/dist/{grafana-NU2yqPXT.js → grafana-CH6R4WrA.js} +1 -1
- package/dist/{index-GlBLcdqs.js → index-BePu4ThV.js} +1 -1
- package/dist/{index-D9Cv_ZfD.js → index-CCgcqFYk.js} +1 -1
- package/dist/{index-OD8n4-_f.js → index-CQWyIXv7.js} +1 -1
- package/dist/{index-BDCzfWFu.js → index-CgwJFiRk.js} +1 -1
- package/dist/{index-DEvTHjDK.js → index-DXP4-wA7.js} +2814 -2812
- package/dist/{index-Dvg8rPAD.js → index-h18ASkaN.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-D-xbKBxe.js → index.vue_vue_type_script_setup_true_lang-CZU8RNiB.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-5sqoL9UC.js → payout-account-0OIjt3Zv.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/app.d.ts
CHANGED
@@ -87,6 +87,7 @@ export declare const i18nMessages: {
|
|
87
87
|
table: {
|
88
88
|
id: string;
|
89
89
|
pay_id: string;
|
90
|
+
gateway_id: string;
|
90
91
|
bill_seq: string;
|
91
92
|
gateway: string;
|
92
93
|
method: string;
|
@@ -231,6 +232,7 @@ export declare const i18nMessages: {
|
|
231
232
|
table: {
|
232
233
|
id: string;
|
233
234
|
pay_id: string;
|
235
|
+
gateway_id: string;
|
234
236
|
bill_seq: string;
|
235
237
|
gateway: string;
|
236
238
|
method: string;
|
package/dist/app.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g, b as H, r as c, f as E, l as v, h as l, _ as J } from "./index-
|
1
|
+
import { g, b as H, r as c, f as E, l as v, h as l, _ as J } from "./index-DXP4-wA7.js";
|
2
2
|
import { h as C } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as O } from "./dinero-CIVmXLL-.js";
|
4
4
|
const K = {
|
@@ -79,7 +79,7 @@ const K = {
|
|
79
79
|
const B = C(A.startDate), t = C(A.endDate).endOf("day");
|
80
80
|
return v(Q, {
|
81
81
|
filename: `transaction-report-${B.format("YYYY_MM_DD_HH:mm")}-${t.format("YYYY_MM_DD_HH:mm")}.xlsx`,
|
82
|
-
exclude: ["method", "fdoAmount", "amount", "fee", "payout"],
|
82
|
+
exclude: ["method", "fdoAmount", "amount", "fee", "payout", "flags"],
|
83
83
|
include: ["method.issuer", "fdoAmount.amount", "fdoAmount.currency"],
|
84
84
|
rename: {
|
85
85
|
"method.issuer": "method",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as y } from "./index-
|
1
|
+
import { e as y } from "./index-DXP4-wA7.js";
|
2
2
|
import { useCoreStore as p } from "@feedmepos/mf-common";
|
3
3
|
import { h as m } from "./moment-h96o7c8I.js";
|
4
4
|
const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) => ({
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as r, b as i, i as d, l as y, j as f, h as l, r as m } from "./index-
|
1
|
+
import { g as r, b as i, i as d, l as y, j as f, h as l, r as m } from "./index-DXP4-wA7.js";
|
2
2
|
import { h as o } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as u } from "./dinero-CIVmXLL-.js";
|
4
4
|
function* p(t, n) {
|