62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"procurement_plans": [],
|
|
"procurement_requirements": [],
|
|
"purchase_orders": [
|
|
{
|
|
"id": "50000000-0000-0000-0000-000000002001",
|
|
"tenant_id": "80000000-0000-4000-a000-000000000001",
|
|
"po_number": "ENT-PO-20250115-001",
|
|
"supplier_id": "40000000-0000-0000-0000-000000000001",
|
|
"order_date": "BASE_TS - 1d 4h",
|
|
"expected_delivery_date": "BASE_TS + 1d 4h",
|
|
"status": "pending_approval",
|
|
"total_amount": 650.0,
|
|
"created_at": "BASE_TS",
|
|
"notes": "Pedido semanal de harina para producción central",
|
|
"enterprise_order": true,
|
|
"contract_reference": "ENT-HARINA-2024-001",
|
|
"payment_terms": "60_DAYS",
|
|
"delivery_location": "Central Warehouse - Madrid",
|
|
"incoterms": "DAP"
|
|
}
|
|
],
|
|
"purchase_order_items": [
|
|
{
|
|
"id": "50000000-0000-0000-0000-000000002101",
|
|
"tenant_id": "80000000-0000-4000-a000-000000000001",
|
|
"po_id": "50000000-0000-0000-0000-000000002001",
|
|
"ingredient_id": "10000000-0000-0000-0000-000000000001",
|
|
"quantity": 800.0,
|
|
"unit_price": 0.8,
|
|
"total_price": 640.0,
|
|
"created_at": "BASE_TS",
|
|
"enterprise_item": true,
|
|
"delivery_schedule": [
|
|
{
|
|
"delivery_date": "2025-01-16T10:00:00Z",
|
|
"quantity": 800.0,
|
|
"location": "Central Warehouse - Madrid"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "50000000-0000-0000-0000-000000002102",
|
|
"tenant_id": "80000000-0000-4000-a000-000000000001",
|
|
"po_id": "50000000-0000-0000-0000-000000002001",
|
|
"ingredient_id": "10000000-0000-0000-0000-000000000002",
|
|
"quantity": 12.5,
|
|
"unit_price": 4.0,
|
|
"total_price": 50.0,
|
|
"created_at": "BASE_TS",
|
|
"enterprise_item": true,
|
|
"delivery_schedule": [
|
|
{
|
|
"delivery_date": "2025-01-16T10:00:00Z",
|
|
"quantity": 12.5,
|
|
"location": "Central Warehouse - Madrid"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deliveries": []
|
|
} |