Search found 11 matches

by joel
Tue Jan 19, 2010 12:02 pm
Forum: Developers
Topic: Bug in interface/request/UserRequestList.php?
Replies: 1
Views: 4484

Bug in interface/request/UserRequestList.php?

in interface/request/UserRequestList.php, when the page asks "Does the signed in user have any direct reports whose requests for time off can be viewed", it does a: $permission_children_ids = getHierarchyChildrenByCompanyIdAndUserIdAndObjectTypeID( $current_company->getId(), $current_user-...
by joel
Fri Jan 08, 2010 11:07 am
Forum: Developers
Topic: [PATCH] Custom Fields - FTE, Manager and Classified Status
Replies: 0
Views: 5789

[PATCH] Custom Fields - FTE, Manager and Classified Status

[UPDATED Version of Previous Patch] Not sure if anyone will find this useful, but this patch adds "FTE" (Full Time Equivalency), Manager, and Classification Status (Classified/Non-Classified) fields to the employee record. FTE is plain text field, Classified and Manager are select fields. ...
by joel
Fri Jan 08, 2010 7:05 am
Forum: Developers
Topic: Who manages who
Replies: 1
Views: 4726

Who manages who

One feature I need to add to TimeTrex is keeping track of "Who manages who" so that I can later provide the ability for manager's to approve or deny vacation requests.

If anyone has any implementation or design ideas about this let me know.
by joel
Thu Jan 07, 2010 2:51 pm
Forum: Developers
Topic: [PATCH] Custom Fields - FTE and Classified Status
Replies: 0
Views: 10526

[PATCH] Custom Fields - FTE and Classified Status

Not sure if anyone will find this useful, but this patch adds "FTE" (Full Time Equivalency) and Classification Status (Classified/Non-Classified) fields to the employee record. FTE is plain text field, Classified a select field. Maybe someone will find it a useful example of how to do this...
by joel
Thu Jan 07, 2010 11:12 am
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25068

Re: [PATCH] LDAP Bind Authentication

Mike, I hear you! All I'm saying is "not at this time". I have lots of other timetrex customizations to do and will be getting into database changes so, I'll probably revisit this patch after that. I'm aware of the costs of maintaining these patches outside your tree and have the client's ...
by joel
Thu Jan 07, 2010 9:43 am
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25068

Re: [PATCH] LDAP Bind and Search Based Authentication

Mike, thanks for your feedback and encouragement. The major update to this patch is that it now supports search based authentication as well now. I did this to support more of the options you mentioned. The ini options now are: ; Sample ldap authentication configuration ;[ldap] ;host = 127.0.0.1 ;po...
by joel
Tue Jan 05, 2010 3:16 pm
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25068

[PATCH] LDAP Bind Authentication

The attached patch implements LDAP Bind Authentication using the Net_LDAP2 PHP module. It includes sample configuration and modifies the install/setup code to assist in a proper install. The code is written such that users with timetrex accounts can be verified against an LDAP directory. If verifica...
by joel
Wed Dec 23, 2009 7:07 am
Forum: Developers
Topic: jQuery Menus where inaccessible options are not shown
Replies: 5
Views: 7863

Re: jQuery Menus where inaccessible options are not shown

That's great news Shaun. I presume there is little interest in changing, but the fade in / fade out's in the jquery superfish menu look a bit nicer and its not proprietary menuing code. Anyway, just wanted to post in case folks are interested in it.
by joel
Tue Dec 22, 2009 4:48 pm
Forum: Developers
Topic: jQuery Menus where inaccessible options are not shown
Replies: 5
Views: 7863

Re: jQuery Menus where inaccessible options are not shown

At least on my install, the menu item is available, but when you click it, the page comes up "Access Denied" or something like that. I figure why even give the user to click something they can't do?
by joel
Tue Dec 22, 2009 2:36 pm
Forum: Developers
Topic: jQuery Menus where inaccessible options are not shown
Replies: 5
Views: 7863

jQuery Menus where inaccessible options are not shown

The attached patch replaces the proprietary milonic navbar menu with jquery superfish 1.4.8 based menus (http://users.tpg.com.au/j_birch/plugins/superfish/) These menu options DO NOT appear if the user doesn't have privileges to access the functionality in question. This seems far more user friendly...