import transaction from GnuCash database

This commit is contained in:
MaysWind
2024-10-21 01:02:37 +08:00
parent 6ce6fd3aa8
commit bb4eca1b0c
12 changed files with 1517 additions and 0 deletions
+9
View File
@@ -38,6 +38,15 @@ const supportedImportFileTypes = [
}
]
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',
extensions: '.gnucash',
document: {
supportMultiLanguages: true,
anchor: 'how-to-get-gnucash-data-export-file'
}
},
{
type: 'firefly_iii_csv',
name: 'Firefly III Data Export File',
+5
View File
@@ -1128,6 +1128,10 @@
"found some transactions without related records": "There are some transactions which don't have related records",
"invalid qif file": "Invalid QIF file",
"missing transaction time field": "Missing transaction time field",
"invalid gnucash file": "Invalid GnuCash file",
"missing account data": "Missing account data",
"not supported to import split transaction": "Not supported to import split transaction",
"there are not supported transaction type": "There are not supported transaction type in import 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",
@@ -1523,6 +1527,7 @@
"Year-month-day format": "Year-month-day format",
"Month-day-year format": "Month-day-year format",
"Day-month-year format": "Day-month-year format",
"GnuCash XML Database File": "GnuCash XML Database File",
"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",
+5
View File
@@ -1128,6 +1128,10 @@
"found some transactions without related records": "有一些交易没有关联记录",
"invalid qif file": "无效的 QIF 文件",
"missing transaction time field": "缺少交易时间字段",
"invalid gnucash file": "无效的 GnuCash 文件",
"missing account data": "缺少账户数据",
"not supported to import split transaction": "不支持导入拆分的交易",
"there are not supported transaction type": "导入文件中有不支持的交易类型",
"query items cannot be blank": "请求项目不能为空",
"query items too much": "请求项目过多",
"query items have invalid item": "请求项目中有非法项目",
@@ -1523,6 +1527,7 @@
"Year-month-day format": "年-月-日 格式",
"Month-day-year format": "月-日-年 格式",
"Day-month-year format": "日-月-年 格式",
"GnuCash XML Database File": "GnuCash XML 数据库文件",
"Firefly III Data Export File": "Firefly III 数据导出文件",
"Feidee MyMoney (App) Data Export File": "金蝶随手记 (App) 数据导出文件",
"Feidee MyMoney (Web) Data Export File": "金蝶随手记 (Web版) 数据导出文件",