Search 1.9 billion lines of Odoo code on GitHub

pos_self_service_base

Author: Coop IT Easy SCRLfs, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0-add-pos_self_service_base
Repository: coopiteasy/pos
Dependencies: point_of_sale, and pos_tare
Languages: CSS (125, 8.8%), HTML (398, 27.9%), JavaScript (300, 21.0%), Python (21, 1.5%), SVG (406, 28.5%), XML (92, 6.4%), and reStructuredText (85, 6.0%)

<h1 class="title">Point Of Sale - Self-Service</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/coopiteasy/addons/tree/12.0/pos_self_service_base"><img alt="coopiteasy/addons" src="https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github" /></a></p> <p>This is the base module for the implementation of POS as a self-service weighing station. This module handles weighing/container taring and barcode formatting. It is aimed to be used by several other modules:</p> <ul class="simple"> <li>pos_self_service_print_zpl</li> </ul> <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="#usage" id="id2">Usage</a><ul> <li><a class="reference internal" href="#launch-firefox" id="id3">Launch Firefox</a></li> </ul> </li> <li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2 class="with-subtitle"><a class="toc-backref" href="#id1">Configuration</a></h2> <h2 class="section-subtitle" id="setup-the-self-service-pos"><span class="section-subtitle">Setup the self-service POS</span></h2> <ol class="arabic simple"> <li>Create a new POS</li> <li>Enable &quot;Is Self-Service&quot;</li> <li><dl class="first docutils"> <dt>Setup hardware proxy</dt> <dd><ul class="first last"> <li>Enable electronic scale</li> </ul> </dd> </dl> </li> <li>Enable barcode reader and its nomenclature</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>This module should be used from a computer accessible to customers. In order to limit the risk of unfortunate/malicious actions, you should:</p> <ul class="simple"> <li><strong>Use a dedicated odoo account with the least possible rights</strong></li> <li>Configure the web browser to be in kiosk mode (cf. &quot;Launch Firefox&quot; section)</li> </ul> <p>Those measures aren't sufficient <em>per se</em>, but should lower the risk significantly.</p> <a name="launch-firefox"></a> <h3><a class="toc-backref" href="#id3">Launch Firefox</a></h3> <p>This self-service module can be used in kiosk mode. To launch Firefox in kiosk mode, run this command:</p> <pre> <code>firefox &lt;url&gt; -foreground --kiosk</code> </pre> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Label printing using web print</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/coopiteasy/addons/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/coopiteasy/addons/issues/new?body=module:%20pos_self_service_base%0Aversion:%2012.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="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Coop IT Easy SCRLfs</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li><dl class="first docutils"> <dt><a class="reference external" href="https://coopiteasy.be">Coop IT Easy SCRLfs</a>:</dt> <dd><ul class="first last"> <li>Grégoire Leeuwerck &lt;<a class="reference external" href="mailto:gregoire&#64;coopiteasy.be">gregoire&#64;coopiteasy.be</a>&gt;</li> <li>Vincent Van Rossem &lt;<a class="reference external" href="mailto:vincent&#64;coopiteasy.be">vincent&#64;coopiteasy.be</a>&gt;</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt><a class="reference external" href="https://lenid.ch">Le Nid</a>:</dt> <dd><ul class="first last"> <li>François Kawala</li> </ul> </dd> </dl> </li> <li><a class="reference external" href="https://la-feve.ch">SPP</a></li> <li>Icons made by Freepik from flaticon.com</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/coopiteasy/addons/tree/12.0/pos_self_service_base">coopiteasy/addons</a> project on GitHub.</p> <p>You are welcome to contribute.</p>