chapitre7.py

Created by vovenastream

Created on December 04, 2025

1.26 KB


# CHAPTER 7 - BANK RECONCILIATION
# --------------------------------
# BANK SIDE (Adjustments)
# Bank balance
# + Deposits in transit
# - Outstanding checks
# = Adjusted bank balance
# --------------------------------
# BOOKS SIDE (Adjustments)
# Book balance
# + Bank interest
# + Collections by bank
# - Bank fees
# - NSF checks
# +/- Bank error correction
# = Adjusted book balance
# --------------------------------
# FINAL RULE
# Adjusted bank balance =
# Adjusted book balance
# --------------------------------
# WHAT GOES WHERE ?
# Deposits in transit -> BANK +
# Outstanding checks -> BANK -
# Interest -> BOOKS +
# Collections -> BOOKS +
# Bank fees -> BOOKS -
# NSF -> BOOKS -
# Bank error -> BOOKS +/- 
# --------------------------------
# JOURNAL ENTRIES (BOOKS ONLY)
# interest :
# Dr Cash ; Cr Interest Revenue
# bank fees :
# Dr Bank Expense ; Cr Cash
# NSF check :
# Dr Accounts Receivable ; Cr Cash
# bank collection :
# Dr Cash ; Cr AR
# bank error (too much deducted) :
# Dr Cash ; Cr Cash Over/Short
# --------------------------------
# EXAM REMINDERS
# 1) bank side = no journal entries
# 2) only books side affects cash
# 3) NSF = client did not pay
# 4) deposits transit + outstanding
# = timing differences (bank only)
# 5) final totals MUST match

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.