mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support qpf file extension
This commit is contained in:
+10
-5
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user