support qpf file extension

This commit is contained in:
MaysWind
2024-10-30 22:51:41 +08:00
parent 43404adf49
commit 98c96b8217
4 changed files with 18 additions and 9 deletions
+10 -5
View File
@@ -22,6 +22,16 @@ const supportedImportFileTypes = [
anchor: 'export-transactions'
}
},
{
type: 'ofx',
name: 'Open Financial Exchange (OFX) File',
extensions: '.ofx'
},
{
type: 'qfx',
name: 'Quicken Financial Exchange (QFX) File',
extensions: '.qfx'
},
{
type: 'qif',
name: 'Quicken Interchange Format (QIF) File',
@@ -46,11 +56,6 @@ 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',