SimpleSpa Documentation
Back to SimpleSpa
  • SimpleSpa Documentation
  • Scheduling Software
    • What is Scheduling Software
    • What is Salon Software
    • What is Spa Software
    • What is Medical Scheduling Software
    • What is Medi-Spa Scheduling Software
    • What is Microblading Software
  • Guides
    • General
    • Adding your first Service/Staff
    • Creating your first Appointment
    • Creating your first Transaction/Checking out a Client
  • Fundamentals
    • Dashboard
      • Overview
      • Viewing Appointments
      • Viewing Transactions
      • Making a Sale
      • Birthdays
      • Cash Reconciliation
    • Appointments
      • Calendar
      • Creating an Appointment
      • Appointment Status
      • Appointment Notes
      • Appointment Checkout
      • Creating a Block
      • Cloning a Block
    • POS
      • Recording a Sale
      • Balances & Deposits
      • Multiple Payment Methods
      • Processing Credit Cards
      • PCI Compliance
      • Common Checkouts & Tutorial Walkthroughs
        • Accepting Multiple Payments
        • Using Gift Certificates in Checkout
        • Accepting Appointment Deposits
        • Adding a Balance to a client
        • Assigning Staff during Checkout
        • Prompting and Collecting Tips
        • Applying Discounts during Checkout
        • Applying Notes & Change Calculator
    • Hardware
      • Receipt Printing
      • Thermal Receipt
      • Receipt Printer Setup
      • Cash drawer / Till
      • POS Terminal
    • Staff
      • Managing Staff
      • Fields and Settings
      • Calendar
      • Commissions Tab
      • Weekly Schedule Tab
      • Block Hours on Calendar
      • Breaks Tab
      • Clock In/Out Tab
      • How to Clock In/Out
      • Assigning Specialties
      • Staff Login
    • Clients
      • Managing Clients
      • Files
      • Images
      • Notes
      • Appointments
      • Transactions
      • Packages
      • Forms
    • Services
      • Managing Services
      • Fields and Service Settings
      • Adding Form(s) to Services
      • Assigning Resources to a Service
    • Products
      • Managing Products
      • Fields and Products Settings
      • Assign Tax Rate to all Products
      • Inventory
      • Orders
      • Vendors
    • Gift Cards
      • Gift Cards & Gift Certificates
      • Selling Gift Cards/Certificates
      • Sending Gift Cards/Certificates
      • Using Gift Cards/Certificates
      • Reloading Gift Cards/Certificates
      • Viewing Balance Gift Cards/Certificates
      • Viewing History Gift Cards/Certificates
      • Apple Wallet
    • Packages
      • Managing Packages
      • Selling Packages
      • Redeeming Packages
      • Manually Adjusting Clients Package Balance
      • Memberships
    • Forms
      • Managing Forms
      • Additional Settings
      • Additional Questions (Form Editor)
      • Assigning to a Service
      • Sending a Form
    • Users
      • Manage Users
      • User Roles
      • User Password
    • Discounts
      • Managing Discounts
      • Applying Discounts
    • Expenses
      • Managing Expenses
    • Online Booking
      • Your Custom Booking URL
      • Multiple Bookings
      • Accepting Deposits for Bookings
      • Linking & Embedding Online Booking
      • Adding a Holiday
      • Waitlist
    • Notifications
      • Email Notifications
      • SMS/Text Notifications
    • Marketing
      • Campaigns
      • Creating a New Campaign
      • Image Campaign
      • AI Campaign Generator
    • Mobile Device Support
      • iOS (iPhone & iPad)
      • Android
    • Browser Support
  • Extras
    • Video Walkthroughs
      • Creating your first appointment
      • Using the POS & completing an appointment
      • Making a sale without an appointment
      • Demo Walkthrough
    • FAQ
      • Is there anything to install?
      • Can I import my existing data to SimpleSpa?
      • How much does SimpleSpa cost?
      • Where can I get a SimpleSpa perpetual license?
      • How do I convert my SimpleSpa free trial to a paid subscription?
      • What kind of computer do I need?
      • What countries do you support?
      • How can I view the timestamp an appointment was created?
      • Do I need to download updates to my computer?
      • Does SimpleSpa have online booking?
      • Is online booking in my language?
      • How does SimpleSpa handle double booking for online appointments?
      • Does SimpleSpa send appointment reminders?
      • Does SimpleSpa send SMS/Text reminders?
      • How much does SMS/Text Notifications cost?
      • How can I add SMS/Text Notifications to my account?
      • Are the SimpleSpa Marketing Tools included in my plan?
      • I am already paying for SMS Notifications is SMS Marketing included in my package?
      • What businesses can use SimpleSpa?
      • Can I brand SimpleSpa with my logo?
      • Can I process Credit Cards with SimpleSpa?
      • What type of Credit Card Integration does SimpleSpa Support?
      • How can I disable Credit Card Auto-fill in Chrome?
      • Do plans have a minimum contract?
      • Can I downgrade my plan?
      • I am trying to login but it is redirecting to SimpleSpa.com
      • Does SimpleSpa Support Parallel Bookings
      • Does SimpleSpa support multiple business locations?
      • My online booking hours show different availability than what I have set in the staff page
      • I am a third party processor/reseller, can I work with SimpleSpa?
      • My staff will work on a different schedule on a specific date, can SimpleSpa handle this?
      • My online booking is not showing availability although I am available in my calendar
      • SimpleSpa HIPAA
      • How does SimpleSpa transmit data securely?
      • How is the data on the SimpleSpa network protected?
      • Can you provide me with more information about your data centers?
      • SimpleSpa iOS
  • API
    • SimpleSpa Enterprise API
      • Appointment Endpoint
      • Client Endpoint
      • Service Endpoint
      • Staff Endpoint
      • Ideas & Inspiration
      • Integrations
        • Zapier
        • Make.com
        • OpenAI
        • OpenAI & Cron Jobs
        • Ideas: Marketing Campaigns with Zapier, Make.com, Integrately
Powered by GitBook
On this page
  • 📋 Overview
  • 🔄 Drawer Entry Types
  • How Expected Cash is Calculated
  • 📘 Example Entries
  • 🧾 Modal Breakdown
  • 🔒 When Is the Drawer Considered Open?
  • Accessing the Reconciliation Modal
  1. Fundamentals
  2. Dashboard

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

PreviousBirthdaysNextAppointments

Last updated 3 days ago

Easily access the reconciliation modal by pressing the cash drawer icon in the Daily Report in the Dashboard
From the prompt you can Open / Close the register with the opening and closing amounts along with any notes
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