chnage some feaures

This commit is contained in:
Suvodip
2025-04-02 19:46:00 +05:30
parent 43f6f2ce21
commit 1ceb71c146
8 changed files with 109 additions and 234 deletions

View File

@@ -190,7 +190,7 @@
<th>Amount</th>
<th>Date</th>
<th>Payment Date</th>
<th>Payment Status</th>
<th>Status</th>
<th>Action</th>
</tr>
</thead>
@@ -208,7 +208,7 @@
<input value="<?= date('Y-m-d', strtotime($emi['emiDate'])); ?>" id="paymentDateId" class="form-control" type="date" />
<?php } ?>
</td>
<td>
<td class="text-center">
<span id="status-<?= $emi['id']; ?>" class="badge <?= $emi['payStatus'] == 0 ? 'bg-danger' : 'bg-success'; ?>">
<?= $emi['payStatus'] == 0 ? 'Unpaid' : 'Paid'; ?>
</span>