summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Restored the --base optionJohn Wiegley2009-02-203-0/+430
|
* Restored the --budget optionJohn Wiegley2009-02-201-0/+272
|
* Added more option baseline testsJohn Wiegley2009-02-205-0/+332
|
* Added more option baseline tests, enabled --dowJohn Wiegley2009-02-207-0/+322
|
* Enabled --current optionJohn Wiegley2009-02-201-0/+17
|
* Added more option baseline testsJohn Wiegley2009-02-205-0/+58
|
* Added several more option baseline testsJohn Wiegley2009-02-2017-13/+300
|
* Added more option baseline testsJohn Wiegley2009-02-203-0/+470
|
* Restored the --basis optionJohn Wiegley2009-02-201-0/+10
|
* Added test for --balance-formatJohn Wiegley2009-02-201-0/+10
|
* Added several new baseline testsJohn Wiegley2009-02-208-1/+310
|
* Added feature baseline testsJohn Wiegley2009-02-201-0/+11
These are like regression tests to confirm the basic functionality of every Ledger feature. Also, made the release-distcheck target less sensitive.