Browse Source

[IMP][pos_autoreconcile] Update README and __openerp__ for autoreconcile feature

pull/27/head
Andrius Preimantas 9 years ago
parent
commit
978005ccab
  1. 14
      pos_autoreconcile/README.rst
  2. 2
      pos_autoreconcile/__openerp__.py

14
pos_autoreconcile/README.rst

@ -2,14 +2,14 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
==================================
POS Trade Receivable Autoreconcile
==================================
=================
POS Autoreconcile
=================
This module reconciles "Trade Receivable" record created on Customer account
with Payments made by this customer.
Module reconciles Invoices and "Trade Receivable" records with payments made by
related Customer.
Example:
Example of "Trade Receivable" reconciliation:
* Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
In accounting it looks like this:
@ -89,4 +89,4 @@ 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.
To contribute to this module, please visit http://odoo-community.org.

2
pos_autoreconcile/__openerp__.py

@ -21,7 +21,7 @@
##############################################################################
{
'name': 'POS Trade Receivable Autoreconcile',
'name': 'POS Autoreconcile',
'version': '0.1',
'author': 'Versada UAB,Odoo Community Association (OCA)',
'category': 'Point Of Sale',

Loading…
Cancel
Save