On Time Invoice

Created by Kenneth Abad, Modified on Tue, 26 Aug at 11:54 AM by Kenneth Abad

On Time Invoice indicates that a vendor submits their invoices through the system in the expected timeframe of 30 days from completion of the Purchase Order.


Purpose / Metric Definition:

Measures whether the vendor submitted the first invoice within 30 days of the Purchase Order’s completion date. This metric reflects timeliness in billing and helps ensure financial workflows remain efficient.

Category:

Performance


Logic / Formula:

CASE
     WHEN DATEDIFF(DAY, PO.CompletionDate, Invoice.FirstSubmittedDate) <= 30 THEN 1
     ELSE 0
 END AS Performance_InvoiceTurnaround

Scoring Rules:

  • 100% → First invoice submitted within 30 days of PO completion

  • 0% → First invoice submitted after 30 days of PO completion

  • Not Scored (NULL) → PO has not been invoiced



Links to Dashboards/Reports that use this metric:

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article