Open cgsmith opened 1 year ago
@cebe This is to allow some changes to how users work.
warehouse_id
on the order table will allow, in the future, for orders that changed or deleted to be updated or deleted upstream at the warehouse level.warehouse
user requests for an order assigned to a different warehouse they should receive a 404 or other error. We are seeing more users that are using different warehouses. The different warehouses should not see orders that do not pertain to them.
Adding a warehouse_id on orders will be easier to assign warehouse users to customers to see orders.