What else can automatically apply a discount in sales invoice (other than pricing rule)
It seems I have a ghost pricing rule. I have an automated 10% discount being applied to a specific UOM
I’m using ERPNext version 14.56.0
When the discount is applied, I don’t see any pricing rule applied in the invoice and I don’t have any pricing rules that would make this discount.
If I check the box, “ignore pricing rule” the discount is not applied
I have determined pricing rule has bugs.
If I disable my pricing rule (which should only be applied when net_total is above $100, the problem does not exist.
There is also a bug in pricing rule UOM. Why is UOM listed in pricing rule? It is ignored. If I specify a UOM for a product group, shouldn’t I be able to add an additional UOM for the same Item Group? System throws error “duplicate item group listed”.
This is a significant bug, as the pricing rule is not displayed in the invoice when
it is applied (incorrectly), yet disabling the rule removes the line item discount.
Bumping this thread.
Any input on why the pricing rule is not showing in the sales invoice list of applied rules, yet it’s being applied or why I can’t two different UOMs for the same product group would be very much appreciated.
Here’s what my one and only pricing rule looks like:
name Total_100
docstatus 0
disable 0
apply_on Item Group
price_or_product_discount Price
warehouse
mixed_conditions 0
is_cumulative 0
coupon_code_based 0
apply_rule_on_other
other_item_code
other_item_group
other_brand
selling 1
buying 0
applicable_for
customer
customer_group
territory
sales_partner
campaign
supplier
supplier_group
min_qty 0
max_qty 0
min_amt 0
max_amt 0
same_item 0
free_item
free_qty 0
free_item_rate 0
free_item_uom
round_free_qty 0
is_recursive 0
recurse_for 0
apply_recursion_over 0
valid_from 10/7/23
valid_upto
company The Pinball Resource
currency USD
margin_type Percentage
margin_rate_or_amount 0
rate_or_discount Discount Percentage
apply_discount_on Grand Total
rate 0
discount_amount 0
discount_percentage 10
for_price_list Standard Selling
threshold_percentage 0
priority
condition net_total >= 100
apply_multiple_pricing_rules 1
apply_discount_on_rate 0
validate_applied_rule 0
rule_description net total over $100
Thanks in advance!