import transactions from ofx 2.x file

This commit is contained in:
MaysWind
2024-10-28 00:33:21 +08:00
parent 22d653cc76
commit c372272394
11 changed files with 645 additions and 0 deletions
+5
View File
@@ -46,6 +46,11 @@ const supportedImportFileTypes = [
name: 'Intuit Interchange Format (IIF) File',
extensions: '.iif'
},
{
type: 'ofx',
name: 'Open Financial Exchange (OFX) File',
extensions: '.ofx'
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',