Overview
This module adds a new feature to POS which allows the cashier to make a return of the POS order. You can also configure the return rules including: Return due date time, return restriction on exchange order.
POS Interface

Settings on POS Config

Return Information on Receipt

Return Information on POS Order

Module Guarantee
Module is guranteed to work with native module (Community and Enterprise Version)
Customization
Support to customize the module to work with your custom module
Quick Support
Quick Support via Email
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must 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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Hello Felix, thanks for the response. How do you handle returns on cases wherein free product promotions are applied.
Eg: Buy X, Get Y Promo in Sales. What happens while customer returns "X"?
Re:
Hello Nizar
Sorry for late reply.
Native POS version 13.0 does not support to have Buy X get Y Promotion, to have it, there will be two options as following:
Manually add a free product: In this case, there will be no connection between the sale product and the free product. So we cannot form a logic for restrictions.
Use a 3rd party module: The module cannot cover an unknown 3rd party module because we dont know how they make the order.
This means, there is no constrains made for 13.0 version for the moment. However, when you process an order with free products, the free products are also loaded in the popup, so that you can choose which products need to be refunded.
Another suggestion is that, you may need extra development for supporting the promotions that you are using.
You can contact me via skype for further discussion: phuctran.iuerd
Thanks & Regards,
Please explain how it handles return or refund of items wherein product discounts were applied during sales transactions.
Re:
Hi, returning an item set the negative value for qty (so that the item can be back to stock), and it keeps all data like unit price, discount. For example, we have the following order
Original Order: Unit price $2000, discount 10%, qty 1, Total: $1800
Return Order: Unit price $2000, discount 10%, qty -1, Total: -$1800
Let me know if you need more explaination,
Thanks