Pdf Changes Done
This commit is contained in:
@@ -2603,11 +2603,12 @@ function renderPaymentTable(list){
|
||||
<td>${escapeHtml(entry.entry_date)}</td>
|
||||
<td>${escapeHtml(entry.description)}</td>
|
||||
|
||||
<!-- Order Quantity - Clickable number without box -->
|
||||
<td>
|
||||
<button type="button" class="entry-link"
|
||||
onclick="openEntryOrdersModal('${escapeHtml(entry.entry_no)}')">
|
||||
<span onclick="openEntryOrdersModal('${escapeHtml(entry.entry_no)}')"
|
||||
style="cursor: pointer; color: #276dea; font-weight: 600; text-decoration: underline; text-decoration-color: #ccc;">
|
||||
${entry.order_quantity ?? '-'}
|
||||
</button>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
<td>${escapeHtml(entry.region)}</td>
|
||||
@@ -2680,7 +2681,6 @@ function renderPaymentTable(list){
|
||||
|
||||
|
||||
|
||||
|
||||
function cycleToggle(btn) {
|
||||
// वर्तमान position घेऊन पुढचा स्टेट कॅल्क्युलेट करा
|
||||
let pos = parseInt(btn.dataset.pos || '0', 10); // 0 = unpaid, 1 = pending, 2 = paid
|
||||
|
||||
Reference in New Issue
Block a user