> 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-accounts-receivable/entering-adjustments-on-accounts.md).

# Enter adjustments on account

Payments on AR accounts are typically made in POS. These payments are either applied manually to specific ledger entries or automatically to the oldest ledger entries based on the application method you selected for the AR account or its account group.

You can apply a payment toward an account balance in Store Manager by making an adjustment to the ledger. You can also make other ledger adjustments such as reversing payments or reversing finance charges.

1. Open the AR account.
2. (Optional) Click **Ledger** to view the account's ledger entries.
3. Do one of the following:

<table><thead><tr><th width="249.5555419921875" valign="top">To do this...</th><th valign="top">Then do this...</th></tr></thead><tbody><tr><td valign="top">Adjust all or part of a ledger entry</td><td valign="top"><ul><li>Select a ledger entry.</li><li>Click <strong>Register</strong>.</li><li>In the <strong>Amount</strong> field, enter the amount of the adjustment. This amount can be the same amount as the balance, or less than the balance.</li><li>Enter a <strong>Reference</strong> code, as required.</li><li>Enter a <strong>Description</strong>, as required.</li><li>Select the <strong>Reason Code</strong>.</li><li>If <strong>Application Method</strong> is <strong>Apply to Oldest</strong>, click <strong>Finish</strong>.</li><li>If the <strong>Application Method</strong> is <strong>Manual</strong>, click <strong>Next</strong>.</li><li>Select the ledger entries to apply the adjustment to and click <strong>Finish</strong>.</li></ul></td></tr><tr><td valign="top">Apply an adjustment</td><td valign="top"><ul><li>Select a ledger entry.</li><li>Click <strong>Apply</strong>.</li><li>Enter a <strong>Reference</strong> code, as required.</li><li>Click <strong>Next</strong>.</li><li>Select the adjustment(s) you want to apply.</li><li>Click <strong>Finish</strong>.</li></ul></td></tr><tr><td valign="top">Undo (delete) an adjustment Note: "> Note: You cannot undo entries in a closed billing cycle.</td><td valign="top"><ul><li>Select a ledger entry.</li><li>Click <strong>Entry</strong> and select <strong>Undo</strong>.</li><li>Select the <strong>Undo Reason</strong>.</li><li>Click <strong>Finish</strong>.</li><li>Click <strong>Yes</strong> to confirm you want to undo the adjustment.</li></ul></td></tr><tr><td valign="top">Un-apply an adjustment</td><td valign="top"><ul><li>Select a ledger entry.</li><li>Click <strong>Application</strong>.</li><li>Select the entry you want to un-apply.</li><li>Click <strong>Un-apply</strong>.</li><li>Enter a <strong>Reference</strong> code, as required.</li><li>Select the <strong>Undo Reason</strong>.</li><li>Click <strong>Finish</strong>.</li></ul></td></tr></tbody></table>


---

# 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-accounts-receivable/entering-adjustments-on-accounts.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.
