import transactions from iif file

This commit is contained in:
MaysWind
2024-10-27 01:22:06 +08:00
parent cfbab0432c
commit fb5484f44d
10 changed files with 1395 additions and 0 deletions
+5
View File
@@ -38,6 +38,11 @@ const supportedImportFileTypes = [
}
]
},
{
type: 'iif',
name: 'Intuit Interchange Format (IIF) File',
extensions: '.iif'
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',