diff --git a/Imagenes/bolsos/dama/aaa/MG-067.webp b/Imagenes/agotados/MG-067.webp similarity index 100% rename from Imagenes/bolsos/dama/aaa/MG-067.webp rename to Imagenes/agotados/MG-067.webp diff --git a/Imagenes/agotados/TEST-A.webp b/Imagenes/agotados/TEST-A.webp deleted file mode 100644 index 423e709..0000000 Binary files a/Imagenes/agotados/TEST-A.webp and /dev/null differ diff --git a/Imagenes/agotados/TEST-B.webp b/Imagenes/agotados/TEST-B.webp deleted file mode 100644 index 423e709..0000000 Binary files a/Imagenes/agotados/TEST-B.webp and /dev/null differ diff --git a/Imagenes/agotados/TEST-D.webp b/Imagenes/agotados/TEST-D.webp deleted file mode 100644 index 423e709..0000000 Binary files a/Imagenes/agotados/TEST-D.webp and /dev/null differ diff --git a/data/pedidos-meta.json b/data/pedidos-meta.json index fe51488..4879b08 100644 --- a/data/pedidos-meta.json +++ b/data/pedidos-meta.json @@ -1 +1,22 @@ -[] +[ + { + "filename": "pedido-1781897519513.pdf", + "fecha": "2026-06-19T19:31:59.556Z", + "cliente": { + "nombre": "karen", + "ciudad": "medellin", + "telefono": "hv", + "direccion": "khk" + }, + "items": [ + { + "ref": "AF100-197", + "nombre": "BOLSO", + "precio": 10000, + "cantidad": 1 + } + ], + "vendedor": "JUAN PABLO", + "total": 10000 + } +] diff --git a/data/productos.json b/data/productos.json index 06dec70..097b8f1 100644 --- a/data/productos.json +++ b/data/productos.json @@ -195,27 +195,7 @@ "dama", "aaa" ], - "img": "bolsos/dama/aaa/MG-067.webp" - }, - { - "id": "TEST-A", - "ref": "TEST-A", - "cat": "bolsos", - "sub": [ - "dama", - "aaa" - ], - "img": "agotados/TEST-A.webp" - }, - { - "id": "TEST-B", - "ref": "TEST-B", - "cat": "bolsos", - "sub": [ - "dama", - "aaa" - ], - "img": "agotados/TEST-B.webp" + "img": "agotados/MG-067.webp" }, { "id": "TEST-C", @@ -227,16 +207,6 @@ ], "img": "bolsos/dama/aaa/TEST-C.webp" }, - { - "id": "TEST-D", - "ref": "TEST-D", - "cat": "bolsos", - "sub": [ - "dama", - "aaa" - ], - "img": "agotados/TEST-D.webp" - }, { "id": "AF2296", "ref": "AF2296", diff --git a/data/sesiones.json b/data/sesiones.json index 72190a5..fe51488 100644 --- a/data/sesiones.json +++ b/data/sesiones.json @@ -1,20 +1 @@ -[ - { - "token": "dc141a69e7bb5c9f66d1f1131c0cb6902e6a7082289febb54077b685e2f1449e", - "usuario": "admin", - "rol": "admin", - "createdAt": 1781357350132 - }, - { - "token": "13beb84b5e8f84e499bd00950852ac0a247eb4627e277296ba9e1e65a30d02e8", - "usuario": "admin", - "rol": "admin", - "createdAt": 1781357357508 - }, - { - "token": "268cfe4078b47c62418fbe26aef0472d0029680b86f6c44252a6cc8faba3f7b6", - "usuario": "admin", - "rol": "admin", - "createdAt": 1781358702492 - } -] +[] diff --git a/data/vendedores.json b/data/vendedores.json index 6992ed9..4a20beb 100644 --- a/data/vendedores.json +++ b/data/vendedores.json @@ -2,5 +2,9 @@ { "id": "1781199158204", "nombre": "JUAN PABLO" + }, + { + "id": "1781897569986", + "nombre": "karen" } ] diff --git a/pedidos/pedido-1781897519513.pdf b/pedidos/pedido-1781897519513.pdf new file mode 100644 index 0000000..b531d35 Binary files /dev/null and b/pedidos/pedido-1781897519513.pdf differ