IDP-UI / src /Matching Functions /matching_configs.json
Bhuvi13's picture
Upload 17 files
311afd3 verified
Raw
History Blame Contribute Delete
1.06 kB
{
"_comment_two_way": "Two-way / three-way invoice-PO matching. All percentage thresholds are in % units (e.g. 5 means 5%).",
"tier3_price_variance_threshold": 0.10,
"price_goods_green": 5.0,
"price_goods_amber": 10.0,
"price_services_green": 10.0,
"price_services_amber": 15.0,
"qty_goods_green": 2.0,
"qty_goods_amber": 4.0,
"qty_services_green": 3.0,
"qty_services_amber": 6.0,
"tier4_gl_group_max_lines": 100,
"fuzzy_high_threshold": 90.0,
"fuzzy_medium_threshold": 80.0,
"fuzzy_score_cutoff": 80.0,
"precision": 28,
"_comment_contract": "Contract match configuration. Keys are prefixed 'contract_' to allow independent tuning from two-way bands.",
"contract_fuzzy_high_threshold": 90.0,
"contract_fuzzy_medium_threshold": 80.0,
"contract_fuzzy_score_cutoff": 80.0,
"contract_price_goods_green": 5.0,
"contract_price_goods_amber": 10.0,
"contract_price_services_green": 10.0,
"contract_price_services_amber": 15.0,
"contract_precision": 28
}