FUNCIONAL HASTA 22-6-26

This commit is contained in:
2026-06-22 08:55:19 -05:00
parent 33331f9016
commit 151346f0e0
9 changed files with 28 additions and 52 deletions

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

+22 -1
View File
@@ -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
}
]
+1 -31
View File
@@ -195,27 +195,7 @@
"dama", "dama",
"aaa" "aaa"
], ],
"img": "bolsos/dama/aaa/MG-067.webp" "img": "agotados/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"
}, },
{ {
"id": "TEST-C", "id": "TEST-C",
@@ -227,16 +207,6 @@
], ],
"img": "bolsos/dama/aaa/TEST-C.webp" "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", "id": "AF2296",
"ref": "AF2296", "ref": "AF2296",
+1 -20
View File
@@ -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
}
]
+4
View File
@@ -2,5 +2,9 @@
{ {
"id": "1781199158204", "id": "1781199158204",
"nombre": "JUAN PABLO" "nombre": "JUAN PABLO"
},
{
"id": "1781897569986",
"nombre": "karen"
} }
] ]
Binary file not shown.