No description
Find a file
Hardik dd7a40e523 fix(ui): remove font-mono from line items numeric cells; revert formatCurrency
font-mono (monospace) renders optically larger than the surrounding
sans-serif at the same em size. Removing it from quantity, unit price,
taxable, GST% and total cells in both read-only and edit mode makes
all numbers visually consistent with the rest of the page.

formatCurrency reverted to Intl.NumberFormat with style:currency (the
original implementation); the spacing issue the user saw was font-related,
not symbol-related.
2026-05-06 00:50:32 +05:30
App/pelagia-portal fix(ui): remove font-mono from line items numeric cells; revert formatCurrency 2026-05-06 00:50:32 +05:30
.gitignore chore: initialize Next.js 15 project with Tailwind, TypeScript and tooling config 2026-05-05 23:23:43 +05:30