summaryrefslogtreecommitdiff
path: root/test/baseline/opt-lots-actual.test
Commit message (Collapse)AuthorAgeFilesLines
* Honour date-format for lot datesMartin Michlmayr2014-05-131-1/+1
| | | | Fixes bug #383
* Changed testing format to aid with debuggingJohn Wiegley2011-02-121-6/+6
|
* Removed needless "=== 0" and ">>>2" lines from test filesJohn Wiegley2011-02-121-3/+0
|
* Increase display precision of hours to 2 placesJohn Wiegley2010-12-121-2/+2
|
* Price annotation no longer inject an implied costJohn Wiegley2010-06-221-7/+5
| | | | | | | | | | | | | | | | | | | | | | | Consider the following transaction: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage Previously, this would have been equivalent to: 2010-06-22 Sample Assets:Brokerage 10 AAPL @ $30 Assets:Brokerage However, this is not always what the user expects to happen. When @ is not being used, the transaction should reflect a mere transfer of commodities. This is now how it works, and thus the above transaction is now equivalent to the following instead: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage -10 AAPL {$30}
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-7/+7
|
* Added baseline tests for --lot-tags and --lots-actualJohn Wiegley2009-06-191-0/+27