function getRoomList($limit, $offset, $filter_field, $filter_value)
{
$where = "";
if(isset($filter_field) & $filter_field !="")
$where = "where $filter_field like '$filter_value%'";
$query = "SELECT * FROM rooms $where ORDER BY extension ASC LIMIT $limit OFFSET $offset ";
$result=$this->_DB->fetchTable($query, true);
if($result==FALSE){
$this->errMsg = $this->_DB->errMsg;
return array();
}
return $result;
}
$query = "SELECT * FROM rooms $where ORDER BY extension ASC LIMIT $limit OFFSET $offset ";
function getAddRoom($limit, $offset, $filter_field, $filter_value)
{
$where = "";
if(isset($filter_field) & $filter_field !="")
$where = "where $filter_field like '$filter_value%'";
$query = "SELECT * FROM users $where ORDER BY extension ASC";
$result=$this->_DB->fetchTable($query, true);
if($result==FALSE){
$this->errMsg = $this->_DB->errMsg;
return array();
}
return $result;
}
$query = "SELECT * FROM users $where ORDER BY extension ASC";
Fixed - Bad line into checkout screen. "echo $url" was here to debug this module.
Fixed - All buttons into every list are in the good place.
Fixed - Issue when no data is displayed with Booking module.
Fixed - Issue about CID(name) of the guest was not displayed. It was only the room name.
Added - Adding NIF and official document fields into roomx database, in guest table.
Added - Adding NIF information into the billing.
Added - Adding "Payment Mode" into checkout module. This information is stored into the database.
Change- Checkin presentation.
Change- RoomX dial plan has been improved.
Change- The room list and add room are sorted by extension.
Change- A dialog box appears using JQuery code instead of a simple alert box into the menu : Room List.
Added - About Room List, a row "Wakeup" appears with a clock for each scheduled wakeup.
Added - Addind Spanish language (thanks at César A. Hernández Arcas)
Added - Adding a WakeUp Module. Checking all wake up validations for each room and dialing a message to the receptionist for every missing wake up.
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.