sde1000 / quicktill

Figure out where all the money and stock went to
GNU General Public License v3.0
43 stars 9 forks source link

"pricechanged" column of stocktypes is obsolete #237

Closed sde1000 closed 2 years ago

sde1000 commented 2 years ago

StockType.pricechanged is a timestamp for the last time the price of a stock type was changed. It was introduced in 84b700be0f4a5ea2352d74dbbdbfdd6eb5787a29 when the sale price was changed from being set per stock item to being set per stock type. Although it has been set on each price change, there's never been any code that makes use of it or displays it, and it's now been obsoleted by the general log system. Delete it.