Account reconciliation is the process of comparing transactions you have recorded using internal record-keeping for financial accounts against monthly statements from external sources, such as a bank, credit card company, or other financial institution, to ensure that your account records agree with each other.

 

If you're not using accounting software, your financial transactions will appear on your paper check register that you update each time you write a check, on your credit card statement, and on your bank statement. If you're using accounting software to print batches of checks each time the company pays bills, your transactions will be recorded on your software's account register.

 

Why Reconcile Your Accounts?

Comparing transactions and balances is important because it avoids overdrafts on cash accounts, catches fraudulent or overcharged credit card transactions, explains timing differences, and highlights other negative activity, such as stolen or incorrectly recorded income and expense entries.

 

This business function will save your company from paying overdraft fees, help catch improper spending and serious issues such as embezzlement before they get out of control, and keep transactions error-free.

 

Reconciling accounts and comparing transactions also helps your accountant produce reliable, accurate, and high-quality financial statements. Because your company balance sheet reflects all money spent—whether cash, credit, or loans—and all assets purchased with those funds, the accuracy of the balance sheet strongly depends on the accurate reconciliation of your company's financial accounts.

 

Publicly held companies must keep their accounts consistently reconciled or risk being penalized by independent auditors. Many companies have systems for maintaining payment receipts, account statements, and other data necessary to document and support account reconciliations.

 

The Reconciliation Process

When you use accounting software to reconcile accounts, the software does some of the work for you, saving you a good deal of time. However, the process still needs human involvement to capture certain transactions that may have never entered the accounting system, such as cash stolen from a "petty cash" box. These steps will help you to make sure all of your money is accounted for:

 
  1. Compare your internal account register to your bank statement and check off each payment and deposit on your register that matches the statement. Make note of all transactions on your bank statement for which you don't have any other evidence, such as a payment receipt or check stub.
  2. Identify any money shown as paid out in your internal records—whether checks, ATM transactions, or other charges—that do not show up as a paid amount on the bank account statement. Subtract these items from the bank statement balance. Conversely, also note charges on the bank statement that you haven't captured in your internal accounting records. Charges to watch for include uncleared checks, internally recorded auto-payments that have yet to clear the bank account, check-printing fees, ATM service charges, and other bank charges such as insufficient funds (NSF), overdrafts, or over-the-limit fees.
 
  1. Check that all funds coming into the company have been reflected in both your internal records and your bank account. Find any deposits and account credits that haven't yet been recorded by the bank and add these to the statement balance. If the bank shows money deposits not reflected in your internal books, make the entries. If you have an interest-bearing account and you are reconciling a few weeks after the statement date, you may need to add interest as well.
  2. Bank errors don't occur very often, but if any errors were made, the proper amount needs to be added or subtracted from your account balance, and you should contact the bank immediately to report the error.
 
  1. Your bank statement balance should now equal the balance in your records. Depending on the number of discrepancies, you may need to create a supporting schedule that details the differences between your internal books and bank accounts.
 

Knowing how to reconcile your accounts accurately is important for the financial health of your business. Reconciliation is used to compare your business's internal books with other financial documents such as bank statements, cash registers, and credit card statements. It can also detect any errors or discrepancies, or fraud. It is an important process that is essential to the success of your business.

What Does Reconciliation Mean in Accounting的更多相关文章

  1. Accounting Flexfield Setup and Usage (Doc ID 124333.1)

    APPLIES TO:Oracle General Ledger - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1] Information ...

  2. [POJ2586]Y2K Accounting Bug

    [POJ2586]Y2K Accounting Bug 试题描述 Accounting for Computer Machinists (ACM) has sufferred from the Y2K ...

  3. POJ2586Y2K Accounting Bug(贪心 + 不好想)

    Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12251   Accepted: 62 ...

  4. Y2K Accounting Bug(贪心)

    Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10945   Accepted: 54 ...

  5. Codeforces Gym 100513G G. FacePalm Accounting

    G. FacePalm Accounting Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/gym/100513 ...

  6. 贪心 POJ 2586 Y2K Accounting Bug

    题目地址:http://poj.org/problem?id=2586 /* 题意:某公司要统计全年盈利状况,对于每一个月来说,如果盈利则盈利S,如果亏空则亏空D. 公司每五个月进行一次统计,全年共统 ...

  7. Y2K Accounting Bug 分类: POJ 2015-06-16 16:55 14人阅读 评论(0) 收藏

    Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 11222   Accepted: 56 ...

  8. How to setup and process Intercompany accounting [AX2012]

    In this post, I will take you through a very simple functionality called  the intercompany accountin ...

  9. POJ2586Y2K Accounting Bug

    http://poj.org/problem?id=2586 Description Accounting for Computer Machinists (ACM) has sufferred fr ...

随机推荐

  1. CentOS的开发环境配置(Python、Java、php)

    CentOS安装Python 一.Python源代码编译安装 yum -y install wget yum -y install zlib zlib-devel yum -y install bzi ...

  2. Machine Learning Glossary

    http://people.seas.harvard.edu/~mgelbart/glossary.html more at:http://www.metacademy.org/list

  3. DateTimeFormatter 的操作与使用 -- 通俗易懂

    在上一章我们讲解了LocalDate.LocalTime.LocalDateTime.Instant的操作与使用,下面讲解它们之间是如何进行格式化 DateTimeFormatter这个类它只提供了时 ...

  4. [.Net Core] - Asp.Net Core 编译成功,发布失败之解决

    背景 Asp.Net Core 项目编译成功,发布失败. 错误 Assets file 'D:\……\obj\project.assets.json' doesn't have a target fo ...

  5. [VS] - Visual Studio 智能感知无法启用 之解决

    背景 VS 2017 智能感知无法使用,重置 "导入和导出设置..." 后仍无法使用. 解决 我在 VS 上安装了 Resharper 的,猜测可能跟其配置有关,重置 Intell ...

  6. Java中final与C++中const的关系

    Java中的final有三种主要用法: (1)修饰变量: final变量是不可改变的,但它的值可以在运行时刻初始化,也可以在编译时刻初始化,甚至可以放在构造函数中初始化,而不必在声明的时候初始化,所以 ...

  7. vue设置input不可编辑切换

    html: <Input name="a" v-model="formValidate.coName" placeholder="请输入姓名&q ...

  8. redis主从中断异常处理

    线上预警主从中断: 查看线上复制信息: # Replication role:slave master_host:master_host master_port:6379 master_link_st ...

  9. 在论坛中出现的比较难的sql问题:14(存储过程问题 存储过程参数、存储过程内的参数)

    原文:在论坛中出现的比较难的sql问题:14(存储过程问题 存储过程参数.存储过程内的参数) 最近,在论坛中,遇到了不少比较难的sql问题,虽然自己都能解决,但发现过几天后,就记不起来了,也忘记解决的 ...

  10. sqlserver2008+日志收缩sql语句命令

    USE[master] GO ALTER DATABASE 数据库 SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE 数据库 SET RECOVER ...