> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/company/currency-centre/currency-centre-fields.md).

# Currency Centre Fields

Within the Currency Centre, each currency is meticulously cataloged with specific attributes to ensure transactions are processed accurately.&#x20;

<figure><img src="/files/9G33NtexLQ8bZ4aHSN3b" alt=""><figcaption></figcaption></figure>

#### Currency Centre Fields

<table><thead><tr><th width="259">Fields</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field displays the official name of the currency, such as United States Dollar or British Pound.</td></tr><tr><td>Code</td><td>This field captures a unique identifier for the currency, typically adhering to the ISO 4217 standard, such as USD for United States Dollar or GBP for British Pound.</td></tr><tr><td>Description</td><td>This field shows a brief description or any additional details about the currency.</td></tr><tr><td>Symbol</td><td>This field displays the graphical symbol used to represent the currency, like $ for the United States Dollar or £ for the British Pound.</td></tr><tr><td>Is Active?</td><td>This flag indicates whether the currency is currently active and available for transactions within the system.</td></tr><tr><td>Is Home Currency?</td><td>This flag indicates if the currency is home currency. This home currency serves as the baseline for financial reporting, conversions, and other crucial financial operations.</td></tr></tbody></table>

### Currency Centre Header Level Icons

<figure><img src="/files/jpCW6lfVVfCVAKUCqZNr" alt=""><figcaption></figcaption></figure>

1. **Refresh:** This allows you to refresh the search results after changing the search criterion.
2. **Save:** This option enables you to preserve any updated user interface (UI) settings (for example, if you have hidden or added any columns for viewing), ensuring a personalized and consistent experience during future interactions with the module.
3. **Advance Search:** The advance search option enables you to further extend the search criteria. You can delve into a nuanced search by specifying criteria such as Column Name, Operator, and Value, facilitating precise and tailored searches.
4. **Columns (Bento Menu):** All the columns available for the module are listed under this icon. You can use this option to hide or add the columns and tailor the module view as per your requirements.
5. **Download:** This versatile feature allows users to export and download data in various file formats, providing a summarized overview for quick reference. Options include CSV, TXT, MS-Word, MS-Excel, PDF, and MS-Excel(.xlsx), catering to diverse user preferences and use cases.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/admin/company/currency-centre/currency-centre-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
