VENDEDOR EN PEDIDO Y EN ADMINISTRADOR

This commit is contained in:
2026-06-11 14:08:03 -05:00
parent ad3911d3c3
commit e4588b75db
14 changed files with 758 additions and 187 deletions
+28
View File
@@ -0,0 +1,28 @@
[
{
"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
}
]