Pre-Invoice Processing Extract: Difference between revisions
David.weller (talk | contribs) Created page with "== Overview == This extract contains data generated by the pre-invoice automation process. It highlights both matched and mismatched charge lines before the final invoice is issued, allowing users to review and validate billing data in advance. By identifying discrepancies early, the extract helps prevent errors from reaching the final invoice stage, reduces the need for manual corrections later, and supports smoother, more accurate billing workflows. This visibility ena..." |
David.weller (talk | contribs) No edit summary |
||
| Line 24: | Line 24: | ||
====== Automation Time Saved ====== | ====== Automation Time Saved ====== | ||
To calculate the time saved by the automation you | To calculate the time saved by the pre-invoice automation process, you need to add the values of both <code>total_matches</code> and <code>total_non_matches</code>, as each line represents a task that would otherwise require manual review. Multiply the total by <code>0.5</code> to estimate the number of minutes saved, based on an average of 30 seconds per line item. This provides a quick and effective way to quantify the efficiency gained through automation. | ||
<pre>(total_matches + total_non_matches) * 0.5 = total minutes saved</pre> | <pre>(total_matches + total_non_matches) * 0.5 = total minutes saved</pre> | ||
Revision as of 14:41, 29 May 2025
Overview
This extract contains data generated by the pre-invoice automation process. It highlights both matched and mismatched charge lines before the final invoice is issued, allowing users to review and validate billing data in advance. By identifying discrepancies early, the extract helps prevent errors from reaching the final invoice stage, reduces the need for manual corrections later, and supports smoother, more accurate billing workflows. This visibility enables teams to take timely action on any issues, ensuring greater confidence in invoice accuracy.
Extract Data
| Column | Description |
|---|---|
| created_at | The date when the pre invoice was processed by the automation |
| supplier_id | The supplier for the pre invoice |
| total_matches | The number of charge lines matches by the automation |
| total_non_matches | The number of charge lines not found or not matches by the automation |
Example Calculations
Automation Time Saved
To calculate the time saved by the pre-invoice automation process, you need to add the values of both total_matches and total_non_matches, as each line represents a task that would otherwise require manual review. Multiply the total by 0.5 to estimate the number of minutes saved, based on an average of 30 seconds per line item. This provides a quick and effective way to quantify the efficiency gained through automation.
(total_matches + total_non_matches) * 0.5 = total minutes saved