

<table class="table table-sm">

    <thead>

        <tr>

            <th>Item</th>

            <th class="text-end">Opening Stock</th>
            
            <th class="text-end">Purchases</th>

            <th class="text-end">Stock In</th>
            
            <th class="text-end">Ret Purch</th>

            <th class="text-end">Stock Out</th>

            <th class="text-end">Sales</th>

            <th class="text-end">Closing Stock</th>

        </tr>

    </thead>

    <tbody>



    <tr>

        <td colspan="6" class="text-center text-warning">

            No matching records found.

        </td>

    </tr>

    

    </tbody>

</table>

