Comprehensive set of reports, analyses, and tools for investments, for Beancount and Fava (plain text, double entry accounting software). Includes Fava plugins, command line tools, and libraries for each module.
GNU General Public License v3.0
135
stars
19
forks
source link
Make currency regex not incorrectly match substrings #88
This changes the currency regexes use '^$' instead of just matching '', so that specifying a currency only matches that currency exactly, instead of also matching currencies that contain the specified currency.
This changes the currency regexes use '^$' instead of just matching '', so that specifying a currency only matches that currency exactly, instead of also matching currencies that contain the specified currency.