- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Pharos Remote's transaction view does not display local currency
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Why doesn't the transaction view in Pharos Remote use the correct currency settings?
Pharos Remote is a web application, and as a result it does not use the server's Regional Settings to determine currency format.
To change the currency symbol, you need to edit the culture settings in IIS Manager:
Open the properties for the Pharos website
Select the ASP.NET tab
Edit Global Configuration
Select the Application tab
change the Culture and UI Culture settings to the desired value
For example, select en-GB for both settings to display currency values in pounds.
To adjust the number of decimal places displayed:
Edit Inetpub\wwwroot\Pharos\BusinessAreas\Accounts\Dialogs\ViewAccountTransactions.aspx
Search for this line:
DataFormatString="{0:C2}"Change the digit 2 to the required number of decimal places and save the file