Add rates for compulsory services based on per person basis

First you have to choose service that you want to rate. Than put in rates respective to quantity of age groups.

Setratecs (Rate_Age_1;Rate_Age_2;Rate_Age_3;Rate_Age_4;ISO_Currency)

Case:

For Infant, Child, Teen, Adult

Setratecs(0;15;50;90;USD) – in combination with below commands (setratecsif) will mean base rate for unmentioned meal or room


If any rate of compulsory services depends on meal plan than you will have to use the following command

Setratecsif (M; Rate_Age_1;Rate_Age_2;Rate_Age_3;Rate_Age_4;ISO_Currency) – first you have to choose that meal plan, as a term for this rate

Case:

For Infant, Child, Teen, Adult

Setratecsif(M;0;15;50;90;USD)


If any of compulsory services depends on the room, than you will have to use the following command

Setratecsif (R; Rate_Age_1;Rate_Age_2;Rate_Age_3;Rate_Age_4;ISO_Currency) – first you have to choose relative room

Case:

For Infant, Child, Teen, Adult

Setratecsif(R;0;15;50;90;USD)

How to delete wrong rates?

Select compulsory service with wrong rates and run “delete rates” command.