hledger/hledger-web/.hledger/web/templates/accountregisterreportitem.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

7 lines
299 B
Plaintext

<tr.item.#{evenodd}.#{firstposting}.#{datetransition}
<td.date>#{date}
<td.description title="#{desc}">#{elideRight 30 desc}
<td.account><a href="@?{accturl}" title="#{acct}">#{elideRight 40 acct}
<td.amount align=right>#{mixedAmountAsHtml amt}
<td.balance align=right>#{mixedAmountAsHtml bal}