Commit Graph

139 Commits

Author SHA1 Message Date
Clint Adams
5ead6d05b1 update to cmdargs 0.8 API
Between 0.7 and 0.8, modeArgs changed from

modeArgs :: Maybe (Arg a)

to

modeArgs :: ([Arg a], Maybe (Arg a))
2011-08-30 21:41:25 +00:00
Simon Michael
464d8d4bcb hledger now detects and runs hledger-* add-ons found in path; many options cleanups 2011-08-22 14:55:39 +00:00
Simon Michael
4104114d4e harmonise package descriptions, make them hackage-compliant 2011-09-02 00:28:27 +00:00
Simon Michael
9e056d573e Setup.hs is needed after all, by hackage 2011-09-02 00:29:50 +00:00
Simon Michael
5ce53abe6f remove all Setup.hs, cabal no longer needs them and helps haddock 2011-06-03 17:09:54 +00:00
Simon Michael
059825a9b2 optionsgeddon.. port to cmdargs and a fully modal cli 2011-08-15 22:50:09 +00:00
Simon Michael
774434fcf2 web: always show empty and boring accounts too 2011-06-14 19:39:49 +00:00
Simon Michael
2d3ac6f032 web: don't run tests when just creating support files 2011-06-14 19:48:52 +00:00
Simon Michael
2bdeb2bf6e web: run unit tests at startup.. it's handy for development, and why not 2011-06-13 21:44:38 +00:00
Simon Michael
95f461fc94 web: make view data a little easier to construct and customise 2011-07-17 16:03:23 +00:00
Simon Michael
cd0c945454 web: move code to Hledger.Web for importability, consistency 2011-08-05 23:55:57 +00:00
Simon Michael
d1447c984a web: support wai-handler-devel for auto-rebuilding
Eg: hledger-web$ wai-handler-devel 5001 AppRun withWaiHandlerDevelApp
2011-06-03 22:35:22 +00:00
Simon Michael
6496c1ef61 raw journal report -> journal entries report 2011-08-07 16:24:09 +00:00
Simon Michael
12a37612fb web: refactor: remove unused code 2011-07-17 16:01:55 +00:00
Simon Michael
63f790b94e small reports cleanups 2011-08-04 08:26:55 +00:00
Simon Michael
ce30cb2cbe refactor: try to get these report names under control 2011-07-19 00:49:11 +00:00
Simon Michael
0ebdbff17e web: refactor: use RecordWildCards to reduce verbosity 2011-07-17 16:03:47 +00:00
Simon Michael
e4c4405c62 refactor: simplify some imports 2011-07-17 23:05:56 +00:00
Simon Michael
f9ce624ef0 web: separate journal & register urls, ui tweaks, code refactoring 2011-07-15 21:58:46 +00:00
Simon Michael
5bd606170e web: sidebar font size/colour tweaks 2011-07-01 00:33:21 +00:00
Simon Michael
35f145f03d web: 1. move templates back into main code 2. begin adding content titles 2011-07-01 20:37:48 +00:00
Simon Michael
3fcff17f8f web: cancel link for add form 2011-06-05 19:54:04 +00:00
Simon Michael
e140ffa906 web: consistent font size on edit form 2011-06-05 19:54:27 +00:00
Simon Michael
938adb8a4e web: add form uses currently focussed account as default from account 2011-06-14 21:26:56 +00:00
Simon Michael
35b3c0d37e web: simple register balance chart, using flot 2011-06-30 00:29:57 +00:00
Simon Michael
13227cfc13 web: search form tweaks 2011-07-01 00:29:57 +00:00
Simon Michael
3dccfcad68 web: show account+subs by default 2011-07-01 00:32:09 +00:00
Simon Michael
73e5088cbe web: show +subs link only when there are subaccounts 2011-06-27 13:28:21 +00:00
Simon Michael
3da58052ab web: register tweaks 2011-06-29 20:31:36 +00:00
Simon Michael
918b3b45a5 web: make register item display a bit more consistent 2011-06-29 20:18:10 +00:00
Simon Michael
64f0c22e25 web: more ui tweaks, all accounts -> general journal, move edit links to sidebar 2011-06-29 23:11:15 +00:00
Simon Michael
bc83e1fba5 web: make current account indicator stand out more 2011-06-14 20:20:15 +00:00
Simon Michael
8dfd504343 web: tooltips everywhere 2011-06-27 13:14:44 +00:00
Simon Michael
20bc969ef0 web: make /journal work as a separate view; use "transactions" on both 2011-06-05 20:12:09 +00:00
Simon Michael
1d898ed239 web: fix always bold postings link 2011-06-05 19:53:49 +00:00
Simon Michael
b732db696a web: move search form to right pane, update help 2011-06-29 23:44:50 +00:00
Simon Michael
4bb0f2efbd web: "empty:" to select postings with zero or non-zero amount 2011-06-29 00:53:31 +00:00
Simon Michael
68de79b933 web: search help fix 2011-06-29 00:57:08 +00:00
Simon Michael
6b92997487 web: "real:1" to select real postings (or transactions with real postings) 2011-06-29 00:31:37 +00:00
Simon Michael
11409bb834 web: "status:" to filter by cleared status 2011-06-28 23:18:36 +00:00
Simon Michael
8d0b42e1d5 web: an "a" parameter specifies a query expression for filtering the accounts sidebar
Useful for ui experiments, at least
2011-06-28 22:34:45 +00:00
Simon Michael
d343614690 web: "inacctsonly:" narrows the sidebar to current account and subs 2011-06-24 18:52:40 +00:00
Simon Michael
f28fbb4870 web: expand postings on journal register by default, p parameter of 1 or 0 overrides
A toggle all link in the column heading is commented out as it's too slow.
2011-06-27 14:07:06 +00:00
Simon Michael
1d0f14e55e web: style tweaks, ?accounts=0 hides sidebar 2011-06-27 13:15:40 +00:00
Simon Michael
ec426d620c web: make journal register work like account registers; show multiple postings 2011-06-27 13:14:33 +00:00
Simon Michael
1fe21904eb fix haddock 2011-06-14 19:15:18 +00:00
Simon Michael
8396f988ad web: gratuitous accounts sidebar toggle 2011-06-24 18:57:31 +00:00
Simon Michael
b0279cb2df web: add an all accounts link to sidebar 2011-06-14 20:22:20 +00:00
Simon Michael
f825db1c89 web: update search help and make it slidey 2011-06-24 18:56:50 +00:00
Simon Michael
c2a1a399b6 web: update search help 2011-06-14 20:29:30 +00:00