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. RabbitMQ官方教程一Hello World(GOLANG语言实现)

    介绍 RabbitMQ是消息中间件:它接受并转发消息. 您可以将其视为邮局系统:将要发送的邮件放在邮箱中时, 可以确保邮递员最终将邮件传递给收件人. 以此类推,RabbitMQ是一个邮箱,一个邮局和一 ...

  2. nginx配置访问本地静态资源

    下面说说如何在windows下使用nginx作为静态资源服务器, 1.修改config目录下,这个配置文件,基本上所有的配置都在这里面做, 2.主要的配置参数如下,一些无关的参数我直接去掉了,注意,里 ...

  3. oracle 存储过程详细介绍(创建,删除存储过程,参数传递等)

    这篇文章主要介绍了oracle 创建,删除存储过程,参数传递,创建,删除存储函数,存储过程和函数的查看,包,系统包等相关资料,需要的朋友可以参考下   oracle 创建,删除存储过程,参数传递,创建 ...

  4. publish dotnet core angular spa app to docker

    公司一个使用Angular开发的应用准备下个版本使用.Net Core开发后台, 刚好可以用到.Net Core Angular Spa模板, 而且最近也在学习Docker, 于是就想把它融汇贯通, ...

  5. From 虚拟机模板 创建单节点K8S1.14.1的操作步骤

    半年前总结的 还是有记不住的地方... 1. 根据上一篇blog 自己创建了一个虚拟机 里面包含 k8s1.14.1 的k8s集群 这里简单说一下 虚拟机开机之后 如何处理以能够使用k8s 的简单过程 ...

  6. 基于DNN的推荐算法总结

    1.早期的算法 深度学习在CTR预估应用的常见算法有Wide&Deep,DeepFM等. 这些方法一般的思路是:通过Embedding层,将高维离散特征转换为固定长度的连续特征,然后通过多个全 ...

  7. Git操作入门

    生成ssh key: ​ ssh-keygen -t rsa -C "lkt@temp.com" ​ 按三次回车,最后在.ssh文件夹下得到id_rsa和id_rsa.pub两个文 ...

  8. str.format() 格式化数字的多种方法

    Python2.6 开始,新增了一种格式化字符串的函数 str.format(),它增强了字符串格式化的功能. 基本语法是通过 {} 和 : 来代替以前的 % . format 函数可以接受不限个参数 ...

  9. on duplicate key mysql插入更新

    insert into `test` (`job_id`, `user_name`, `total_time`) values ('12345', 'zhangsan', '10') on dupli ...

  10. Linux踢出登陆用户的正确姿势

    首先who(或w)查看需要杀死的终端名,然后执行: pkill -9 -t pts/? pkill相当于ps和kill的结合,用法和killall类似,根据进程名来杀死一类进程(kill是杀死单个) ...