Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Comment undocumented options in manpage | Alexis Hildebrandt | 2015-01-21 | 1 | -2/+2 |
| | | | so that they are reported properly by test/CheckTests.py | ||||
* | [doc] Document some value expressions in manpage | Alexis Hildebrandt | 2015-01-20 | 1 | -0/+10 |
| | | | | [ci skip] | ||||
* | [doc] Improve manpage | Alexis Hildebrandt | 2015-01-16 | 1 | -15/+2 |
| | | | | | | | as suggested by: % mandoc -Tlint doc/ledger.1 [ci skip] | ||||
* | [doc] Document -i in manpage | Alexis Hildebrandt | 2015-01-16 | 1 | -1/+1 |
| | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | [doc] Add FILES section to manpage | Alexis Hildebrandt | 2015-01-15 | 1 | -0/+4 |
| | | | | | | | to mention ~/.ledgerrc more prominently. [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | [doc] Improve explanation for start-of-week option | Alexis Hildebrandt | 2015-01-15 | 1 | -5/+6 |
| | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | [doc] Minor typographical improvements to manpage | Alexis Hildebrandt | 2015-01-15 | 1 | -9/+9 |
| | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | [doc] Add CheckTests to ctest | Alexis Hildebrandt | 2015-01-15 | 1 | -18/+36 |
| | | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | [doc] Insert Ar to separate argument from option | Alexis Hildebrandt | 2015-01-11 | 1 | -5/+5 |
| | | | | | for --period synonyms like --monthly, et al. [ci skip] | ||||
* | [doc] Insert space to correct punctuation in .Xr macro | Alexis Hildebrandt | 2015-01-10 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [doc] Insert newline to end .Nm macro | Alexis Hildebrandt | 2015-01-10 | 1 | -2/+2 |
| | | | | | | to highlight only the xact keyword [ci skip] | ||||
* | [doc] Remove trailing whitespace in manpage | Alexis Hildebrandt | 2015-01-10 | 1 | -5/+5 |
| | | | | | | | since "troff can be confused by blank space characters at the end of a line." -- mdoc (7) [ci skip] | ||||
* | Small doc typo fixes | Jostein Berntsen | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Format commands properly | Martin Michlmayr | 2014-06-30 | 1 | -2/+7 |
| | |||||
* | Typo fix | Martin Michlmayr | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Document --values | Martin Michlmayr | 2014-06-30 | 1 | -0/+2 |
| | |||||
* | Document --unrealized | Martin Michlmayr | 2014-06-30 | 1 | -0/+2 |
| | |||||
* | Fix man page typo | Jamie Nguyen | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Adding documentation of options to man-page from manual. Fixing a few minor ↵ | Peter Feigl | 2014-02-27 | 1 | -30/+418 |
| | | | | typos and mistakes. | ||||
* | Adding option --no-aliases to completely disable alias expansion | Peter Feigl | 2014-02-26 | 1 | -0/+2 |
| | |||||
* | Adding option --recursive-aliases, adding documentation to man-page and manual | Peter Feigl | 2014-02-26 | 1 | -0/+3 |
| | |||||
* | Bugs 726 and 727. Remove reference to draft and lisp commands in man page | Craig Earls | 2012-10-26 | 1 | -13/+7 |
| | |||||
* | Document more commands in the man page | Martin Michlmayr | 2012-03-25 | 1 | -0/+26 |
| | |||||
* | Update manual to say that pricesdb option has been renamed to pricedb | Martin Michlmayr | 2012-03-23 | 1 | -2/+2 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+2 |
| | |||||
* | Added option --day-break | John Wiegley | 2012-03-17 | 1 | -1/+2 |
| | |||||
* | Added --time-report option | John Wiegley | 2012-03-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | This is a rather basic option at the moment which only affects the balance report. I use it as follows, for entering contractor hours into a project planning application, where $1 is the contractor's timelog file, and $2 is the date after which new entries appear in the file: ledger -f $1 balance \ --account=payee \ --time-report \ -d "latest > [$2]" \ --datetime-format='%m/%d/%y %I:%M %p' | ||||
* | Added --immediate option | John Wiegley | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Make --lot-notes the primary name, not --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+0 |
| | |||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+2 |
| | |||||
* | Added --value-expr option | John Wiegley | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -1/+2 |
| | |||||
* | Added --historical option | John Wiegley | 2012-03-08 | 1 | -1/+2 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+1 |
| | |||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -1/+4 |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | ||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+1 |
| | |||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -1/+2 |
| | |||||
* | Added new --bold-if option | John Wiegley | 2010-06-22 | 1 | -1/+2 |
| | |||||
* | Added new option --inject=KEY[,KEY...] | John Wiegley | 2010-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have a typed metadata key which contains an amount, you can use --inject=KEY to inject a posting with that amount wherever a match occurs. There are two main forms of usage: 2010-06-18 Sample ; Key:: $100 Expenses:Food $100.00 Assets:Checking The command would be: ledger reg --inject=Key In the above, transactional form, a posting under the account "Key" will be injected before the first posting reported for this transaction. It's amount will be $100. This only happens once for the whole transaction. It is also possible to associate the key with a posting: 2010-06-18 Sample Expenses:Food $100.00 ; Key:: $100 Assets:Checking Now the injected posting is generated whenever that particular post is reported. | ||||
* | Corrected list of options shown in the man page | John Wiegley | 2010-06-15 | 1 | -8/+39 |
| | |||||
* | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 1 | -12/+2 |
| | | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)' | ||||
* | Moved a usage of Ar in the man page | John Wiegley | 2009-11-13 | 1 | -2/+3 |
| | |||||
* | All commands are now documented in the man page | John Wiegley | 2009-11-12 | 1 | -37/+261 |
| | |||||
* | Fixed a bug in the man page | John Wiegley | 2009-03-15 | 1 | -3/+3 |
| | |||||
* | Removed the --totals option | John Wiegley | 2009-03-05 | 1 | -2/+1 |
| | |||||
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -0/+1 |
| | |||||
* | Several corrections to the man page | John Wiegley | 2009-03-03 | 1 | -15/+28 |
| | |||||
* | Added --lots-actual, to not print calc'd details | John Wiegley | 2009-02-27 | 1 | -0/+1 |
| |