Is there a way to view more then eight hours at a time in the day calander?
Is there a way to view more then eight hours at a time in the day calander?
Patrick,
If you click Settings you can adjust the Start Time and End Time displayed on the calendar. In my screenshot below, my view encompasses 24 hours in the day.
Thank you Christian,
This will work, however this is in military time. Is there a way to use standard and still show more than eight hours at once without have to scroll up and down?
Thank you,
Pat Johnson
Account Manager
DeVere Company, Inc.
1923 Beloit Ave.
Janesville, WI 53546
608-449-9301
608-314-0964
Pjohnson@deverechemical.com<mailto:Pjohnson@deverechemical.com>
www.deverechemical.com<http://www.deverechemical.com/>
<https://www.linkedin.com/company/devere-company-inc.?trk=company_logo>
Patrick,
It's the same procedure. In this screenshot I changed my time preference to 11:00 PM in my user prefs and it still shows 24 hours of time since I configured it that way in the Calendar > Settings.
If your issue is having to scroll up and down, then I believe your browser zoom may be contributing to not seeing more on your screen. Try holding CTRL and tapping -/+ to zoom in and out to see if that helps. If you are on a Mac, it is CMD -/+.
Here it what that looks like on my screen. I did notice you are in weekday I am in current day.
Pat Johnson
Account Manager
DeVere Company, Inc.
1923 Beloit Ave.
Janesville, WI 53546
608-449-9301
608-314-0964
Pjohnson@deverechemical.com<mailto:Pjohnson@deverechemical.com>
www.deverechemical.com<http://www.deverechemical.com/>
<https://www.linkedin.com/company/devere-company-inc.?trk=company_logo>
That does appear to make a difference. I see the same 8 hour limitation when I view Day and not Week. I do not see any Defects filed for this nor am I seeing any Enhancement Requests. I recommend filing a case with our Sugar Support team so that we can investigate this issue further. You may do so by logging into the Sugar Support Portal and filing a new case or by emailing support@sugarcrm.com and requesting assistance.
The height of the Calendar day view is defined in core code in module modules/Calendar/CalendarGrid.php (near line 50). In this code the height of the day view is defined fix as 480px.
$this->scrollable = false;
if (!($this->cal->isPrint() && $this->cal->view == 'day')) {
if (in_array($this->cal->view, array('day', 'week', 'shared'))) {
$this->scrollable = true;
if($this->cal->time_step < 30)
$this->scroll_height = 480;
else
$this->scroll_height = $this->cal->celcount * 15 + 1;
}
}
You could change that in a on-premise installation e.g. because you want to print a whole day schedule on one sheet of paper, but nethertheless you have to scroll the outer window to see the whole day on screen. But remember it is a core change which is not upgrade-safe.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH