![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The sales rate (hotel room) is 100 EUR, in this sales rate is the breakfast included but it must be added a city tax (5%) on the sales rate minus the breakfast rate (for one or two persons) and on this city tax must be added 7% VAT. This together will give the rate the customer has to pay. This isn't difficult until now. |
|
But now comes the bad point: The law says, that we have to give the rate which is to pay to a private customer. |
#3
| |||
| |||
|
|
I got a problem with a calculation. Let me explain: The sales rate (hotel room) is 100 EUR, in this sales rate is the breakfast included but it must be added a city tax (5%) on the sales rate minus the breakfast rate (for one or two persons) and on this city tax must be added 7% VAT. This together will give the rate the customer has to pay. This isn't difficult until now. But now comes the bad point: The law says, that we have to give the rate which is to pay to a private customer. So I need to make the calculation backward from the end rate to the sales rate. |
#4
| |||
| |||
|
|
The sales rate (hotel room) is 100 EUR, in this sales rate is the breakfast included but it must be added a city tax (5%) on the sales rate minus the breakfast rate (for one or two persons) and on this city tax must be added 7% VAT. This together will give the rate the customer has to pay. This isn't difficult until now. What's the base for the city tax and the VAT? But now comes the bad point: The law says, that we have to give the rate which is to pay to a private customer. Hard to understand. What would that be in German? |
#5
| |||
| |||
|
|
Let's for shortness sake write S for your sales rate, E for your end rate, B for the breakfast rate (3.75), C for your city tax (0.05 in your example), V for your VAT factor (1.07) and n for the number of persons. Now you calculate your end rate from: S + (S-n*B)*C*V = E In your single room example: 100 + (100 - 1*3.75)*0.05*1.07 = 105.15 To get at the backwards calculation we start by expanding the formula, using (p-q)*r = p*r - q*r, to: S + S*C*V - n*B*C*V = E Combine the terms containing S: S*(1 + C*V) - n*B*C*V = E Rearrange to: S*(1 + C*V) = E + n*B*C*V Divide both sides by (1 + C*V): S = (E + n*B*C*V) / (1 + C*V) Mission accomplished. Now if you want an end rate of EUR 100.00, your sales rate for a single room should be: S = (100 + 1*3.75*0.05*1.07) / (1 + 0.05*1.07) = 100.20 / 1.0535 = 95.11 |
#6
| |||
| |||
|
|
jrijnb (AT) xs4all (DOT) nl (Hans Rijnbout) wrote: Let's for shortness sake write S for your sales rate, E for your end rate, B for the breakfast rate (3.75), C for your city tax (0.05 in your example), V for your VAT factor (1.07) and n for the number of persons. Now you calculate your end rate from: S + (S-n*B)*C*V = E In your single room example: 100 + (100 - 1*3.75)*0.05*1.07 = 105.15 To get at the backwards calculation we start by expanding the formula, using (p-q)*r = p*r - q*r, to: S + S*C*V - n*B*C*V = E Combine the terms containing S: S*(1 + C*V) - n*B*C*V = E Rearrange to: S*(1 + C*V) = E + n*B*C*V Divide both sides by (1 + C*V): S = (E + n*B*C*V) / (1 + C*V) Mission accomplished. Now if you want an end rate of EUR 100.00, your sales rate for a single room should be: S = (100 + 1*3.75*0.05*1.07) / (1 + 0.05*1.07) = 100.20 / 1.0535 = 95.11 That's the solution. Thank you. Greetings from Cologne Andreas |
)
#7
| |||
| |||
|
|
Combine the terms containing S: S*(1 + C*V) - n*B*C*V = E Rearrange to: S*(1 + C*V) = E + n*B*C*V Divide both sides by (1 + C*V): S = (E + n*B*C*V) / (1 + C*V) Mission accomplished. Now if you want an end rate of EUR 100.00, your sales rate for a single room should be: S = (100 + 1*3.75*0.05*1.07) / (1 + 0.05*1.07) = 100.20 / 1.0535 = 95.11 That's the solution. I'm not fully understanding this so may be completely wrong, but if City Tax is 5%, then shouldn't the number in the calculations be 1.05 instead of just 0.05??? |
![]() |
| Thread Tools | |
| Display Modes | |
| |