Simon Michael
257ce57383
fix balance accumulation across assertions ( #195 )
...
A sequence of balance assertions asserting first one commodity, then
another, then the first again, was not working.
2015-01-10 22:17:19 -08:00
Simon Michael
6543f44d82
doc: forgot add release date to changelogs
2015-01-10 17:03:44 -08:00
Simon Michael
72ba4f1f76
web: adding missing modules for cabal test ( #232 )
2015-01-10 16:51:47 -08:00
Simon Michael
a7b4b41bdf
doc: git-tip is gratipay
2015-01-07 14:40:20 -08:00
Simon Michael
cf1345ba2e
doc: manual: missing line break
2015-01-02 14:21:29 -08:00
Simon Michael
af1d1239f5
doc: download: tweaks, link to hledger-vagrant
2015-01-02 14:21:29 -08:00
Simon Michael
c5c721f1c1
doc: home: limit twitter height a little
2015-01-02 14:21:29 -08:00
Simon Michael
8a992042f5
doc: enable custom favicon
2015-01-02 14:21:29 -08:00
Simon Michael
60278062e6
doc: relnotes: tweaks
2015-01-02 14:21:29 -08:00
Simon Michael
3b2f611597
doc: more-docs: hacker news links
2015-01-02 14:21:29 -08:00
Simon Michael
eb1a1e5fc3
doc: faq: update the ledger answer, capitalise Ledger
2015-01-02 14:21:29 -08:00
Simon Michael
95ced2da80
balance: fix partially-visible totals row
...
With --no-total in a periodic (non-cumulative, non-historical) balance
report, hide the totals row completely, as in the other modes.
2014-12-27 16:46:37 -08:00
Simon Michael
6da4942633
balance: tweak flags a bit; we now use -N and -T
...
-N doesn't seem to be used by Ledger currently; we'll
use it as shortcut for --no-total.
-T is used by Ledger to set a custom value expression for the final
total. I'm going to take it as a shortcut for --row-total instead.
2014-12-27 15:34:23 -08:00
Simon Michael
ba0623165f
balance: row totals/averages in multicolumn mode
2014-12-27 15:24:45 -08:00
Simon Michael
e794412a8f
fix JournalReader ctx warning
2014-12-27 15:24:02 -08:00
Simon Michael
ec62644161
tools: a fix for make setversion
2014-12-27 14:41:28 -08:00
Simon Michael
9c68944c79
journal, csv: comment lines can also start with *
...
As in Ledger. This means you can embed emacs org/outline-mode nodes in
your journal file and manipulate it like an outline.
2014-12-27 14:41:28 -08:00
Simon Michael
a719cb8f6e
bump version to 0.25-unreleased
2014-12-26 11:08:20 -08:00
Simon Michael
e77225038f
bump version to 0.24
2014-12-25 11:42:39 -08:00
Simon Michael
044cf39eca
web: update cabal source files list
2014-12-25 11:42:39 -08:00
Simon Michael
1e7d0ae120
doc: release notes
2014-12-25 11:31:39 -08:00
Simon Michael
4ce86a6edb
doc: link issue numbers in release notes
2014-12-25 11:04:26 -08:00
Simon Michael
4cfec7043a
doc: update changelogs
2014-12-25 11:04:26 -08:00
Simon Michael
62bad65e5b
tighten up status: docs and behaviour a bit ( fix #227 )
...
A status: query term no longer accepts * as a synonym for 1,
which was a bit confusing since 1 matches both * and !.
For now, it takes a value of 1 (true) or anything else (false).
2014-12-24 23:48:23 -08:00
Simon Michael
c138c35d3b
register: support date:/date2:/--date2 better ( fix #201 , #221 , #222 )
2014-12-24 16:11:30 -08:00
Simon Michael
0142482834
doc: wording tweak
2014-12-24 14:54:56 -08:00
Simon Michael
d1404adf3f
note lack of date2 support in (eg) postingsReport
2014-12-24 14:54:56 -08:00
Simon Michael
6780c63ab3
simplify null Date2 queries too
2014-12-24 14:54:56 -08:00
Simon Michael
77c2c90290
cli: parse date2: correctly ( #222 )
2014-12-24 14:54:56 -08:00
Simon Michael
663e1f5ba9
tests for --date2, date2: ( #201 )
2014-12-23 06:23:23 -08:00
Simon Michael
03b8d2425c
doc: describe hledger-web's change detection & limitation
2014-12-22 08:30:09 -08:00
Simon Michael
68a4adb0bd
doc: draft changelogs for all three packages
2014-12-21 12:01:11 -08:00
Simon Michael
e14f39bae0
balance: ignore --drop when displaying in tree mode
2014-12-16 09:11:13 -08:00
Simon Michael
4a5d7154cd
doc: home: move coins up
2014-12-12 16:42:17 -08:00
Simon Michael
4cf718048e
doc: home: add coins art from djp, use it on home
...
Art contributed by David Patrick, licensed "however you like"
so I pick http://creativecommons.org/licenses/by-sa/4.0/ .
2014-12-12 16:27:02 -08:00
Simon Michael
3fd43ba2c1
doc: home: wording, style tweaks
2014-12-12 16:23:25 -08:00
Simon Michael
ab19863e00
doc: download: tweak links
2014-12-12 16:22:32 -08:00
Simon Michael
5545ed3632
web: "sidebar" query parameter shows/hides sidebar
2014-12-11 12:13:31 -08:00
Simon Michael
632648ee38
doc: home: move getting started into a top panel
2014-12-11 11:45:01 -08:00
Simon Michael
e43e128f4b
doc: home: add #ledgercli twitter widget here too
2014-12-11 11:02:19 -08:00
Simon Michael
c766af7822
doc: home: slight wording change
2014-12-11 11:02:19 -08:00
Simon Michael
20cace6948
tools: some bench tests cleanup or other
2014-12-10 23:13:34 -08:00
Julien Moutinho
c65fea2b4b
lib: fix combineJournalUpdates folding order
...
NOTE: this is important to correctly build JournalContext
NOTE: currently a list reverse must done at the end,
maybe using a Data.Queue would be more efficient.
2014-12-11 04:37:10 +01:00
Simon Michael
3050152cb3
doc: manual: more flat/depth rewrites
2014-12-05 13:17:06 -08:00
Simon Michael
a38caeb37a
doc: manual: clean up flat/tree docs slightly
2014-12-05 12:58:51 -08:00
Simon Michael
855d4e1131
balance: with --tree and --flat, use the last ( fix #219 )
2014-12-05 12:56:33 -08:00
Simon Michael
d352bbedd2
cli: with a repeated flag, the last takes precedence
...
This is helpful eg for customising your reporting command aliases on the fly.
2014-12-04 12:41:47 -08:00
Simon Michael
bd39e5df99
showDateSpan: handle boundary-crossing 1-day spans
...
Eg recognise that 2014/11/30-2014/12/1 can be abbreviated to
2014/11/30d, similarly 2014/12/31-2015/1/1. Doesn't handle feb 29th
correctly, so eg 2000/2/28-2000/3/1 is wrongly abbreviated to
2000/2/28d.
2014-12-03 18:18:05 -08:00
Simon Michael
1d388e1c6c
doc: relnotes: unbold intra-release headings
...
to help the release headings stand out
2014-12-03 15:05:20 -08:00
Simon Michael
740d1c1092
doc: relnotes: make minor release headings smaller
2014-12-03 15:04:34 -08:00