• The outstanding invoice table has four rows: Draft, Sent, Overdue, and Total.

  • If an invoice is not overdue, or has not been sent to the customer, the invoice’s balance will be added to the Draft row.

  • If an invoice has been sent to the customer and is not currently overdue, the invoice’s balance will be added to the Sent row.

  • If an invoice is overdue, it will be added to the Overdue row.

  • The total row is a summation of the Draft, Sent, and Overdue rows.