Issue #175: Support multiple accounts in one balance statement (blais/beancount)

25 views
Skip to first unread message

Yuchen Ying

unread,
Jul 10, 2017, 1:59:06 AM7/10/17
to bean...@googlegroups.com
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
```


Daniël Bos

unread,
Jul 10, 2017, 2:14:01 AM7/10/17
to Beancount
+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.



--
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 beancount+unsubscribe@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
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
Reply all
Reply to author
Forward
0 new messages