A step closer to working like standard accounting programs where you click an account to see transactions "in" that account. acct:PAT (or just PAT) now matches the other postings in transactions matching the account pattern, like ledger --related. When matching an account (or several) this way, the unmatched accounts are dimmed to clarify what's happening. Still to do: fix the sign of the running total, and find out how this style of search will really coexist with the other ways of searching.
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
<div#accountsheading
|
|
accounts
|
|
$if filtering
|
|
\ #
|
|
<span.showall
|
|
<a href=@{here}>show all
|
|
|
|
<table.balancereport>
|
|
$forall i <- items
|
|
^{itemAsHtml vd i}
|
|
|
|
<tr.totalrule>
|
|
<td colspan=2>
|
|
<tr>
|
|
<td>
|
|
<td align=right>#{mixedAmountAsHtml total}
|