Skip to content

Instantly share code, notes, and snippets.

// Base de datos simulada de usuarios (puedes expandirla o usar localStorage/servidor)
const authorizedUsers = [
{ id: "70825391", name: "Felipe Trujillo", qrCode: "https://qrs.ly/4eg9s4o", rut: "175693440" },
{ id: "70826773", name: "Kyria Oyarce", qrCode: "https://qrs.ly/7ig9t4q", rut: "187324122" },
{ id: "11111111", name: "Flavio Azocar", qrCode: "166469740", rut: "166469740" },
{ id: "71173114", name: "Valeria Valenzuela", qrCode: "https://qrs.ly/zqgghrg", rut: "185709361" }
];
// Variables globales (inicio del archivo)
let assistedQuantityEnabled = localStorage.getItem("assistedQuantityEnabled") === "true" || false;
@felipetrup
felipetrup / index.html
Created October 25, 2025 15:11
STOCKA APLICACION PARA PICKEO
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Picker by Stocka</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
@felipetrup
felipetrup / index.html
Created October 25, 2025 15:07
APLICACION STOCKA PARA PICKEO DE PEDIDOS
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Picker by Stocka</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"