> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-suppliers/setting-up-store-suppliers.md).

# Add store suppliers

It is recommended that you add suppliers before you start adding items. If you add supplier information to items immediately it is much easier to manage store inventory.

1. Click **Inventory/Purchasing**.
2. Click **Suppliers**.
3. Do one of the following:

* To add a new supplier, click **New**.
* To edit an existing supplier, select it and click **Edit**.
* To copy an existing supplier, select it and click **Copy**.

4. On the **General** tab, enter the following:

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Code</td><td valign="top">A unique code, e.g., a number or abbreviation, that identifies the supplier.</td></tr><tr><td valign="top">Name</td><td valign="top">The name of the supplier.</td></tr><tr><td valign="top">Term</td><td valign="top">The supplier's payment terms, e.g., 30 days.</td></tr><tr><td valign="top">Address</td><td valign="top">The supplier's street address.</td></tr><tr><td valign="top">City</td><td valign="top">The city in which the supplier is located.</td></tr><tr><td valign="top">State</td><td valign="top">The state in which the supplier is located.</td></tr><tr><td valign="top">Zip</td><td valign="top">The zip (postal code) for the supplier.</td></tr><tr><td valign="top">Country</td><td valign="top">The country in which the supplier is located.</td></tr><tr><td valign="top">Account Number</td><td valign="top">Your store's account number with the supplier.</td></tr><tr><td valign="top">Tax Number</td><td valign="top">If required in your locale, enter the supplier's tax number.</td></tr><tr><td valign="top">Accepted Currency</td><td valign="top">Select the supplier's currency. Select Default Currency to use the currency selected in the computer's Windows operating system.</td></tr><tr><td valign="top">Contact Name</td><td valign="top">The name of the person who is your primary contact at the supplier.</td></tr><tr><td valign="top">Telephone</td><td valign="top">The supplier's main telephone number.</td></tr><tr><td valign="top">Fax Number</td><td valign="top">The supplier's fax number.</td></tr><tr><td valign="top">E-mail Address</td><td valign="top">The supplier's main e-mail address.</td></tr><tr><td valign="top">Web Page</td><td valign="top">The supplier's web site.</td></tr></tbody></table>

</details>

5. (Optional) On the **Additional** tab, enter information into the custom fields.
6. (Optional) Enter any notes about the supplier on the **Notes** tab.
7. On the **Purchase** tab, enter the following:

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="248.6666259765625"></th><th></th></tr></thead><tbody><tr><td>Min. Order Amt.</td><td>The minimum order amount the supplier requires.</td></tr><tr><td>Tax Exempt</td><td>Select this option if orders from this supplier are tax exempt.</td></tr><tr><td>Inactive</td><td>Select this option if you want to deactivate the supplier. Deactivating a supplier instead of deleting them is recommended because it maintains relationships in the store database. If you delete a supplier it can break relationships in the database and have unexpected consequences for data look up, reporting, and more.</td></tr></tbody></table>

</details>

8. To quickly apply discounts to items ordered from the supplier, click **Discounts** and enter the following:

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Type</td><td valign="top">Select the type of discount: Department, Category, or Item.</td></tr><tr><td valign="top">Code</td><td valign="top">Click the browse icon to look up the specific Department, Category, or Item.</td></tr><tr><td valign="top">Description</td><td valign="top">The Description is automatically populated with the Description of the Department, Category, or Item.</td></tr><tr><td valign="top">Starting Date</td><td valign="top">The date the discount starts.</td></tr><tr><td valign="top">Ending Date</td><td valign="top">The date the discount ends.</td></tr><tr><td valign="top">Discount</td><td valign="top">The percent reduction in price to offer on items from this supplier.</td></tr><tr><td valign="top">UOM</td><td valign="top">Select the unit of measure to use in a purchase order for the item.</td></tr><tr><td valign="top">Min. Qty</td><td valign="top">The minimum quantity of the item to include in the purchase order to qualify for the discount.</td></tr></tbody></table>

</details>

9. To quickly view the items your store has ordered from the supplier, click **Items**.
10. Click **Save And Close**.


---

# 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.rmhpos.com/store-manager/manage-suppliers/setting-up-store-suppliers.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.
