Choose your language

Choose your login

Support

Change the currency symbol

This page applies to:

Last updated February 3, 2026

By default, Job Ticketing displays currency in dollars ($). You can, however, change the currency symbol displayed in both the Customer and Operator interfaces.

Changing the currency symbol

  1. Stop the Job Ticketing service.

  2. Open the following file in a text editor such as Notepad++:

    [app-path]\PaperCut MF\job-ticketing\config\application.properties

  3. In Notepad++, go to Encoding > Character Sets > Western European > ISO 8859-1.

  4. On a new line, enter currency=<symbol> (for example, currency=£).

  5. If an  is added before the £, just delete this character.

  6. Use the code currency=\u20ac if you want to display the Euro symbol.

  7. Save the file over the original application.properties file.

  8. Start the Job Ticketing service.

Comments