>
>
> How to achieve this?
>

I found on web that it is possible to achieve this with balance report plus 
special --group-by format:
; example2.ledger

2016/04/30 car
    expenses:car:gas      200$
    expenses:car:repair   500$
    expenses:other         50$
    assets:cash

2016/05/31 car
    expenses:car:gas      100$
    expenses:car:repair  1000$
    expenses:other          5$
    assets:cash

ledger -f example2.ledger bal --group-by 'format_date(date, "%Y-%m")' --depth 
2 expenses
2016-04
                750$  expenses
                700$    car
                 50$    other
--------------------
                750$

2016-05
               1105$  expenses
               1100$    car
                  5$    other
--------------------
               1105$


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to