hledger/hledger-web/.hledger/web/templates/postingregisterreport.hamlet
Simon Michael 33a1c6533b refactor: clarify the two register types, "posting register" and "account register"
See the docstrings for details. Possibly temporary names, but at least
make the naming consistent and distinct.
2011-06-24 02:44:31 +00:00

11 lines
286 B
Plaintext

<table.registerreport
<tr.headings
<th.date align=left>Date
<th.description align=left>Description
<th.account align=left>Account
<th.amount align=right>Amount
<th.balance align=right>#{balancelabel}
$forall i <- numberPostingRegisterReportItems items
^{itemAsHtml vd i}