beancount / beancount

Beancount: Double-Entry Accounting from Text Files.
http://beancount.github.io/
GNU General Public License v2.0
3.84k stars 313 forks source link

Ability to associate documents to a component #82

Closed blais closed 8 years ago

blais commented 8 years ago

Original report by Yuchen Ying (Bitbucket: yegle, GitHub: yegle).


Currently documents can only be associated with account. But it's common to separate the stocks in a trading account in this way:

2015-01-01 open Assets:US:ETrade:Cash
2015-01-01 open Assets:US:ETrade:SockA
2015-01-01 open Assets:US:ETrade:StockB
2015-01-01 open Assets:US:ETrade:StockC

beancount should:

  1. able to associate statement documents from ETrade to Assets:US:ETrade (instead of a concrete account)
  2. on bean-web, show links to documents on all of the concrete accounts' journal page.
blais commented 8 years ago

Original comment by Martin Blais (Bitbucket: blais, GitHub: blais).


This is expected. Just open the parent account and it should work.