mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
import transaction from GnuCash database
This commit is contained in:
@@ -38,6 +38,15 @@ const supportedImportFileTypes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'gnucash',
|
||||
name: 'GnuCash XML Database File',
|
||||
extensions: '.gnucash',
|
||||
document: {
|
||||
supportMultiLanguages: true,
|
||||
anchor: 'how-to-get-gnucash-data-export-file'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'firefly_iii_csv',
|
||||
name: 'Firefly III Data Export File',
|
||||
|
||||
Reference in New Issue
Block a user