Skip to main content
POS Ventas requires no installation. Follow these steps to make your first sale.
1

Open the app

POS Ventas is a static web app — it runs entirely in the browser with no server required.Option 1 — Open locally: Double-click index.html or open it with File > Open in your browser.Option 2 — Deploy to a static host: Push the repository to a platform like Netlify. The repo includes a netlify.toml configuration file, so deployment works out of the box with no extra setup.The app loads immediately. No login, no account, no installation.
2

Browse the sample products

On first launch, POS Ventas pre-loads 10 sample products so you can explore the app right away:
NamePrice
Coca Cola 1LS/.5.50
Aceite de Girasol 1LS/.7.00
Inka Kola 3LS/.8.50
Shampoo H&S 700mlS/.22.00
Galleta OreoS/.2.50
Leche Gloria 1 tarroS/.5.00
Cerveza PilsenS/.7.00
Cerveza CristalS/.7.00
Azucar 1 kiloS/.8.50
Chocolate SublimeS/.6.00
These products are stored in localStorage and can be edited or deleted from the Inventario view.
3

Add a product to the cart

In the Ventas view, tap any product card to add it to the cart. The cart appears on the right side of the screen (or below the product grid on smaller screens).To find a specific product, type in the search bar at the top of the Sales view. The search matches against both the product name and its barcode number — so searching 750123456789 finds the same product as searching Coca Cola.You can adjust quantities in the cart using the + and buttons next to each item.
Use the barcode scanner to add products by scanning real barcodes. Tap the Escanear (camera) button in the Sales view, point your device camera at a barcode, and the matching product is added to the cart automatically.
4

Process a cash sale

Once your cart has items, tap COBRAR to complete the sale as a cash transaction.The sale is saved to the sales history, the cart is cleared, and a confirmation toast appears at the bottom of the screen. You can review completed sales in the Reportes view.
5

Process a credit sale (fiado)

To sell on credit, tap FIAR instead of COBRAR.A client selector opens. You can search for an existing client by name or create a new one on the spot. After you select a client, the sale is recorded as a debt under that client’s account.To view or settle outstanding debts, navigate to the Clientes view. Each client shows their total balance. Tap a client to see their full debt history and record payments against individual transactions.
6

Add your own product

To replace the sample products or add new items to your catalog:
  1. Tap Productos in the bottom navigation to open the Inventario view.
  2. Tap Nuevo Producto.
  3. Fill in the barcode code, product name, and price.
  4. Tap Guardar.
The product appears immediately in the Sales view grid and is searchable by name or barcode.
POS Ventas stores all data in your browser’s localStorage. Data is specific to the browser and device you use — it does not sync across devices. Use the export feature to save a backup JSON file, and import it to restore your data or move it to another browser.

Build docs developers (and LLMs) love