summaryrefslogtreecommitdiff
path: root/src/commodity.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Created several alternate 'value' methods to support the upcoming commodityJohn Wiegley2008-09-211-40/+65
| | | | valuation changes.
* Began initial work to support specifying a series of commodities to -V.John Wiegley2008-09-201-36/+66
|
* Cleaned up the way that commodity pricing is handled.John Wiegley2008-09-201-22/+28
|
* When automatically associating lot details with a commodity, use only theJohn Wiegley2008-09-191-1/+4
| | | | | | price (based on the cost of the transactions), don't automatically use the date and the entry code -- since most people aren't going to be that specific at the time of sale, it's causes confusion in certain cases.
* Removed dead code.John Wiegley2008-08-171-9/+0
|
* When printing commodity lot dates, using format_date().John Wiegley2008-08-131-1/+1
|
* Basic balance reports are working again!John Wiegley2008-08-101-4/+5
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+667
is in doc/, etc.