Reconcile kernel Invoice vs contract → discrepancy + dispute evidence
Cross-reference two structured records item-by-item. Matches by line-item id (primary) then normalized description (fallback). Computes per-line delta, classifies each as match · overcharge · undercharge · unauthorized · missing, and emits a signed verdict with suggested action: approve | dispute | escalate | void. EcoCloud measures the leakage; it never moves money or files a claim.
Live demo — try a scenario
Records being compared
–
–
–
–
What this kernel does: Compares record_a (e.g. invoice) against record_b (e.g. contract or PO). A delta within tolerance (default 1%) is match; outside is discrepancy. Mismatched currencies are always unreconcilable. What it does NOT do: EcoCloud computes the reconciliation evidence — a MEASURE. It does not file disputes, contact vendors, or move money. Your workflow posts the dispute; EcoCloud provides the signed evidence packet.
Source: flowdesk-reconcile-kernel.js · All 42 kernels →