summaryrefslogtreecommitdiff
path: root/doc/ledger.1
Commit message (Collapse)AuthorAgeFilesLines
...
* [doc] Document some value expressions in manpageAlexis Hildebrandt2015-01-201-0/+10
| | | | [ci skip]
* [doc] Improve manpageAlexis Hildebrandt2015-01-161-15/+2
| | | | | | | as suggested by: % mandoc -Tlint doc/ledger.1 [ci skip]
* [doc] Document -i in manpageAlexis Hildebrandt2015-01-161-1/+1
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Add FILES section to manpageAlexis Hildebrandt2015-01-151-0/+4
| | | | | | | to mention ~/.ledgerrc more prominently. [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Improve explanation for start-of-week optionAlexis Hildebrandt2015-01-151-5/+6
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Minor typographical improvements to manpageAlexis Hildebrandt2015-01-151-9/+9
| | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-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 optionAlexis Hildebrandt2015-01-111-5/+5
| | | | | for --period synonyms like --monthly, et al. [ci skip]
* [doc] Insert space to correct punctuation in .Xr macroAlexis Hildebrandt2015-01-101-1/+1
| | | | [ci skip]
* [doc] Insert newline to end .Nm macroAlexis Hildebrandt2015-01-101-2/+2
| | | | | | to highlight only the xact keyword [ci skip]
* [doc] Remove trailing whitespace in manpageAlexis Hildebrandt2015-01-101-5/+5
| | | | | | | since "troff can be confused by blank space characters at the end of a line." -- mdoc (7) [ci skip]
* Small doc typo fixesJostein Berntsen2015-01-091-1/+1
|
* Format commands properlyMartin Michlmayr2014-06-301-2/+7
|
* Typo fixMartin Michlmayr2014-06-301-1/+1
|
* Document --valuesMartin Michlmayr2014-06-301-0/+2
|
* Document --unrealizedMartin Michlmayr2014-06-301-0/+2
|
* Fix man page typoJamie Nguyen2014-03-231-1/+1
|
* Adding documentation of options to man-page from manual. Fixing a few minor ↵Peter Feigl2014-02-271-30/+418
| | | | typos and mistakes.
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+2
|
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-0/+3
|
* Bugs 726 and 727. Remove reference to draft and lisp commands in man pageCraig Earls2012-10-261-13/+7
|
* Document more commands in the man pageMartin Michlmayr2012-03-251-0/+26
|
* 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
|