Product
Manage the products available in the system.
🔍 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:
Column | Description |
---|---|
Serial | Internal auto-increment ID |
Name | Product's display name |
Amount | Price in BRL (Brazilian Real) |
Status | Product state (e.g., Active) |
Created At | Product creation timestamp |
Updated At | Last update timestamp |
➕ Create Product
To register a new product:
- Click Create Product (top-right corner).
- A form panel will slide in from the right.
🧾 Form Fields & Tips:
Field | Description |
---|---|
Name | Required. Enter a clear, descriptive name. |
Description | Optional. Add details to clarify usage. |
Amount | Required. 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.