sde1000/quicktill

Changing stock line type

Closed this issue · 0 comments

At the moment there is no way to change the type of a stock line, other than deleting and re-creating it.

What stock line type changes are useful and not too difficult to implement?

  • Regular to Continuous — if there is an item on sale, copy its stock type into the stock line and remove it from sale; remove any pullthru setting. If there is no item on sale we can still change line type if there is a stock type specified.
  • Display to Continuous — remove items from sale, remove display quantity
  • Continuous to Regular — just change the type

Converting from any other type to Display would require input of a display quantity, and would need some stock items adding. Probably not worth it.