mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
import transaction from qif file
This commit is contained in:
@@ -28,6 +28,21 @@ const supportedImportFileTypes = [
|
||||
anchor: 'how-to-get-firefly-iii-data-export-file'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'qif_ymd',
|
||||
name: 'Quicken Interchange Format (QIF) File (Year-month-day format)',
|
||||
extensions: '.qif'
|
||||
},
|
||||
{
|
||||
type: 'qif_mdy',
|
||||
name: 'Quicken Interchange Format (QIF) File (Month-day-year format)',
|
||||
extensions: '.qif'
|
||||
},
|
||||
{
|
||||
type: 'qif_dmy',
|
||||
name: 'Quicken Interchange Format (QIF) File (Day-month-year format)',
|
||||
extensions: '.qif'
|
||||
},
|
||||
{
|
||||
type: 'feidee_mymoney_csv',
|
||||
name: 'Feidee MyMoney (App) Data Export File',
|
||||
|
||||
Reference in New Issue
Block a user