mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
adjust the display order
This commit is contained in:
@@ -31,7 +31,7 @@ Online Demo: [https://ezbookkeeping-demo.mayswind.net](https://ezbookkeeping-dem
|
|||||||
7. Multi-language support
|
7. Multi-language support
|
||||||
8. Two-factor authentication
|
8. Two-factor authentication
|
||||||
9. Application lock (PIN code / WebAuthn)
|
9. Application lock (PIN code / WebAuthn)
|
||||||
10. Data export & import (OFX, QFX, QIF, IIF, CSV, GnuCash, FireFly III, Beancount, etc.)
|
10. Data export & import (CSV, OFX, QFX, QIF, IIF, GnuCash, FireFly III, Beancount, etc.)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
### Desktop Version
|
### Desktop Version
|
||||||
|
|||||||
+34
-34
@@ -83,40 +83,6 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
|
|||||||
anchor: 'export-transactions'
|
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',
|
type: 'dsv',
|
||||||
name: 'Delimiter-separated Values (DSV) File',
|
name: 'Delimiter-separated Values (DSV) File',
|
||||||
@@ -153,6 +119,40 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
|
|||||||
],
|
],
|
||||||
dataFromTextbox: true
|
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',
|
type: 'gnucash',
|
||||||
name: 'GnuCash XML Database File',
|
name: 'GnuCash XML Database File',
|
||||||
|
|||||||
Reference in New Issue
Block a user