Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 7 | -0/+28 |
| | | | | | Also, also show a final balance if there are multiple accounts displayed, even if that final balance is zero. | ||||
* | If a balance report is multi-lined, print a total | John Wiegley | 2009-03-15 | 1 | -0/+3 |
| | |||||
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 2 | -0/+143 |
| | |||||
* | Fixed another time-sensitive unit test | John Wiegley | 2009-03-02 | 1 | -7/+13 |
| | |||||
* | Added "fixated commodity pricing" | John Wiegley | 2009-03-02 | 1 | -0/+18 |
| | | | | | | | | | | | | | If you put '=' before an annotated commodity's price, it will cause any future market valuation of that commodity to use that price, and ignore whatever changes may have happened since in the market price. This can be useful if you are tracking gas expenses based on a standard rate which, although it changes over time, should not adjust the historical valuation of how much the gas cost at the time it was purchased: 2009/01/01 Payee Expenses:Gas 100 GAL {=$2} Liabilities:MasterCard $-200 | ||||
* | Patched some date-sensitive tests | John Wiegley | 2009-03-02 | 1 | -37/+37 |
| | |||||
* | Separator in "balance" now part of format string | John Wiegley | 2009-02-27 | 3 | -3/+3 |
| | |||||
* | Fix to amount unreduction (aka, 120m -> 2h) | John Wiegley | 2009-02-27 | 4 | -1296/+1292 |
| | |||||
* | Fixed a buffer overrun | John Wiegley | 2009-02-27 | 1 | -2/+2 |
| | |||||
* | Fixed the pager test to be more portable | John Wiegley | 2009-02-24 | 1 | -2/+4 |
| | |||||
* | Be smarter about printing uncommoditized amounts | John Wiegley | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | Fixed an issue involving costs and reduced values | John Wiegley | 2009-02-24 | 1 | -1/+17 |
| | |||||
* | Added several baseline tests regarding lot details | John Wiegley | 2009-02-24 | 5 | -0/+14546 |
| | |||||
* | Fixed a minor bug in handling of automated xacts | John Wiegley | 2009-02-23 | 1 | -0/+1 |
| | | | | | There was a if statement with an inverse boolean meaning, which caused some automated transaction postings to have a null amount. | ||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 3 | -85/+85 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Added several more option baseline tests | John Wiegley | 2009-02-23 | 5 | -0/+65 |
| | |||||
* | Restore the --gain option, for showing gain/loss | John Wiegley | 2009-02-23 | 1 | -0/+66 |
| | |||||
* | Added baseline test for --revalued-only | John Wiegley | 2009-02-23 | 2 | -0/+125 |
| |