Search 1.9 billion lines of Odoo code on GitHub

pos_done_order_load

Author: GRAP
License: AGPL-3
Branch: 12.0_MIG_pos_journal_image
Repository: quentinDupont/grap-odoo-incubator
Dependencies: point_of_sale, and web
Languages: CSS (42, 7.0%), JavaScript (209, 34.8%), PO File (71, 11.8%), Python (105, 17.5%), XML (96, 16.0%), and reStructuredText (77, 12.8%)
Other branches: 12.0-MIG-base_company_legal_info, 12.0-MIG-duplication_account_invoice, 12.0-mig-stock_inventory_merge, 12.0_ADD_web_widget_int_choice, 12.0_MIG_duplicate_sale_order, 12.0_MIG_product_categ_product_qty, 12.0_product_print_category, 8.0, 8.0_ADD_Format_product_label_custom_gen, 8.0_ADD_mass_action, 8.0_ADD_pos_multiple_control_automatic_solve, 8.0_FIX_ADD_mass_action, 8.0_FIX_product_print_category, 8.0_IMP_Image_barcode_ean8, 8.0_IMP_multiple_control_quick_autosolve, and QD/8.0_ADD_Format_product_label_custom_gen
Other repositories: TheCloneMaster/grap-odoo-incubator, akretion/grap-odoo-incubator, aurestic/grap-odoo-incubator, cedvict/grap-odoo-incubator, consultingerp/grap-odoo-incubator, coopiteasy/grap-odoo-incubator, diagramsoftware/grap-odoo-incubator, erick-alvino/grap-odoo-incubator, francislouie/grap-odoo-incubator, grap/grap-odoo-incubator, haryoran04/grap-odoo-incubator, initOS/grap-odoo-incubator, jaferrer/grap-odoo-incubator, legalsylvain/grap-odoo-incubator, nabima/grap-odoo-incubator, open-synergy/grap-odoo-incubator, sjpatel21/grap-odoo-incubator, and vidtsin/grap-odoo-incubator

<h1 class="title">POS Load Done Orders</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/8.0/pos_done_order_load"><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 extends the functionality of point of sale to allow you to load again a done PoS Order in the point of sale to make extra operation on it.</p> <p>For the time being, only the reprint of the bill is allowed.</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="#usage" id="id2">Usage</a></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="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module, you need to:</p> <ul class="simple"> <li>Go to Point of Sale / Configuration / Point of Sale</li> <li>check the box Load Done Orders</li> <li>Optionnaly, change the value of the max done orders to load field.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_config_form.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_config_form.png" /> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To use this module, you need to:</p> <ul class="simple"> <li>Launch the point of sale</li> <li>Click on the new button 'Load Done Orders'</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_load_done_order_button.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_load_done_order_button.png" /> </div> <ul class="simple"> <li>the list of the last previous done orders are displayed.</li> <li>You can perform a research by name or PoS Reference field in the search box</li> <li>At the end of the line, buttons are available to make extra actions</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_done_order_list.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/pos_done_order_load/static/description/pos_done_order_list.png" /> </div> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>For a reason of cached data, it is only possible to reprint an order of the current session. Printing older orders could be possible if we load previous statements.</li> <li>It could be great to add an other button 'Refund' to create an refund order directly in the Point of Sale.</li> <li>It could be great to add an other button 'Invoice' to create have the possibility to reedit the invoice.</li> </ul> <p><strong>Migration Note</strong></p> <p>For more recent version, please use OCA modules. (<code>pos_order_return</code>, <code>pos_order_mgmt</code>)</p> <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:%20pos_done_order_load%0Aversion:%208.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="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/tree/8.0/pos_done_order_load">grap/grap-odoo-incubator</a> project on GitHub.</p> <p>You are welcome to contribute.</p>