The CWT terminal must be configured with at least 2 tariffs preferable 3.
E.g. 3 tariffs for < 50%, <75%, and >75%.
1.up to 50% occupancy tariff
2.up to 75% occupancy tariff
3.Over 75 % occupancy tariff
The CWT terminal must be configured with Purchase Rules.
There are specific User Interface changes needed for this feature.
After creating the cwtconfig.xml boot the terminal and wait for a heartbeat.
Create 3 tariff packages.
See chapter TARIFFPACKAGE in the CWT Software Configuration handbook. |
<TARIFFPACKAGE name="Less than 50percent" tariffPackageId="201" group="Free">
<ticket ticketType="PrePayCode" ticketId="0" />
<description row="0" col="0" string="$1 PER HOUR" />
<tariff>
PACKAGE "Less than 50 percent";
timepredicate = #always;
tariffrate = unit 100 per 60:
</tariff>
</TARIFFPACKAGE>
<TARIFFPACKAGE name="Less than 75 percent" tariffPackageId="202">
<ticket ticketType="PrePayCode" ticketId="0" />
<description row="0" col="0" string="$2 PER HOUR" />
<tariff>
PACKAGE "Less than 75 percent";
timepredicate = #always;
tariffrate = unit 200 per 60:
</tariff>
</TARIFFPACKAGE>
<TARIFFPACKAGE name="more than 75 percent" tariffPackageId=""03">
<ticket ticketType="PrePayCode" ticketId="0" />
<description row="0" col="0" string="$3 PER HOUR" />
<tariff>
PACKAGE "more than 75 percent";
timepredicate = #always;
tariffrate = unit 300 per 60:
</tariff>
</TARIFFPACKAGE>