Listing low stock but excluding items already on order? #4508
-
When I'm running low on stock I create a purchase order. Items are then marked with a trolley with the on order status. All good there. (When I item is received I mark the PO as received and the stock count updates) When I view items with low stock is there a way to exclude the items already on order? I keep seeing all the low stock items and think I need to re-order, only then to see the order status. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not that I am aware of it right now. |
Beta Was this translation helpful? Give feedback.
-
I found a workaround, I created a PHP script to query the parts api and looped though the values with ordering=0 (ie nothing on order) |
Beta Was this translation helpful? Give feedback.
I found a workaround, I created a PHP script to query the parts api and looped though the values with ordering=0 (ie nothing on order)