Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fixed bug 555, stats now properly reports postings per day | Craig Earls | 2011-10-22 | 1 | -5/+7 | |
| | | ||||||
| * | Added sections describing the payees and accounts commands | Craig Earls | 2011-10-19 | 1 | -1/+11 | |
| | | ||||||
| * | Added section detailing --balance-format | Craig Earls | 2011-10-19 | 1 | -22/+30 | |
| | | ||||||
| * | Added section about forcing balance checking | Craig Earls | 2011-10-19 | 1 | -1/+44 | |
| | | ||||||
| * | Corrected typo on pricedb command | Craig Earls | 2011-10-12 | 1 | -3/+3 | |
| | | ||||||
| * | added --anon option to documentation | Craig Earls | 2011-10-09 | 1 | -0/+1 | |
| | | ||||||
| * | added auto timestamp to draft version | Craig Earls | 2011-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Updated draft version on manual | Craig Earls | 2011-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Started principles of accounting chapter | Craig Earls | 2011-10-05 | 1 | -1/+831 | |
| | | ||||||
| * | Added grouping option section | Craig Earls | 2011-10-05 | 1 | -2/+17 | |
| | | ||||||
| * | Initial cut atBudgeting and Forecasting chapter | Craig Earls | 2011-10-05 | 1 | -0/+93 | |
| | | ||||||
| * | changing LEDGER to Ledger per JW request | Craig Earls | 2011-10-04 | 2 | -57/+57 | |
| | | ||||||
| * | changing Ledger3.texi to ledger3.texi step 2 | Craig Earls | 2011-10-04 | 1 | -0/+0 | |
| | | ||||||
| * | changing Ledger3.texi to ledger3.texi step 1 | Craig Earls | 2011-10-04 | 1 | -0/+0 | |
| | | ||||||
| * | added version information to manual | Craig Earls | 2011-10-03 | 1 | -11/+13 | |
| | | ||||||
| * | correct payee regex flag is @ or 'payee' | Craig Earls | 2011-10-03 | 1 | -2/+18 | |
| | | ||||||
| * | Ready for first publication | Craig Earls | 2011-10-02 | 2 | -479/+809 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'next' of github.com:jwiegley/ledger into next | John Wiegley | 2011-10-11 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Add warning to docs about whitespace in ledger format. | David Gilman | 2011-09-01 | 1 | -2/+3 | |
| |/ | ||||||
* / | Documentation fixes | John Wiegley | 2011-10-11 | 1 | -11/+10 | |
|/ | ||||||
* | 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 | |
| |