+1 from me for this option. This would be useful for me as well. As for syntax, in my day-job programming language, we have syntactic sugar where you can separate the common part of a list of similar statements with a semicolon, so
``` METHODNAME param1; METHODNAME param2; METHODNAME param3; ``` could be written as: ``` METHODNAME: param1, param2, param3; ``` Perhaps something like this would make sense to disambiguate the directives for this feature as well. On Mon, Jul 10, 2017 at 1:59 PM, Yuchen Ying <[email protected]> wrote: > New issue 175: Support multiple accounts in one balance statement > https://bitbucket.org/blais/beancount/issues/175/support- > multiple-accounts-in-one-balance > > Yuchen Ying: > > I'm building a CD ladder and the balance statement at the end of each > month is getting longer. It would be great if I can have multiple accounts > in one balance statement. > > E.g. something like this would be great: > > ``` > 2017-01-01 balance > Assets:Cash:CD01 xx USD > Assets:Cash:CD02 xx USD > ``` > > > -- > 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/20170710055903.25760.33686%40celery-worker-105.ash1.bb- > inf.net. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, Daniël Bos Your government is reading your email. Slow them down with encryption. My public key: http://goo.gl/gms497 (4096 bit RSA, id EF2D5D91) Fingerprint : D8D0 9FBE F075 F709 7B52 2F73 326C 2123 EF2D 5D91 -- 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/CADPdpKZcKwyBmTr7HsnFi%3DzfFOGON4WkvnFYmfWuhSTc06KvMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
