Search 1.9 billion lines of Odoo code on GitHub

pos_invoice_required

Author: Roberto Fichera, Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0-pos_imvoice_required
Repository: LevelPrime/pos
Dependencies: point_of_sale
Languages: HTML (373, 64.0%), JavaScript (40, 6.9%), Python (33, 5.7%), XML (52, 8.9%), and reStructuredText (85, 14.6%)

<h1 class="title">Point of Sale Require Invoice</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/OCA/pos/tree/13.0/pos_invoice_required"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_invoice_required"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/pos&amp;target_branch=13.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> <p>This module was written to extend the functionality of odoo pos and allows you to require a invoice for each pos order. In the pos session configuration, you can choose to require the invoice for pos orders.</p> <p>If the invoice is not selected, the pos ui will display an error message. In the backend the invoice is required when needed.</p> <p>Two new options are available:</p> <ul class="simple"> <li>No Invoice 'No Invoice is admitted for the pos order';</li> <li>Optional 'Optional Invoice when closing the pos order';</li> <li>Required 'Invoice is required when closing the pos order';</li> </ul> <a name="no-invoice-is-admitted-for-the-pos-order"></a> <h2>'No Invoice is admitted for the pos order'</h2> <p>In the frontend PoS, The invoice is not permitted for the current PoS.</p> <a name="optional-invoice-when-closing-the-pos-order"></a> <h2>'Optional Invoice when closing the pos order'</h2> <p>In the frontend PoS, The invoice is optional for the current PoS.</p> <a name="invoice-is-required-when-closing-the-pos-order"></a> <h2>'Invoice is required when closing the pos order'</h2> <p>In the frontend PoS, The invoice is mandatory for the current PoS.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h3><a class="toc-backref" href="#id1">Configuration</a></h3> <p>To configure this module, you need to:</p> <ul class="simple"> <li>go to point of sale -&gt; configuration -&gt; point of sales</li> <li>select the point of sales you want configure</li> <li><dl class="first docutils"> <dt>search for the &quot;Require Invoice&quot; and choose between the following values:</dt> <dd><ul class="first last"> <li>'No Invoice'; (this option has no effect on this PoS config)</li> <li>'Optional';</li> <li>'Required';</li> </ul> </dd> </dl> </li> </ul> <a name="bug-tracker"></a> <h3><a class="toc-backref" href="#id2">Bug Tracker</a></h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/pos/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/OCA/pos/issues/new?body=module:%20pos_invoice_required%0Aversion:%2013.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> <h3><a class="toc-backref" href="#id3">Credits</a></h3> <a name="authors"></a> <h4><a class="toc-backref" href="#id4">Authors</a></h4> <ul class="simple"> <li>Roberto Fichera</li> </ul> <a name="contributors"></a> <h4><a class="toc-backref" href="#id5">Contributors</a></h4> <ul class="simple"> <li>Roberto Fichera &lt;<a class="reference external" href="mailto:roberto.fichera&#64;levelprime.com">roberto.fichera&#64;levelprime.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h4><a class="toc-backref" href="#id6">Maintainers</a></h4> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/robyf70"><img alt="robyf70" src="https://github.com/robyf70.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/pos/tree/13.0/pos_invoice_required">OCA/pos</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>