VENDEDOR EN PEDIDO Y EN ADMINISTRADOR
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user