# Cash Reconciliation

This guide explains how the Reconcile Drawer modal works in SimpleSpa, how expected cash is calculated, and how to interpret the entries.

***

### 📋 Overview

The Cash Drawer Reconciliation feature allows businesses to:

* Open and close their cash drawer
* Track cash amounts at opening and closing
* See how much cash should be on hand based on daily transactions
* Identify cash overages or shortages

***

### 🔄 Drawer Entry Types

Each drawer action is logged as an entry with the following types:

Opening Entry

Closing Entry

### How Expected Cash is Calculated

The system uses the most recent valid opening to determine what the expected cash should be at closing.

Formula:

```
Expected Closing Cash = Opening Amount + Cash Received Today
```

If a closing entry exists after that opening, it will also be displayed for comparison.

***

### 📘 Example Entries

Here’s an example set of entries for a day:

```
[
  { "type": 0, "cash": "100.00", "date": "09:00", "activity_by": "manager" },
  { "type": 1, "cash": "150.00", "date": "15:00", "activity_by": "manager" }
]
```

In this case:

* Opening Cash: $100.00
* Cash Received Today: $50.00
* Expected Closing Cash: $150.00
* Actual Closing Cash: $150.00
* ✅ No difference

***

### 🧾 Modal Breakdown

When the modal opens, you’ll see:

1. Opening Entry — time, amount, notes, and user
2. Closing Entry *(if exists)* — same details
3. Expected Closing Cash — calculated using today’s transactions
4. Difference — highlights any cash over/short

***

### 🔒 When Is the Drawer Considered Open?

The system considers the drawer *open* if:

* There is an opening entry
* And no closing entry exists *after* it

This controls whether the “Close Drawer” tab is enabled.

## Accessing the Reconciliation Modal

<figure><img src="https://695085455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa9tSKQ7Cexg8YEba5Evb%2Fuploads%2FT08pPFmKSBjYo0kJfGOW%2FScreenshot%202025-06-04%20at%204.42.53%E2%80%AFPM.png?alt=media&#x26;token=d83dd6fc-a31f-43be-9011-6990097d9a2d" alt=""><figcaption><p>Easily access the reconciliation modal by pressing the cash drawer icon in the Daily Report in the Dashboard</p></figcaption></figure>

<figure><img src="https://695085455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa9tSKQ7Cexg8YEba5Evb%2Fuploads%2FOf5vT5R4hBh0gnrO4ka1%2FScreenshot%202025-06-04%20at%204.44.03%E2%80%AFPM.png?alt=media&#x26;token=cc244d70-eb07-4ecc-b499-4625e6bcf673" alt=""><figcaption><p>From the prompt you can Open / Close the register with the opening and closing amounts along with any notes</p></figcaption></figure>

<figure><img src="https://695085455-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa9tSKQ7Cexg8YEba5Evb%2Fuploads%2FYJcnr1rw0kcFZVHaPvh0%2FScreenshot%202025-06-04%20at%204.44.08%E2%80%AFPM.png?alt=media&#x26;token=a31c57be-7ea9-41fa-afc5-ece67867438a" alt=""><figcaption><p>Each entry will be listed above, and if the business has realized any cash revenue this will appear at the bottom showing the total closing amount with the difference</p></figcaption></figure>
