Search 1.9 billion lines of Odoo code on GitHub

account_statement_completion

Author: Compassion CH
License: AGPL-3
Branch: 14.0-invoice-refactor
Repository: CompassionCH/compassion-accounting
Dependencies: account, account_payment_order, and account_statement_import
Languages: PO File (54, 19.3%), Python (118, 42.1%), XML (55, 19.6%), and reStructuredText (53, 18.9%)
Other branches: 10.0, 11.0, 12.0, 14.0, 9.0, and devel
Other repositories: Alaggaerion/compassion-accounting, Grazia976/compassion-accounting, Nooka10/compassion-accounting, SylvainLosey/compassion-accounting, Theyiot/compassion-accounting, c-meier/compassion-accounting, cmtCousteau/compassion-accounting, davidwul/compassion-accounting, ecino/compassion-accounting, eicher31/compassion-accounting, jklay/compassion-accounting, joblo-compassion/compassion-accounting, jonathantarabbia/compassion-accounting, maxime-beck/compassion-accounting, nbornand/compassion-accounting, nfluckiger/compassion-accounting, quentingigon/compassion-accounting, samuel-fringeli/compassion-accounting, samybucher/compassion-accounting, simhayoz/compassion-accounting, vidtsin/compassion-accounting, vwvw/compassion-accounting, and wvmrtn/compassion-accounting

<h1 class="title">Account Statement Completion Rules</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/CompassionCH/compassion-accounting/tree/11.0/account_statement_completion"><img alt="CompassionCH/compassion-accounting" src="https://img.shields.io/badge/github-CompassionCH%2Fcompassion--accounting-lightgray.png?logo=github" /></a></p> <p>This module adds a way to implement methods that will enrich the bank statement lines imported and give an easy way to add custom completion rules in sub-modules.</p> <p>A completion rule can be attached to a journal for it to be launched when a bank statement is imported for the journal.</p> <p>It comes with two generic rules :</p> <blockquote> <ol class="arabic simple"> <li>Find a partner from the reference, if a move line exists with the same reference.</li> <li>Completion method for finding supplier invoices based the amount.</li> </ol> </blockquote> <p>If more than one rule are defined for a journal, rules are applied in sequence order. The first returning results is kept.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/CompassionCH/compassion-accounting/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/CompassionCH/compassion-accounting/issues/new?body=module:%20account_statement_completion%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Compassion CH</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Steve Ferry &lt;<a class="reference external" href="mailto:steve_ferry&#64;outlook.com">steve_ferry&#64;outlook.com</a>&gt;</li> <li>Emanuel Cino &lt;<a class="reference external" href="mailto:ecino&#64;compassion.ch">ecino&#64;compassion.ch</a>&gt;</li> <li>Quentin Gigon &lt;<a class="reference external" href="mailto:gigon.quentin&#64;gmail.com">gigon.quentin&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is maintained by Compassion Switzerland.</p> <a class="reference external image-reference" href="https://www.compassion.ch"><img alt="Compassion Switzerland" src="https://upload.wikimedia.org/wikipedia/en/8/83/CompassionInternationalLogo.png" /></a> <p>Compassion Switzerland is a nonprofit organization whose mission is to release children from extreme poverty in Jesus name.</p> <p>This module is part of the <a class="reference external" href="https://github.com/CompassionCH/compassion-accounting/tree/11.0/account_statement_completion">CompassionCH/compassion-accounting</a> project on GitHub.</p>