Respax Enterprise Release Notes
Version 9.9.4
Release date: 30-09-2009
#5176 Res Options
- Added new functionality to the options screen.
- Added a tour combo box that is filled with tours from the booking that have a comp level of null and have options. This allows the user to add options that aren't specified for the adhoc header.
#5175 - Trip Manifest
- Added new trip manifest screen to the 'New - By Trip Thread' tree item.
- Added original pickup and dropoff logic to the screen.
- Added driver information to the 'Rostered On' column.
- Added 'Options' column.
- Added the ability to sort by multiple columns.
- Added a running pax total next to the auto roster button that totals the selected bookings pax numbers.
#5175 - Trip Functions
- Modified the loadTripLsv_Cfm function to use the new prcTripManifest_extraFields stored prc and new columns.
- Modified the getSubItemIndex function to return the column index minus 1 as the sub items don't include the first column.
- Added new function getColumnIndex which returns the column index of a particular column key in a listview.
#Credit Card
- Updated listview function use to use new funcitons.
#Booking Screen
- Updated the use of the listview function for the confirmation screen to the new functions.
Version 9.9.4
Release date: 30-09-2009
#4852 - frmMaintAlotmentTable
- Fixed bug with editing multi allotment data from the allotment manager.
Changed the release time for multi allotments in the Thread table & Multi Thread table to be tour date + time of shared component - release hours.
- Fixed bug with not being able to edit an exiting allotment when the availability is at 0.
- Added logic to set the dteRelease of the child table to 'Released' when it releases.
- Rescalcs - Fixed bug in the availability message when there are existing allotments in the booking
Version 9.9.3
Release date: 28-09-2009
#5179 frmMaintCreditCard
- Fixed run time error with the credit card maintenance screen when an external charge record had a pickup id with no pickup time id.
#5186 frmResComponentPanel & frmResComponent2
- Fixed bug that allowed entry of null pax numbers. Fixed tab ordering, select on focus.
#5174 frmResManifest_Roster
Fixed bug where the rostering was not using the new ysnClearRosterByResourceID logic when clear/add Ar & Dr resources.
- frmResManifest_Tripcheck – Fixed bug with the trip check logic where it was rostering unallocated bookings that were set to loaded.
Version 9.9.2
Release date: 24-09-2009
#5173 / #5174 (frmResMainifest_Roster)
- Added new logic to make the rostering tool more specific when editing resources so as not to delete all the records against tblreservations_resources_assoc for all tracks. This feature is switchable per the owner organisation of the sector being rostered. The logic gets the strOrgID of the sector from the tours table and check if ysnClearRosterByResourceID is -1 in tblLkp_Data for the owner of the sector. For example if the owner of the current sector is PINTOU the code will perform the following query to check the value of ysnClearRosterByResourceID: select * from tbllkp_data where strTableName='options' and strFldName='ysnClearRosterByResourceID' and strKeyID in (select strKeyID from tbllkp_data WHERE strFldName='strOrgID' and strFldValue='PINTOU')
