Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3617 Visualizações

Hello, I have Odoo 8.

In this case, I have two pricelists. The "base" pricelist, in where I have the base prices for the cash sales; and a pricelist for the sales with credit card. In the second pricelist, the prices are: "base_price * (1 + re_charge)" where re_charge is the percentage that the credit card discounts to the business. This percentage is returned to the credit card company, it is not a win for the business.

Example:

-Product A with base price of $100. re_charge = 0,1 so the price with credit card is $110.

When I get reports, these show me the value of the sale, and if I sell one unit of Product A with credit card, I see that I sell products for $110. But I have to return $10 to the credit card company, so my real sales are $100.

What is the best way to show the real value of sales in the reports? Thanks!

 

 

Avatar
Cancelar
Melhor resposta

Instead of two price lists, use Fiscal position. Define additional Tax = re_charge. The taxes are reported separately.

PS. You can assign a fiscal position to partner or sale order.

Avatar
Cancelar
Autor

It is a good idea! But when I add a tax to the fiscal position, I need to specify a "tax source" and a "replacement tax". If I want to add a new tax, without removing anything, how can I do? Because the field "tax source" is required.

You map, existing tax as source to new tax. New tax = old + included sub tax = re_charge.

Autor

It is not a solution. I need to maintain the current taxes because the credit card re_charge is applied AFTER of the other taxes. For example: my default sale tax is 21%. If a sell a $10 product, then the price with taxes is $12.1 and with 10% of charge is $13.31 if I do the new tax = 0.21 + 0.1 = 0.31 then $10 * 0.31 is $13.1 != $13.31 ... do you understand?

Tax constructions has more options and may include first tax in base amount for next. See https://doc.odoo.com/6.1/book/3/3_9/tax_structure/

Autor

Yes, I know that. I need to specify a default sale tax of 21% and set "Include in base amount" and sequence = 0. But then, what tax need I to replace in the definition of the fiscal position "credit card"? This is my problem...

Autor

I solved the problem! I create a fiscal position and in the "Taxes assignation" I set: Sale default tax 21% replace with -> Sale default tax 21% AND IN ANOTHER LINE sale default tax 21% replace with -> Re charge credit card 10%...

Publicações relacionadas Respostas Visualizações Atividade
0
jan. 25
951
7
mai. 20
6304
3
nov. 19
10781
1
jul. 16
3263
0
abr. 16
2978