Commit Graph

52 Commits

Author SHA1 Message Date
Simon Michael
1eca6b8b5c ;queries: document quarter query term (#1247) 2020-07-31 18:15:18 -07:00
Simon Michael
3452270241 cli: --color/--colour option; smart emacs, windows autodetection (#1296) 2020-07-14 12:08:36 -07:00
Simon Michael
9198449ee3 areg: an account transaction register like the ones in ui/web (#1294)
;areg: debug output

;areg: show a title indicating which account was picked

This might be a bit of a pain for scripting, but otherwise it can be
quite confusing if your argument matches an account you didn't expect.

;areg: improve CSV headings

;areg: show at most two commodities per amount
2020-07-14 10:24:57 -07:00
Simon Michael
3ad313d8fa codes: new command for listing transaction codes 2020-07-07 13:38:49 -07:00
Stephen Morgan
b3cd865786 lib: Add fortnightly as a synonym for biweekly. 2020-06-23 06:48:20 -07:00
Dmitry Astapov
c8a84e3c96 cli: print -O sql 2020-06-22 12:17:33 -07:00
Simon Michael
06c174b236 ;valuation: doc edits 2020-06-19 17:17:49 -07:00
Simon Michael
e143ad2695 ;valuation: doc specifying new proposed behaviour (#1239, #1253) 2020-06-19 14:40:17 -07:00
Simon Michael
a384041f7c ;doc: valuation: clarify that -V requires P directives (#1239, #1253) 2020-06-14 15:41:48 -07:00
Simon Michael
6711e47c7c ;doc: valuation: more edits 2020-06-13 14:15:01 -07:00
Simon Michael
c8773854f0 ;doc: valuation: more cleanup 2020-06-13 12:41:02 -07:00
Simon Michael
07bda4105f ;doc: valuation: tweak 2020-06-13 12:30:13 -07:00
Simon Michael
558abf4bd7 ;doc: valuation: simplify 2020-06-13 12:25:17 -07:00
Simon Michael
4e182e651b ;doc: valuation: clarify this section; note a recent change
Note that default valuation commodity is now chosen from the latest
suitable P directive on any date, not just before the valuation date.
2020-06-13 12:20:55 -07:00
Simon Michael
03b4b2dedc journal: default valuation commodity comes from P directives only (#1239, #1253) 2020-06-12 21:25:38 -07:00
Simon Michael
88051b93ab ;cli: doc: regular expressions: fix special characters link 2020-06-05 07:24:33 -07:00
Stephen Morgan
be25fe360e lib: Parser now accepts .. as a synonym for to in date ranges. 2020-06-04 19:30:42 -07:00
Simon Michael
9bc8c5d668 ;cli: doc: json output seems not pretty printed right now 2020-06-04 13:59:26 -07:00
Simon Michael
8b0618ce4d ;cli: doc: not basically 2020-06-01 04:48:30 -07:00
Simon Michael
93154e9251 update and clean up valuation docs (#1239) 2020-05-25 17:45:31 -07:00
Simon Michael
4706b8cb00 ;regex doc tweaks 2020-05-10 13:15:15 -07:00
Simon Michael
24209a952c ;regex doc tweaks 2020-05-10 13:13:51 -07:00
Simon Michael
71111148ed ;regex doc tweaks 2020-05-10 13:11:53 -07:00
Simon Michael
f167c223a2 ;csv: emphasize regular expressions features and doc 2020-05-10 13:03:09 -07:00
Simon Michael
e5ed001ce8 ;doc: clarify when regexps do and do not support backreferences 2020-05-09 15:35:53 -07:00
Simon Michael
9dc015d974 ;doc: typo 2020-04-29 11:01:27 -07:00
Simon Michael
c0dc71ae25 ;doc: update the locale troubleshooting doc 2020-04-29 10:59:08 -07:00
Simon Michael
3b59a95a54 ;cli, journal: doc: consistent heading capitalisation, whitespace 2020-04-08 21:14:38 -07:00
Simon Michael
e7e9f1ee3b ;doc: cli: troubleshooting: mention C.UTF-8 2020-03-27 14:41:12 -07:00
Simon Michael
b6e4a1bdc0 ;doc: cli: troubleshooting: clarify locale spelling a bit 2020-03-27 13:37:06 -07:00
Simon Michael
3aebf03864 ;doc: json tweaks
[ci skip]
2020-02-26 11:48:09 -08:00
Simon Michael
a33a9d61c2 json: use a simpler, more consumable number representation (#1195)
Amounts in JSON are now rendered as simple Numbers with up to 10
decimal places, instead of Decimal objects which would in some cases
have 255 digits, too many for most JSON parsers to handle.
A provisional fix, see the comment in Json.hs for more detail.
2020-02-26 11:48:09 -08:00
Simon Michael
4c321cee4a ;doc: update output dest/format docs; add notes about JSON
[ci skip]
2020-02-25 09:25:48 -08:00
Mateus Furquim
05814e6fe7 Fix extra $ symbol 2020-02-10 10:18:20 -08:00
Simon Michael
af73547615 ;print, register: doc: some corrections to --value=then's effects
[ci skip]
2020-02-10 08:40:50 -08:00
Simon Michael
aa96b41efe print, register: add --value=then, valuing at each posting's date
Currently this will give an error with other kinds of report.
2020-02-10 08:20:39 -08:00
Simon Michael
4d94a5273b ;doc: manuals: whitespace cleanup
Remove a bunch of trailing whitespace with M-x whitespace-cleanup.
Except for examples showing hledger output, which might be tested
with shelltest some day, so stripping that whitespace might be problematic.

[ci skip]
2020-02-08 12:44:54 -08:00
Simon Michael
54e633e186 ;doc: hledger, journal, csv: consistent use of pipe tables
For consistency, ease of editing, and to fix unwanted content display
when cycling visibility in markdown-mode.

[ci skip]
2020-02-08 11:52:18 -08:00
Simon Michael
ea4b69db32 ;doc: hledger: markdown note
[ci skip]
2020-02-08 11:40:40 -08:00
Simon Michael
078e9c8e9c ;doc: hledger: merge examples, options, commands files
[ci skip]
2020-02-08 11:15:27 -08:00
Simon Michael
e52a6281fb ;doc: hledger: inline troubleshooting, cleanups, m4 docs
[ci skip]
2020-02-08 11:10:23 -08:00
Simon Michael
743a63c319 ;doc: consolidate hledger manual a bit 2020-02-06 17:52:37 -08:00
Simon Michael
b1de2f2308 ;doc: drop redundant version message from web manuals
[ci skip]
2020-01-25 19:33:12 -08:00
Simon Michael
444c4342ed ;doc: manuals: hide NAME/SYNOPSIS/DESCRIPTION headings in web manuals
[ci skip]
2020-01-25 16:57:51 -08:00
Simon Michael
a6ec6b40da ;doc: manuals: tweak standard description, make hledger's consistent
[ci skip]
2020-01-25 16:55:58 -08:00
Simon Michael
95aa2e16cc ;doc: fix some old wiki and Cookbook references (hledger_site/#10) 2019-12-09 06:08:03 -08:00
Simon Michael
acd7010e5a ;doc: "curses-style interface" -> "terminal interface"
[ci skip]
2019-09-10 18:14:16 -07:00
Simon Michael
9664194f20 ;doc: cli: drop obsolete comments
[ci skip]
2019-09-02 06:11:01 -07:00
Simon Michael
da6718806a ;doc: don't add page TOCs any more, sphinx has it covered
[ci skip]
2019-08-26 09:37:03 -07:00
Simon Michael
64df6e731c ;doc: cli: BUGS -> LIMITATIONS; mention windows display issue (#961)
[ci skip]
2019-03-12 03:22:20 -07:00