timmyse2 / VeganNewWorld

草食系新世界 (使用ASP.NET MVC Core2.x製作的蔬食商品展示網站)
1 stars 0 forks source link

'Units in reserved' is negative if cancel order #23

Closed timmyse2 closed 4 months ago

timmyse2 commented 5 months ago

old order-records without reserved col function before
=> 新增關鍵欄位後, 遇到新舊格式的資料記錄差異使庫存處理發生偏差

timmyse2 commented 4 months ago
  1. Set special process for [Ship Order] and [Cancel Order] if o.date is old than 6/4.
  2. Just allow store side to cancel order, can not [Ship]
timmyse2 commented 4 months ago

More Issue <serious ~ mid>

if stock == 0 and reserved <0 then it allows to add in shopping cart and passes checkOrder();

e.g. select list limit = 0-(-4) = 4 <= 可下單量變成正值! 庫存0、預購-4