MensaliteMensalite

Product

Manage the products available in the system.


product

🔍 Product List View

This is where you can browse all registered products.

🔎 Features:

  • Search Name...: Search products by their name.
  • Filter by Status: Click the Status button to filter products by their current state (e.g., Active, Inactive).
  • Sort: Click Sort to reorder results based on one or more fields:
    • Serial
    • Name
    • Amount
    • Status
    • Created At
    • Updated At
  • View Settings: Change how data is displayed using the View options.
  • Pagination Controls:
    • Rows per page (10, 25, 50…)
    • Navigate between pages

📊 Table Columns:

ColumnDescription
SerialInternal auto-increment ID
NameProduct's display name
AmountPrice in BRL (Brazilian Real)
StatusProduct state (e.g., Active)
Created AtProduct creation timestamp
Updated AtLast update timestamp

➕ Create Product

To register a new product:

  1. Click Create Product (top-right corner).
  2. A form panel will slide in from the right.

🧾 Form Fields & Tips:

FieldDescription
NameRequired. Enter a clear, descriptive name.
DescriptionOptional. Add details to clarify usage.
AmountRequired. Price value, in BRL. Use integers or decimals.

After filling out the form, click Create Product to save.


💡 Tips

  • Use meaningful product names to make invoicing easier.
  • Consider adding a description for clarity if the product has special terms.
  • The Status filter helps you quickly find disabled or test items.
  • Sorting by Updated At can help track recent changes.