Hello,
I have a use case and I think that ERPNext is not logic, but “Change My mind” or “Vote for PR” :
Sales Teams input Sales Order, and create Materials Requests (buying type) for each Items (that are not already in stock but whatever). They are doing that for many Sales Order for many different Customer (so different suppliers also but they don’t care, it’s not their jobs). They don’t to know the Supplier or what come after they only sells item.
The Purchase Team don’t know what is going on in Sales Team. But once a week, they check a report that display all Supplier that are concern as they are the default Supplier on each Items into open Material Request.
So they will to group all Material Request Item (with the same default supplier) into one Purchase Order, with the button “Get Items from Open Material Requests”. They didn’t know the selling price, only the buying price is his concern.
But in this case the buying price that come into Purchase Order is the Selling price…
How do you explain to a ERPNext User the fact that an Item from Material Request have a selling price into Purchase Order, and if you add manually the same Item, the buying price is different (as it comes correctly from Item Price List) ?
- How do you manage this use case ?
or - Should it be different in ERPNext ?
In Data way :
Supplier
Name: Supplier 1
Customer
Name: Customer 1
Item
Name : Item 1
Default Supplier for the only Company = Supplier 1
Item Price
Item : Item 1
Price List: Selling Standard
Rate : 150
Item : Item 1
Price List: Buying Standard
Rate : 50
Item : Item 1
Price List: Buying Standard
Supplier : Supplier 1
Rate : 20
Sales Order
Customer : Customer 1
Item table :
Item 1 , rate =150 => OK
Create a Material Request from this Sales Order
Material Request
Item table :
Item 1 , rate =150 => Why not
Go To the Supplier 1
Create a Purchase Order
Use “Get Items from Open Material Requests” button, select the Material Request
Purchase Order
Item table :
Item 1 , rate = 150 => No, it should be 20 according Item price settings
Add Item 1 manually into the Item table the price is 20…
There is a PR ongoing, but according to your point of view, I will try do make it in another way as it seems to be not OK like that