This question has been flagged

Example

    1.My current stock of the product x is 10

    2.Creating a sale order to sale 15 products.

    3.The availability is partial so it sale 10 products to the customer and generate a back order of quantity 5

so I need to place the back order as the purchase order with quantity 5.

Avatar
Discard
Best Answer

You can configure your product like , Can be purchased, Route : Buy , Define Vendor , and add reordering rules with(0.00, 0.00) , So system check first stock and if stock haven't enough then create PO/MO for the remaining qty.

Video : https://www.youtube.com/watch?v=_ciHvkyZBxw&feature=youtu.be

Avatar
Discard
Author

my configurations is same as you described but it is not working when a partial sales occurs, back order is in waiting state until we create a purchase order and buy products

The reordering rules runs on schedule (or you can run it manually) and the purchase order qty will be calculated depend on the maximum qty and multiple in ordering rules (Not depend on the sales remaining qty)

Yes Waleed it works same. But if you defined min and max 0.00 in reordering rules and if your product configured route 'Buy' system creates purchase order for the 5 qty. (of course on scheduler run.)

You are right