a few tweaks

This commit is contained in:
Simon Michael 2014-06-24 14:51:09 -07:00
parent 3b30837a23
commit 201521dc5a
4 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,7 @@ API-ish changes in hledger-lib. For user-visible changes, see the hledger change
0.24 (unreleased)
- allow transformers 0.4*
- clarify debug helpers a little
0.23.2 (2014/5/8)

View File

@ -1,15 +1,16 @@
See also the hledger changelog.
0.24 (unreleased)
- the web UI has been streamlined; edit form, raw & entries views have been dropped
- we now remember whether sidebar is open or closed
- better help dialog
- we now remember the sidebar's open/closed state
- keyboard shortcuts are now available
- better help dialog
- better add form
- more bootstrap styling
- static file cleanups
- report filtering fixes
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
- clarify debug helpers a little
- refactoring
- allow warp 3, wai-handler-launch 3

View File

@ -71,6 +71,7 @@ handleAdd = do
]
})
-- 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
Left errs' -> do
-- save current form values in session

View File

@ -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>depth:N</tt></b> - filter out accounts below this depth -->
<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> 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