-
-
Notifications
You must be signed in to change notification settings - Fork 393
Accounts with '?' confound web/ui registers #498
Copy link
Copy link
Closed
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.uiThe hledger-ui tool.The hledger-ui tool.webThe hledger-web tool.The hledger-web tool.
Description
Metadata
Metadata
Assignees
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.uiThe hledger-ui tool.The hledger-ui tool.webThe hledger-web tool.The hledger-web tool.
Accounts with question marks show up in balances, but their transactions are not listed in
hledger ui -- --registernorhledger web.I suspect the problem is the question mark is not escaped in
accountNameToAccountRegex, but I'm still compiling the universe and haven't tried it out yet. Also not sure what your preferred solution would be in this case.(I just noticed this while working on cleaning up some imported data... I don't intend to keep the question marks for long.)