Type alias InvoiceStatusCounts

InvoiceStatusCounts: {
    outstanding: number;
    overdue: number;
    paid: number;
    pending: number;
}

Type declaration

  • outstanding: number

    Total number of invoices that are unpaid but not yet overdue

  • overdue: number

    Total number of invoices that have passed their due date without full payment

  • paid: number

    Total number of invoices that have been fully paid

  • pending: number

    Total number of invoices that are in draft or pending approval state