summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* Fix a cosmetic problem in the manualMartin Michlmayr2010-05-281-1/+1
|
* Add a missing word to the manualMartin Michlmayr2010-05-281-4/+5
|
* Documentation fixes.Michael Norrish2010-05-281-13/+13
|
* Updated NEWS file that there will be less newsJohn Wiegley2010-05-221-29/+8
|
* ldg-texi.el now auto-generates regression testsJohn Wiegley2010-03-151-0/+15
|
* Make the manual encoding be utf-8John Wiegley2010-03-051-1/+1
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Removed doc/Ledger.scrivJohn Wiegley2010-02-04369-130315/+0
|
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-12/+2
| | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)'
* Several changes to the sample.dat fileAristid Breitkreuz2009-11-201-12/+18
|
* Made the account and tag directives more rationalJohn Wiegley2009-11-151-0/+4
| | | | | Now you must specify "account / end account", and "tag / end tag". For backwards compatability, plain "end" is the same as "end account".
* 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
|