> For the complete documentation index, see [llms.txt](https://docs.kick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kick.co/accountants/close-workflows/journal-entries/create-reversal-entries.md).

# Create Reversal Entries

Automate journal entry reversals to keep financials clean and up to date.

When you set a reversal date on a journal entry, Kick automatically generates a mirror-image entry on that date — debits become credits and credits become debits. This automates month-end or year-end cleanup without manual work.

***

### Common use cases

* Accrued revenue at period-end that reverses when the actual invoice is issued
* Estimated expenses that reverse when actuals arrive
* Year-end adjustments that need to reverse at the start of the new period

***

### Creating an entry with a reversal

1. Go to **Accounting** and open any report (Profit & Loss, Balance Sheet, General Ledger, etc.)
2. Click **Create journal entry**
3. Set the **date** and **entity**
4. Enter your debit and credit lines
5. In the **Details** panel on the right:
   * Set the **Reverse Date**
   * Add a **Memo** to describe the entry
   * Optionally attach supporting documents
6. Click **Save** — Kick saves the original entry and queues the reversal automatically

Recurrence and reversal are mutually exclusive on a single journal entry.

***

### Viewing reversal entries

Both the original entry and its reversal appear in the **General Ledger**:

1. Go to **Accounting** → **General Ledger**
2. Filter for **Entry source** = **Manual Journal**

Reversal entries are labeled in the Description field with "Reversal of" followed by the original entry description.

***

### Editing reversal entries

The reversal entry is read-only — all edits are made on the original entry. When you update the original, Kick automatically regenerates the reversal to stay in sync.

From the original entry, you can update:

* Reverse Date
* Amounts
* Accounts
* Description
* Memo

***

### Deleting reversal entries

* To remove a scheduled reversal: clear the reversal date on the original entry, or delete the reversal entry directly
* Deleting the original entry automatically deletes the reversal

All changes are tracked in the [Activity](/accountants/close-workflows/activity.md) tab.


---

# 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.kick.co/accountants/close-workflows/journal-entries/create-reversal-entries.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.
