Adding a product
Fill in the details
Enter the Código de Barras, Nombre del Producto, and Precio. All three fields are required.
Editing a product
Open the edit form
Tap the pencil (✏️) icon on the product row. The same form as “Add product” opens, pre-filled with the current values.
Deleting a product
Tap the trash (🗑️) icon on the product row. A confirmation dialog asks you to confirm before the product is permanently removed.Searching inventory
Type in the search bar at the top of the Inventory view to filter the list in real time. Matches are found by product name or barcode code.Product data structure
Each product is stored in localStorage with the following shape:| Field | Description |
|---|---|
id | Auto-generated unique identifier |
codigo | Barcode or internal code used for scanning and search |
nombre | Display name shown in the product grid and cart |
precio | Unit price |
On first launch, POS Ventas loads a set of sample products so the app isn’t empty. Delete or edit them to match your actual inventory before you start selling.