================================================================================
REQUEST LOG: req_3fAcXv1PrUYW
================================================================================

[2026-06-10 15:33:38.909339] REQUEST END
    Status: 201
    Response Time: 144.55ms
    Response: {
    "success": true,
    "message": "Purchase order created successfully",
    "data": {
        "id": 2,
        "branch_id": "11",
        "user_id": "19",
        "po_number": "PO-20260610-0002",
        "supplier_name": "ali",
        "supplier_contact": "03169402243",
        "status": "draft",
        "total_amount": "10.00",
        "notes": null,
        "expected_at": "2026-06-10T00:00:00.000000Z",
        "received_at": null,
        "created_at": "2026-06-10T15:33:38.000000Z",
        "updated_at": "2026-06-10T15:33:38.000000Z",
        "deleted_at": null,
        "tenant_id": "1",
        "items": [
            {
                "id": 2,
                "purchase_order_id": "2",
                "ingredient_id": "6",
                "destination_warehouse_id": null,
                "quantity_ordered": "2.0000",
                "quantity_received": "0.0000",
                "unit_cost": "5.00",
                "total_cost": "10.00",
                "created_at": "2026-06-10T15:33:38.000000Z",
                "updated_at": "2026-06-10T15:33:38.000000Z",
                "ingredient": {
                    "id": 6,
                    "name": "Full Cream Milk Powder (FCMP)",
                    "sku": null,
                    "unit": "Grams",
                    "cost_per_unit": "1.05",
                    "minimum_stock": "50000.000",
                    "reorder_level": "1000.000",
                    "is_active": true,
                    "created_at": "2026-02-07T16:38:48.000000Z",
                    "updated_at": "2026-02-08T15:13:52.000000Z",
                    "deleted_at": null,
                    "tenant_id": "1"
                },
                "destination_warehouse": null
            }
        ],
        "branch": {
            "id": 11,
            "parent_id": null,
            "name": "store",
            "code": "STORE",
            "address": "House no 70 b pak arab hosing society",
            "phone": "+923164095959",
            "email": "store@gmail.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "created_at": "2026-06-05T13:46:14.000000Z",
            "updated_at": "2026-06-05T13:46:14.000000Z",
            "deleted_at": null,
            "tenant_id": "8"
        },
        "user": {
            "id": 19,
            "branch_id": "11",
            "name": "ammad",
            "email": "store@gmail.com",
            "email_verified_at": null,
            "created_at": "2026-06-05T13:46:14.000000Z",
            "updated_at": "2026-06-05T13:46:14.000000Z",
            "deleted_at": null,
            "tenant_id": "8"
        }
    },
    "meta": {
        "request_id": "req_3fAcXv1PrUYW",
        "timestamp": "2026-06-10T15:33:38+00:00"
    }
}

================================================================================