Skip to Content

Lesson 1 — Why a cheque waits in an interim account

Begin with the sentence the whole module is built on: your bank balance should never show money you have not really collected or paid.

The practice this answers. In the UAE and across the GCC, cheques carry a large share of ordinary trade. A supplier is paid by cheque dated next month, a tenant hands over a year of rent in four leaves, a customer settles a large invoice with a cheque dated for the day their own receivable lands. That is market practice, not a rule anyone imposes, and it has one consequence for your books: on any given morning your company is holding paper worth real money that the bank has not yet honoured, and has written paper that the bank has not yet debited.

The mental model. The design is reconciliation-first. Instead of touching your bank account the moment a cheque changes hands, the module parks the value in an interim account and only releases it to the bank when the cheque truly clears. That single decision is the reason the rest of the module looks the way it does — every state, every button and every entry in the next nine lessons is a consequence of it.

What the parking buys you. Three things follow, and only the first is obvious.

  • Your bank balance stays honest. It reports what the bank has actually done, not what you expect it to do.
  • Nothing is counted twice. The value exists in exactly one place at a time, and it moves rather than multiplies.
  • Every cheque in the building has an address. Held, deposited, issued — each is a different account, so a cheque can never simply be somewhere unspecified.

The click path. Open Accounting → Cheques → Received Cheques and open any cheque. Look at two fields before anything else: the state, which tells you where the paper is, and the amount, which is sitting in an interim account named by that state. Those two together are the whole model on one screen.

The worked example that runs through this course. Gulf Fittings Trading LLC invoices Al Reem Interiors LLC for AED 120,000.00 on invoice INV/2026/0417. On 18 August 2026 the customer hands over cheque number 004512 for the full amount, dated 15 October 2026. Nothing about that morning improves the bank balance, and the module says so: the customer's receivable is settled, the value moves into an interim account, and the bank is untouched until October.

The failure mode. The most common support question about this module is not a fault at all — someone registers a large cheque, opens the bank journal, and finds the balance unchanged. That is the design working. The value waits in an interim account and only reaches the bank when the cheque clears. If you need to see cheques you are holding, look at the interim account balance, which is the honest measure of paper you have not yet turned into money.

Commenting is not enabled on this course.