mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
import member, project and merchant fields as tags when importing feidee mymoney export file
This commit is contained in:
@@ -355,6 +355,18 @@ const allSupportedAdditionalOptions: KeyAndName[] = [
|
||||
{
|
||||
key: 'payeeAsDescription',
|
||||
name: 'Parse Payee as Description'
|
||||
},
|
||||
{
|
||||
key: 'memberAsTag',
|
||||
name: 'Parse Member as Tag'
|
||||
},
|
||||
{
|
||||
key: 'projectAsTag',
|
||||
name: 'Parse Project as Tag'
|
||||
},
|
||||
{
|
||||
key: 'merchantAsTag',
|
||||
name: 'Parse Merchant as Tag'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user