feat(currency): update currency display to toman in admin panel; implement conversion functions for rial to toman and vice versa

This commit is contained in:
hamed
2026-07-03 10:31:17 +03:30
parent 34d521434f
commit 6dbbeb1c70
11 changed files with 200 additions and 58 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export default function PaymentsPage() {
{
key: 'amount',
header: 'مبلغ',
render: (p) => <><b>{formatRial(p.amount)}</b> <span className="muted" style={{ fontSize: 11 }}>تومان</span></>,
render: (p) => <b>{formatRial(p.amount)}</b>,
},
{
key: 'status',