credis pacakges ifxes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 04:32:12 +00:00
parent 0957ece3a4
commit a97c72640a
6 changed files with 787 additions and 19 deletions

View File

@@ -339,7 +339,7 @@ export default function PayInvoiceModal({
) : (
<>
{/* Header */}
<div className="flex items-center justify-between mb-5">
<div className="flex items-center justify-between mb-5 pr-8">
<div>
<h2 className="text-xl font-semibold text-gray-900 dark:text-white">Pay Invoice</h2>
<p className="text-sm text-gray-500 dark:text-gray-400">#{invoice.invoice_number}</p>
@@ -348,6 +348,11 @@ export default function PayInvoiceModal({
<div className="text-2xl font-bold text-gray-900 dark:text-white">
{currency} {amount.toFixed(2)}
</div>
{isPakistan && selectedOption === 'bank_transfer' && (
<div className="text-sm text-gray-500 dark:text-gray-400">
PKR {Math.round(amount * 278).toLocaleString()}
</div>
)}
</div>
</div>