Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the way prices and costs are print'd | John Wiegley | 2010-06-07 | 3 | -551/+551 |
| | |||||
* | Reworked the way that <Rounding> entries are shown | John Wiegley | 2010-06-06 | 2 | -3/+0 |
| | | | | Fixes #188 / 53BCED29-F3B9-4E02-9A35-6C739ABB9662 | ||||
* | Changed --european option to --decimal-comma | John Wiegley | 2010-06-01 | 1 | -1/+1 |
| | | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC | ||||
* | -G option now takes price history into account | John Wiegley | 2010-05-30 | 2 | -2/+4 |
| | |||||
* | -V/-X options now take price history into account | John Wiegley | 2010-05-30 | 1 | -1/+2 |
| | |||||
* | Empty notes and tags now return null values | John Wiegley | 2010-05-30 | 1 | -2/+2 |
| | |||||
* | Added a new baseline test for the print command | John Wiegley | 2010-05-23 | 1 | -0/+11 |
| | |||||
* | Do not implicitly sort register output | John Wiegley | 2010-03-17 | 6 | -55/+55 |
| | | | | The switches the default back to the same as 2.x, which is --unsorted. | ||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -10/+0 |
| | | | | | There ended up being too many corner cases for the generalized formatter to handle. | ||||
* | Fixed tests relative to recent --pivot change | John Wiegley | 2010-02-04 | 4 | -24/+24 |
| | |||||
* | Added baseline tests for unrealized options | Aristid Breitkreuz | 2009-11-25 | 3 | -0/+68 |
| | | | | | This includes another baseline test for --unrealized, and also new ones for --unrealized-gains and --unrealized-losses. | ||||
* | Fixed regression tests relating to b1d6ea876c5f | John Wiegley | 2009-11-24 | 2 | -0/+4 |
| | |||||
* | Added baseline test for "sample.dat" contents | John Wiegley | 2009-11-20 | 1 | -0/+91 |
| | |||||
* | Added an --unrealized option, for use with bal -V | John Wiegley | 2009-11-19 | 1 | -0/+20 |
| | | | | | | When this option is on, then in balance report which show market values, any gains or losses in value will be balanced into a pair of accounts called Equity:Unrealized Gains and Equity:Unrealized Losses. | ||||
* | Added baseline test for reg -n | John Wiegley | 2009-11-14 | 1 | -0/+46 |
| | |||||
* | Renamed the pricesdb command to pricedb | John Wiegley | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | Automated transactions now use report query syntax | John Wiegley | 2009-11-10 | 1 | -1/+1 |
| | | | | This returns their behavior back very close to what 2.x accepts. | ||||
* | Column widths are always calculated now | John Wiegley | 2009-11-07 | 1 | -3/+3 |
| | |||||
* | Renamed --set-reported-account to just --account | John Wiegley | 2009-11-06 | 11 | -47/+25 |
| | | | | | | | This fits better with the --amount and --total options, which both change the amount and total used for calculation. Same with --account: it happens after filtering, but before calculation so that balance reports look as you'd expect. | ||||
* | Fixed issues with period strings like "2009/10" | John Wiegley | 2009-11-02 | 2 | -120/+120 |
| | |||||
* | Fixed baseline tests relating to earlier changes | John Wiegley | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 2 | -4/+4 |
| | |||||
* | Sort by default unless --unsorted is selected | John Wiegley | 2009-10-28 | 9 | -87/+87 |
| | |||||
* | Support a --now option, for testing purposes | John Wiegley | 2009-10-27 | 1 | -1/+1 |
| | | | | | | This sets Ledger's notion of the "current time" to the given date. This makes it possible to have stable output from budgeting and forecasting reports, for the sake of baseline tests. | ||||
* | Rewrote the way date and time I/O is managed | John Wiegley | 2009-10-25 | 3 | -12/+12 |
| | |||||
* | Disabled the --seed regression test | John Wiegley | 2009-10-11 | 1 | -0/+0 |
| | | | | There is already a much more comprehensive test for "generate --seed". | ||||
* | Added four missing baseline tests | John Wiegley | 2009-06-28 | 4 | -0/+45 |
| | |||||
* | Improved usefulness of the "print --anon" output | John Wiegley | 2009-06-27 | 1 | -2/+2 |
| | |||||
* | Restored --price option, added baseline test | John Wiegley | 2009-06-26 | 1 | -0/+47 |
| | | | | | | | This option reports only in terms of the annotated price of the commodities involved, otherwise it reports the amounts themselves. It can be used in conjunction with other reports, as it applies to the displayed amounts, not the actual amounts being calculated. | ||||
* | Added baseline test for --only | John Wiegley | 2009-06-21 | 1 | -0/+236 |
| | |||||
* | Restored the --truncate option, added baseline test | John Wiegley | 2009-06-21 | 1 | -0/+144 |
| | |||||
* | Added baseline: --sort, --sort-all, --sort-xacts | John Wiegley | 2009-06-21 | 3 | -0/+544 |
| | |||||
* | Restored --unround, added baseline test | John Wiegley | 2009-06-21 | 1 | -0/+94 |
| | |||||
* | Added baseline: --subtotal, --total-data, --total | John Wiegley | 2009-06-21 | 3 | -0/+113 |
| | |||||
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -0/+94 |
| | |||||
* | Added baseline tests for --lot-tags and --lots-actual | John Wiegley | 2009-06-19 | 2 | -0/+39 |
| | |||||
* | Added baseline test for --limit | John Wiegley | 2009-06-19 | 1 | -0/+212 |
| | |||||
* | Added baseline test for --seed | John Wiegley | 2009-06-18 | 1 | -0/+432 |
| | |||||
* | Added baseline tests for --related, --related-all | John Wiegley | 2009-06-18 | 2 | -0/+27 |
| | |||||
* | Added baseline test for --quantity | John Wiegley | 2009-06-18 | 1 | -0/+11 |
| | |||||
* | Added baseline tests for --print,register-format | John Wiegley | 2009-06-18 | 2 | -0/+20 |
| | |||||
* | Restored --plot-amount-format, --plot-total-format | John Wiegley | 2009-06-18 | 2 | -0/+20 |
| | |||||
* | Restored --prices-format options | John Wiegley | 2009-06-18 | 1 | -0/+19 |
| | |||||
* | Restored pricesdb command and --pricesdb-format option | John Wiegley | 2009-06-18 | 1 | -0/+19 |
| | |||||
* | Restored --input-date-format option | John Wiegley | 2009-06-18 | 1 | -0/+11 |
| | |||||
* | Added baseline test for --real | John Wiegley | 2009-06-18 | 1 | -0/+11 |
| | |||||
* | Added baseline test for --period | John Wiegley | 2009-06-18 | 1 | -0/+290 |
| | |||||
* | Added a baseline test for balance assignments | John Wiegley | 2009-06-13 | 1 | -0/+37 |
| | |||||
* | Renamed the fixated-prices test | John Wiegley | 2009-06-13 | 1 | -0/+0 |
| | |||||
* | Temporarily disable the opt-forecast-while test | John Wiegley | 2009-05-26 | 1 | -0/+0 |
| |