# Opening Balance

<p class="doc-lead">Opening balances record the starting debit or credit balance of an account when you begin using Freespace ERP. Use this screen to set opening balances for chart-of-accounts ledgers such as cash, bank, expense, fixed asset, and tax accounts.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Getting started</span>
<div class="doc-toc-links">
<a href="#/accounts/opening-balance?id=overview">Overview &amp; List View</a>
<a href="#/accounts/opening-balance?id=quick-start">Quick Start</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Form reference</span>
<div class="doc-toc-links">
<a href="#/accounts/opening-balance?id=header-fields">Form Fields</a>
<a href="#/accounts/opening-balance?id=account-types">Account Types</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/accounts/opening-balance?id=actions-status">Actions &amp; Status</a>
<a href="#/accounts/opening-balance?id=master-update">Master Update</a>
<a href="#/accounts/opening-balance?id=view-tabs">View Tabs &amp; Widgets</a>
<a href="#/accounts/opening-balance?id=faq">FAQ</a>
<a href="#/accounts/opening-balance?id=related">Related &amp; Videos</a>
</div>
</div>
</div>

<hr class="doc-section-divider">

<h2 id="overview">Overview &amp; List View</h2>

Opening balances are accessed from <b>Accounts → Settings → Opening Balances</b>. The list shows each account's opening entry with date, account, debit, credit, notes, and status. Each chart account can have only one approved opening balance.

<b>List columns</b>

`Id`, `Date`, `Account`, `Dr`, `Cr`, **Notes**, `Status`

<b>Quick filters</b>

| **Filter** | **Shows** |
|------------|-----------|
| Default | All opening balances except Cancelled |
| Approved | Approved opening balances |
| Draft | Draft opening balances |
| Cancelled | Cancelled opening balances |

<b>Header actions</b>

| **Action** | **Description** |
|------------|-----------------|
| New | Opens the new opening balance form |

Click a row to open it in view mode. Select one or more rows to show footer actions: **edit**, **delete**, and **view**.

<b>List View</b>

<img src="accounts/images/a-opening-bal.webp" alt="Account opening balance" loading="lazy">

<hr class="doc-section-divider">

<h2 id="quick-start">Quick Start — Add an Opening Balance</h2>

<h3>1. Navigate</h3>
Go to <b>Accounts → Settings → Opening Balances</b>.

<h3>2. Create new opening balance</h3>
Click <b>New</b> to open the form.

<h3>3. Fill in details</h3>
<ul>
<li>Select the <b>Account</b>.</li>
<li>Enter either a <b>Debit</b> or a <b>Credit</b> amount (not both).</li>
<li>Set the <b>Date</b> and optional <b>Notes</b>.</li>
</ul>

<h3>4. Save</h3>
<ul>
<li><b>Save</b> — saves as a draft.</li>
<li><b>Save And Approve</b> — saves and posts the opening balance.</li>
<li><b>Reset</b> — clears the form.</li>
<li><b>Cancel</b> — closes the form without saving.</li>
</ul>

<hr class="doc-section-divider">

<h2 id="header-fields">Form Fields Reference</h2>

| **Field** | **Description** |
|-----------|-----------------|
| Date | Date of the opening balance entry. |
| Account | Ledger account for the opening balance. Mandatory. Only active leaf (postable) accounts are shown. Customer and supplier accounts are excluded (see Account Types). |
| Debit | Opening debit amount. Use for asset and expense accounts. Mutually exclusive with Credit. |
| Credit | Opening credit amount. Use for liability, income, and equity accounts. Mutually exclusive with Debit. |
| Currency | Shown only when multi-currency is enabled. |
| Currency Exchange Rate | Auto-filled from the selected currency when multi-currency is enabled. |
| Debit- / Credit- | Foreign-currency debit/credit amounts. Shown when a currency is selected. |
| Notes | Optional remarks. |

An entry requires an account and either a debit or credit amount.

<hr class="doc-section-divider">

<h2 id="account-types">Account Types</h2>

This screen sets opening balances for chart-of-accounts leaf ledgers — cash/bank, expense, fixed asset, prepaid, tax, income, and similar accounts. <b>Customer</b> and <b>supplier</b> accounts are not set here.

Opening balances for other account types are set in their own modules:

| **Balance type** | **Where to set it** |
|------------------|---------------------|
| Customer opening balances | Sale → Settings → Opening Balances |
| Supplier opening balances | Purchase → Settings → Opening Balances |
| Opening inventory | Inventory → Settings → Opening Inventory |
| Cash/Bank account opening balance | Accounts → Settings → Cash/Bank Accounts — use the <b>Has Opening Balance</b>, <b>As on date</b>, and <b>Opening Balance</b> fields when creating or editing the account |

<hr class="doc-section-divider">

<h2 id="actions-status">Actions &amp; Status</h2>

<h3>Statuses</h3>

| **Status** | **Description** |
|------------|-----------------|
| Draft | Saved but not yet approved. Can be edited or deleted. |
| Approved | Finalized and posted. |
| For Revisal | Sent back for correction. Can be edited or deleted. |
| Cancelled | Voided. |
| Closed | Settled / completed. |

<h3>List actions (footer bar when rows selected)</h3>

| **Action** | **When available** |
|------------|-------------------|
| edit | Draft, For Revisal |
| delete | Draft, For Revisal |
| view | All statuses |

<h3>View actions</h3>

| **Action** | **When available** | **Notes** |
|------------|-------------------|-----------|
| Approve | Draft | Blocked if the account already has an approved opening balance |
| Edit | Draft, For Revisal | |
| Delete | Draft, For Revisal | |
| clone | All statuses | Hidden when clone is disabled in user settings |
| Cancel | Approved | In the more menu (⋮) |
| Master Update | Approved, Closed | See below |
| Add/Update Note | All statuses | Updates <b>Notes</b> only |

<hr class="doc-section-divider">

<h2 id="master-update">Master Update</h2>

<b>Master Update</b> lets you change the date on an approved opening balance. Open the entry, click the more menu (⋮), and select <b>Master Update</b>.

<b>When available</b>: Approved or Closed status only.

<h3>Fields that can be master-updated</h3>

| **Field** | **Required** | **Description** |
|-----------|--------------|-----------------|
| Date | Yes | Opening balance date. Updating also updates the linked journal date. |

<b>Not master-updatable</b>: account, debit/credit amounts, and notes.

<hr class="doc-section-divider">

<h2 id="view-tabs">View Tabs &amp; Side Panels</h2>

When you open an opening balance entry in full view (not in a small modal), the right side shows tabbed panels. Click the expand icon on a tab to open the same data in a larger modal.

<h3>Bottom panel (all transactions)</h3>

| **Tab** | **What it shows** |
|---------|-------------------|
| History | Activity log — who created, approved, edited, or cancelled the opening balance and when. |
| Attachments | Files uploaded to this opening balance entry. |

<hr class="doc-section-divider">

<h2 id="faq">FAQ</h2>

<b>Why can't I approve this opening balance?</b><br>
Each account can have only one approved opening balance. If the account already has one, approval is blocked with the message <b>This account already has opening balance</b>.

<b>Should I enter a debit or a credit?</b><br>
Enter a <b>Debit</b> for asset and expense accounts; enter a <b>Credit</b> for liability, income, and equity accounts.

<b>How do I set a customer or supplier opening balance?</b><br>
Use <b>Sale → Settings → Opening Balances</b> for customers and <b>Purchase → Settings → Opening Balances</b> for suppliers.

<b>Can I set a cash or bank opening balance while creating the account?</b><br>
Yes. On the Cash/Bank Account form, enable <b>Has Opening Balance</b> and enter the <b>As on date</b> and <b>Opening Balance</b>.

<b>Which fields can I change with Master Update?</b><br>
<b>Date</b> only.


<b>Why accounts closed for date?</b><br>
Closing entry or month closing blocks opening balance on that date.

<b>Can I post to group account?</b><br>
No — only leaf accounts accept opening balance.

<hr class="doc-section-divider">

<h2 id="related">Related Topics &amp; Videos</h2>

<b>Related documentation</b>
<ul>
<li><a href="#/accounts/accounts-settings">Accounts Settings</a> — chart of accounts and account setup.</li>
<li><a href="#/accounts/closing-entries">Closing Entries</a> — period-end balance transfers.</li>
<li><a href="#/accounts/journal-entries">Journals</a> — view the journal posted for an opening balance.</li>
</ul>

<b>Video — Opening Balance</b>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kTBM55dRdA8?si=LjOaivU19FT1SpIA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
