Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Calculation of Rental period
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Calculation of Rental period

Re: Calculation of Rental period 10 years, 11 months ago #38848

Book current day is enabled of course!!!
In weekly calendar it is possible, but in monthly calendar not
The topic has been locked.

Re: Calculation of Rental period 10 years, 11 months ago #38857

  • maju
  • OFFLINE
  • Posts: 1107
You are right. We are preparing version 1.6.0 at the moment, so this problem should be solved too.
ARTIO Support Team
The topic has been locked.

Re: Calculation of Rental period 10 years, 11 months ago #38882

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

You can repair problem with monhtly calendar with this modification:

components/com_booking/views/subject/tmpl/default_calendar_monthly.php - around row 121
Modify row:
if ($service->allowFixLimit || ($service->rtype == RESERVATION_TYPE_DAILY && (($config->bookCurrentDay && $day->Uts === strtotime($this->setting->currentDate)) || $day->Uts > $this->setting->currentDayUTS) && $service->canReserve && in_array($service->rtypeId, $this->lists['rids']))) {


To this code:
if ($service->allowFixLimit || ($service->rtype == RESERVATION_TYPE_DAILY && (($config->bookCurrentDay && $day->date == $this->setting->currentDate) || $day->Uts > $this->setting->currentDayUTS) && $service->canReserve && in_array($service->rtypeId, $this->lists['rids']))) {
ARTIO Support Team
The topic has been locked.

Re: Calculation of Rental period 10 years, 11 months ago #38929

maju wrote:

EDIT: I will not check point 2., because your settings is probably wrong. You can also check our demo sites, where we have some examples. DEMO for Joomla 2.5. You can also check administration settings of them. It can maybe help you to understand how Booking works.
I understand that new customers can have problems to set it. It is because of missing documentation for actual version. But I believe, we will finally set it how you need it.


I have problem with monthly calendar not working since a couple of days. Tried your demo-site an there calender isn't working as well! so I think this is a problem caused by Joomla-Update (I'm on Joomla 2.5.11)

Any idea?
The topic has been locked.

Re: Calculation of Rental period 10 years, 11 months ago #38938

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

I have no problem on demo site and monthly calendar works. There can be only problem that many days are already reserved, so the whole calendar is red (blocked). I also checked Joomla 2.5.11 and there is no problem too.
Are you sure, that your calendar doesn't work? Did you check how many reservations are there, so it could block many reservation days?
ARTIO Support Team
The topic has been locked.

Re: Calculation of Rental period 10 years, 11 months ago #38948

yes I'm sure.
Just bought 1 year prolongation with premium support. send you a pn with details
The topic has been locked.
Přihlášení uživatele Prázdný