Skip to Content
Menu

POS Return Frontend

by
Odoo

56.21

v 13.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 1023
Technical Name pos_return_frontend
LicenseOPL-1
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 1023
Technical Name pos_return_frontend
LicenseOPL-1

POS Return from Frontend

Allow the cashier to make a return of a specific order

Request for Demo

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
by
Nizar Salam
on 2/27/22, 2:00 AM

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:
by
Felix
on 3/3/22, 6:34 AM Author

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,


by
Nizar Salam
on 2/26/22, 9:53 AM

Please explain how it handles return or refund of items wherein product discounts were applied during sales transactions.

Re:
by
Felix
on 2/26/22, 10:11 PM Author

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