3

Issue summary : Rupee symbol shows up as box on invoice report. It shows up correctly on the web but when a report is printed then it shows a box instead of the rupee symbol.

What I have tried :

  • Checked default currency for the company; it is INR.

  • The INR symbol is showing correct in the INR currency i.e. ₹

  • Downgraded wkhtmltopdf from version 0.12.2 to 0.12.1 as the former has caused problem to many people.

  • Even installed a font called Foradian Rupee Font

  • I have Checked by changing default currency to Euro and the euro symbol is showing up on the prints.

  • Tried everything that is given here but nothing helped: URL

So, I have tried a lot of things but nothing worked. If anyone here knows what is happening and could help me move to the right direction, it would be really helpful.

Community
  • 1
  • 1
Gourav Chawla
  • 470
  • 1
  • 4
  • 12

1 Answers1

0

Sounds like the Rupee symbol isn't in the font that is used in the report. Try changing the font of your report by adding custom css? eg:

body {
  font-family: Verdana, sans-serif;
}
TimoSolo
  • 7,068
  • 5
  • 34
  • 50