yayasoft / ytour

ytour
2 stars 0 forks source link

Order - Increased commission calc is wrong and not showing under room service #216

Closed novice3030 closed 9 years ago

novice3030 commented 9 years ago

image

suhrab commented 9 years ago

Look at how comission works

AlexSin15 commented 9 years ago

Please describe in details how it should be and how much money should get?

yosi-yaya commented 9 years ago

in service room should be 20%+3% now is showing 20%+0%

AlexSin15 commented 9 years ago

If service have 2 rooms, how it should be? How much should be in Netto, TotalPrice, etc...?

yosi-yaya commented 9 years ago

neto price= bruto price -(commission amount+extra commision amount) profit percent = (commission amount+extra commision amount)/customer price

yosi-yaya commented 9 years ago

This right formula: neto price= bruto price -(commission amount+extra commision amount) profit percent=(price customer-neto price)/price customer

AlexSin15 commented 9 years ago

We have 1 room in service then 20%+3%. But if we have 2 rooms in service, then 20%+1.5% in each room service? But if we have 3 rooms in service, then 20%+1% in each room service?

YairChen commented 9 years ago

Alex, you sumerize all the xommosions amount from all the rooms in the service and then divid it with the total gross of the service and then get the percent

YairChen commented 9 years ago

Same same with the extra commission amount

suhrab commented 9 years ago

We have 2 RoomServices.

When we add extraCommision 10% to HotelService how extra comission should affect the RoomServices? We were thinking about it and come to several ways:

1) Room Accountings leave not changed. ExtraComission should only change HotelService accounting values 2) Each Room extraCommision increases by 10%. RoomServices accounting reCalc. HotelService gets summarized accountings from all its RoomServices

Which is right? Maybe another way?

YairChen commented 9 years ago

When u add 10% extra com it means that for EACH hotel room in the current hotel service we will add 10% of extra com. I think that is like what u suggest in option 2.

AlexSin15 commented 9 years ago

Changeset 2933