Current Problem
Is it any way how i can assign products inside a sale order to a batch nr and when the stock comes in for that product to be assign the that batch nr and in the end that product stock is going to be assign to that sales order by giving batch nr? So for example lets say we have sales order with reference number : 123TEST with products: Prod1, Prod2 , Prod3 We have test it to assign stock for Prod1, Prod2 , Prod3 under batch String "Batch123" (Works fine) What we want to do is to assign "Batch123" under sales order with ref: 123TEST so the result is going to be that the new stock coming from Prod1, Prod2 , Prod3 under batch String "Batch123" will go to sales order with ref: 123TEST. Is it any way how we can achieve this please? |