hledger/hledger-web/Handler
Xinruo Sun 34a31285a9 web: use select2 to autocomplete
Use the javascript library select2 to autocomplete descriptions and
account names when adding a transaction. The autocomplete searches by
substring, prefix and infix. New values will also be accepted.

This replaces dhtmlxcombo library so it is removed. Also updated jquery
to the latest 1.10.1.
2013-06-01 13:20:37 +08:00
..
Common.hs web: use select2 to autocomplete 2013-06-01 13:20:37 +08:00
JournalEditR.hs web: split handlers into multiple files 2012-11-20 02:23:23 +00:00
JournalEntriesR.hs web: fix compilation; also fixes some hardcoded static urls (Xinruo Sun) 2013-01-11 13:54:49 +00:00
JournalR.hs web: fix compilation; also fixes some hardcoded static urls (Xinruo Sun) 2013-01-11 13:54:49 +00:00
Post.hs web: fix a compilation breakage from balance assertions work 2013-05-30 14:45:30 -07:00
RegisterR.hs web: fix compilation; also fixes some hardcoded static urls (Xinruo Sun) 2013-01-11 13:54:49 +00:00
RootR.hs web: split handlers into multiple files 2012-11-20 02:23:23 +00:00
Utils.hs web: require yesod 1.2, cabal file cleanup 2013-05-14 15:36:44 -07:00