hledger/hledger-web/.hledger/web/templates/registerreport.hamlet
Simon Michael 2320a1610b web: alternate background color per transaction, not posting, on register view
(doesn't yet work for successive identical transactions)
2011-06-05 20:45:58 +00:00

11 lines
272 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 <- numberTransactions items
^{itemAsHtml vd i}