adjust the display order

This commit is contained in:
MaysWind
2025-03-16 22:43:26 +08:00
parent ce65d0257a
commit 1d23558dff
2 changed files with 35 additions and 35 deletions
+34 -34
View File
@@ -83,40 +83,6 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
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',
extensions: '.qif',
subTypes: [
{
type: 'qif_ymd',
name: 'Year-month-day format',
},
{
type: 'qif_mdy',
name: 'Month-day-year format',
},
{
type: 'qif_dmy',
name: 'Day-month-year format',
}
]
},
{
type: 'iif',
name: 'Intuit Interchange Format (IIF) File',
extensions: '.iif'
},
{
type: 'dsv',
name: 'Delimiter-separated Values (DSV) File',
@@ -153,6 +119,40 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
],
dataFromTextbox: true
},
{
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',
extensions: '.qif',
subTypes: [
{
type: 'qif_ymd',
name: 'Year-month-day format',
},
{
type: 'qif_mdy',
name: 'Month-day-year format',
},
{
type: 'qif_dmy',
name: 'Day-month-year format',
}
]
},
{
type: 'iif',
name: 'Intuit Interchange Format (IIF) File',
extensions: '.iif'
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',