fin: simplify retained earnings account
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ LEDGER_FILE=finance/pta.journal
|
|||||||
|
|
||||||
# show a balance sheet with retained earnings and inferred conversion equity
|
# show a balance sheet with retained earnings and inferred conversion equity
|
||||||
bse:
|
bse:
|
||||||
(cat $(LEDGER_FILE); hledger close --retain --close-to=equity:retained-earnings) | hledger -f- bse --infer-equity -t --no-elide
|
(cat $(LEDGER_FILE); hledger close --retain --close-to=equity:retained) | hledger -f- bse --infer-equity -t --no-elide
|
||||||
|
|
||||||
# check the journal
|
# check the journal
|
||||||
check:
|
check:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
account liabilities
|
account liabilities
|
||||||
account liabilities:sm ; reimbursement owed
|
account liabilities:sm ; reimbursement owed
|
||||||
account equity
|
account equity
|
||||||
account equity:retained-earnings ; used by make bse
|
account equity:retained ; used by make bse
|
||||||
account revenues
|
account revenues
|
||||||
account revenues:github ; donations via github sponsors
|
account revenues:github ; donations via github sponsors
|
||||||
account revenues:paypal ; donations via paypal
|
account revenues:paypal ; donations via paypal
|
||||||
|
|||||||
Reference in New Issue
Block a user