support importing transaction data from feidee mymoney app export data
This commit is contained in:
@@ -11,6 +11,11 @@ const supportedImportFileTypes = [
|
||||
name: 'ezbookkeeping Data Export File (TSV)',
|
||||
extensions: '.tsv'
|
||||
},
|
||||
{
|
||||
type: 'feidee_mymoney_csv',
|
||||
name: 'Feidee MyMoney (App) Data Export File',
|
||||
extensions: '.csv'
|
||||
},
|
||||
{
|
||||
type: 'feidee_mymoney_xls',
|
||||
name: 'Feidee MyMoney (Web) Data Export File',
|
||||
|
||||
@@ -1118,6 +1118,10 @@
|
||||
"transaction amount is invalid": "Transaction amount is invalid",
|
||||
"geographic location is invalid": "Geographic location is invalid",
|
||||
"fields in multiple table headers are different": "Fields in multiple table headers are different",
|
||||
"invalid file header": "Invalid file header",
|
||||
"invalid csv file": "Invalid CSV file",
|
||||
"related id cannot be blank": "Related ID cannot be blank",
|
||||
"found some transactions without related records": "There are some transactions which don't have related records",
|
||||
"query items cannot be blank": "There are no query items",
|
||||
"query items too much": "There are too many query items",
|
||||
"query items have invalid item": "There is invalid item in query items",
|
||||
@@ -1497,6 +1501,7 @@
|
||||
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping Data Export File (CSV)",
|
||||
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping Data Export File (TSV)",
|
||||
"Feidee MyMoney (Web) Data Export File": "Feidee MyMoney (Web) Data Export File",
|
||||
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App) Data Export File",
|
||||
"Data File": "Data File",
|
||||
"Click to select import file": "Click to select import file",
|
||||
"No data to import": "No data to import",
|
||||
|
||||
@@ -1118,6 +1118,10 @@
|
||||
"transaction amount is invalid": "交易金额无效",
|
||||
"geographic location is invalid": "地理位置无效",
|
||||
"fields in multiple table headers are different": "多个表头中的字段不同",
|
||||
"invalid file header": "无效的文件头",
|
||||
"invalid csv file": "无效的 CSV 文件",
|
||||
"related id cannot be blank": "关联Id不能为空",
|
||||
"found some transactions without related records": "有一些交易没有关联记录",
|
||||
"query items cannot be blank": "请求项目不能为空",
|
||||
"query items too much": "请求项目过多",
|
||||
"query items have invalid item": "请求项目中有非法项目",
|
||||
@@ -1497,6 +1501,7 @@
|
||||
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping 数据导出文件 (CSV)",
|
||||
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping 数据导出文件 (TSV)",
|
||||
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",
|
||||
"Feidee MyMoney (App) Data Export File": "金蝶随手记 (App) 数据导出文件",
|
||||
"Data File": "数据文件",
|
||||
"Click to select import file": "点击选择导入文件",
|
||||
"No data to import": "没有可以导入的数据",
|
||||
|
||||
Reference in New Issue
Block a user