|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
|
You use FireFox 8, like me. (Works fine at the second once and next)
Check the booking table (Mysql), into roomx database, and give me the result.
If empty, then try to making checkin again and give me the result.
At first, i had no booking into the list, and there was no room into the table named booking.
The second once, all was good.
I wait your feedback.
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
|
And I would like to stay for manual entry minibar and not having to dial an extension for each product, it's just a point of view,
You would like to hear each number on each entry?
tuuut.... one
tuuut.... twoo
tuuut.... five
Right?
In this case, it's easy to do it.
I could add this function into the next versions.
and I would like to know how many products will be the minibar option?
10 : (1.2.3.4.5.6.7.8.9.0), like your keyboard.
It's think it's enough for a minibar.
Regards
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 0
|
|
I'm documenting better about mini bar option, I would like to ask the customer to the product to the reception lobby and on the order was registered in the database through a form and not an extension dialing, directly enter the order in a form that is loaded on the invoice.
And what hapend with Booking friend the problem is the Browser..?
|
|
|
|
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
I'm documenting better about mini bar option, I would like to ask the customer to the product to the reception lobby and on the order was registered in the database through a form and not an extension dialing, directly enter the order in a form that is loaded on the invoice.
Yes, indeed, a function will be included in the futur version, like for example, the possibility to include every products from bar.
For example, something like that:
Prefix code + secret code + room number + Product code + #
In this case, the bar man or receptionist will be able to add some drinks to a room.
And what hapend with Booking friend the problem is the Browser..?
have you did some test again. It's the same thing?
I'll try to check the code quickly. But from my side, all works fine...
I must to making fresh install, and test it.
Now, I'm going to close my eyes.
It's time to do a break.
I'll let you know. Don't worry.
Best regards
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
Hi
This morning, i just checked the code, and only one question can be asked.
When you selected your room on checkin menu and clicked on booking, this room is still appears into the room list?
Check if this room appear into room list menu.
In this case, the booking check box didn't been selected.
| Code: |
// Save all Datas into the table register.
//---------------------------------------------
$add_guest = 0;
if ( $_DATA['num_guest'] == "on")
$add_guest = 1;
$value_register['room_id'] = "'".$_DATA['room']."'";
$value_register['guest_id'] = "'".$GuestID['id']."'";
$value_register['date_ci'] = "'".$_DATA['date']."'";
$value_register['date_co'] = "'".$_DATA['date_co']."'";
$value_register['num_guest'] = "'".$add_guest."'";
if ($_DATA['booking'] == "off"){
$value_register['status'] = "'1'";
$arrRegister = $pCheckIn->insertQuery('register',$value_register);
}
else
{
$arrRegister = $pCheckIn->insertQuery('booking',$value_register);
}
|
With this: $_DATA['booking'] == "off" it's impossible to have no booking.
(File /var/www/html/module/rx_chek_in/index.php)
You can insert a: print_r($value_register); before if ($_DATA['booking'].. and try again, and next, give me the result on top of page.
You should see all data saved into database.
Let me know.
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
Next, i make some a new test with a fresh install.
Just adding my models and my rooms, and make a checking with booking selected. and all works fine.
Read my manual linked here:
roomx.agmp.org/wp-content/uploads/2011/1...X_Manual_12.7.88.pdf
Send me a mail, and i could give you the last rpm package.
|
|
|
|
Last Edit: 2011/12/16 01:53 By danardf.

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
|
Hi
I make some test today with 2 guys.
No problem about that.
Try again with a fresh install for example, on VMWare or VirtualBox.
Let me know.
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 0
|
|
Friend i try every afternoon to install like yesterday and i can't the module said me resolving dependences and do nothing, please tell me how to install roomx terminal mode or console becouse add repo do nothing, please Show me the way to install for terminal
|
|
|
|
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
|
i try every afternoon to install like yesterday and i can't the module said me resolving dependences and do nothing
How did you do?
From which version?
From a fresh install?
I would like to have more details.
please tell me how to install roomx terminal mode or console becouse add repo do nothing, please Show me the way to install for terminal
To install RoomX module you must have Elastix 2.2.0 and using Addon module from Elastix for that.
That's all.
What's the version you want to install?
Weird, because, all works fine from my side and the other guys.
I would like to help you but...tell me more (more details..etc)
I'm sure with a fresh install (2.2.0), the module is right.
I'm sure with a fresh install (2.2.0), the module is right.
|
|
|
|
Last Edit: 2011/12/17 00:32 By danardf.

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|
Re:RoomX 0.9.13 precio de Models 1 Year, 5 Months ago
|
Karma: 159
|
Erratum on the manual, about minibar.
donwload the last version on my website.
roomx.agmp.org/
regards
|
|
|
|

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franck.danard@roomx.fr
|
|
|