What Does Reconciliation Mean in Accounting
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:
- 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.
- 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.
- 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.
- 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.
- 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的更多相关文章
- 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 ...
- [POJ2586]Y2K Accounting Bug
[POJ2586]Y2K Accounting Bug 试题描述 Accounting for Computer Machinists (ACM) has sufferred from the Y2K ...
- POJ2586Y2K Accounting Bug(贪心 + 不好想)
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12251 Accepted: 62 ...
- Y2K Accounting Bug(贪心)
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10945 Accepted: 54 ...
- Codeforces Gym 100513G G. FacePalm Accounting
G. FacePalm Accounting Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/gym/100513 ...
- 贪心 POJ 2586 Y2K Accounting Bug
题目地址:http://poj.org/problem?id=2586 /* 题意:某公司要统计全年盈利状况,对于每一个月来说,如果盈利则盈利S,如果亏空则亏空D. 公司每五个月进行一次统计,全年共统 ...
- 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 ...
- How to setup and process Intercompany accounting [AX2012]
In this post, I will take you through a very simple functionality called the intercompany accountin ...
- POJ2586Y2K Accounting Bug
http://poj.org/problem?id=2586 Description Accounting for Computer Machinists (ACM) has sufferred fr ...
随机推荐
- EC11编码器的使用方法
1. EC11编码器的原理图如下 2. 旋转的时候,波形如下,EC11转1格,产生一个上升沿的中断,思路就是检测AX4-1的上升沿中断(平时是低电平),进入中断服务函数,检测AX4-2的电平,低电平逆 ...
- LeetCode 783. 二叉搜索树结点最小距离(Minimum Distance Between BST Nodes)
783. 二叉搜索树结点最小距离 LeetCode783. Minimum Distance Between BST Nodes 题目描述 给定一个二叉搜索树的根结点 root, 返回树中任意两节点的 ...
- Spring之2:HierarchicalBeanFactory接口
HierarchicalBeanFactory:HierarchicalBeanFactory继承BeanFactory并扩展使其支持层级结构.getParentBeanFactory()方法或者父级 ...
- C之typedef应用
1.0关于typedef关键字的基础: https://www.cnblogs.com/anSn/p/8783347.html 1.1 typedef 修饰“函数类型” 的调用方法: 1)我们写一段普 ...
- hdu 6609 区间条件前缀和 + 二分
题目传送门//res tp hdu 目的 在尾部逐步插入n个元素,求插入第i个元素时,[1,i)内删去多少个元素,可使前缀和[1,i]不大于m 多测Q [1,15] n [1,2e5] m [1,1e ...
- QT 读写.ini配置文件
当需要存放的数据量较少时合适使用.ini配置文件. #include <QCoreApplication> #include <QSettings> void SystemSe ...
- docker学习笔记(一)--介绍和基本组成
Docker基本介绍 1.什么是docker docker本身不是容器,是创建容器的工具,是应用容器引擎,将应用程序自动部署到容器的开源引擎. 2.docker的目标特点 简单轻量,快速开发,具备可移 ...
- IIS不能下载config配置文件的解决方法
之前作程序升级的时候,需要从服务端下载后缀为config的配置文件,结果程序抛出404异常.后来百度才知道,是IIS禁止下载config文件的原因.在这里记录一下解决方法. 在我的电脑,右键管理,打开 ...
- Fiddler讲解3
想要 浏览更多Fiddler内容:请点击进入Fiddler官方文档 阅读目录: 一.Fiddler自定义请求: 二.Fiddler修改请求: 三.减少期望的延迟:100个继续标题: 四.重命名无效的P ...
- PowerBuilder学习笔记之2PowerScript语言(三)
教材地址:https://wenku.baidu.com/view/1e82d26925c52cc58ad6be05.html?sxts=1565679996440 2.6嵌入式SQL语句 2.6.1 ...