import member, project and merchant fields as tags when importing feidee mymoney export file

This commit is contained in:
MaysWind
2025-11-25 01:21:44 +08:00
parent 9ff1334584
commit bb9a19bcb2
22 changed files with 171 additions and 27 deletions
@@ -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'
}
];