[ADD] pos_payment_method_change_policy : new module to add different ways to handle Change in Point of Sale #1091
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This module improves the 'Change' feature in Odoo Point of Sale,
when a customer pays more that the amount of the PoS Order:
By default, a "Change" line is added on the receipt:
from an accounting point of view, it adds a second payment line in 'Cash' method
with a negative amount corresponding to the surplus:
In some countries and for some payment methods, this is not the right way to proceed.
This module adds extra "Change Policy" option to manage differently the giving of change.
Configuration
Exception Profit Product
Create a dedicated 'No change' Product.
The type of the product should be 'Service' and the product should available in PoS.
Generally, no VAT is applied on such product.
Go to the payment method form.
set 'Change Option' as 'Exceptional Profit Product'
set the new product in the 'Change Product field'
Usage
Exception Profit Product
A dedicated warning will be displayed:
By default, a new sale order line is added on the receipt:
So, from an accounting point of view, it adds a new line that will
impact a profit and loss account: