Simon Michael
f49756231a
refactor compoundBalanceCommandMultiColumnReport etc.
2017-07-25 16:03:59 -07:00
Simon Michael
48d909c695
refactor compoundBalanceCommandMultiColumnReport etc., more correct docs
2017-07-25 14:28:52 -07:00
Simon Michael
5d93c39922
clarify balance report/cumulative/historical/tree mode shenanigans
2017-07-25 13:55:54 -07:00
Simon Michael
783c4c155c
whitespace
2017-07-25 13:51:26 -07:00
Simon Michael
f0119ec9c1
refactor compoundBalanceCommand
2017-07-25 13:22:03 -07:00
Simon Michael
115ed3aead
bs/is: show a trailing blank line in single column reports, for consistency
2017-07-25 12:46:56 -07:00
Simon Michael
9d4d6ebc4d
bs/cf/is: show one trailing blank line, not two
2017-07-25 12:43:56 -07:00
Simon Michael
c89bec0e17
bs/is: don't let an empty subreport disable the grand totals ( fixes #588 )
2017-07-25 09:21:09 -07:00
Simon Michael
083df72582
refactor: BalanceCommand -> CompoundBalanceCommand
...
More verbose, but also more precise.
2017-07-25 09:21:09 -07:00
Simon Michael
d4f09efc95
refactor balanceCommand
2017-07-25 09:21:09 -07:00
Simon Michael
117ab0ca4c
refactor: BalanceView -> BalanceCommandSpec, cleanups
2017-07-25 09:21:09 -07:00
Simon Michael
5fca083ad2
BalanceView wording, mention case insensitivity
2017-07-25 09:21:09 -07:00
Simon Michael
422e0923f1
refactor BalanceView
2017-07-25 09:21:09 -07:00
Simon Michael
9b9a1a7a30
help: mention -h & output options in default output
2017-07-24 22:19:57 +01:00
Simon Michael
69c41cdd99
cli, help: usage tweaks
...
[ci skip]
2017-07-08 08:34:45 +01:00
Simon Michael
9938aa5e79
help: allow substring matching
...
[ci skip]
2017-07-08 07:37:15 +01:00
Simon Michael
5e69d6de84
help: use more standard names for tool manuals
...
[ci skip]
2017-07-08 07:36:52 +01:00
Simon Michael
6df81962ed
cli, bin: mention -h in commands list and addons' usage messages
...
[ci skip]
2017-07-08 06:49:25 +01:00
Simon Michael
9eb1520b6f
help: add --info/--man/--pager/--cat flags, & choose best one by default ( #579 )
...
You can select a docs format/viewer with one of the `--info`, `--man`, `--pager`, `--cat` flags.
Otherwise, it will use info if available, otherwise man if available,
otherwise $PAGER if defined, otherwise less if available, otherwise it
prints on stdout (and always prints on stdout when piped).
Preferring info over man might not suit everyone.
2017-07-07 15:42:22 +01:00
Simon Michael
daa9550929
cli: fix -h/--help debug output ( #579 )
2017-07-07 15:42:16 +01:00
Simon Michael
7e896572a7
make --help and -h the same, drop --man and --info for now ( #579 )
2017-07-07 02:08:34 +01:00
Simon Michael
d4457931ef
cli: document journalApplyValue
2017-07-05 08:08:20 +01:00
Simon Michael
eb42ea04e5
use consistent UPC order for --unmarked/--pending/--cleared ( #564 )
2017-06-15 19:16:39 -07:00
Simon Michael
e119941648
rename "uncleared" status to "unmarked" and --uncleared to --unmarked ( #564 )
...
See the issue and linked mail list discussion. Ambiguity between the
uncleared state, and the "not cleared" --uncleared flag causes confusion
and friction. At this point it seems best to break with Ledger and
past hledger, pick a new name and drop --uncleared to put an end to it.
2017-06-15 19:16:39 -07:00
Simon Michael
ab073e01e3
lib: add -P short flag for --pending ( #564 )
2017-06-15 19:16:39 -07:00
Simon Michael
8b073014e4
lib, cli: -U/--uncleared no longer matches pending things ( #564 )
...
Also begin using "marked"/"unmarked" terminology where it's helpful.
2017-06-15 19:16:39 -07:00
Simon Michael
fd74da0836
cli: drop an unnecessary test grouping causing unwanted output
2017-06-09 18:27:04 -07:00
Justin Le
54d33ce028
show colorized amounts for totals of bs/is/cf ( #567 )
2017-06-08 10:33:46 -07:00
Justin Le
6857cd64a8
Fixing bs/is/cf --flat regressions ( #566 )
...
* fixing bs/is/cf --flat regressions
* fixed Tree forcing for non-period reports
2017-06-07 07:03:13 -07:00
afarrow
26d2fe3827
Fix typo in help docs ( #560 )
2017-05-31 16:20:21 -07:00
Simon Michael
c9e7bbdc7c
clarify recent print changes a bit ( #551 )
2017-05-30 13:57:52 -07:00
Simon Michael
6c95909fa2
stop forcing tree mode for now, need is unclear ( fixes #552 )
2017-05-23 10:05:04 -07:00
Simon Michael
118bc85726
bs/is: fix "Ratio has zero denominator" error (take 2) ( #535 )
2017-05-04 10:49:03 -07:00
Simon Michael
c8e4bc0098
bs/is: fix "Ratio has zero denominator" error with no matched accounts ( #518 )
2017-05-04 10:24:00 -07:00
Simon Michael
6c2d2c0a6a
bal: cleanup
...
[ci skip]
2017-04-25 19:39:09 -07:00
Simon Michael
10d85bedec
bal: show negative amounts in red
...
The balance command now shows negative amounts in red, when it thinks
ANSI codes are supported, ie when TERM is not "dumb" and stdout is not
being redirected or piped somewhere.
2017-04-25 18:34:09 -07:00
Simon Michael
e105cdee98
bs/cf/is: more informative usage, mention begin date ( #518 )
2017-03-31 17:41:25 -07:00
Simon Michael
e50dede708
cashflow: make totals row and -N more like balance/bs/is ( #518 )
2017-03-31 16:39:47 -07:00
Simon Michael
b82e800ae6
bs/cf/is: fix subtitle appearing above total (and put on one line) ( #527 )
2017-03-30 17:18:30 -07:00
Simon Michael
0055f99c77
doc: more options doc cleanups
2017-03-29 20:45:30 -07:00
Simon Michael
7df15a8279
doc: flags/usage/manual cleanups
2017-03-29 14:20:30 -07:00
Moritz Kiefer
f4b3f1c094
Add an option to use unicode in balance tables ( #528 )
...
* Add an option to use unicode in balance tables
fixes #522
* Add a test for unicode tables
* Document --pretty-tables
* Support --pretty-tables in BalanceView
2017-03-29 11:12:01 -07:00
Simon Michael
8d1b1fbfc5
cli: fix a commands list error when no addons are in path
2017-03-29 08:13:09 -07:00
Simon Michael
b402fc7e7d
lib: optserror -> usageError, consolidate with other error functions ( #529 )
2017-03-29 08:00:51 -07:00
Simon Michael
0e9b3dc4b9
cli: avoid processValue which prints stack traces ( fixes #529 )
2017-03-29 07:45:07 -07:00
Simon Michael
895a66eb06
cli: first of several cleanups; separate commands list & usage ( #297 )
2017-03-28 18:44:34 -07:00
Simon Michael
c6eaf9abb3
fix BalanceView warning, get travis passing
2017-03-28 04:48:27 -07:00
Simon Michael
e2faf08088
cli: simplify addons detection, fix deduplication
2017-03-28 04:07:01 -07:00
Justin Le
1e9e6f29e2
is/bs/cf without -E will now hide empty amounts properly, and still have properly aligned rows
2017-03-27 14:18:27 -07:00
Justin Le
7616056fbe
added 'qualifiers' to odd customized usages of bs/is/cf (ie, historical for is) to prevent misleading reports
2017-03-27 14:01:48 -07:00