MensaliteMensalite

Invoice

Track and manage all customer invoices in the system.


invoice

📋 Invoice List View

Displays all existing invoices with relevant metadata.

🔎 Features

  • Search Serial...: Look up invoices by their unique serial number.
  • Filter by Status: Click the Status button to filter invoices by:
    • Draft
    • Open
    • Canceled
    • Paid
  • Sort: Organize invoices by:
    • Serial
    • Customer
    • Quantity
    • Amount
    • Status
    • Due Date
    • Paid At
    • Created At
  • View Settings: Customize how invoice data is displayed.
  • Pagination Controls:
    • Set rows per page (e.g., 10, 20)
    • Navigate between pages

📊 Table Columns

ColumnDescription
SerialUnique auto-incrementing invoice ID
CustomerName of the customer associated with the invoice
QuantityNumber of products or services billed
AmountTotal value of the invoice in BRL
StatusCurrent state of the invoice (Draft, Open)
Due DateDeadline for payment
Paid AtTimestamp when the invoice was marked as paid
Created AtWhen the invoice was created

➕ Create Invoice

Click the Create Invoice button to open the invoice creation drawer.

See full guide here: Invoice Creation

🧾 Field Tips

FieldTip
CustomerSelect an existing customer from the list.
Product(s)Choose products and define quantity.
Due DateRequired. Set a future date for expected payment.

Click Create Invoice to finalize and save the invoice.


💡 Tips

  • Use the Status filter to quickly find unpaid (Open) or unsent (Draft) invoices.
  • Draft invoices can be edited before being finalized.
  • Sort by Due Date to prioritize upcoming payments.
  • If Paid At is blank, the invoice is still pending payment.