Skip to content

Database Fields

This reference summarizes the stored fields called out by the package README.

Tables Created by Migrations

  • upcoming_payments
  • account_statements
  • account_statement_upcoming_payments
  • wallet_transactions

Account Statements

FieldPurpose
numberNumeric sequence only. Prefix and suffix are added through formatted_number.
documentStored PDF relative path when PDF generation is enabled.
reference_idOriginal invoice reference for credit notes.
statusReporting status for filtering statements.
voided_atTimestamp for voided invoices.
void_reasonReason recorded when an invoice is voided.

Wallet Transactions

FieldPurpose
balanceCurrent wallet balance for the payable model.

Statement Status Values

  • issued
  • paid
  • overdue
  • credited
  • voided

Released under the MIT License.