mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
support importing feidee mymoney web export data
This commit is contained in:
@@ -10,6 +10,11 @@ const supportedImportFileTypes = [
|
||||
type: 'ezbookkeeping_tsv',
|
||||
name: 'ezbookkeeping Data Export File (TSV)',
|
||||
extensions: '.tsv'
|
||||
},
|
||||
{
|
||||
type: 'feidee_mymoney_xls',
|
||||
name: 'Feidee MyMoney (Web) Data Export File',
|
||||
extensions: '.xls'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user