Use this program to:
- Edit a reservation in such a way that is not allowed by the normal reservation program.
Built into the regular reservation program are several "rules" to prevent users from making data entry errors or making transactions that go against normal business rules. This program calls the Reservation program in such a way that these rules are not enforced. Specifically:
- The location hours of operation are not checked.
- The status of the locations (open or terminated) is not check.
- The passenger capacity of the reserved class is not check against the number of reserved riders.
- The pickup date can be on a closed day of the week or holiday.
- The pickup date can be a date in the past.
- No limits are placed on one-way rentals.
- Required deposits are not enforced.
- Limits on discounts are lifted.
- Source Code and RA Type Code are not validated.
- Any Rate Product can be quoted.
- Although the Planning Calendar is consulted, overbooking is allowed.
To access the program, type RESUPC (RET) at any menu "OPTION:" field or the appropriate number on the RV Operations Menu. The screen will then display the same as the regular Reserverations program and it will behave the same except that the rules listed above will not be enforced.