You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.7 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =====================================
  5. Bank Statement Reconciliation Summary
  6. =====================================
  7. The Bank Reconciliation Summary shows how your actual bank statement balance
  8. and the balance of the bank account in Odoo match, after taking into account
  9. any unreconciled items.
  10. This report is useful if your bank account's statement balance and balance
  11. in Odoo do not match, and you need to check for duplicate or manually created
  12. transactions that might cause the discrepancy.
  13. This report was created, inspired by Xero’s bank reconciliation summary,
  14. https://help.xero.com/Report_BankRec, and from a basic explanation of the
  15. bank statement reconciliation summary:
  16. http://www.accountingcoach.com/bank-reconciliation/explanation.
  17. Usage
  18. =====
  19. #. Go to *Accounting / Reports / OCA accounting reports / Bank Statement Reconciliation*
  20. #. Enter the end date for your analysis, the bank journal and the actual bank
  21. balance at that date.
  22. The report displays the following sections:
  23. * Balance in Odoo
  24. * Plus Outstanding Payments - payments in odoo not yet reconciled
  25. * Less Outstanding Receipts - payments in odoo not yet reconciled
  26. * Plus Un-Reconciled Statement Lines - statement lines not yet reconciled
  27. * Statement Balance
  28. If the theoretical Statement Balance does not match with Odoo, it will
  29. display the Computed (theoretical) balance, the Actual Balance and
  30. the Unencoded Statement Amount.
  31. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  32. :alt: Try me on Runbot
  33. :target: https://runbot.odoo-community.org/runbot/91/10.0
  34. Bug Tracker
  35. ===========
  36. Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-reporting/issues>`_.
  37. In case of trouble, please check there if your issue has already been reported.
  38. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  39. `here <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20account_tax_report_no_zeroes%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  40. Credits
  41. =======
  42. Contributors
  43. ------------
  44. * Jordi Ballester Alomar <contact@eficent.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.