On Tue, Aug 28, 2018 at 5:36 PM <[email protected]> wrote: > Hi, I’m an expat and therefore care about tax dates in multiple > jurisdictions. How can I report on capital gains between arbitrary dates?
I expected that bean-report might accept start/end parameters but it does > not. What am I missing? > Don't use bean-report. Use bean-query as much as possible. See this thread for a light into what the future might hold, I want to delete that code: https://groups.google.com/d/msg/beancount/hmu5_hpw2O4/ekwtUWCQBQAJ The other key is to not "close" calendar or financial years; while crossing the new year date line, just continue accruing your transactions as normal. It's only at reporting time that you open and close the period (see "open on" and "close on" syntax in the from clause). See this doc: http://furius.ca/beancount/doc/query The intro document explains pictorially what the "open" and "close" operations do: http://furius.ca/beancount/doc/intro I hope this helps, P.s. thanks for the great project! > Thanks for using it! Cheers, > > Nick > > -- > You received this message because you are subscribed to the Google Groups > "Beancount" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beancount/fbbeef0d-39e7-4c9f-9251-37a9fa7d4e3c%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhM7K00uGo59eFnbepmUUXg-k%3DgBHusxU_tTzhX6K2aGNQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
