demo seed change
This commit is contained in:
62
shared/demo/fixtures/enterprise/parent/07-procurement.json
Normal file
62
shared/demo/fixtures/enterprise/parent/07-procurement.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"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": "2025-01-14T10:00:00Z",
|
||||
"expected_delivery_date": "2025-01-16T10:00:00Z",
|
||||
"status": "pending_approval",
|
||||
"total_amount": 650.00,
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"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.80,
|
||||
"total_price": 640.00,
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"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.00,
|
||||
"total_price": 50.00,
|
||||
"created_at": "2025-01-15T06:00:00Z",
|
||||
"enterprise_item": true,
|
||||
"delivery_schedule": [
|
||||
{
|
||||
"delivery_date": "2025-01-16T10:00:00Z",
|
||||
"quantity": 12.5,
|
||||
"location": "Central Warehouse - Madrid"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deliveries": []
|
||||
}
|
||||
Reference in New Issue
Block a user