import transaction from qif file

This commit is contained in:
MaysWind
2024-10-20 01:47:54 +08:00
parent 70ccf7b691
commit 981a1aac4f
15 changed files with 1999 additions and 6 deletions
+15
View File
@@ -28,6 +28,21 @@ const supportedImportFileTypes = [
anchor: 'how-to-get-firefly-iii-data-export-file'
}
},
{
type: 'qif_ymd',
name: 'Quicken Interchange Format (QIF) File (Year-month-day format)',
extensions: '.qif'
},
{
type: 'qif_mdy',
name: 'Quicken Interchange Format (QIF) File (Month-day-year format)',
extensions: '.qif'
},
{
type: 'qif_dmy',
name: 'Quicken Interchange Format (QIF) File (Day-month-year format)',
extensions: '.qif'
},
{
type: 'feidee_mymoney_csv',
name: 'Feidee MyMoney (App) Data Export File',
+4
View File
@@ -1126,6 +1126,7 @@
"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",
"invalid qif file": "Invalid QIF file",
"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",
@@ -1517,6 +1518,9 @@
"How to export this file?": "How to export this file?",
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping Data Export File (CSV)",
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping Data Export File (TSV)",
"Quicken Interchange Format (QIF) File (Year-month-day format)": "Quicken Interchange Format (QIF) File (Year-month-day format)",
"Quicken Interchange Format (QIF) File (Month-day-year format)": "Quicken Interchange Format (QIF) File (Month-day-year format)",
"Quicken Interchange Format (QIF) File (Day-month-year format)": "Quicken Interchange Format (QIF) File (Day-month-year format)",
"Firefly III Data Export File": "Firefly III Data Export File",
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App) Data Export File",
"Feidee MyMoney (Web) Data Export File": "Feidee MyMoney (Web) Data Export File",
+4
View File
@@ -1126,6 +1126,7 @@
"invalid csv file": "无效的 CSV 文件",
"related id cannot be blank": "关联Id不能为空",
"found some transactions without related records": "有一些交易没有关联记录",
"invalid qif file": "无效的 QIF 文件",
"query items cannot be blank": "请求项目不能为空",
"query items too much": "请求项目过多",
"query items have invalid item": "请求项目中有非法项目",
@@ -1517,6 +1518,9 @@
"How to export this file?": "如何导出该文件?",
"ezbookkeeping Data Export File (CSV)": "ezbookkeeping 数据导出文件 (CSV)",
"ezbookkeeping Data Export File (TSV)": "ezbookkeeping 数据导出文件 (TSV)",
"Quicken Interchange Format (QIF) File (Year-month-day format)": "Quicken Interchange Format (QIF) 文件 (年-月-日 格式)",
"Quicken Interchange Format (QIF) File (Month-day-year format)": "Quicken Interchange Format (QIF) 文件 (月-日-年 格式)",
"Quicken Interchange Format (QIF) File (Day-month-year format)": "Quicken Interchange Format (QIF) 文件 (日-月-年 格式)",
"Firefly III Data Export File": "Firefly III 数据导出文件",
"Feidee MyMoney (App) Data Export File": "金蝶随手记 (App) 数据导出文件",
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",