Search 1.9 billion lines of Odoo code on GitHub

pos_done_order_load

Author: GRAP,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0_FIX_product_print_category
Repository: quentinDupont/grap-odoo-incubator
Dependencies: point_of_sale, and web
Languages: CSS (39, 6.6%), JavaScript (199, 33.6%), PO File (71, 12.0%), Python (101, 17.0%), XML (96, 16.2%), and reStructuredText (87, 14.7%)
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_pos_journal_image, 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_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

<a class="reference external image-reference" 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.svg"> </a> <a name="pos-load-done-orders"></a> <h2>POS Load Done Orders</h2> <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> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to Point of Sale / Configuration / Types of Operation</li> <li>Select the picking type(s) you want to see in the point of sale</li> <li>Check the box 'Available in Point of Sale'</li> </ol> <div class="figure"> <img alt="static/description/stock_picking_type_form.png" src="static/description/stock_picking_type_form.png" style="width: 800px;" /> </div> <p>Note: This box is NOT enabled by default except in demo data for the type 'Delivery Orders' of the demo company 'YourCompany'.</p> <ol class="arabic simple"> <li>Go to Point of Sale / Configuration / Point of Sales</li> <li>Select the Point(s) of Sales witch those you want to enable the feature</li> <li>Check the box 'Load Pickings'.</li> </ol> <div class="figure"> <img alt="static/description/pos_config_form.png" src="static/description/pos_config_form.png" style="width: 800px;" /> </div> <p>Note: This box is enabled by default</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ul class="simple"> <li>Launch the point of sale</li> <li>On a new order (without lines), click on the 'Load Picking' button.</li> </ul> <div class="figure"> <img alt="static/description/load_picking_01.png" src="static/description/load_picking_01.png" style="width: 800px;" /> </div> <ul class="simple"> <li>Point of sale will load available pickings. (About displayed pickings, see 'Technical Notes' below).</li> </ul> <div class="figure"> <img alt="static/description/load_picking_02.png" src="static/description/load_picking_02.png" style="width: 800px;" /> </div> <ul class="simple"> <li>Click on a picking will display the content of the moves (as PoS Order Lines)</li> </ul> <div class="figure"> <img alt="static/description/load_picking_03.png" src="static/description/load_picking_03.png" style="width: 800px;" /> </div> <p>The price and the discount will be the sale price and the discount set in the according Sale Order Line, if it was found. Otherwise, discount will be to 0, and unit price will be the unit price of the product when it has been loaded in the Point of Sale.</p> <p><strong>Related Sale Order:</strong></p> <div class="figure"> <img alt="static/description/load_picking_04.png" src="static/description/load_picking_04.png" style="width: 800px;" /> </div> <p><strong>Related Picking:</strong></p> <div class="figure"> <img alt="static/description/load_picking_05.png" src="static/description/load_picking_05.png" style="width: 800px;" /> </div> <ul class="simple"> <li>Confirm the selection, by clicking on 'Select' button.</li> <li>Finally, you can add / remove products or change quantity and collect the payment.</li> </ul> <p>When, the order is marked as paid, the original picking will be cancelled, because Point Of Sale generates a new picking related to the real delivered products and the original Sale Order will pass to the state 'Done'. (Delivery exception is ignored). (See 'Technical Notes' below).</p> <p>Some warning messages can appear:</p> <ul class="simple"> <li>if some products are not available in the Point of Sale.</li> </ul> <div class="figure"> <img alt="static/description/load_picking_06.png" src="static/description/load_picking_06.png" style="width: 800px;" /> </div> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/184/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="technical-notes"></a> <h3>Technical Notes</h3> <ul> <li><dl class="first docutils"> <dt>By default, the following filters are applied on the pickings displayed:</dt> <dd><ul class="first last simple"> <li>'State' should be 'Waiting Availability', 'Partially Available' or 'Ready to Transfer'.</li> <li>'Invoice Control' should be 'To be invoiced'.</li> </ul> </dd> </dl> <p>You can change this filter by overloading the <code>`_prepare_filter_for_pos`</code> function of the model <code>`stock.picking`</code></p> </li> <li><p class="first">By default, original Picking is cancelled and the Sale order is set to the state 'Done'. You can change this behaviour by overloading <code>`_handle_orders_with_original_picking`</code> function of the model <code>`pos.order`</code>.</p> </li> </ul> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>This module will try to get original unit price from the sale order and not use the Current unit price of the product. (The price at which you pledged to sell the product). Some VAT troubles will occure if a product is set with VAT marked as 'VAT included' and if in the sale order line, there are some VAT marked as 'VAT excluded'. <strong>The VAT settings should be consistent</strong>.</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</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 smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Sylvain Le Gal (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</li> </ul> <a name="funders"></a> <h4>Funders</h4> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>GRAP, Groupement Régional Alimentaire de Proximité (<a class="reference external" href="http://www.grap.coop">http://www.grap.coop</a>)</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <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>This module is maintained by the OCA.</p> <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>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>