Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewpoer/sugarcrm_createactivitiesdashlet
Create a SugarCRM Dashlet with links to Schedule Meeting, Schedule Call and Create Task.
https://github.com/matthewpoer/sugarcrm_createactivitiesdashlet
Last synced: 1 day ago
JSON representation
Create a SugarCRM Dashlet with links to Schedule Meeting, Schedule Call and Create Task.
- Host: GitHub
- URL: https://github.com/matthewpoer/sugarcrm_createactivitiesdashlet
- Owner: matthewpoer
- Created: 2013-05-10T12:49:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T08:53:38.000Z (over 11 years ago)
- Last Synced: 2023-03-12T02:33:03.618Z (over 1 year ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SugarCRM_CreateActivitiesDashlet
================================Create a SugarCRM Dashlet with links to Schedule Meeting, Schedule Call and Create Task.
Useful for CE systems or anyone using the "classic" theme as a means to get to these create screens in a single click.
Installation Instructions
-------------------------
1. Download as a zip or tar.gz from GitHub.
2. drop it into your SugarCRM root directory and extract it.
3. Verify that the directory hierarchy is /custom/modules/Home/Dashlets/poer_QCDashlet/
4. Log in to SugarCRM as an administrator. Visit Admin -> Repair -> Rebuild Sugar Dashlets
5. Users will now find the dashlet available in the Add Dashlets dialog under the "Tools" tabTo-Do List
----------* Language Support in meta information and poer_QCDashlet::title param
* Language Support in the links/images
* SugarCRM-style icon/image lookups instead of hard-coded img src attributes
* ACL checks
* use a Smarty tpl instead of display logic
* include Module Loader manifest and build (zip file)