Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added generate command, --seed, and GenerateTests | John Wiegley | 2009-02-27 | 1 | -0/+2 |
| | |||||
* | Added an --unround option, to show full precision | John Wiegley | 2009-02-27 | 1 | -1/+2 |
| | |||||
* | Changed --exchange's short option from -x to -X | John Wiegley | 2009-02-25 | 1 | -2/+2 |
| | |||||
* | Fixed the --gain option for balance reports | John Wiegley | 2009-02-25 | 1 | -0/+1 |
| | |||||
* | Added a new --depth option | John Wiegley | 2009-02-25 | 1 | -1/+2 |
| | |||||
* | Added some new valexpr functions to the man page | John Wiegley | 2009-02-24 | 1 | -0/+3 |
| | |||||
* | Removed the largely useless --performance option | John Wiegley | 2009-02-24 | 1 | -2/+1 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -4/+7 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Added --revalued-total option, used by --gain | John Wiegley | 2009-02-23 | 1 | -1/+2 |
| | | | | | This option sets the total by which revalued transactions are determined. Only needed if the display total is not appropriate. | ||||
* | Updated manpage about the new --exchange changes | John Wiegley | 2009-02-22 | 1 | -5/+4 |
| | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -0/+1 |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | ||||
* | Changed --colors to --color, to match Git | John Wiegley | 2009-02-22 | 1 | -3/+3 |
| | |||||
* | Removed unused --totals option | John Wiegley | 2009-02-22 | 1 | -2/+1 |
| | | | | This option was for outputting <total> elements in 2.x's XML output. |