> For the complete documentation index, see [llms.txt](https://docs.mifos.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/closing-entries.md).

# Closing Entries

In Mifos X, you can close accounting to journal entries. Closures can be applied to all branches or to each branch separately.

It is important for organizations to close accounting periodically to prevent transactions that affect the accounting books.

If you make a transaction before the closing date, you will receive an error. If you need to backdate a transaction to a date before the closure date, you must first delete the closure.

### Create an accounting closure

To close journal entries for an office, do the following:

1. On the Mifos toolbar, click **Accounting** to open the Accounting menu.

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

2\. On the Accounting menu, click **Closing Entries** to open the **Closed Accounting Details** dialog.

<figure><img src="/files/8QvOogkslXnFeoKHCz0G" alt=""><figcaption></figcaption></figure>

3\. In the **Closed Accounting Details** dialog, click **Create Closure** to open the **Create Closure** dialog.

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

4\. In the **Create Closure** dialog, enter the closure details:

a. In the **Office** list, select the office you want to close to accounting.

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

b. In the **Closing date** box, click in the box and then choose the date from the pop-up calendar. Use the left and right arrow keys beside the month and year to change the month.\
NOTE: The closing date defaults to the current date.

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

c. In the **Comments** box, enter an optional comment.

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

5\. Click the **Submit** button to complete the closure and view the closure details.

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

### Delete an accounting closure

If you backdate a transaction to a date before the closure date, you will receive the following error:

{% hint style="warning" %}

![](https://mifosforge.jira.com/wiki/download/attachments/67895316/mifos%20closing%20entries%20-%20close%20error.png?version=1\&modificationDate=1400608337990\&cacheVersion=1\&api=v2)
{% endhint %}

You must first delete the closure before you can backdate the transaction.

To delete an accounting closure, do the following:

1. On the Mifos toolbar, click **Accounting** to open the Accounting menu.

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

2\. On the Accounting menu, click **Closing Entries** to open the **Closed Accounting Details** dialog.

<figure><img src="/files/8QvOogkslXnFeoKHCz0G" alt=""><figcaption></figcaption></figure>

3\. In the **Closed** **Accounting Details** dialog, click the accounting closure you want to delet&#x65;**.**

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

**4.** Click **Delete**.

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

5\. In the popup dialog, click **Confirm** to delete the account closure.\
\&#xNAN;*You can now complete the postdated transaction.*

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

Related articles

* Page:[Closing Entries](/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/closing-entries.md)
* Page:[Advanced Accounting Rules](/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/advanced-accounting-rules.md)
* Page:[Searching Accounting Transactions](/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/searching-accounting-transactions.md)
* Page:[Add Journal Entries](/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/add-journal-entries.md)
* Page:[Accounting Rules](/mifosx/user-manual/for-administrators-mifos-x-platform/accounting/accounting-rules.md)


---

# 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.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounting-operations/closing-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.
