Simon Michael
|
1b7ffe2e5a
|
fix for haddock
|
2012-05-14 17:22:12 +00:00 |
|
Simon Michael
|
2f28931d83
|
fix build warnings in hledger-lib
|
2012-05-06 20:42:34 +00:00 |
|
Simon Michael
|
68966fe43b
|
begin cleaning up Dates api, move firstJust
|
2012-04-16 16:44:41 +00:00 |
|
Simon Michael
|
56cf9b21cb
|
fix txn & posting comment parsing & printing; better unit tests
|
2012-05-15 01:49:05 +00:00 |
|
Simon Michael
|
df74a3ed38
|
promote Hledger.Query part 2
|
2012-05-16 08:19:34 +00:00 |
|
Simon Michael
|
a628964016
|
prepare to support full query expressions on command line
|
2012-05-16 08:31:06 +00:00 |
|
Simon Michael
|
1e2c2bb10c
|
hook up more tests, begin converting remaining reports to Query
|
2012-05-17 04:21:34 +00:00 |
|
Simon Michael
|
2feb36e57f
|
query cleanups
|
2012-05-17 16:02:22 +00:00 |
|
Simon Michael
|
ddda6705c0
|
put query parsers first
|
2012-05-16 08:28:02 +00:00 |
|
Simon Michael
|
a58a5f96ad
|
more robust comments & metadata, on postings too, and document as "tags"
|
2012-05-14 18:52:22 +00:00 |
|
Simon Michael
|
88212f26e8
|
simplify journal parser names
|
2012-05-09 15:34:05 +00:00 |
|
xiaoruoruo
|
ce83876700
|
metadata parse and show for transaction
|
2012-04-08 19:13:56 +00:00 |
|
Simon Michael
|
c010448935
|
drop little-used clashing Ledger accessors
|
2012-05-09 15:33:16 +00:00 |
|
xiaoruoruo
|
dafa764a07
|
filter by metadata tag
|
2012-04-08 20:43:48 +00:00 |
|
Simon Michael
|
b6b5c5ffaa
|
explicit exports for Transaction and Posting
|
2012-05-07 14:36:40 +00:00 |
|
Simon Michael
|
c23d1793ae
|
docs: clarify supported GHC versions
|
2012-03-29 22:09:54 +00:00 |
|
Simon Michael
|
770136ec81
|
query tests cleanup
|
2012-05-17 14:59:38 +00:00 |
|
Simon Michael
|
08bbb832d0
|
more query cleanup
|
2012-05-16 07:50:22 +00:00 |
|
Simon Michael
|
e1b1b8bce8
|
rename Matcher to Query, simplify constructors
|
2012-05-16 07:12:49 +00:00 |
|
Simon Michael
|
8c7eea9ee0
|
make incomestatement respect options
|
2012-04-16 16:45:24 +00:00 |
|
Simon Michael
|
b4b2b67236
|
incomestatement: show revenue and expense accounts separately
|
2012-04-15 00:05:10 +00:00 |
|
Simon Michael
|
abb470aadb
|
use shakespeare-text to help lay out incomestatement's output
|
2012-04-14 20:35:51 +00:00 |
|
Simon Michael
|
a27eb7c29f
|
more matcher -> query renaming
|
2012-05-16 07:37:24 +00:00 |
|
Simon Michael
|
a7ef0ba8dd
|
basic understanding of balance sheet vs. profit & loss accounts
|
2012-04-14 01:12:42 +00:00 |
|
Simon Michael
|
51977f32e9
|
Journal.hs explicit exports, haddockification
|
2012-04-13 22:24:55 +00:00 |
|
Simon Michael
|
04dc5aed10
|
explicit imports for Matching
|
2012-05-16 06:43:13 +00:00 |
|
Simon Michael
|
43d78398bb
|
Hledger.Data.Matching -> Hledger.Data.Query
|
2012-05-16 06:50:08 +00:00 |
|
Simon Michael
|
8492f6cae4
|
fix unicode handling on GHC >= 7.2, unify utf8 IO compatibility layer
tests pass again from GHC 6.12.3 to 7.4.1
|
2012-03-29 19:06:31 +00:00 |
|
Simon Michael
|
d4451ce5e3
|
read system cleanup, require conversion rules from a file to simplify API
|
2012-03-24 18:08:11 +00:00 |
|
Simon Michael
|
00a43cd1bf
|
Hledger.Cli.Format -> Hledger.Data.FormatStrings
|
2012-03-10 19:20:15 +00:00 |
|
Simon Michael
|
e396c0dc8d
|
push csv rule and format string types down
|
2012-03-24 01:58:34 +00:00 |
|
Simon Michael
|
fdb3677129
|
try only as many data readers as needed for a successful read
|
2012-03-23 17:13:30 +00:00 |
|
Simon Michael
|
6eb7ad28e1
|
refactor/beef up readJournal/readJournalFile
|
2012-03-23 16:21:41 +00:00 |
|
Simon Michael
|
4d7a809c4a
|
cleanups and early code for csv reader based on convert
|
2012-03-10 21:55:48 +00:00 |
|
Simon Michael
|
2e8cf1c7f2
|
reader code cleanups
|
2012-03-10 18:13:32 +00:00 |
|
Simon Michael
|
120a9fd0e1
|
docs: readJournalFile haddock fix
|
2012-03-11 21:36:02 +00:00 |
|
Simon Michael
|
9bdb170a0a
|
inferred amounts use the cost commodity if known, like ledger (#69)
|
2012-01-03 08:15:48 +00:00 |
|
Simon Michael
|
470155dc63
|
docs: I don't think journalCanonicaliseAmounts affects price amounts
|
2012-01-03 08:17:04 +00:00 |
|
Simon Michael
|
26ad00a659
|
support and require latest cmdargs
|
2012-01-05 18:25:15 +00:00 |
|
Simon Michael
|
3e3af47b96
|
bump cmdargs upper bound in other places
|
2012-01-03 11:00:35 +00:00 |
|
Simon Michael
|
41c1fa636a
|
parsing: -B/--cost now ignores P historical prices, like ledger
|
2012-01-22 20:39:11 +00:00 |
|
Simon Michael
|
1bc4d4b395
|
refactor: clarify mixed amount normalising a bit
|
2012-01-01 00:39:13 +00:00 |
|
Simon Michael
|
6b784c0e65
|
bump version
|
2012-02-02 05:37:02 +00:00 |
|
Simon Michael
|
9329873cef
|
bump version to "0.17 alpha"
|
2012-01-31 05:18:18 +00:00 |
|
Simon Michael
|
62454b45ff
|
update tested-with fields
|
2012-01-30 04:21:03 +00:00 |
|
Simon Michael
|
381ebea35c
|
show correct line number for posting parse errors (#67)
|
2011-10-04 23:39:53 +00:00 |
|
Simon Michael
|
4fb325b92a
|
bump version
|
2011-10-04 23:53:50 +00:00 |
|
Simon Michael
|
3e3475bd76
|
web: fix "not:'multi word'" patterns
|
2011-09-21 00:28:32 +00:00 |
|
Simon Michael
|
de502e732b
|
drop unused TIMELOG env var
|
2011-09-21 23:12:53 +00:00 |
|
Simon Michael
|
556e3c9246
|
cli: give literal tilde error also with -f
|
2011-09-21 23:10:44 +00:00 |
|