hledger/hledger-web/Handler
Simon Michael c53732a4af balance: new multi-column reports & documentation
Two new multi-column balance report modes show ending balance per
period: `--cumulative`, starting from 0, and `--historical`, starting
from the historical starting balance.

The balance command's specification has been clarified and consolidated
in the Balance.hs haddock. Reports.hs has also had haddock updates. The
old AccountsReport type is now BalanceReport, still used by
single-column balance report. The new MultiBalanceReport type is used by
the multi-column reports.
2013-12-07 05:43:31 -08:00
..
Common.hs balance: new multi-column reports & documentation 2013-12-07 05:43:31 -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