Question :Manual Sales order booking if QOH(Quantity On Hand) is less than the quantity selected
TO stop Manual Sales order booking if QOH(Quantity On Hand) is less than the quantity selected for booking.
For Example :
QOH for Item A is 10.
Scenario-1
In the first line of the sales order, Entry of Item A is done for 11 pieces of quantity.
With our current personalization the sales will not be allowed to be booked as QOH is less than quantity requested for booking.
Scenario-2
In the first line of the sales order, Entry of Item A is done for 8 pieces of quantity. In the Second line again Entry of same Item is done for 3 quantity.
From Business point system should not allow it to happen as QOH is less than total quantity requested.
Solution:
1) if the entered quantity is more than on-hand quantity
2)Check for on hand quantity for the quantity for particular item
3) if on-hand quantity is less than on-hand quantity restrict the booking
We can achieve this using forms customization