Results 1 to 7 of 7

Thread: List of Cool Mods completed

  1. #1
    crmdaddy is offline Member
    Join Date
    May 2008
    Posts
    9

    Default List of Cool Mods completed

    Hi all,
    Just want to share the wonderful things that you can do with SugarCRM.

    List of cool Mods to version 4.51 CE. We didnt use 5.0 due to "beta" email client.

    1. Team based Inbound Group Email. Only User on the same team can read and see the email. Take From Group is also filtered by team. All email listviews are filtered accordingly.

    2. Email notification when a new case is created or selected status change.

    3. Time calculation in case module - e.g response time, resolution time, etc

    4. New Assets module linked to Problems

    5. Mutiple Order By column and sort orders on Saved Search, instead of just One sort column.

    6. Dashboard charts on Cases.

    7. Auto populate email address fields - To and From field depending on scenarios.

    ... etc etc etc etc

    8. Footer check cracked on both 4.51 and 5.0 - however we did that for fun only. Power by sugar and copyright footer were left intact because we feel that without Sugar, we dont have anything to start with and credit must be given.

    Daddy is cool ....

    P/S : Sugar shouldnt spend time on coding the footer checks. Instead, should make the above mods standard in the CE.

    Thanks sugar!

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: List of Cool Mods completed

    I love the multiple order by feature! How did you go about doing that?

  3. #3
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: List of Cool Mods completed

    That's a great one indeed!

    In SQL it's just

    [code]ORDER BY column1, colum22[code]

    ..so I guess it's not that hard to implement
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  4. #4
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: List of Cool Mods completed

    True, I'm wondering how they handled the GUI side of it more than anything. Maintain the sort order indicators, how to clear out the sort order (probably just clear), etc.

  5. #5
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: List of Cool Mods completed

    Well, out of my head:

    - there are 2 sorting variables, 1 optional
    - everytime a sort link is clicked, the current first is called second, and the clicked one is called first
    - make a check for the existence of the second one in ListView class, and insert SQL
    - save everything in the user_preferences table, using new names for sort2
    +you need some means of displaying this fact to the user..
    Last edited by SugarDev.net; 2008-06-17 at 09:06 PM.
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  6. #6
    crmdaddy is offline Member
    Join Date
    May 2008
    Posts
    9

    Default Re: List of Cool Mods completed

    well it is really not that hard once u got the flow right. Look at the picture attached. Triple sort preferences are also saved with saved searches. All 3 sorts are optional.
    Just extend the single sort to triple sort ...
    Attached Images Attached Images  

  7. #7
    crmdaddy is offline Member
    Join Date
    May 2008
    Posts
    9

    Default Re: List of Cool Mods completed

    oh guys, it is not multiple sort on listview. It is on saved search only.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Email management - Improvements in future releases
    By manoj in forum Feature Requests
    Replies: 102
    Last Post: 2009-11-17, 06:43 AM
  2. Replies: 4
    Last Post: 2009-10-28, 10:21 AM
  3. Option to hide completed tasks from Project Task List
    By bpoteet in forum Feature Requests
    Replies: 2
    Last Post: 2008-01-25, 01:40 AM
  4. Replies: 5
    Last Post: 2005-09-06, 08:27 PM
  5. Bulk DB mods in list views?
    By msmiller in forum Help
    Replies: 0
    Last Post: 2004-12-29, 03:43 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •