412a39b4aaadd: show and set defaults from similar past transactions; allow description arguments
Simon Michael
2009-04-10 13:53:23 +0000
7c155b7d1drefactor add command, more validation
Simon Michael
2009-04-10 08:31:43 +0000
90cf39cc09fix add doctests
Simon Michael
2009-05-23 23:42:51 +0000
ace0d7fe79input validation for the add command, and some doctests
Simon Michael
2009-04-10 07:10:21 +0000
c521dc0bc2validate added transaction before writing to file
Simon Michael
2009-04-08 06:01:16 +0000
393e7d98d4convert command for transforming bank CSV exports to ledger format
Simon Michael
2009-04-10 03:10:58 +0000
ae69a216acwhitespace
Simon Michael
2009-04-07 21:16:42 +0000
371f427dc4help cleanup
Simon Michael
2009-04-08 06:00:34 +0000
803e947a22layout
Simon Michael
2009-04-08 05:34:01 +0000
bedc14ee0badd new commands to help
Simon Michael
2009-04-08 05:33:39 +0000
ed0305fb96simplify "hours" behaviour, make it less different
Simon Michael
2009-04-09 00:24:34 +0000
44cb0674debuild with all flags in make check
Simon Michael
2009-05-23 23:49:11 +0000
819f6709b3disable unimplemented unicode test
Simon Michael
2009-05-23 23:49:35 +0000
68fadbe1a7break up comment to work around haddock bug
Simon Michael
2009-05-23 23:44:48 +0000
b103f6a0d8be more accurate about checking balanced amounts, don't rely on display precision
Simon Michael
2009-05-16 22:54:12 +0000
92cb35bffbSome doctests for unicode input/output
Sergey Astanin
2009-05-15 08:31:31 +0000
174eaef8b5readme updates
Simon Michael
2009-05-23 23:51:53 +0000
27a10bb6f7readme
Simon Michael
2009-04-04 00:20:15 +0000
aa220f6393polish, docs
Simon Michael
2009-04-08 06:23:49 +0000
8e4927edcdreadme
Simon Michael
2009-04-03 21:50:27 +0000
c5e7b12a59add command, reads transactions interactively and adds them to the ledger
Simon Michael
2009-04-08 05:30:26 +0000
dee37efc1chistogram command, undocumented for now
Simon Michael
2009-04-04 11:19:51 +0000
32a3af8334transactionamount -> postingamount
Simon Michael
2009-04-07 21:18:51 +0000
d8fe2aabb2drop TimeLog, it's no longer needed
Simon Michael
2009-04-03 11:05:16 +0000
bfed30d8d1release notes
Simon Michael
2009-05-23 23:51:57 +0000
1227cb8fe9notes
Simon Michael
2009-05-23 23:52:00 +0000
2f43748d7ddocs
Simon Michael
2009-04-16 06:33:01 +0000
1e739d0c1bnotes
Simon Michael
2009-04-04 09:25:25 +0000
db89918b56unnecessary show
Simon Michael
2009-04-03 21:03:03 +0000
8e5640b432notes cleanup
Simon Michael
2009-04-03 21:02:45 +0000
1548e84aa9add file path field to RawLedger
Simon Michael
2009-04-08 03:40:05 +0000
b60f9187c0refactor, moving generic io functions into Ledger.IO
Simon Michael
2009-04-04 08:50:36 +0000
ab94a6e9a2--uncleared option
Simon Michael
2009-04-03 11:45:56 +0000
0f1cbef9a8namegeddon! conform to new terminology in ledger 3, more or less This renames RawTransaction -> Posting and Entry -> LedgerTransaction, plus a bunch more cleanups for consistency. So while ledger 3 has transactions containing postings, and so do we when speaking to users, internally we call ledger 3's transactions LedgerTransaction, and we keep our old Transaction type as well, because it's useful and used all over the place. To review:
Simon Michael
2009-04-03 10:58:05 +0000
71dd80f1b1bump version
Simon Michael
2009-05-23 23:53:12 +0000
b90a927fd5version
Simon Michael
2009-04-10 03:08:45 +0000
07b1c590cerst formatting tweak
Simon Michael
2009-04-02 09:50:20 +0000
c5608b96c7trim ui help message for small windows
Simon Michael
2009-04-02 21:02:07 +0000
4d3a514ebafix pre-release check
Simon Michael
2009-04-02 21:03:32 +0000
3c1d3a6d7fsimplify: drop the ansi ui, and enable the vty ui by default If what I'm hearing is correct, cabal on windows will turn off the vty flag automatically. The alternative ansi ui is not worth the hassle.
Simon Michael
2009-04-03 04:17:48 +0000
938abfbbfadocs polish
Simon Michael
2009-04-02 23:02:12 +0000
f1e193aef1polish
Simon Michael
2009-04-03 05:58:14 +0000
410b759086drop 4th ui screen for consistency
Simon Michael
2009-04-02 21:01:57 +0000
f5671878fcfix misformatted urls in haddock
Simon Michael
2009-04-02 21:02:27 +0000
bd09d693f3bump version
Simon Michael
2009-04-03 06:08:39 +0000
b3277468cdadd missing file to cabal
Simon Michael
2009-04-03 06:13:52 +0000
195330e119fix rst warning
Simon Michael
2009-01-17 23:32:44 +0000
ae57efcd8dnews correction
Simon Michael
2009-01-17 23:59:42 +0000
c23bf3b38cremove stray vty code from ansi command
Simon Michael
2009-01-20 04:28:16 +0000
7d80cffb45happs command cleanup
Simon Michael
2009-01-20 04:28:42 +0000
1fc9db3af5individual transactions now have a cleared status
Simon Michael
2009-01-23 00:14:12 +0000
55c0a688c0that parser is not right, breaks hours period selection
Simon Michael
2009-01-23 18:10:17 +0000
fdc13f6f43smart dates: make "this" optional
Simon Michael
2009-01-23 02:27:56 +0000
415c48d855getCurrentLocalTime
Simon Michael
2009-01-25 06:47:05 +0000
aa607b1297rename last profile to more memorable profile.prof
Simon Michael
2009-01-25 09:03:14 +0000
4807c41c4dforgot to rename the happscommand module
Simon Michael
2009-02-12 11:19:36 +0000
b7028e8b87doh! another fix for the HappsCommand -> WebCommand rename
Simon Michael
2009-02-13 20:12:34 +0000
a918e343e7fix "make test"
Simon Michael
2009-02-27 03:09:01 +0000
26594287ccstrip cleanup
Simon Michael
2009-03-15 03:57:19 +0000
f1ab2fcdbbtweak doctest output, and compile it
Simon Michael
2009-03-15 08:47:23 +0000
abf86f31famakefiel cleanups, new targets: ghci, haddocktest, doctest, unittest, view-api-docs
Simon Michael
2009-03-15 05:15:59 +0000
a8ce8a55ceupdate, document "make profile"
Simon Michael
2009-01-25 08:43:50 +0000
bed6f0ce01comments
Simon Michael
2009-02-27 03:09:16 +0000
3bc2d903b2move the big limit into depthFromOpts
Simon Michael
2009-03-15 11:09:49 +0000
82885b3773more balance report test updates
Simon Michael
2009-03-15 11:10:36 +0000
5fb256b582a simple doctest implementation for functional/shell testing
Simon Michael
2009-03-15 05:06:36 +0000
7fba880fefprune and update balance report docs
Simon Michael
2009-03-15 11:11:27 +0000
aaf8a0caf6gather all balance report docs, rewrite, check with doctest
Simon Michael
2009-03-15 05:12:47 +0000