| Previous topic :: Next topic |
| Author |
Message |
jouke.albeda
Joined: 05 Apr 2007
Posts: 15
|
| Posted: Mon Jun 11, 2007 2:14 pm Post subject: Calendar view |
|
|
Is it possible to seperate everybody's calendar/todo-list. Now, when i'm looking in the calendar, I see everybody's appointments. My appointment and appointments of the ones who shared their calendar with me.
This is a mess becuase we all have about 10 appointments/todo's a day.
Is it possible to take a look in someone else his calender, so that when you only see your appointments when you look to your calendar, and only a collegue's agende when you want to see that.
Jouke |
|
| Back to top |
|
jonb
Joined: 25 May 2007
Posts: 42
Location: Santa Fe, NM
|
| Posted: Mon Jun 11, 2007 4:13 pm Post subject: Calendar view |
|
|
| You need to make quote a few changes in modules/Calendar/calendarLayout.php. I just finished modifying my monthly calendar view to separate each user with colors. It works ok, but it's quite a bit of a hack. I also changed it so it just lists the starting time and a short (8 char) version of the subject to keep the overall layout clean. When you mouse over the item, a little popup shows with the full title and description. It doesn't completely fix your problem, but it would make it a bit better. The changes are fairly trivial, take a look at the code in the calendar module, it has a decent design and is fairly easy to read. |
|
| Back to top |
|
jouke.albeda
Joined: 05 Apr 2007
Posts: 15
|
| Posted: Tue Jun 12, 2007 2:45 pm Post subject: Re: Calendar view |
|
|
| how can i make a request for one of the next versions for vTiger so i can put the request over there? |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.
|
| Posted: Tue Jun 12, 2007 3:13 pm Post subject: Re: Calendar view |
|
|
Hello,
If you have found a bug in the system please leave a detailed bug report so the developers can work on the problem.
Currently we have disabled anonymous access to the vtiger CRM - testers.
Please contact gopals at vtiger dot com for Bug Tracker access.
Thank you.
Trac: http://trac.vtiger.com/cgi-bin/trac.cgi
Regards,
LN |
|
| Back to top |
|
regs4000
Joined: 15 Sep 2008
Posts: 17
|
| Posted: Sun Oct 12, 2008 9:26 am Post subject: Re: Calendar view |
|
|
Just a quick hack related to the above...
In month view, if you want your events to show Start date and Subject, instead of start date - end date then do this:
In line 1228 replace the string:
<span class="orgTab">'.$start_hour.' - '.$end_hour.'</span>
with:
<span class="orgTab">'.$start_hour.' '.$subject.'</span> |
|
| Back to top |
|
regs4000
Joined: 15 Sep 2008
Posts: 17
|
| Posted: Mon Oct 13, 2008 6:44 am Post subject: Re: Calendar view |
|
|
Forgot to mention...
The changes above concern the file
modules/Calendar/calendarLayout.php |
|
| Back to top |
|
| |