Search found 1307 matches

by marco
Sat Dec 10, 2005 12:33 am
Forum: Configuration and usage
Topic: occupancy rate
Replies: 3
Views: 5001

Hi Stef,
what do you mean exactly? You can already display rates with grouped days clicking on the name of the rate at the top of the rates table.

Marco
by marco
Sat Dec 10, 2005 12:29 am
Forum: Configuration and usage
Topic: delete a price
Replies: 6
Views: 23254

Hi Dominique,

You can set a price to zero using a double zero in the text field.

Marco
by marco
Sat Dec 10, 2005 12:27 am
Forum: Configuration and usage
Topic: house not available
Replies: 4
Views: 5504

You can use assignement rule 1 or insert a fake reservation in those periods.

Marco
by marco
Sun Dec 04, 2005 11:14 am
Forum: Configuration and usage
Topic: Check availability - Error
Replies: 3
Views: 5517

It should work the way you want, check the demo that has a similar set up. Have you linked the rates to their apartments/rooms with assignation rule 2?
If you want send me the backup and I'll try to see what's the problem.

Marco
by marco
Sun Dec 04, 2005 11:07 am
Forum: Configuration and usage
Topic: Av Template
Replies: 1
Views: 4087

Create the first, rename it to whatever you want, and the create the other one.

Marco
by marco
Wed Nov 30, 2005 6:33 pm
Forum: Configuration and usage
Topic: Database Error :lock tables
Replies: 10
Views: 9799

Maybe the database user doesn't have the privileges to lock tables. You can change those with phpmyadmin or if you can send queries as root user try this one: GRANT ALL PRIVILEGES on databasename.* to user@localhost IDENTIFIED BY 'pass'; Did you get the same problem as Adam? I still haven't been abl...
by marco
Wed Nov 30, 2005 12:18 am
Forum: Configuration and usage
Topic: Check availability - Error
Replies: 3
Views: 5517

Probably all your apartments have maximum capacity of 3 people, try changing that from the table with all the apartments.

Marco
by marco
Wed Nov 30, 2005 12:10 am
Forum: Configuration and usage
Topic: Bulgarian translation
Replies: 1
Views: 3975

Ok I've changed the setting of my editor to UTF-8.

Marco
by marco
Tue Nov 29, 2005 4:04 pm
Forum: Configuration and usage
Topic: type of rates
Replies: 1
Views: 4016

Re: type of rates

gromeo wrote: Single BB/HB/FB
Double BB/HB/FB
Triple BB/HB/FB
Appartment (4) BB/HB/FB
Appartment (5) BB/HB/FB
Appartment (6) BB/HB/FB
You can use these as rates.

Marco
by marco
Tue Nov 29, 2005 3:59 pm
Forum: Configuration and usage
Topic: recover password
Replies: 1
Views: 4217

Delete the file abilita_login in the dati directory, this way the login is not asked and you enter as administrator user.
by marco
Wed Nov 23, 2005 5:36 pm
Forum: Configuration and usage
Topic: Small to medium hotel integration
Replies: 3
Views: 5504

For version 1.0 I don't know, the next release will be 0.6 and won't be released before March-April as stated in the 0.5.5 changelog post. Naturally if some serious bug is found another 0.5 will be released before 0.6.

Marco
by marco
Tue Nov 22, 2005 5:36 pm
Forum: Configuration and usage
Topic: Error
Replies: 5
Views: 7247

The point where the page content stops is probably where the problem is. If you don't have real data could you send me the backup of your database in the file created by the php-residence backup system (from "configure and customize") to marco@digitaldruid.net? If you can, tell me also the...
by marco
Tue Nov 22, 2005 10:33 am
Forum: Configuration and usage
Topic: Error
Replies: 5
Views: 7247

If this doesn't happen always but only randomly a workaroud to not lock the database is to replace "mysql_pconnect" with "mysql_connect" (without the p) in the file includes/funzioni_mysql.php. This probably happens because the program enters an infinite loop so the file is not e...
by marco
Tue Nov 22, 2005 12:37 am
Forum: Configuration and usage
Topic: Error
Replies: 5
Views: 7247

Hi Adam,

do you mean it locks up the database? You don't get this message on the browser page (or in the html source of the page)? In what pages do you get the error?

Marco
by marco
Tue Nov 22, 2005 12:30 am
Forum: Configuration and usage
Topic: Small to medium hotel integration
Replies: 3
Views: 5504

Hi, Adding this as a preference is in my todo list, but as I don't get paid for this work I set my priorities in development according to my opinion and what we need in our own structure (and we use apartments you'll have guessed :wink:). Anyway you can yourself easily replace all the occurrances of...