You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the --start-date option to configure.py works correctly. However, the default behavior, when that option is not used is unintuitive IMHO. Possible solutions:
use an arbitrary default of say, 15 years for the start date (still trips up users)
Assume start date is the beginning of time, unless otherwise configured
simple.beancount
After running
python beangrow/configure.py -v simple.beancount > conf-simple
we get following conf-simple (everything is as expected)But if we close account AAA (after we sold investment)
after running
python beangrow/configure.py -v simple.beancount > conf-simple
we get following conf-simple (account AAA is ignored)The text was updated successfully, but these errors were encountered: