jor3stuar1 / daily-money

Automatically exported from code.google.com/p/daily-money
0 stars 0 forks source link

suggest that the general account should sum up all its sub account #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
one account can be super account when it has sub accounts share the same 
root/parent name of that account.

however the relationship between the super account and the sub account of that 
super account didn't reflect on the final cumulative Balance which is the 
transaction entry belong to sub accounts didn't count as super account too can 
cause the super account be obsoleted.(be divide into sub account means every 
transaction belong to that account can be detailized into sub account,since 
every transaction is belong to sub account,the super remain constantly have no 
record)

Original issue reported on code.google.com by yest...@gmail.com on 30 Jun 2011 at 1:34

GoogleCodeExporter commented 8 years ago
You can use '.' between super accounts and sub accounts to create accounts.
For example, create accounts like

Bank.Citibank
Bank.HSBC

In Cumulative Balance, You will see

Bank
    Citibank
    HSBC

and the amount of Bank will be the sum of Bank.Citibank and Bank.HSBC

Original comment by Lancelot...@gmail.com on 12 Apr 2012 at 5:30