IMPLEMENTACION DE LOS VIDEOS EN EL CATALOGO PUBLICO

This commit is contained in:
2026-06-13 08:52:18 -05:00
parent e4588b75db
commit 33331f9016
17 changed files with 441 additions and 298 deletions
+1 -28
View File
@@ -1,28 +1 @@
[
{
"filename": "pedido-1781199786075.pdf",
"fecha": "2026-06-11T17:43:06.095Z",
"cliente": {
"nombre": "juan",
"ciudad": "medellin",
"telefono": "4444",
"direccion": "44444"
},
"items": [
{
"ref": "AF100-198",
"nombre": "BOLSO",
"precio": 10000,
"cantidad": 1
},
{
"ref": "AF100-197",
"nombre": "BOLSO",
"precio": 10000,
"cantidad": 1
}
],
"vendedor": "JUAN PABLO",
"total": 20000
}
]
[]