- |
- |
+ |
Leave blank to see journal (all transactions), or click account links to see transactions under that account.
- Transactions/postings may additionally be filtered by:
-
+ Transactions/postings may additionally be filtered by
acct:REGEXP (target account), #
+ code:REGEXP (transaction code), #
desc:REGEXP (description), #
date:PERIODEXP (date), #
- edate:PERIODEXP (secondary date), #
-
- status:BOOL (cleared status), #
+ date2:PERIODEXP (secondary date), #
+ tag:TAG[=REGEX] (tag and optionally tag value), #
+ depth:N (accounts at or above this depth), #
+ status:*, status:!, status: (cleared status), #
real:BOOL (real/virtual-ness), #
- empty:BOOL (posting amount = 0).
+ empty:BOOL (is amount zero), #
+ amt:N (test magnitude of single-commodity amount).
- not: to negate, enclose space-containing patterns in quotes, multiple filters are AND'ed.
+ Prepend not: to negate, enclose multi-word patterns in quotes, multiple search terms are AND'ed.
|]
where
filtering = not $ null q
diff --git a/hledger-web/static/style.css b/hledger-web/static/style.css
index 7e672f4ec..fb63ab806 100644
--- a/hledger-web/static/style.css
+++ b/hledger-web/static/style.css
@@ -87,7 +87,7 @@ body { margin:0; }
.navlinkcurrent { font-weight:bold; }
.form { margin:0em; }
-#searchformdiv { margin:0 0 1em 0; white-space:nowrap; }
+#searchformdiv { margin:0 0 1em 0; }
#searchform { margin:0; }
#searchform span { padding:4px; }
#stopfilterlink { font-weight:bold; }
|