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 ...
随机推荐
- CentOS8安装docker
参考:https://www.cnblogs.com/ding2016/p/11592999.html 一,安装环境查看 二,下载docker-ce的repo curl https://downloa ...
- python实践项目一:Collatz函数
要求1:编写一个名为 collatz()的函数,它有一个名为 number 的参数.如果参数是偶数,那么 collatz()就打印出 number // 2, 并返回该值.如果 number 是奇数, ...
- jquery设置滚动条样式
HTML结构 下面是该滚动条插件工作所必须的HTML结构: <div id="about" class="nano"> <div cl ...
- 关于启动kylin报Failed to find metadata store by url: kylin_metadata@hbase的问题解决
一.出问题的原因 昨天因为项目需要,要将cloudera集群改成高可用,没想到失败了,当时因为冲动手动删了几个hdfs实例的原因,导致退不到原来的状态,折腾了一天,最后终于退回了非HA的集群,但是hd ...
- [转帖]LINUX下使用rinetd端口转发
LINUX下使用rinetd端口转发 https://www.iteye.com/blog/lvinie-1167701 . 本来想自己写一下 发现没必要. 并且原作者提供了pan.baidu.com ...
- [Asp.Net Core] - 使用 ViewComponents 实现分页控件
分页控件(定义分页参数) ~/ViewComponents/PaginationViewComponent.cs using HelloWorld.DataContext; using Microso ...
- Elasticsearch配置安装
跨域 elasticsearch-head连接es时会提示连接失败,有可能就是没有开启跨域 http.cors.enabled 是否支持跨域,默认为false http.cors.allow-ori ...
- 剑指offer64:滑动窗口的最大值
1 题目描述 给定一个数组和滑动窗口的大小,找出所有滑动窗口里数值的最大值.例如,如果输入数组{2,3,4,2,6,2,5,1}及滑动窗口的大小3,那么一共存在6个滑动窗口,他们的最大值分别为{4,4 ...
- oracle笔记之计算年龄、工龄和TRUNC
方法一:利用months_between 函数计算 SELECT TRUNC(months_between(sysdate, birthday)/12) AS agefrom dual; 方法二:日期 ...
- Kubernetes 学习笔记(一):基础概念
个人笔记,仅本人查阅使用,不保证正确. 零.微服务 微服务架构专注于应用解耦合,通过将应用彻底地组件化和服务化,每个微服务只包含一个非常小的功能,比如权限管理.日志收集等等.由这一组微服务组合起来,提 ...