Menu Content

Podpora

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

Profile for lbeltrami

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 06:51
  • Posts: 1
  • Profile Views: 1674
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
In frontend joomla web site module, show booking list and filter by date query is wrong

For example

SELECT `reservation`.*, `editorUser`.`name` as `editor`, `customer`.`checked_out` AS `customerCheckedOut`,SUM(`items`.`fullPriceSupplements`) AS `reservationFullPrice`, SUM(`items`.`fullDeposit`) AS `reservationFullDeposit`, SUM(`items`.`capacity`) AS `fullCapacity`
FROM `nsc18_booking_reservation` AS `reservation`
LEFT JOIN `nsc18_users` AS `editorUser`
ON `editorUser`.`id` = `reservation`.`checked_out`
LEFT JOIN `nsc18_booking_customer` AS `customer`
ON `customer`.`id` = `reservation`.`customer`
LEFT JOIN `nsc18_booking_reservation_items` AS `items`
ON `items`.`reservation_id` = `reservation`.`id`
WHERE `
from` >= '2013-01-16 09:38:00'
AND `to` <= '2013-01-16 09:38:00'
AND `reservation`.`state` IN ('1','0','-1')
AND `paid` IN ('0','1','2')
GROUP BY `reservation`.`id`
ORDER BY `
from` asc


Should be
from` >= '2013-01-16 00:00:00'
AND `to` <= '2013-01-16 23:59:59
joomla artio
Category: Customer Support
More
Přihlášení uživatele Prázdný