Hi Marco
I must mention hoteldruid is a very nice piece of work.
For the hotel industry it could become perfect if you added the following features:
1. Change a room to available state when a customer checks out. So a room booked from 1st Jan to 5th Jan can be re-booked on the 4th of Jan itself if ...
Search found 7 matches
- Mon Mar 09, 2015 10:28 pm
- Forum: Suggestions and new features requests
- Topic: Room Available on checkout & diff rooms for diff days
- Replies: 1
- Views: 49003
- Mon Mar 09, 2015 9:56 pm
- Forum: Suggestions and new features requests
- Topic: Tilte-Tag Translation
- Replies: 2
- Views: 51202
Re: Tilte-Tag Translation
Hey
Not sure if you still need this but it is very simple.
I have done this for an english translation.
Step 1. Create a file -> /includes/lang/en/title.php and paste the following in that file.
<?php
switch ($messaggio) {
case "HotelDruid: Backup": $messaggio = "HotelDruid: Backup";
break ...
Not sure if you still need this but it is very simple.
I have done this for an english translation.
Step 1. Create a file -> /includes/lang/en/title.php and paste the following in that file.
<?php
switch ($messaggio) {
case "HotelDruid: Backup": $messaggio = "HotelDruid: Backup";
break ...
- Sat Jan 03, 2015 5:13 pm
- Forum: Configuration and usage
- Topic: TimeZone Setting
- Replies: 2
- Views: 8549
Re: TimeZone Setting
Hi
Not sure if anyone is even following these forums but for the greater good let me confirm that I got this resolved by setting the timezone in .htaccess for the user account on which the software is hosted.
Another way could have been php.ini file or the date_default_timezone_set directive.
Not sure if anyone is even following these forums but for the greater good let me confirm that I got this resolved by setting the timezone in .htaccess for the user account on which the software is hosted.
Another way could have been php.ini file or the date_default_timezone_set directive.
- Thu Jan 01, 2015 1:24 pm
- Forum: Configuration and usage
- Topic: POS System and Documents
- Replies: 1
- Views: 9163
POS System and Documents
Hi Friends
This is a really nice piece of software and the more I discover it the better it gets. However, sometimes it gets too complicated to understand on the go, especially the document system
Thing is I need to be able to create a document when an order has been placed in the POS. Now this ...
This is a really nice piece of software and the more I discover it the better it gets. However, sometimes it gets too complicated to understand on the go, especially the document system
Thing is I need to be able to create a document when an order has been placed in the POS. Now this ...
- Thu Jan 01, 2015 7:32 am
- Forum: Configuration and usage
- Topic: TimeZone Setting
- Replies: 2
- Views: 8549
TimeZone Setting
Hi
My server timezone is UTC and local time UTC + 5:30.
HotelDruid only allows you to add hours (ie. 5 hrs). Is there a way to add the 30 mins too?
Regards
Ashish
My server timezone is UTC and local time UTC + 5:30.
HotelDruid only allows you to add hours (ie. 5 hrs). Is there a way to add the 30 mins too?
Regards
Ashish
- Thu Dec 18, 2014 9:35 pm
- Forum: Configuration and usage
- Topic: Documents - Invoice
- Replies: 1
- Views: 9143
Documents - Invoice
Hi
I am trying to add the cost of Extra Bed to the base rate before moving ahead with the rest of the calculations.
The steps I want to use is:
1. Deduct Discount from Base Rate
2. If extra bed is present add the value of to 1 above
3. Check if the rate needs special treatment (ie. check if a ...
I am trying to add the cost of Extra Bed to the base rate before moving ahead with the rest of the calculations.
The steps I want to use is:
1. Deduct Discount from Base Rate
2. If extra bed is present add the value of to 1 above
3. Check if the rate needs special treatment (ie. check if a ...
- Thu Dec 18, 2014 4:55 pm
- Forum: Configuration and usage
- Topic: Documents (Invoices) templates
- Replies: 12
- Views: 113687
Re: Documents (Invoices) templates
Hey
I am aware this is a very old thread but I found this useful, so thought I should give back.
If the problem with daily rates is still not resolved, this is what I did.
1. Create a new variable, say [daily_rate_price]
2. Create a new Condition "Put [daily_rate_price] equal to [rate_price ...
I am aware this is a very old thread but I found this useful, so thought I should give back.
If the problem with daily rates is still not resolved, this is what I did.
1. Create a new variable, say [daily_rate_price]
2. Create a new Condition "Put [daily_rate_price] equal to [rate_price ...