Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected printing of assigned amounts | John Wiegley | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -91/+91 |
| | |||||
* | Fixed the "generate" command | John Wiegley | 2010-06-10 | 1 | -4/+4 |
| | |||||
* | Fixed the way prices and costs are print'd | John Wiegley | 2010-06-07 | 1 | -7/+9 |
| | |||||
* | amount_t::print and value_t::print now use flags | John Wiegley | 2010-06-07 | 1 | -3/+4 |
| | |||||
* | Make --anon work with the print command | John Wiegley | 2010-06-05 | 1 | -0/+1 |
| | | | | Fixes #226 / C1C1E731-D991-40ED-BE43-8ED55585386C | ||||
* | Inlined the print_xacts constructor | John Wiegley | 2010-06-02 | 1 | -7/+0 |
| | |||||
* | New: --group-by=EXPR and --group-title-format=FMT | John Wiegley | 2010-05-30 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | The --group-by option allows for most reports to be split up into sections based on the varying value of EXPR. For example, to see register subtotals by payee, use: ledger reg --group-by=payee -s This works for separated balances too: ledger bal --group-by=payee Another interesting possibility is seeing a register of all the accounts affected by a related account: ledger reg -r --group-by=payee The option --group-title-format can be used to add a separator bar to the group titles. The option --no-titles can be used to drop titles altogether. | ||||
* | print honors --columns, --account,amount-width | John Wiegley | 2010-05-22 | 1 | -22/+59 |
| | |||||
* | The print command now honors use of --date-format | John Wiegley | 2010-05-22 | 1 | -3/+10 |
| | |||||
* | print command correctly prints amount expressions | John Wiegley | 2010-05-07 | 1 | -3/+9 |
| | |||||
* | Improved the new implementation of "print" | John Wiegley | 2010-03-17 | 1 | -4/+4 |
| | |||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -0/+208 |
There ended up being too many corner cases for the generalized formatter to handle. |