Merge POS Orders
Merge POS orders into a single order
By default, Odoo allows to split POS orders but don't have a feature to merge them. The module eliminates this disadvantage due to allows to merge several orders into one.
How It Works
Open Point of Sale → Configuration → Point of Sale and check the box Order Merge to activate the order merging feature.
Open POS session and create an order. Use the Join button to merge the order with another one(s).
It's supposed to merge the order above with the following ones
Once you click the Join button, the merge screen is opened. Select the orders to be merged to the initial one and then click >Join.
As a result you can see the merged order lines.
Need our service?
Contact us by email or fill out request form
- apps@it-projects.info
- https://www.it-projects.info/page/website.contactus
- skype@it-projects.info
Tested on Odoo
11.0 community
11.0 community
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Inventory Management (stock) • Discuss (mail) |
| Lines of code | 574 |
| Technical Name |
itp_pos_order_merge |
| License | See License tab |
| Website | https://it-projects.info |
Merge POS Orders
Installation
- Install this module in a usual way
Configuration
- Go to Point of Sale >> Configuration >> Point of Sale
- Open POS configuration form
- Click on [Edit]
- Check [x] Order Merge box under Bar & Restaurant section
Usage
- Open POS session
- Create new order and add a product
- Create another order and add a product
- Click [Join]
- Click on the table that contains the orders
- Select the order(s)
- Click [Join]
RESULT: The order has been merged to the initial one
The MIT License (MIT) Copyright 2020 IT-Projects Labs Copyright 2015-2020 IT-Projects LLC Copyright 2014-2015 Ivan Yelizariev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module