Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added an --unround option, to show full precision | John Wiegley | 2009-02-27 | 1 | -1/+2 |
| | |||||
* | Changed --exchange's short option from -x to -X | John Wiegley | 2009-02-25 | 1 | -2/+2 |
| | |||||
* | Fixed the --gain option for balance reports | John Wiegley | 2009-02-25 | 1 | -0/+1 |
| | |||||
* | Added a new --depth option | John Wiegley | 2009-02-25 | 1 | -1/+2 |
| | |||||
* | Added some new valexpr functions to the man page | John Wiegley | 2009-02-24 | 1 | -0/+3 |
| | |||||
* | Added note to docs about "primary" commodities | John Wiegley | 2009-02-24 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a commodity is exchanged for another in a posting, one of the two is considered "primary", and the other secondary. Primariness of a commodity is remembered, since the --market option only renders balances into secondary commodities, never primaries. To render primaries, use the --exchange=COMMODITY option. In all of the following examples, the P commodity is considered primary and the S is secondary (the P at the beginning of the line indicates a price-setting directive): 2009/01/01 Sample 1a Assets:Brokerage:Stocks 100 S Assets:Brokerage:Cash -100 P P 2009/01/15 00:00:00 S 2 P 2009/02/01 Sample 2a Assets:Brokerage:Stocks 100 S @ 1 P Assets:Brokerage:Cash P 2009/02/01 00:00:00 S 4 P 2009/03/01 Sample 3a Assets:Brokerage:Stocks 100 S @@ 100 P Assets:Brokerage:Cash P 2009/03/01 00:00:00 S 8 P 2009/04/01 Sample 4a Assets:Brokerage:Cash 100 P Assets:Brokerage:Stocks -100 S {1 P} P 2009/04/01 00:00:00 S 16 P | ||||
* | Removed the largely useless --performance option | John Wiegley | 2009-02-24 | 2 | -6/+1 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 5 | -479/+479 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Added --revalued-total option, used by --gain | John Wiegley | 2009-02-23 | 1 | -1/+2 |
| | | | | | This option sets the total by which revalued transactions are determined. Only needed if the display total is not appropriate. | ||||
* | Updated manpage about the new --exchange changes | John Wiegley | 2009-02-22 | 1 | -5/+4 |
| | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -0/+1 |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | ||||
* | Changed --colors to --color, to match Git | John Wiegley | 2009-02-22 | 1 | -3/+3 |
| | |||||
* | Removed unused --totals option | John Wiegley | 2009-02-22 | 1 | -2/+1 |
| | | | | This option was for outputting <total> elements in 2.x's XML output. | ||||
* | Added a new --colors option, for terminal fun | John Wiegley | 2009-02-21 | 1 | -2/+12 |
| | | | | | | | | | The following colors are applied in the balance and register reports: GREEN To a date, if it occurs in the future BOLD If a payee name relates to an uncleared entry BLUE For account names RED For negative values |