Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated to work with V3 | Craig Earls | 2011-09-29 | 1 | -4/+5 |
| | |||||
* | corrected drewr.dat for V3 automatic transaction syntax | Craig Earls | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | added description of periodic transactions and moved budgeting to a separate ↵ | Craig Earls | 2011-09-28 | 1 | -6/+11 |
| | | | | chapter | ||||
* | General document structuring and transfer from older docs | Craig Earls | 2011-09-28 | 1 | -172/+727 |
| | |||||
* | Add virtual, automatic and multiple account transactions | Craig Earls | 2011-09-28 | 2 | -113/+320 |
| | |||||
* | reverted to single file for ease of use with emacs texinfo mode | Craig Earls | 2011-09-28 | 12 | -1923/+1914 |
| | |||||
* | Established info node consistency | Craig Earls | 2011-09-28 | 9 | -438/+484 |
| | |||||
* | Corrected bracket quotation problem | Craig Earls | 2011-09-28 | 1 | -5/+5 |
| | |||||
* | added chapter files for Queries, Reporting, Format Strings, Python ↵ | Craig Earls | 2011-09-28 | 6 | -23/+20 |
| | | | | Extensions, and Value Expressions | ||||
* | added chapter files for Queries, Reporting, Format Strings, Python ↵ | Craig Earls | 2011-09-28 | 5 | -0/+15 |
| | | | | Extensions, and Value Expressions | ||||
* | Initial commit of new documentation structure | Craig Earls | 2011-09-28 | 6 | -87/+1630 |
| | |||||
* | Roel Vanhout's build files for Visual Studio 2008 | John Wiegley | 2011-03-25 | 1 | -0/+0 |
| | |||||
* | Doc: Cannot separate multiple files with colons | Matt Palmer | 2010-12-30 | 1 | -2/+2 |
| | |||||
* | Doc: Each option in ledgerrc must go on it's own line | Matt Palmer | 2010-12-30 | 1 | -2/+5 |
| | |||||
* | Corrected syntax error in new ledger3 doc | Martin Michlmayr | 2010-07-30 | 1 | -9/+9 |
| | |||||
* | Added new --bold-if option | John Wiegley | 2010-06-22 | 1 | -1/+2 |
| | |||||
* | Initial skeleton for the 3.0 manual | John Wiegley | 2010-06-19 | 1 | -0/+322 |
| | |||||
* | Added NEWS entries for 2.6.2 and 2.6.3 | John Wiegley | 2010-06-19 | 1 | -0/+17 |
| | |||||
* | 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 |
| | |||||
* | Use UTF-8 as the proper encoding for Texinfo docs | John Wiegley | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 3 | -27/+27 |
| | |||||
* | Corrected a misleading example in the manual | John Wiegley | 2010-06-09 | 1 | -27/+5 |
| | |||||
* | @ characters in the manual need to be escaped. | Martin Michlmayr | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Fixed a typo in the manual | Martin Michlmayr | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Simplify introductory section of the manual | Martin Michlmayr | 2010-05-28 | 1 | -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 manual | Martin Michlmayr | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Add a missing word to the manual | Martin Michlmayr | 2010-05-28 | 1 | -4/+5 |
| | |||||
* | Documentation fixes. | Michael Norrish | 2010-05-28 | 1 | -13/+13 |
| | |||||
* | Updated NEWS file that there will be less news | John Wiegley | 2010-05-22 | 1 | -29/+8 |
| | |||||
* | ldg-texi.el now auto-generates regression tests | John Wiegley | 2010-03-15 | 1 | -0/+15 |
| | |||||
* | Make the manual encoding be utf-8 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed doc/Ledger.scriv | John Wiegley | 2010-02-04 | 369 | -130315/+0 |
| | |||||
* | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 1 | -12/+2 |
| | | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)' | ||||
* | Several changes to the sample.dat file | Aristid Breitkreuz | 2009-11-20 | 1 | -12/+18 |
| | |||||
* | Made the account and tag directives more rational | John Wiegley | 2009-11-15 | 1 | -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 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 |
| | |||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -1/+1 |
| | | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words. | ||||
* | Added file relating to last doc update | John Wiegley | 2009-10-27 | 1 | -0/+4 |
| | |||||
* | Added note to doc file. | John Wiegley | 2009-10-27 | 2 | -20/+22 |
| | |||||
* | Added beginning draft of manual for 3.0 | John Wiegley | 2009-10-25 | 368 | -0/+130309 |
| | | | | This is being kept in Scrivener format, for ease of writing. | ||||
* | 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 |
| | |||||
* | Removed a license file that's no longer relevant | John Wiegley | 2009-02-28 | 1 | -25/+0 |
| | |||||
* | 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 |
| |