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.
 
 
 
 
Andrius Preimantas 1d589c2c6a [IMP][pos_trade_receivable_autoreconcile] ACL for pos user to reconcile entries 9 years ago
..
model [IMP][pos_trade_receivable_autoreconcile] ACL for pos user to reconcile entries 9 years ago
security [IMP][pos_trade_receivable_autoreconcile] ACL for pos user to reconcile entries 9 years ago
README.rst [IMP][pos_trade_receivable_autoreconcile] ACL for pos user to reconcile entries 9 years ago
__init__.py [INIT][pos_trade_receivable_autoreconcile] 9 years ago
__openerp__.py [IMP][pos_trade_receivable_autoreconcile] ACL for pos user to reconcile entries 9 years ago

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

POS Trade Receivable Autoreconcile
==================================

This module reconciles "Trade Receivable" record created on Customer account
with Payments made by this customer.

Example:

* Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
In accounting it looks like this:

1) D: cash: 10
2) C: account_receivable: 10

3) D: account_receivable: 2
4) C: cash: 2

* When closing & validating a session system would create "Trade Receivable"
counterpart like this:

5) D: account_receivable: 8
6) C: income_account: 8

When this module is installed 2), 3) and 5) items would be reconciled when
closing a session.

Module also grants access rights for POS users to create reconciliation records

Usage
=====

* Install the module. No configuration needed.

Credits
=======

Contributors
------------

* Andrius Preimantas <andrius@versada.lt>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.