summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43 from enderw88/nextJohn Wiegley2011-10-271-85/+465
|\ | | | | Many documentation edits and a fix for Bug 555 on stats command
| * many changes to documentation, including complete list of commands gleaned ↵Craig Earls2011-10-261-220/+402
| | | | | | | | from the source code and restururing of the chapter on commands
| * corrected Ledger_ to LEDGER_ for environemnt variables, added commands and ↵Craig Earls2011-10-221-10/+208
| | | | | | | | formatting variable from source code
* | Merge pull request #41 from enderw88/nextJohn Wiegley2011-10-243-93/+3803
|\| | | | | New draft of documentation
| * fixed bug 555, stats now properly reports postings per dayCraig Earls2011-10-221-5/+7
| |
| * Added sections describing the payees and accounts commandsCraig Earls2011-10-191-1/+11
| |
| * Added section detailing --balance-formatCraig Earls2011-10-191-22/+30
| |
| * Added section about forcing balance checkingCraig Earls2011-10-191-1/+44
| |
| * Corrected typo on pricedb commandCraig Earls2011-10-121-3/+3
| |
| * added --anon option to documentationCraig Earls2011-10-091-0/+1
| |
| * added auto timestamp to draft versionCraig Earls2011-10-051-1/+1
| |
| * Updated draft version on manualCraig Earls2011-10-051-1/+1
| |
| * Started principles of accounting chapterCraig Earls2011-10-051-1/+831
| |
| * Added grouping option sectionCraig Earls2011-10-051-2/+17
| |
| * Initial cut atBudgeting and Forecasting chapterCraig Earls2011-10-051-0/+93
| |
| * changing LEDGER to Ledger per JW requestCraig Earls2011-10-042-57/+57
| |
| * changing Ledger3.texi to ledger3.texi step 2Craig Earls2011-10-041-0/+0
| |
| * changing Ledger3.texi to ledger3.texi step 1Craig Earls2011-10-041-0/+0
| |
| * added version information to manualCraig Earls2011-10-031-11/+13
| |
| * correct payee regex flag is @ or 'payee'Craig Earls2011-10-031-2/+18
| |
| * Ready for first publicationCraig Earls2011-10-022-479/+809
| |
| * updated to work with V3Craig Earls2011-09-291-4/+5
| |
| * corrected drewr.dat for V3 automatic transaction syntaxCraig Earls2011-09-281-1/+1
| |
| * added description of periodic transactions and moved budgeting to a separate ↵Craig Earls2011-09-281-6/+11
| | | | | | | | chapter
| * General document structuring and transfer from older docsCraig Earls2011-09-281-172/+727
| |
| * Add virtual, automatic and multiple account transactionsCraig Earls2011-09-282-113/+320
| |
| * reverted to single file for ease of use with emacs texinfo modeCraig Earls2011-09-2812-1923/+1914
| |
| * Established info node consistencyCraig Earls2011-09-289-438/+484
| |
| * Corrected bracket quotation problemCraig Earls2011-09-281-5/+5
| |
| * added chapter files for Queries, Reporting, Format Strings, Python ↵Craig Earls2011-09-286-23/+20
| | | | | | | | Extensions, and Value Expressions
| * added chapter files for Queries, Reporting, Format Strings, Python ↵Craig Earls2011-09-285-0/+15
| | | | | | | | Extensions, and Value Expressions
| * Initial commit of new documentation structureCraig Earls2011-09-286-87/+1630
| |
* | Merge branch 'next' of github.com:jwiegley/ledger into nextJohn Wiegley2011-10-111-2/+3
|\ \
| * | Add warning to docs about whitespace in ledger format.David Gilman2011-09-011-2/+3
| |/
* / Documentation fixesJohn Wiegley2011-10-111-11/+10
|/
* Roel Vanhout's build files for Visual Studio 2008John Wiegley2011-03-251-0/+0
|
* Doc: Cannot separate multiple files with colonsMatt Palmer2010-12-301-2/+2
|
* Doc: Each option in ledgerrc must go on it's own lineMatt Palmer2010-12-301-2/+5
|
* Corrected syntax error in new ledger3 docMartin Michlmayr2010-07-301-9/+9
|
* Added new --bold-if optionJohn Wiegley2010-06-221-1/+2
|
* Initial skeleton for the 3.0 manualJohn Wiegley2010-06-191-0/+322
|
* Added NEWS entries for 2.6.2 and 2.6.3John Wiegley2010-06-191-0/+17
|
* 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
|
* Use UTF-8 as the proper encoding for Texinfo docsJohn Wiegley2010-06-121-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-113-27/+27
|
* Corrected a misleading example in the manualJohn Wiegley2010-06-091-27/+5
|
* @ characters in the manual need to be escaped.Martin Michlmayr2010-06-021-2/+2
|
* Fixed a typo in the manualMartin Michlmayr2010-05-281-1/+1
|
* Simplify introductory section of the manualMartin Michlmayr2010-05-281-2/+2
| | | | | | I found the first example confusing because it includes "(100") without any explanation. Transaction codes are only explained later on and this one isn't needed, so remove it.