Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+2 | |
| | ||||||
* | Added --value-expr option | John Wiegley | 2012-03-09 | 1 | -0/+1 | |
| | ||||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -1/+2 | |
| | ||||||
* | Added --historical option | John Wiegley | 2012-03-08 | 1 | -1/+2 | |
| | ||||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -3/+3 | |
| | ||||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+1 | |
| | ||||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -1/+4 | |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+1 | |
| | ||||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -1/+2 | |
| | ||||||
* | Added new --bold-if option | John Wiegley | 2010-06-22 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 1 | -12/+2 | |
| | | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)' | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Removed the largely useless --performance option | John Wiegley | 2009-02-24 | 1 | -2/+1 | |
| | ||||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -4/+7 | |
| | | | | | 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 | |||||
* | Added a new --raw option, for use with print | John Wiegley | 2009-02-21 | 1 | -0/+5 | |
| | ||||||
* | Added all current value expressions to man page | John Wiegley | 2009-02-21 | 1 | -42/+94 | |
| | ||||||
* | Began creation of an Nroff-formatted man page | John Wiegley | 2009-02-21 | 1 | -0/+267 | |