@feedmepos/mf-report 5.10.8 → 5.10.9
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/{App-B8KBZ91Q.js → App-C3LtgfsE.js} +1 -1
- package/dist/app.js +40 -36
- package/package.json +1 -1
|
@@ -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.10.
|
|
96
|
+
console.log("5.10.9", !0), window.addEventListener("message", F), window.addEventListener("message", B);
|
|
97
97
|
});
|
|
98
98
|
const L = ie(), R = de();
|
|
99
99
|
M(() => {
|
package/dist/app.js
CHANGED
|
@@ -112,8 +112,8 @@ const a = {
|
|
|
112
112
|
deleteSuccess: "@:report.common.delete {name} @.lower:report.common.successful",
|
|
113
113
|
unpin: "@:report.common.unpin {name} @.lower:report.common.sucessful",
|
|
114
114
|
pin: "@:report.common.pin {name} @.lower:report.common.sucessful",
|
|
115
|
-
addSchedule: "@:report.common.add schedule",
|
|
116
|
-
updateSchedule: "@:report.common.update schedule",
|
|
115
|
+
addSchedule: "@:report.common.add @:report.common.schedule",
|
|
116
|
+
updateSchedule: "@:report.common.update @:report.common.schedule",
|
|
117
117
|
noWidget: "No Widget",
|
|
118
118
|
doYouWantToSave: "Do you want to @.lower:report.common.save {name} ?",
|
|
119
119
|
notSaved: "@:report.common.report {name} is not saved, are you sure you want to quit?",
|
|
@@ -247,6 +247,31 @@ const a = {
|
|
|
247
247
|
errorFetchingLocation: "Error occurred while fetching location, please ensure the API credential is set correctly.",
|
|
248
248
|
errorFetchingDebtor: "Error occurred while fetching debtor, please ensure the API credential is set correctly.",
|
|
249
249
|
apiKey: "API Key",
|
|
250
|
+
autocount: {
|
|
251
|
+
keyId: "Key ID",
|
|
252
|
+
accountBookId: "Account Book ID",
|
|
253
|
+
debtor: "Debtor",
|
|
254
|
+
location: "Autocount Cloud Location",
|
|
255
|
+
selectLocation: "Select Location",
|
|
256
|
+
selectDebtor: "Select Debtor",
|
|
257
|
+
saveAndApprove: "Save and Approve",
|
|
258
|
+
invoice: "Invoice",
|
|
259
|
+
creditNote: "Credit Note",
|
|
260
|
+
payment: "Payment",
|
|
261
|
+
invoiceNo: "Invoice no",
|
|
262
|
+
creditNoteNo: "Credit note no",
|
|
263
|
+
paymentNo: "Payment no",
|
|
264
|
+
refundNo: "Refund no",
|
|
265
|
+
creditTerm: "Credit Term",
|
|
266
|
+
currencyCode: "Currency Code",
|
|
267
|
+
journalType: "Journal Type",
|
|
268
|
+
currencyRate: "Currency Rate",
|
|
269
|
+
feedmeKey: "Feedme Key",
|
|
270
|
+
productCode: "Product Code",
|
|
271
|
+
accountCode: "Account Code",
|
|
272
|
+
key: "Key",
|
|
273
|
+
paymentMethod: "Payment Method"
|
|
274
|
+
},
|
|
250
275
|
general: "General",
|
|
251
276
|
refreshSetting: "Refresh Setting",
|
|
252
277
|
auto: "Auto {label}",
|
|
@@ -296,31 +321,6 @@ const a = {
|
|
|
296
321
|
taxes: "Taxes",
|
|
297
322
|
items: "Items"
|
|
298
323
|
},
|
|
299
|
-
autocount: {
|
|
300
|
-
keyId: "Key ID",
|
|
301
|
-
accountBookId: "Account Book ID",
|
|
302
|
-
debtor: "Debtor",
|
|
303
|
-
location: "Autocount Cloud Location",
|
|
304
|
-
selectLocation: "Select Location",
|
|
305
|
-
selectDebtor: "Select Debtor",
|
|
306
|
-
saveAndApprove: "Save and Approve",
|
|
307
|
-
invoice: "Invoice",
|
|
308
|
-
creditNote: "Credit Note",
|
|
309
|
-
payment: "Payment",
|
|
310
|
-
invoiceNo: "Invoice no",
|
|
311
|
-
creditNoteNo: "Credit note no",
|
|
312
|
-
paymentNo: "Payment no",
|
|
313
|
-
refundNo: "Refund no",
|
|
314
|
-
creditTerm: "Credit Term",
|
|
315
|
-
currencyCode: "Currency Code",
|
|
316
|
-
journalType: "Journal Type",
|
|
317
|
-
currencyRate: "Currency Rate",
|
|
318
|
-
feedmeKey: "Feedme Key",
|
|
319
|
-
productCode: "Product Code",
|
|
320
|
-
accountCode: "Account Code",
|
|
321
|
-
key: "Key",
|
|
322
|
-
paymentMethod: "Payment Method"
|
|
323
|
-
},
|
|
324
324
|
xero: {
|
|
325
325
|
title: "Xero",
|
|
326
326
|
disconnect: "Disconnect",
|
|
@@ -1187,7 +1187,9 @@ const a = {
|
|
|
1187
1187
|
send: "发送",
|
|
1188
1188
|
update: "更新",
|
|
1189
1189
|
successful: "成功",
|
|
1190
|
-
reportStatus: "报告传送状态"
|
|
1190
|
+
reportStatus: "报告传送状态",
|
|
1191
|
+
portrait: "纵向",
|
|
1192
|
+
landscape: "横向"
|
|
1191
1193
|
},
|
|
1192
1194
|
category: {
|
|
1193
1195
|
All: "全部",
|
|
@@ -1241,8 +1243,8 @@ const a = {
|
|
|
1241
1243
|
deleteSuccess: "@:report.common.delete{name}@:report.common.sucessful",
|
|
1242
1244
|
unpin: "@:report.common.unpin{name}@:report.common.sucessful",
|
|
1243
1245
|
pin: "@:report.common.pin{name}@:report.common.sucessful",
|
|
1244
|
-
addSchedule: "@:report.common.add
|
|
1245
|
-
updateSchedule: "@:report.common.update
|
|
1246
|
+
addSchedule: "@:report.common.add@:report.common.schedule",
|
|
1247
|
+
updateSchedule: "@:report.common.update@:report.common.schedule",
|
|
1246
1248
|
noWidget: "没有组件",
|
|
1247
1249
|
doYouWantToSave: "你想要@:report.common.save{name}吗?",
|
|
1248
1250
|
notSaved: "@:report.common.report{name}未保存,你确定要退出吗?",
|
|
@@ -2316,7 +2318,9 @@ const a = {
|
|
|
2316
2318
|
send: "ส่ง",
|
|
2317
2319
|
update: "อัปเดต",
|
|
2318
2320
|
successful: "สำเร็จ",
|
|
2319
|
-
reportStatus: "รายงานสถานะ"
|
|
2321
|
+
reportStatus: "รายงานสถานะ",
|
|
2322
|
+
portrait: "แนวตั้ง",
|
|
2323
|
+
landscape: "แนวนอน"
|
|
2320
2324
|
},
|
|
2321
2325
|
category: {
|
|
2322
2326
|
All: "ทั้งหมด",
|
|
@@ -2370,8 +2374,8 @@ const a = {
|
|
|
2370
2374
|
deleteSuccess: "@:report.common.delete {name} @.lower:report.common.successful",
|
|
2371
2375
|
unpin: "@:report.common.unpin {name} @.lower:report.common.successful",
|
|
2372
2376
|
pin: "@:report.common.pin {name} @.lower:report.common.successful",
|
|
2373
|
-
addSchedule: "@:report.common.add
|
|
2374
|
-
updateSchedule: "@:report.common.update
|
|
2377
|
+
addSchedule: "@:report.common.add@:report.common.schedule",
|
|
2378
|
+
updateSchedule: "@:report.common.update@:report.common.schedule",
|
|
2375
2379
|
noWidget: "ไม่มีวิดเจ็ต",
|
|
2376
2380
|
doYouWantToSave: "คุณต้องการ @.lower:report.common.save {name} หรือไม่?",
|
|
2377
2381
|
notSaved: "@:report.common.report {name} ยังไม่ได้บันทึก คุณแน่ใจหรือไม่ว่าต้องการออก?",
|
|
@@ -3499,8 +3503,8 @@ const a = {
|
|
|
3499
3503
|
deleteSuccess: "@:report.common.delete{name}@:report.common.sucessful",
|
|
3500
3504
|
unpin: "@:report.common.unpin{name}@:report.common.sucessful",
|
|
3501
3505
|
pin: "@:report.common.pin{name}@:report.common.sucessful",
|
|
3502
|
-
addSchedule: "@:report.common.add
|
|
3503
|
-
updateSchedule: "@:report.common.update
|
|
3506
|
+
addSchedule: "@:report.common.add@:report.common.schedule",
|
|
3507
|
+
updateSchedule: "@:report.common.update@:report.common.schedule",
|
|
3504
3508
|
noWidget: "沒有組件",
|
|
3505
3509
|
doYouWantToSave: "你想要@:report.common.save{name}嗎?",
|
|
3506
3510
|
notSaved: "@:report.common.report{name}未保存,你確定要退出嗎?",
|
|
@@ -4581,7 +4585,7 @@ const u = {
|
|
|
4581
4585
|
"zh-CN": m,
|
|
4582
4586
|
"th-TH": c,
|
|
4583
4587
|
"zh-Hant": p
|
|
4584
|
-
}, h = e(() => import("./App-
|
|
4588
|
+
}, h = e(() => import("./App-C3LtgfsE.js"));
|
|
4585
4589
|
export {
|
|
4586
4590
|
h as FmApp,
|
|
4587
4591
|
u as i18nMessages,
|