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',