a few tweaks
This commit is contained in:
parent
3b30837a23
commit
201521dc5a
@ -3,6 +3,7 @@ API-ish changes in hledger-lib. For user-visible changes, see the hledger change
|
|||||||
0.24 (unreleased)
|
0.24 (unreleased)
|
||||||
|
|
||||||
- allow transformers 0.4*
|
- allow transformers 0.4*
|
||||||
|
- clarify debug helpers a little
|
||||||
|
|
||||||
0.23.2 (2014/5/8)
|
0.23.2 (2014/5/8)
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,16 @@
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
0.24 (unreleased)
|
||||||
|
|
||||||
- the web UI has been streamlined; edit form, raw & entries views have been dropped
|
- the web UI has been streamlined; edit form, raw & entries views have been dropped
|
||||||
- we now remember whether sidebar is open or closed
|
- we now remember the sidebar's open/closed state
|
||||||
- better help dialog
|
|
||||||
- keyboard shortcuts are now available
|
- keyboard shortcuts are now available
|
||||||
|
- better help dialog
|
||||||
- better add form
|
- better add form
|
||||||
- more bootstrap styling
|
- more bootstrap styling
|
||||||
- static file cleanups
|
- static file cleanups
|
||||||
- report filtering fixes
|
- report filtering fixes
|
||||||
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
|
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
|
||||||
- clarify debug helpers a little
|
|
||||||
- refactoring
|
- refactoring
|
||||||
- allow warp 3, wai-handler-launch 3
|
- allow warp 3, wai-handler-launch 3
|
||||||
|
|
||||||
|
|||||||
@ -71,6 +71,7 @@ handleAdd = do
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
-- display errors or add transaction
|
-- display errors or add transaction
|
||||||
|
-- XXX currently it's still possible to write an invalid entry, eg by adding space space ; after the first account name
|
||||||
case tE of
|
case tE of
|
||||||
Left errs' -> do
|
Left errs' -> do
|
||||||
-- save current form values in session
|
-- save current form values in session
|
||||||
|
|||||||
@ -88,7 +88,7 @@ $newline never
|
|||||||
<li> <b><tt>tag:NAME</tt></b>, <b><tt>tag:NAME=REGEX</tt></b> - filter on tag name, or tag name and value
|
<li> <b><tt>tag:NAME</tt></b>, <b><tt>tag:NAME=REGEX</tt></b> - filter on tag name, or tag name and value
|
||||||
<!-- <li> <b><tt>depth:N</tt></b> - filter out accounts below this depth -->
|
<!-- <li> <b><tt>depth:N</tt></b> - filter out accounts below this depth -->
|
||||||
<li> <b><tt>real:BOOL</tt></b> - filter on postings' real/virtual-ness
|
<li> <b><tt>real:BOOL</tt></b> - filter on postings' real/virtual-ness
|
||||||
<li> Search patterns containing spaces must be enclosed in single or double quotes
|
<li> Enclose search patterns containing spaces in single or double quotes
|
||||||
<li> Prepend <b><tt>not:</tt></b> to negate a search term
|
<li> Prepend <b><tt>not:</tt></b> to negate a search term
|
||||||
<li> Multiple search terms on different fields are AND'ed, multiple search terms on the same field are OR'ed
|
<li> Multiple search terms on different fields are AND'ed, multiple search terms on the same field are OR'ed
|
||||||
<li> These search terms also work with command-line hledger
|
<li> These search terms also work with command-line hledger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user