summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* Added baseline test for --onlyJohn Wiegley2009-06-211-0/+236
|
* Restored the --truncate option, added baseline testJohn Wiegley2009-06-211-0/+144
|
* Added baseline: --sort, --sort-all, --sort-xactsJohn Wiegley2009-06-213-0/+544
|
* Restored --unround, added baseline testJohn Wiegley2009-06-211-0/+94
|
* Added baseline: --subtotal, --total-data, --totalJohn Wiegley2009-06-213-0/+113
|
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-0/+94
|
* Added baseline tests for --lot-tags and --lots-actualJohn Wiegley2009-06-192-0/+39
|
* Added baseline test for --limitJohn Wiegley2009-06-191-0/+212
|
* Added baseline test for --seedJohn Wiegley2009-06-181-0/+432
|
* Added baseline tests for --related, --related-allJohn Wiegley2009-06-182-0/+27
|
* Added baseline test for --quantityJohn Wiegley2009-06-181-0/+11
|
* Added baseline tests for --print,register-formatJohn Wiegley2009-06-182-0/+20
|
* Restored --plot-amount-format, --plot-total-formatJohn Wiegley2009-06-182-0/+20
|
* Restored --prices-format optionsJohn Wiegley2009-06-181-0/+19
|
* Restored pricesdb command and --pricesdb-format optionJohn Wiegley2009-06-181-0/+19
|
* Restored --input-date-format optionJohn Wiegley2009-06-181-0/+11
|
* Added baseline test for --realJohn Wiegley2009-06-181-0/+11
|
* Added baseline test for --periodJohn Wiegley2009-06-181-0/+290
|
* Added a baseline test for balance assignmentsJohn Wiegley2009-06-131-0/+37
|
* Renamed the fixated-prices testJohn Wiegley2009-06-131-0/+0
|
* Temporarily disable the opt-forecast-while testJohn Wiegley2009-05-261-0/+0
|
* If 2+ child accounts are shown, show the parentJohn Wiegley2009-03-157-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 totalJohn Wiegley2009-03-151-0/+3
|
* Rewrote the balance report again, to fix --depthJohn Wiegley2009-03-082-0/+143
|
* Fixed another time-sensitive unit testJohn Wiegley2009-03-021-7/+13
|
* Added "fixated commodity pricing"John Wiegley2009-03-021-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 testsJohn Wiegley2009-03-021-37/+37
|
* Separator in "balance" now part of format stringJohn Wiegley2009-02-273-3/+3
|
* Fix to amount unreduction (aka, 120m -> 2h)John Wiegley2009-02-274-1296/+1292
|
* Fixed a buffer overrunJohn Wiegley2009-02-271-2/+2
|
* Fixed the pager test to be more portableJohn Wiegley2009-02-241-2/+4
|
* Be smarter about printing uncommoditized amountsJohn Wiegley2009-02-241-1/+1
|
* Fixed an issue involving costs and reduced valuesJohn Wiegley2009-02-241-1/+17
|
* Added several baseline tests regarding lot detailsJohn Wiegley2009-02-245-0/+14546
|
* Fixed a minor bug in handling of automated xactsJohn Wiegley2009-02-231-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 IIJohn Wiegley2009-02-233-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 testsJohn Wiegley2009-02-235-0/+65
|
* Restore the --gain option, for showing gain/lossJohn Wiegley2009-02-231-0/+66
|
* Added baseline test for --revalued-onlyJohn Wiegley2009-02-232-0/+125
|
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-232-10/+16
|
* Many fixes to --market and --exchangeJohn Wiegley2009-02-222-0/+141
| | | | Also, --exchange now accepted multiple, comma-separated commodities.
* Added more option baseline testsJohn Wiegley2009-02-223-1/+308
|
* Restored the --invert optionJohn Wiegley2009-02-221-0/+11
|
* Added more option baseline testsJohn Wiegley2009-02-213-0/+56
|
* Added variant baseline tests relating to --emptyJohn Wiegley2009-02-215-8/+426
|
* Added several more baseline testsJohn Wiegley2009-02-2110-0/+1766
|
* Added --start-of-week option, used with --weeklyJohn Wiegley2009-02-211-0/+224
| | | | | For example, --start-of-week=monday can be used to report weeks that begin on Mondays.
* Added a new --exact optionJohn Wiegley2009-02-211-0/+225
| | | | | | | | | The purpose of this option is that usually when you do a --monthly periodic report, you see dates ranges from the first day of each month, to the last day. With --exact, the first day of each range will be the date of the first transaction found in that range, and likewise with the end of the range. Essentially it "contracts" the reported period dates to reflect the exact begin and end dates.
* Restored the --deviation optionJohn Wiegley2009-02-211-0/+244
|
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-212-0/+299
|