Hello !!
Let’s say I have a total of three companies. parent company A has company B and company C.
I have the same item pricing for all these companies and different pricing for other customers.
How do I achieve that?
Thanks,
-Meet.
Hello !!
Let’s say I have a total of three companies. parent company A has company B and company C.
I have the same item pricing for all these companies and different pricing for other customers.
How do I achieve that?
Thanks,
-Meet.
Create Selling Price List based on Customer Group. I guess you can define rule as well.
In the latest v13, there is a “Condition” field in “Advanced Settings” in Pricing Rule where you can filter based on customer group.
For example if the A, B, C are in the customer group “Internal”, then the condition
will be: customer_group == 'Internal'
.
PR Link for reference:
https://github.com/frappe/erpnext/pull/23014