> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Currency

> Adding items to the Currency list

In the Sale screen tabs in SuperOffice CRM, you specify sale amount, costs and profit for the sale. The currency that the amounts are shown in depends on what you specify in the [preferences][2], where you choose your own currency and a base currency, from a list that is defined in the Lists screen.

## Add currency

1. Select <i class="ph ph-list-bullets" aria-hidden="true" /> **Lists** in the Navigator.

2. Select **General - Currency** from the dropdown menu. The **Items** tab displays all existing currencies.

3. Click **Add** to open the **Edit list item** dialog.

4. Enter the required name of the item in the **Name** field. *(Mandatory)*

5. Specify the rate for the relevant currency by entering a number in the **Rate** field.

   <Note>
     This is the rate against the base currency. The base currency is the currency where the rate is set to 1. If the base currency is EUR, the rate for the other currencies is calculated against this currency in terms of the specified unit (see next point). For example, GBP 1 corresponds to EUR 1.562 at the day's rate, while NOK 100 would correspond to EUR 12.677. This calculation is displayed after you specify the exchange rate and unit.
   </Note>

6. Specify the unit to be used in relation to the basic currency in the **Unit** field. For example, the default may be 100 for Norwegian kroner and 1 for British pounds.

7. Optionally, type in a description of the currency in the **Description** field.

8. Click **Save**. The currency is added as a separate item in the **Items** list. Repeat this procedure to add more currencies.

## Change default currency

To change the default currency, open the **Preferences** screen and go to **Global preferences tab** > **System** > **Base currency**.

## Enable use of currency

To allow sales to be recorded in another currency, open the **Preferences** screen and go to the **Preferences tab** > **System** > **Enable use of currency**.

[2]: ../../admin/preferences/index


## Related topics

- [Currency](/en/automation/crmscript/howto/sale/currency.md)
- [currency](/en/api/mdo-providers/reference/currency.md)
- [Change Currency](/en/api/reference/restful/agent/list_agent/change-currency.md)
- [NSCurrency](/en/automation/crmscript/reference/CRMScript.NetServer.NSCurrency.md)
- [Currency table](/en/database/tables/currency.md)
- [Get Currencies](/en/api/reference/restful/agent/list_agent/get-currencies.md)
