Commit Graph

72 Commits

Author SHA1 Message Date
Simon Michael
7bd14a367a web: get static files from the cabal data dir, or the current dir when using make (#13) 2009-12-18 22:33:02 +00:00
Simon Michael
60bda57a26 drop LedgerPosting, it's no longer needed; more rename cleanups 2009-12-19 05:57:54 +00:00
Simon Michael
ec95b0723c make Postings reference their parent Transaction
With this change, Transactions and Postings reference each other
co-recursively.  This makes constructing them more tedious, but it
may also allow LedgerPostings to be dropped and code to be simplified.
Time and space performance of register and balance is as before.
2009-12-19 03:44:52 +00:00
Simon Michael
f1813fbb0e more LedgerTransaction/Transaction/LedgerPosting field renames 2009-12-16 17:58:51 +00:00
Simon Michael
30b83bb105 rename LedgerTransaction to Transaction 2009-12-16 08:07:26 +00:00
Simon Michael
39fd143c84 web: update help link 2009-12-12 20:32:10 +00:00
Simon Michael
0656d575ac rename Transaction to LedgerPosting 2009-12-16 07:58:06 +00:00
Simon Michael
2e9b27da0d rename RawLedger to Journal 2009-12-16 07:00:43 +00:00
Simon Michael
83f9aa5693 resolve conflicts (New command 'chart': generate balances pie chart) 2010-02-04 20:59:07 +00:00
Simon Michael
885ec16f58 chart: messing with colours 2010-02-06 16:08:51 +00:00
Roman Cheplyaka
e96350c3f1 New command 'chart': generate balances pie chart 2009-09-26 22:53:54 +00:00
Simon Michael
87fc165918 note an issue 2009-08-26 17:19:26 +00:00
marko.kocic
cca81d199f Hlint: Error: Use better pragmas 2009-09-22 12:22:44 +00:00
marko.kocic
52e167f5e4 Hlint: Error: Use notElem 2009-09-22 12:38:18 +00:00
marko.kocic
469550b640 Hlint: Error: Use uncurry 2009-09-22 12:40:12 +00:00
marko.kocic
1e6f38eb41 Hlint: Error: Use unless 2009-09-22 12:43:30 +00:00
Simon Michael
c9cb3d4399 hlint: use on 2009-09-23 17:59:24 +00:00
Simon Michael
092c9ad7a7 web: change probably misleading startup message 2009-09-23 22:33:19 +00:00
Simon Michael
bb50382446 web: interim port fix, use port 5000 as before 2009-09-23 23:17:29 +00:00
Simon Michael
fc117d504c web: call print command "journal", make it default; hide histogram command 2009-11-19 19:15:33 +00:00
Simon Michael
6d931ce54d web: quick fix for bad localhost redirect 2009-09-23 22:32:52 +00:00
Simon Michael
40f61be1e3 web: several tweaks 2009-09-23 23:36:37 +00:00
Simon Michael
70e33a5fdf web: allow arbitrary commodities and an implicit second amount in add form 2009-11-19 19:18:29 +00:00
Simon Michael
34019d5973 fix ghc warnings in new web code 2009-09-23 22:24:38 +00:00
Simon Michael
0ddd3ca05a web: support full date syntax in add form 2009-11-19 20:43:06 +00:00
Simon Michael
37f08a35c0 register: refactor layout code 2009-11-25 06:13:35 +00:00
Simon Michael
984da9c504 balance, register: don't show amount prices any more, like c++ ledger
Note print still shows all amount prices, unlike ledger (and supports -B);
it looks useful.
2009-11-25 12:21:38 +00:00
Simon Michael
8b47aeb146 ui: fix -fvty build error 2009-11-25 15:33:41 +00:00
marko.kocic
c6eac33d32 Hlint: Warning: Use : 2009-09-23 09:22:53 +00:00
Simon Michael
b3d38be797 refactor 2009-11-28 15:25:51 +00:00
Simon Michael
8a98b83286 web: rename -fhapps flag to -fweb 2009-11-28 15:37:56 +00:00
Simon Michael
7e4de1df00 web: hide filter fields until they work right 2009-12-07 15:53:26 +00:00
Simon Michael
b3aedda275 web: add help links 2009-11-19 21:11:07 +00:00
Simon Michael
9c410a50dd web: layout tweaks 2009-11-19 20:53:52 +00:00
Simon Michael
2cdc21959e web: switch to hack/loli/hsp, allow web data entry, detect file changes 2009-08-12 09:38:48 +00:00
Simon Michael
aa4fab9468 web: show url when starting web ui 2009-06-28 21:30:23 +00:00
Simon Michael
959e99fda9 web: filter form did not work in eg firefox (issue #7) 2009-07-09 14:58:30 +00:00
Simon Michael
235797034c web: reset link did not work in all browsers 2009-07-09 14:59:05 +00:00
Simon Michael
d9f7027216 web: add missing stylesheet 2009-11-19 20:54:05 +00:00
Simon Michael
1c9eb60a04 move openBrowserOn to Utils 2009-06-28 21:06:07 +00:00
Simon Michael
472b65c5ab whitespace 2009-07-31 17:02:47 +00:00
Simon Michael
fa4ea69026 ui: code cleanups 2009-12-10 21:25:49 +00:00
Simon Michael
9b6f5e26d0 use the more cross-platform doesFileExist 2009-12-10 22:48:34 +00:00
Simon Michael
1c8a0aed08 convert: find/create the rules file automatically, allow comment lines 2009-12-03 23:34:23 +00:00
Simon Michael
2607082e9e convert: new rules file format, more docs 2009-12-03 20:54:20 +00:00
Simon Michael
43e327d05b convert: more useful --debug output, show csv record 2009-11-19 06:29:49 +00:00
marko.kocic
b197693197 Hlint: Warning: Redundant brackets 2009-09-22 16:51:27 +00:00
Simon Michael
1b5f72c17f refactor 2009-11-19 06:22:09 +00:00
Simon Michael
719638fa2f docs: move convert docs out of haddock 2009-12-01 15:13:13 +00:00
Simon Michael
e2f10f49d9 update a not-so-good example in convert haddock 2009-09-01 20:36:36 +00:00