mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
web: add missing templates
This commit is contained in:
parent
35607f3759
commit
b5c39dfa8f
9
hledger-web/.hledger/web/templates/balancereport.hamlet
Normal file
9
hledger-web/.hledger/web/templates/balancereport.hamlet
Normal file
@ -0,0 +1,9 @@
|
||||
^{accountsheading}
|
||||
<table.balancereport>
|
||||
$forall i <- items
|
||||
^{itemAsHtml' i}
|
||||
<tr.totalrule>
|
||||
<td colspan=2>
|
||||
<tr>
|
||||
<td>
|
||||
<td align=right>#{mixedAmountAsHtml total}
|
@ -0,0 +1,5 @@
|
||||
<tr.item
|
||||
<td.account
|
||||
#{indent}
|
||||
<a href="@{here}?a=#{acctpat}#{pparam}">#{adisplay}
|
||||
<td.balance align=right>#{mixedAmountAsHtml abal}
|
Loading…
Reference in New Issue
Block a user