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
Simon Michael
43a17d1bb8
doc: release notes announcements styling
2014-12-03 14:49:54 -08:00
Simon Michael
b5fbaf0fa7
link and excerpt what announcements I can find
...
Release announcements sometimes include a brief summary, which is also
useful here. Some of these announcement links could be improved by
linking them in the context of the hledger rather than ledger
list. There may be more more that gmane search didn't find.
2014-12-03 14:32:29 -08:00
Simon Michael
4abee54336
doc: fix a table in release notes
2014-12-03 14:32:07 -08:00
Simon Michael
62784b57c0
doc: list only major releases in release notes TOC
2014-12-03 13:45:19 -08:00
Simon Michael
73eecb13de
doc: suggest cabal installing alex & happy also
...
These tools are needed for some deps, eg pretty-show and
language-javascript, and may not have already been installed.
Mentioning them explicitly may reduce a some installation hassles.
2014-12-03 13:43:33 -08:00
Simon Michael
e8efb55eb4
doc: move release notes on download page
2014-12-03 13:43:12 -08:00
Simon Michael
76b7e16d93
doc: simplify csv ordering doc
2014-12-02 12:07:35 -08:00
Simon Michael
0c8b9dc0b9
Merge branch 'docs'
...
Misc. updates.
2014-12-02 11:58:02 -08:00
Simon Michael
d5b329a8ad
doc: note csv improvements
2014-12-02 11:54:41 -08:00
Simon Michael
7124b1c4d4
doc: remove commented doc
2014-12-02 11:54:19 -08:00
Simon Michael
34ed4d474e
doc: price doc cleanups
2014-12-02 11:54:02 -08:00
Simon Michael
18856d6a76
doc: skip generating old docs for now
2014-12-02 11:53:12 -08:00