Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed testing format to aid with debugging | John Wiegley | 2011-02-12 | 1 | -3/+3 |
| | |||||
* | Removed needless "=== 0" and ">>>2" lines from test files | John Wiegley | 2011-02-12 | 1 | -2/+0 |
| | |||||
* | Price annotation no longer inject an implied cost | John Wiegley | 2010-06-22 | 1 | -800/+901 |
| | | | | | | | | | | | | | | | | | | | | | | | 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} | ||||
* | Removed unused --unsorted option | John Wiegley | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Sort by default unless --unsorted is selected | John Wiegley | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Fix to amount unreduction (aka, 120m -> 2h) | John Wiegley | 2009-02-27 | 1 | -320/+319 |
| | |||||
* | Added several baseline tests regarding lot details | John Wiegley | 2009-02-24 | 1 | -0/+4498 |