Commit Graph

1452 Commits

Author SHA1 Message Date
Simon Michael
287e71d54f web: fix a typo breaking ghc 6.12 compatibility 2010-05-19 19:17:29 +00:00
Simon Michael
131ec1e1f1 web: remove url encoding/decoding that seems out of place 2010-05-23 21:48:32 +00:00
Simon Michael
91b7736a8b include file name in a journal's string representation 2010-05-23 22:15:08 +00:00
Simon Michael
a8d86fb5e5 web: fix loss of file path when reloading the journal 2010-05-23 22:24:30 +00:00
Simon Michael
bf5ee88a30 refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Simon Michael
fc330b5c9f ui: restore the original accounts scope when backing up to top level 2010-04-15 21:41:18 +00:00
Simon Michael
6d18b8c0af consolidate under Hledger.Cli 2010-05-19 23:20:52 +00:00
Simon Michael
0282aa4697 docs: move main haddock 2010-05-19 23:41:29 +00:00
Simon Michael
c50c66ff14 rename the ui command to vty for consistency 2010-05-19 23:50:41 +00:00
Simon Michael
70576e87d1 refactor: move post-parse processing into parseJournal 2010-05-22 23:35:34 +00:00
Simon Michael
10c0a9a958 refactor: take an axe to canonicaliseAmounts 2010-05-22 20:23:36 +00:00
Simon Michael
a430badb85 refactor: journalCloseTimeLogEntries 2010-05-22 19:00:20 +00:00
Simon Michael
11d354d426 refactor: renames and cleanups 2010-05-22 22:05:12 +00:00
Simon Michael
a3e5e7ce93 refactor: more ledger cleanup 2010-05-22 19:01:11 +00:00
Simon Michael
5982460782 refactor: clarify ledger construction a bit 2010-05-22 16:14:30 +00:00
Simon Michael
9261071987 fix handling of non-ascii arguments with ghc 6.12
Seems decodeString is needed here with 6.12 after all
2010-05-23 20:26:20 +00:00
Simon Michael
557746da5e remove redundant imports revealed by ghc 6.12 2010-05-22 15:33:51 +00:00
Simon Michael
7d4593cee9 move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Simon Michael
518da0c867 vty: fix "ui" in --help, also rename --debug-no-ui to --debug-vty 2010-05-23 22:46:04 +00:00
Simon Michael
38665bd1bc tools: fix coverage script and stats make rule 2010-05-23 22:46:40 +00:00
Simon Michael
7974b32c0f tools: cleaner test output 2010-05-23 22:49:03 +00:00
Simon Michael
191670c231 tools: update paths in func. tests 2010-05-22 00:52:45 +00:00
Simon Michael
5451e3ad40 parsing: balance real and balanced virtual postings separately, allow an amount-less balanced virtual posting 2010-04-14 16:59:02 +00:00
Simon Michael
7b5f4f33dd more virtual posting tests, one failing 2010-04-14 01:09:45 +00:00
Simon Michael
70a4e25cf5 more test fixes 2010-04-14 18:20:50 +00:00
Simon Michael
77f64a7ddf parsing: if there is no description, don't require a space after the transaction date 2010-04-15 20:44:04 +00:00
Simon Michael
5083255ed3 pricing, print tests 2010-04-15 22:59:22 +00:00
Simon Michael
d83f6ba5e0 tools: misc cleanups 2010-05-23 22:49:09 +00:00
Simon Michael
3a73eb6e73 tools: more flexible prof and heap rules, added quickprof and quickheap 2010-05-22 00:46:32 +00:00
Simon Michael
039833c739 move sample journals to data/ 2010-05-20 02:55:33 +00:00
Simon Michael
af7e8f327d tools: update benchmarking scripts 2010-05-22 21:24:07 +00:00
Simon Michael
43f6218b97 web: drop the -fwebhappstack build flag, since it breaks cabal and web libs are in flux 2010-05-23 23:02:34 +00:00
Simon Michael
090c8b4dd6 move the hledger application modules to Hledger and Hledger.Cli 2010-05-19 23:06:46 +00:00
Simon Michael
8b2600984c tools: makefile updates for hledger-lib 2010-04-14 21:51:02 +00:00
Simon Michael
e40a190908 refactor: simplify dependencies, one less module to compile 2010-04-14 22:54:53 +00:00
Simon Michael
b03f20f1c0 docs: installation cleanups 2010-05-20 19:12:45 +00:00
Simon Michael
2047c0d2e6 docs: update installation guide, incorporating djp's data 2010-05-20 18:27:21 +00:00
Simon Michael
d966998292 docs: convert manual to markdown 2010-05-20 16:46:30 +00:00
Simon Michael
4400af2392 docs: typo 2010-05-08 14:16:19 +00:00
Simon Michael
ac9d9bb93b docs: document new print matching behaviour
Negative account patterns are now more useful with print, excluding
transactions which have any posting to a matched account.
2010-04-15 23:31:29 +00:00
Simon Michael
7dcb91a70f docs: build site with hakyll 2010-05-17 14:33:05 +00:00
Simon Michael
c794616c91 docs: release notes 2010-05-23 23:05:16 +00:00
Simon Michael
5fc57ca766 docs: note unreleased changes 2010-05-17 14:29:05 +00:00
Simon Michael
7a297c62a1 update doc file paths in cabal 2010-05-23 23:43:03 +00:00
Simon Michael
e971e082d5 docs: news etc. 2010-02-12 03:55:52 +00:00
Simon Michael
5478162574 docs: drop hours from, update usage string 2010-02-12 04:39:15 +00:00
Simon Michael
aaa8b369fa tools: benchmarking updates, add experimental criterion/progression runners 2010-02-13 18:39:49 +00:00
Simon Michael
553358087f docs: cleanups, fix warnings, fix screenshots in pdf 2010-02-13 20:24:52 +00:00
Simon Michael
c31e200d4e docs 2010-02-12 02:47:45 +00:00
Simon Michael
15baa84c3f docs: new web installation options 2010-02-16 03:46:36 +00:00