summaryrefslogtreecommitdiff
path: root/doc/ledger.1
Commit message (Collapse)AuthorAgeFilesLines
* Update manual to say that pricesdb option has been renamed to pricedbMartin Michlmayr2012-03-231-2/+2
|
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+2
|
* Added option --day-breakJohn Wiegley2012-03-171-1/+2
|
* Added --time-report optionJohn Wiegley2012-03-131-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 optionJohn Wiegley2012-03-101-0/+1
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-101-0/+1
|
* Make --lot-notes the primary name, not --lot-tagsJohn Wiegley2012-03-101-1/+0
|
* Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-101-1/+2
|
* Added --value-expr optionJohn Wiegley2012-03-091-0/+1
|
* Reworked the way that options are handledJohn Wiegley2012-03-091-1/+2
|
* Added --historical optionJohn Wiegley2012-03-081-1/+2
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-3/+3
|
* Added --check-payees optionJohn Wiegley2012-02-271-0/+1
|
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-1/+4
| | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict.
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+1
|
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-1/+2
|
* Added new --bold-if optionJohn Wiegley2010-06-221-1/+2
|
* Added new option --inject=KEY[,KEY...]John Wiegley2010-06-181-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 pageJohn Wiegley2010-06-151-8/+39
|
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-12/+2
| | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)'
* Moved a usage of Ar in the man pageJohn Wiegley2009-11-131-2/+3
|
* All commands are now documented in the man pageJohn Wiegley2009-11-121-37/+261
|
* Fixed a bug in the man pageJohn Wiegley2009-03-151-3/+3
|
* Removed the --totals optionJohn Wiegley2009-03-051-2/+1
|
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-0/+1
|
* Several corrections to the man pageJohn Wiegley2009-03-031-15/+28
|
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-0/+1
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+2
|
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-1/+2
|
* Changed --exchange's short option from -x to -XJohn Wiegley2009-02-251-2/+2
|
* Fixed the --gain option for balance reportsJohn Wiegley2009-02-251-0/+1
|
* Added a new --depth optionJohn Wiegley2009-02-251-1/+2
|
* Added some new valexpr functions to the man pageJohn Wiegley2009-02-241-0/+3
|
* Removed the largely useless --performance optionJohn Wiegley2009-02-241-2/+1
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-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 --gainJohn Wiegley2009-02-231-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 changesJohn Wiegley2009-02-221-5/+4
|
* Added --exchange (-x) optionJohn Wiegley2009-02-221-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 GitJohn Wiegley2009-02-221-3/+3
|
* Removed unused --totals optionJohn Wiegley2009-02-221-2/+1
| | | | This option was for outputting <total> elements in 2.x's XML output.
* Added a new --colors option, for terminal funJohn Wiegley2009-02-211-2/+12
| | | | | | | | | The following colors are applied in the balance and register reports: GREEN To a date, if it occurs in the future BOLD If a payee name relates to an uncleared entry BLUE For account names RED For negative values
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-0/+5
|
* Added all current value expressions to man pageJohn Wiegley2009-02-211-42/+94
|
* Began creation of an Nroff-formatted man pageJohn Wiegley2009-02-211-0/+267