================================================================================
REQUEST LOG: req_6DK8xFZENHrb
================================================================================

[2026-06-10 12:51:40.719355] REQUEST END
    Status: 200
    Response Time: 5.8ms
    Response: {
    "success": true,
    "message": "Statement retrieved successfully",
    "data": {
        "supplier": {
            "id": 4,
            "tenant_id": "5",
            "name": "ali",
            "company_name": "test",
            "contact_person": "shehzada ammad ali",
            "phone": "03164095959",
            "email": "shehzadaammadaliwork@gmail.com",
            "address": null,
            "supplier_type": "distributor",
            "credit_limit": "0.00",
            "current_credit_balance": "6157.00",
            "payment_terms_days": 30,
            "opening_balance": "0.00",
            "tax_number": null,
            "license_number": null,
            "notes": null,
            "is_active": true,
            "created_at": "2026-06-10T12:51:05.000000Z",
            "updated_at": "2026-06-10T12:51:35.000000Z",
            "deleted_at": null
        },
        "entries": [
            {
                "id": 14,
                "supplier_id": "4",
                "branch_id": "8",
                "transaction_type": "invoice",
                "reference_type": "App\\Models\\SupplierInvoice",
                "reference_id": "5",
                "description": "Invoice #SINV-20260610-0001",
                "debit": "6754.00",
                "credit": "0.00",
                "balance": "6754.00",
                "transaction_date": "2026-06-10T00:00:00.000000Z",
                "created_at": "2026-06-10T12:51:18.000000Z",
                "updated_at": "2026-06-10T12:51:18.000000Z"
            },
            {
                "id": 15,
                "supplier_id": "4",
                "branch_id": "8",
                "transaction_type": "payment",
                "reference_type": "App\\Models\\SupplierPayment",
                "reference_id": "10",
                "description": "Payment - cash",
                "debit": "0.00",
                "credit": "54.00",
                "balance": "6700.00",
                "transaction_date": "2026-06-10T00:00:00.000000Z",
                "created_at": "2026-06-10T12:51:25.000000Z",
                "updated_at": "2026-06-10T12:51:25.000000Z"
            },
            {
                "id": 16,
                "supplier_id": "4",
                "branch_id": "8",
                "transaction_type": "payment",
                "reference_type": "App\\Models\\SupplierPayment",
                "reference_id": "11",
                "description": "Payment - cash",
                "debit": "0.00",
                "credit": "543.00",
                "balance": "6157.00",
                "transaction_date": "2026-06-10T00:00:00.000000Z",
                "created_at": "2026-06-10T12:51:35.000000Z",
                "updated_at": "2026-06-10T12:51:35.000000Z"
            }
        ],
        "total_debit": 6754,
        "total_credit": 597,
        "closing_balance": "6157.00"
    },
    "meta": {
        "request_id": "req_6DK8xFZENHrb",
        "timestamp": "2026-06-10T12:51:40+00:00"
    }
}

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