Simon Michael
9df96cdace
ui: doc: clarify
2016-08-10 07:24:21 -07:00
Simon Michael
af9daa3b11
ui: use only shift-cursor keys for period; simplify
2016-08-10 07:17:35 -07:00
Simon Michael
a263d50275
stack: update suggested developer snapshots
2016-08-09 18:39:55 -07:00
Simon Michael
5a58298ee3
shake: ensure hakyll-std's required libs are up to date
2016-08-09 18:28:25 -07:00
Simon Michael
11c2ce1d96
tools: hakyll-std: relax pandoc dep to reduce building
2016-08-09 18:27:29 -07:00
Simon Michael
fe1408485d
ui: shift-left/right/up/down equivalent to p/n/u/d
2016-08-09 16:36:14 -07:00
Simon Michael
85fb43a756
site: devguide: clarify binaries
2016-08-09 15:32:53 -07:00
Simon Michael
f1ac27590b
doc: update generated manuals
2016-08-09 15:32:32 -07:00
Simon Michael
79cc999fa3
ui: d/u zooms report period down/up, t selects today
2016-08-09 15:31:35 -07:00
Simon Michael
8e464b6fdf
pkg: move hledger-ui comment
2016-08-09 12:26:48 -07:00
Simon Michael
15ebae5c5f
lib, cli, web: try to fix building with GHC 7.4
2016-08-09 12:22:38 -07:00
Simon Michael
c3b76221d4
pkg: rename terminfo flag, drop pretty-show conditionals
2016-08-09 12:16:24 -07:00
Simon Michael
9ad7f2f7e4
pkg: drop unused double flag
2016-08-09 12:04:19 -07:00
Simon Michael
cf8ebd4ae2
pkg: rename, clean up oldtime flag
2016-08-09 12:03:23 -07:00
Simon Michael
1b65582908
pkg: clean up deps slightly
2016-08-09 12:02:57 -07:00
Simon Michael
4c313be10e
reorder yaml files consistently
2016-08-09 11:39:42 -07:00
Simon Michael
570de3a0a5
format package descriptions more nicely
2016-08-09 11:29:17 -07:00
Simon Michael
a1f88e5dee
tools: remove non-ascii quote from hledger yaml/cabal file
...
might fix the recent appveyor breakage
2016-08-09 09:25:17 -07:00
Simon Michael
bc72aad6f0
lib: remove comment breaking doctests
2016-08-09 07:58:19 -07:00
Simon Michael
0302be1b15
tools: fix tested-with in package.yamls
2016-08-09 07:57:30 -07:00
Simon Michael
d165600155
lib, cli, web, api: use hpack (package.yaml) for all packages at last #371
...
Generated package.yaml files from the old cabal files with hpack-convert,
removed some problematic blank lines manually,
regenerated the cabal files from the package.yaml files with hpack.
Tests pass, looks like all the info is still there.
This means that from now on, we don't edit cabal files directly.
We edit the less verbose package.yaml files. stack will update
the cabal files automatically (or non-stack users can use hpack).
The changes to both are committed, as we still want to provide
the cabal files to downloaders.
2016-08-09 07:24:57 -07:00
Simon Michael
11c6426834
ui: show historical balances whenever possible #392
...
hledger-ui now tries to show historical balances always, including
when (to limit transactions on the register screen) a report start date
is specified. This means that:
- the accounts screen balances are not disturbed by a start date
- the register screen is now a little better at showing the running
historical balance. It's still not very good at it; some filter
queries will cause it to fall back to showing the running total of
visible transactions. But it's no longer disturbed by Z (nonzero mode)
or a cur: query term.
2016-08-08 17:50:26 -07:00
Simon Michael
47695f6484
register: tweak --historical help
2016-08-08 17:49:39 -07:00
Simon Michael
39c5eb9801
balance: make -H work with single-column reports #392
...
-H/--historical now makes a single-column balance report with a start
date show historical balances reflecting earlier postings. This is
equivalent to specifying no start date, but it's more consistent.
2016-08-08 17:40:41 -07:00
Simon Michael
156922e419
lib: more history awareness for account transactions report #392
...
The account transactions report (and eg hledger-ui's register screen) no
longer aborts showing historical balances when -E/--empty/nonzero mode
or cur: are in effect.
2016-08-08 17:25:42 -07:00
Simon Michael
974b1e3be0
lib: simplify balance report types; haddocks
2016-08-08 17:23:21 -07:00
Simon Michael
ae03428e8e
tools: capitalise HLint.hs
2016-08-08 08:31:46 -07:00
Simon Michael
67a76b297a
hlint-clean BalanceReport, MultiBalanceReport
2016-08-08 08:31:01 -07:00
Simon Michael
bd5c7669d1
tools: custom hlint config for whole project
2016-08-08 08:30:22 -07:00
Simon Michael
b84e366f06
comment fixes
2016-08-08 07:22:17 -07:00
Simon Michael
b991103bcc
BalanceHistoryReport is not used
2016-08-08 07:11:16 -07:00
Simon Michael
02845ccf3d
whitespace clarifying this large module's structure, comments
2016-08-08 07:10:36 -07:00
Simon Michael
b4f3d6e1c5
hlint suggestion
2016-08-08 07:06:40 -07:00
Simon Michael
7aa23f6ca2
doc: update generated manuals, and show 0.28dev there
2016-08-08 06:49:50 -07:00
Simon Michael
a9a2b076bc
doc: document inacct: #390
2016-08-08 04:59:34 -07:00
Simon Michael
4e1c997965
ui: accounts: always use --no-elide for a more regular tree
2016-08-07 12:17:38 -07:00
Simon Michael
38ad1e9309
doc: 0.27 manual version indicator fixes #385
2016-08-07 08:55:43 -07:00
Simon Michael
e0f11e7341
doc: display latest doc version as 0.28dev in doc version indicator
...
The package versions, displayed in man page footer eg, are still (wrongly) 0.28.
2016-08-07 08:47:15 -07:00
Simon Michael
1a29d9cc02
doc: better doc version indicator, on 0.27 manual too #385 , #387
2016-08-07 08:44:06 -07:00
Simon Michael
fdd1378b4e
doc: csv how to: remove undocumented tilde operator #386
2016-08-07 07:05:10 -07:00
Simon Michael
87b1d26db0
add: suggest one commodity at a time as default amount #383 (take 2)
2016-08-06 20:04:15 -07:00
Simon Michael
009fe6d09f
Revert "add: suggest only one commodity at a time as default amount #383 "
...
Overcommitted.
This reverts commit 92b97e7bd3 .
2016-08-06 19:59:18 -07:00
Simon Michael
92b97e7bd3
add: suggest only one commodity at a time as default amount #383
...
Since we currently can't accept more than one commodity as input.
2016-08-04 11:55:46 -07:00
Simon Michael
2276b1c2d1
doc: update generated manuals
2016-08-04 11:55:46 -07:00
Simon Michael
88ceb7470c
ui: help: add d/n/p, move DEL/BS to bottom #381
2016-08-04 11:55:46 -07:00
Simon Michael
293b0f6705
ui: strip leading/trailing whitespace from filter query
2016-08-04 11:55:46 -07:00
Simon Michael
7603f8328b
doc: options headings pluralisation/capitalisation
2016-08-04 11:55:46 -07:00
Simon Michael
b11f6a43e6
doc: date: cleanups
2016-08-04 11:55:46 -07:00
Sam Doshi
7bd5422c01
fix the haddock for amounts ( #382 )
2016-08-03 09:29:22 -07:00
Simon Michael
2bee53af96
doc: updated generated manuals
2016-08-02 12:55:14 -07:00