Commit Graph

1551 Commits

Author SHA1 Message Date
Simon Michael
b4f615b62a web: a non-null "add" or "edit" query parameter shows the forms 2010-08-10 01:13:14 +00:00
Simon Michael
357c0984fb installing: tighten up and bump web dependencies to get runtime hamlet 2010-08-19 00:25:14 +00:00
Simon Michael
0dc9481878 add explicit data-object dependency so hledger and hledger-lib use the same time version 2010-07-25 21:53:16 +00:00
Simon Michael
041dfac11c web: add a runtime-reloaded add form for testing 2010-08-10 00:48:04 +00:00
Simon Michael
8c8395778c web: cleanup, enable jquery, use auto-completing combo fields on add form 2010-08-10 00:13:47 +00:00
Simon Michael
f3ffef2d8a web: separate period and acct/desc filtering a bit 2010-08-01 16:35:54 +00:00
Simon Michael
cf62482102 web: show start and end dates of current filter period in heading, if any 2010-08-01 00:15:21 +00:00
Simon Michael
56226d72e6 add -D/--daily flag 2010-07-24 19:08:33 +00:00
Simon Michael
ff6b979816 web: groundwork for an import form 2010-08-01 00:20:48 +00:00
Simon Michael
bd3d8b1c8d web: refactor; show journal file name in heading 2010-07-31 15:51:42 +00:00
Simon Michael
cf4e1fd722 web: next ui refinement.. accounts are now a permanent sidebar 2010-07-29 02:46:38 +00:00
Simon Michael
41c175ecc8 web: more consistent fonts, stylesheet cleanups 2010-07-28 16:22:32 +00:00
Simon Michael
02f77415f0 web: more tweaks, style negative amounts 2010-07-28 00:24:49 +00:00
Simon Michael
66b1ee9f11 web: tighter matching when clicking an account name 2010-07-28 00:43:47 +00:00
Simon Michael
0773dde872 web: ui cleanups, replace balance/register with combo view 2010-07-27 22:49:45 +00:00
Simon Michael
4467af1aa8 web: more web and report refactoring, and a html register report 2010-07-26 23:04:47 +00:00
Simon Michael
b6c7cd8a98 web: big cleanup, and lo! a real html balance report
Clicking an account name gives a register report for that account and sub-accounts.
2010-07-25 21:24:15 +00:00
Simon Michael
137ed3e43f refactor: split showBalanceReport into reusable-data-generating and rendering steps 2010-07-25 18:24:40 +00:00
Simon Michael
af21a0c507 web: add jquery 1.4.2 to repo 2010-08-09 23:17:02 +00:00
Simon Michael
58711b8edb tools: fix cabal file list after NEWS markdown conversion 2010-09-05 23:30:44 +00:00
Simon Michael
cb05166a58 notes 2010-09-05 23:31:49 +00:00
Simon Michael
6cb50806c0 notes 2010-09-03 02:11:34 +00:00
Simon Michael
ec07ab8ce3 tools: fix Version.hs updating 2010-07-17 22:02:19 +00:00
Simon Michael
0e40a9deee bump version 2010-07-17 22:02:47 +00:00
Simon Michael
8a094678a9 release notes 2010-07-17 22:04:39 +00:00
Simon Michael
2e3c121d11 docs: note optional description 2010-05-24 19:12:24 +00:00
Simon Michael
4120a874d8 test zero to 8 instead of 10 places, workaround for rounding error affecting a real-world transaction 2010-05-25 22:17:54 +00:00
Simon Michael
d52283f314 when reporting a balancing error, convert the error amount to cost 2010-05-25 22:18:36 +00:00
Simon Michael
9fab50fb61 tools: make commithook, update hledger.org after commits 2010-05-26 00:32:19 +00:00
Simon Michael
586c824cac display non-simple commodity names with double-quotes
This ensures print's output remains parseable. The other commands also
double-quote them, for consistency, like c++ ledger.
2010-05-27 01:38:23 +00:00
Simon Michael
8257c98440 docs: commodity quoting update 2010-05-27 01:40:19 +00:00
Simon Michael
a63cb2e274 docs: double-quoted commodity symbols 2010-05-27 00:56:47 +00:00
Simon Michael
ecf27b8386 docs: note more flexible minus sign position 2010-05-27 00:25:01 +00:00
Simon Michael
41b14077e7 docs: show how to set cabal path 2010-05-27 02:19:30 +00:00
Simon Michael
c857c10a32 tools: update path in site rules, add source files 2010-05-31 01:23:30 +00:00
Simon Michael
315530e1fa tools: set BENCHEXES to just hledger by default 2010-06-25 00:20:52 +00:00
Simon Michael
746ab99229 doc: clarify comment 2010-07-02 02:29:38 +00:00
Simon Michael
f3d9c44f81 webyesod: fix stylesheet content type 2010-07-05 19:32:15 +00:00
Simon Michael
67b04725c9 tools: author spelling 2010-07-06 17:11:19 +00:00
Simon Michael
3d2daf3bdf webyesod: cleaner urls when clicking nav links 2010-07-06 20:27:41 +00:00
Simon Michael
2ae94a9011 make this test runnable individually 2010-07-07 10:09:57 +00:00
Simon Michael
a904f46da3 site: update to highslide 4.1.9 2010-07-07 15:45:23 +00:00
Simon Michael
46614060ea site: add hledger web screenshot 2010-07-07 15:45:45 +00:00
Simon Michael
c194eddf45 site: convert screenshots to markdown, use highslide 2010-05-24 06:39:33 +00:00
Simon Michael
2e3c5bc281 webyesod: make filter form work in chrome 6 2010-07-08 02:04:20 +00:00
Simon Michael
63de5e0127 parsing: fix wrong parse error locations within postings 2010-07-08 02:51:17 +00:00
Simon Michael
3e9ad0ae13 parsing: don't let trailing whitespace in a timelog description mess up layout 2010-07-08 03:08:28 +00:00
Simon Michael
816083d82f tools: make clean should remove darcs directory backups too 2010-07-09 02:09:40 +00:00
Simon Michael
169a4944c2 tools: make ghc prefer /usr/lib to avoid iconv link issues on mac
Harmless on other platforms, hopefully.
2010-07-09 02:11:12 +00:00
Simon Michael
ed37346426 refactor: import fix 2010-07-09 22:49:31 +00:00