quicktill icon indicating copy to clipboard operation
quicktill copied to clipboard

Batched price changes

Open sde1000 opened this issue 3 years ago • 1 comments

Sometimes we want to enter a price change, possibly for many stock types or price lookups, and have the change apply at some point in the future (eg. "start of next session").

Consider adding a "next_price" column to stock types and price lookups where future prices can be stored, and have configuration settings for whether price changes should be immediate, and when the batched price changes should be applied.

sde1000 avatar Nov 28 '22 19:11 sde1000

Perhaps approach this in the same way as stock takes — have a "price changes" table with named price change events. Decide which stock types are in scope, take a snapshot of the existing prices, and have a web UI for modifying those prices (eg. "increase by 10%", "round up/down to 5p", etc. as batch changes, as well as allowing manual adjustment).

sde1000 avatar Feb 14 '25 19:02 sde1000