Search 1.9 billion lines of Odoo code on GitHub

mobile_kiosk_inventory

Author: GRAP
License: AGPL-3
Branch: 12.0-fix-product_print_category
Repository: coopiteasy/grap-odoo-incubator
Dependencies: mobile_kiosk_abstract, stock, and web
Languages: JavaScript (225, 33.8%), PO File (86, 12.9%), Python (165, 24.8%), XML (115, 17.3%), and reStructuredText (75, 11.3%)
Other branches: 12.0, 12.0-imp-product_print_category, 12.0-noupdate-for-product-print-format, and 12.0-store-print-category
Other repositories: grap/grap-odoo-incubator, initOS/grap-odoo-incubator, legalsylvain/grap-odoo-incubator, and quentinDupont/grap-odoo-incubator

<h1 class="title">Mobile Kiosk Inventory</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/grap/grap-odoo-incubator/tree/12.0/mobile_kiosk_inventory"><img alt="grap/grap-odoo-incubator" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github" /></a></p> <p>This module adds a new mobile interface to makes inventories in Odoo with a mobile that has a barcode scanner integrated.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a><ul> <li><a class="reference internal" href="#note" id="id2">Note</a></li> </ul> </li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#other-credits" id="id7">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <ul class="simple"> <li>Click on &quot;Mobile Apps&quot; Menu.</li> <li>Launch the &quot;Inventory&quot; application.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/application_launch.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/application_launch.png" /> </div> <ul class="simple"> <li>Select an existing inventory or create a new one.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/inventory_create_or_select.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/inventory_create_or_select.png" /> </div> <p>To create a new inventory, enter a name, and click on &quot;Create new Inventory&quot;</p> <p>To select an existing inventory, click on the according button, then select a pending inventory in the list :</p> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/inventory_select_existing_inventory.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/inventory_select_existing_inventory.png" /> </div> <ul class="simple"> <li>The next page allows you to choose a product.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_scan_or_select.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_scan_or_select.png" /> </div> <p>If you use a mobile with a barcode scanner, you can scan a barcode, to select the product.</p> <p>Otherwise, you can manually select a product, if it doesn't have a barcode set.</p> <ul class="simple"> <li>The next page allows you to set a quantity. Tip a quantity, then click on the button &quot;Add quantity&quot;</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_set_quantity.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_set_quantity.png" /> </div> <a name="note"></a> <h3><a class="toc-backref" href="#id2">Note</a></h3> <p>If you scan twice the same product, a message will be displayed to inform the user that the quantities has been summed.</p> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_set_quantity_duplicate.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/mobile_kiosk_inventory/static/description/product_set_quantity_duplicate.png" /> </div> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>This module has been developped in a simple context. (A single locations, no lots, etc...) Some extra screen could be added to select locations, product lots, ... depending on if the user belong to some groups like &quot;Multi-location group&quot;, ...</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/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/grap/grap-odoo-incubator/issues/new?body=module:%20mobile_kiosk_inventory%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="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id7">Other credits</a></h3> <ul class="simple"> <li>Application icon (<code>mobile_kiosk_stock.png</code>) comes from <a class="reference external" href="https://www.flaticon.com/authors/photo3idea-studio">https://www.flaticon.com/authors/photo3idea-studio</a></li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">Maintainers</a></h3> <p>Current maintainer:</p> <p><a class="reference external" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/tree/12.0/mobile_kiosk_inventory">grap/grap-odoo-incubator</a> project on GitHub.</p> <p>You are welcome to contribute.</p>