Spaces:
Sleeping
Sleeping
File size: 1,055 Bytes
311afd3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"_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
}
|