Skip to content

Commit

Permalink
[IMP] Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cvinh committed Jan 10, 2024
1 parent aff8cec commit fcab899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pos_order_split_invoice/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Before using this module, you need to define pricelists and set them complex. In order to do that, might be necessary to install **Sale** App.
Before using this module, you need to define pricelists with "Advanced price rules" in point of sale settings (Pricing section).

After that, you need to create a Pricelist with a Splitting partner configured and a rule with type **Split Invoice**.
On that rule you need to set the base pricelist used to compute the total price, the pricelist used to split and the amount payed by the splitting partner.

For example, if we have a Product with a Pricelist A of 100 and a Pricelist B of 80, and we specify that we use Pricelist A and the splitting partner pays 90% of Pricelist B, the final amount payed by the Customer will be: 100 - 80*90% = 28.
For example, if we have a Product with a Pricelist A of 100 and a Pricelist B of 80, and we specify the price computation "Based on" Pricelist A and "Split amount based on" Pricelist B with "Split percentage" of 90%, the final amount payed by the Customer will be: 100 - 80*90% = 28.

All the pricelists must be included on the Point Of Sale Configuration in order to proceed properly with the calculation.
All the pricelists involved in the calculations (including the "Based on") must be included on the Point Of Sale Configuration in order to proceed properly.
4 changes: 2 additions & 2 deletions pos_order_split_invoice/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ will be payed after by this secondary partner.
This approach might appear in several cases, mainly on co-payments
(Medical centers, Pharmacies...)

The pricelists created shouldn't be used on Sale Orders, as that
might be confusing.
The pricelists created with split method shouldn't be used on Sale Orders,
as they are only supported with pos orders made in the pos UI.

0 comments on commit fcab899

Please sign in to comment.