Skip to content

tevfik6/WorklogField

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

WorklogField

This is a module loadable field type for use with Sugar 7. The key features of this field type is that worklog entries will be adjusted by the current users display preferences for user names, timezones, and date formats. This field was created as a replacement for the original worklog field by Jon Whitcraft ( http://h2ik.co/2012/02/sugarfield-worklog-v1-0-released/ ) as it is not currently being adapted from 6.x.

Installation & Setup

The 'InstallerPackage' directory contains the files for the actual installer package. To create an installer, you will need to zip the contents of this directory excluding the base 'InstallerPackage' directory.

Once installed, you will need to implement a custom vardef extension in:

./custom/Extension/modules/{module}/Ext/Vardefs/{filename}.php

Containing the following:

<?php

    $dictionary[<singular module name>]['fields'][<field name>]['type']='custom-worklog';
    //<singular module name> is the singular name of your module. The example being to use "Account" not "Accounts".
    //<field name> is the name of the text field to place the worklog UI over.

To Do

  • Implement mobile layouts

Credits

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License with original attribution remaining with Gerald Clark (https://github.com/geraldclark/WorklogField/). This field type originated from the stock 7.x textarea field type by SugarCRM.

About

A custom worklog field type for Sugar 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published