Commit Graph

721 Commits

Author SHA1 Message Date
Simon Michael
ae9636e55c refactor ledger preparation 2008-11-29 20:00:21 +00:00
Simon Michael
b9bee776b5 fix register totals when using --display 2009-01-17 20:00:45 +00:00
Simon Michael
ebdf67a5ab smart dates: also accept yyyymmdd with no separators 2009-01-17 20:07:24 +00:00
nick
91f3b7faac Abstract over all GenParser state types 2008-12-08 01:11:07 +00:00
Simon Michael
5a0156d5ee smart dates: work towards next/last monthname/weekdayname 2009-01-17 20:21:44 +00:00
Simon Michael
77098fec7e lowercase/uppercase 2008-11-27 06:32:31 +00:00
Simon Michael
0c4cf88578 perl-like strip 2008-11-26 21:11:44 +00:00
Simon Michael
c0b1d8694b notes 2009-01-17 21:03:25 +00:00
Simon Michael
4d0efe0c71 notes 2008-12-10 18:43:19 +00:00
Simon Michael
b6b8d0e9b7 notes 2008-12-07 18:57:04 +00:00
Simon Michael
f69716ddf9 fix reporting of unbalanced entries 2008-12-05 10:04:59 +00:00
Simon Michael
0f91583230 notes 2008-12-05 10:02:24 +00:00
Simon Michael
5e9f9e530a better register summarising with --depth and -E support, datespan splitting bugfix 2008-12-04 19:29:29 +00:00
Simon Michael
5cdd124749 notes cleanup 2008-12-04 19:30:21 +00:00
Simon Michael
8dc96a1da7 note some issues 2008-12-04 19:30:30 +00:00
Simon Michael
e2235abcee move that ui feature note 2009-01-17 21:12:18 +00:00
Simon Michael
e2068f2b5f more benchmark data 2009-01-17 21:21:09 +00:00
Simon Michael
9fbb8128b5 simplify news layout 2009-01-17 22:07:07 +00:00
Simon Michael
34220c97d6 news updates 2009-01-17 21:03:49 +00:00
Simon Michael
c381dd73e7 use latest all-compatible vty 2009-01-17 23:11:15 +00:00
Simon Michael
df5e308971 simplify readme layout 2009-01-17 22:09:04 +00:00
Simon Michael
3497ea6144 allow ghc-6.10 users to use latest vty, note vty 3.1.2 requirement for ghc <6.10 2009-01-17 17:48:17 +00:00
Simon Michael
3699343318 fix the regexpr version fix, we really do require 0.5.1 2008-12-16 18:35:46 +00:00
Simon Michael
acbb669bcc fix a collision with latest regexpr package 2008-12-11 20:07:06 +00:00
Simon Michael
798841a87e pin vty to 3.1.2 which builds with ghc 6.8, hopefully 6.10 too 2008-12-16 18:36:27 +00:00
tim
2d2aeae130 Added mtl and bytestring as dependencies in the cabal file 2008-12-10 19:35:18 +00:00
Simon Michael
dd040f9ca2 a simple interactive text ui
Lets you navigate around the balance, register, print reports and the raw
ledger, and drill down on a single account. Adds a dependency on vty.
2008-12-08 17:27:16 +00:00
Simon Michael
b4bdc926dd readme updates 2009-01-17 21:03:34 +00:00
Simon Michael
b1f4bd8ec3 say more about requirements 2008-12-10 09:45:00 +00:00
Simon Michael
b8f8dad7d6 docs 2008-12-05 10:02:58 +00:00
Simon Michael
fae380e914 help tweak 2008-11-27 07:43:10 +00:00
Simon Michael
41a3fb91d5 support reporting intervals in period expressions and register report, and -W/-M/-D 2008-12-03 23:20:38 +00:00
Simon Michael
805c2dddd3 notes 2008-11-27 06:32:05 +00:00
Simon Michael
ff155e53a4 more readme cleanup 2008-11-27 07:43:14 +00:00
Simon Michael
6310e28c94 better installation instructions 2008-11-23 22:39:24 +00:00
Simon Michael
2899b4a596 README formatting consistency 2008-11-23 23:06:28 +00:00
Simon Michael
9b0d90c313 readme 2008-11-27 06:55:34 +00:00
Simon Michael
b6e859fe6b tweak bullets, note parsing issue in readme 2008-11-24 00:30:23 +00:00
Simon Michael
dd93418784 handle "from ... to ..." period expressions 2008-11-27 19:42:03 +00:00
Simon Michael
c3bec2a3de options cleanup 2008-11-27 06:48:46 +00:00
Simon Michael
57c31f5ab0 support basic --period expressions, containing a single smart date 2008-11-27 06:29:29 +00:00
Simon Michael
1e7679176c help tweaks 2008-11-27 02:57:13 +00:00
Simon Michael
d25995c1c8 refactor with DateSpan 2008-11-27 04:31:01 +00:00
Simon Michael
630e22312b remove DateTime and Date types, use Day and UTCTime directly
This seems simplest for now, I might bring type synonyms back later.
2008-11-27 04:01:07 +00:00
Simon Michael
b7616562d9 this/last/next month/quarter/year 2008-11-27 02:49:22 +00:00
Simon Michael
7858ed1327 this/next/last day/week 2008-11-27 01:49:13 +00:00
Simon Michael
884ebf2979 gather date stuff together, FuzzyDate -> SmartDate 2008-11-27 00:35:00 +00:00
Simon Michael
52ab3372b8 add a regexp utility plus a dependency on regexpr, the sanest regexp library 2008-11-26 03:46:23 +00:00
tim
1ea8c6c9ee Added helper functions for current time and date 2008-11-25 21:30:21 +00:00
Simon Michael
e8a0d42906 cleanup 2008-11-26 22:15:22 +00:00