Average Invoice Processing Time
The widget shows the time spent monthly on processing invoices from receipt to payment.
The widget shows a line chart, where the horizontal axis represents months and the vertical axis represents the average processing time in days.
Query logic
Average Invoice Processing Time = Processing days for all invoices รท Total number of invoices
The widget query retrieves all purchase invoices for the selected period. It uses:
- The Transaction date as the invoice receipt date.
- The Paid date as the actual payment date on the journal.