> 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/configure-pos-and-store-manager/accounts-receivable/setting-up-finance-charges.md).

# Finance charges

You have the option of applying finance charges to AR accounts.

1. Click **Setup**.
2. Expand **Customer**.
3. Expand **Account Receivables**.
4. Click **Finance Charges**.
5. Do one of the following:

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

6. Enter information about the finance charge.

<details>

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

<table><thead><tr><th width="249.55560302734375" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Code</td><td valign="top">A unique code that identifies the finance charge.</td></tr><tr><td valign="top">Name</td><td valign="top">The name of the finance charge.</td></tr><tr><td valign="top">Inactive</td><td valign="top">Select this option to deactivate the finance charge.</td></tr><tr><td valign="top">Apply Charges on Fin. Charges</td><td valign="top">Select this option if you want Store Manager to include any previously unpaid finance charges, along with the current outstanding balance, when calculating the current billing cycle's finance charges. In some states is it against the law to include any previously unpaid finance charges when calculating new finance charges. Check your state laws before selecting this option.</td></tr><tr><td valign="top">Min. Finance Charges</td><td valign="top">Enter the minimum amount that the AR account holder must pay if there is an outstanding account balance. Store Manager compares this amount with the computed finance charges for the current billing cycle and charges the higher amount.</td></tr><tr><td valign="top">Annual Interest Rate</td><td valign="top"><p>Enter the annual finance rate for AR accounts. Store Manager uses this rate to calculate finance chargers for each billing cycle for accounts that have an outstanding account balance.</p><p>The finance charge on each AR account is calculated as:</p><p><code>(daily interest rate) * (days overdue) * (chargeable balance)</code></p><p>Where:</p><p><code>(daily interest rate)</code> = (annual interest rate / 100) / 365</p><p><code>(days overdue)</code> = either the number of days overdue or the number of days since the last closing of the billing cycle. Store Manager uses the lower number for the calculation.</p><p><code>(chargeable balance)</code> = zero if paid in full before the grace period ends or the average daily account balance during the billing cycle.</p><p>Example:</p><p>The AR account holder is charged an 18% annual finance rate. There are two unpaid balances: AR1 is $140 which is 15 days overdue and AR2 $352 which is 45 days overdue.</p><p>(daily interest rate) = (18% / 100) / 365 = 0.000493</p><p>The finance charge for AR1 is (0.000493) * (15) * (140) = 1.035</p><p>The finance charge for AR2 is (0.000493) * (45) * (352) = 5.206</p><p>The total finance charges are 1.035 + 5.206 = 6.241, rounded to 6.24.</p></td></tr></tbody></table>

</details>

7. 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/configure-pos-and-store-manager/accounts-receivable/setting-up-finance-charges.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.
