Hello

I was trying out beancount today and I didn't see a way to report total 
assets. I was able to use 'holdings' which gives a per-account view. I also 
tried 'networth' but it shows an empty output.

I am using Beancount 2.3.6 (git:d77540c4; 2023-10-05) which I installed via 
pip.

This is my file and the commands I tried.

> type debug.beancount
2010-01-01 open Equity:OpeningBalances

2010-01-01 open Assets:Icici

2023/04/01 * "None"
    Equity:OpeningBalances    -1705.48 INR
    Assets:Icici

2023/06/29 * "Interest Q1"
    Income:Interest    -13.0 INR
    Assets:Icici

2023/08/02 * "Self Transfer"
    Assets:Cash    100.0 INR
    Assets:Icici

2023/08/02 * "Ice Cream"
    Expenses:Food    50.0 INR
    Assets:Icici


2010-01-01 open Income:Interest
2010-01-01 open Assets:Cash
2010-01-01 open Expenses:Food



> bean-report debug.beancount balances
Assets:Cash                100.0 INR
Assets:Icici              1568.5 INR
Equity:OpeningBalances   -1705.5 INR
Expenses:Food               50.0 INR
Income:Interest            -13.0 INR
Liabilities



>bean-report debug.beancount holdings
Account          Units  Currency  Cost Currency  Average Cost  Price  Book 
Value  Market Value
------------  --------  --------  -------------  ------------  ----- 
 ----------  ------------
Assets:Cash     100.00       INR            INR                           
100.00        100.00
Assets:Icici  1,568.48       INR            INR                         
1,568.48      1,568.48
------------  --------  --------  -------------  ------------  ----- 
 ----------  ------------



> bean-report debug.beancount networth
Currency  Net Worth
--------  ---------
--------  ---------

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/b05b9d33-f456-41e4-8708-4d1c82955c86n%40googlegroups.com.

Reply via email to