Auxrames
Auxrames is a web based php tool. It allows human ressources management.
It is dedicated to manage a team with lot of tasks. Auxrames is released
under GPLv3 license
Summary :
News
10/25/2012 : New release 1.0.0
- Add "No filter" menu bouton to display task without location filtering
- Display task name in the bar when no location is selected
- Can change owner of a task
- JQuery for groups definition table
09/27/2010 : New release 0.9.5
- Add "report" capability, to see all task for all users
03/23/2010 : new release 0.9.3
- Add some javascript to collapse blocks (see demo)
- Add some Ajax to remember graphical settings through a cookie
- Add one more field about a task. I called it info in the database and use it
for technical info of the task.
- "Groups" -> the table header is always on top
- "Groups" -> when setting someone to a place, the link moves you to the same
person, no more on the top of the page
Features
With auxrames, you can see :
- Holidays (yellow)
- Non working time (purple)
- Tasks (green, depending on the workoad percents)
- User management
- You can import users from your LDAP and may be from your AD
- You can set differents groups. Each of your team member can be allocated
in one or all groups. You can decide to always display a user even if he has
no tasks, it will allow you to not forget him ;)
Sourceforge page
Screenshots and demo
For this 1.0.0 demo, the LDAP import is not available
as SourceForge does not provide some LDAP.
So users are "hardcoded" in database
The following screenshots are from 1.0.0 release
Installation
- Download Auxrames 1.0.0
- Install Smarty
- Install Php and enable GD2
- Install Mysql
- Create Mysql tables with the following sql request
- Uncompress Aurames into your webserser
- Move smarty folders (smarty/template_c and smarty/cache) outside web folders and make them writable
- Customize config.php
Manual
Main page :
- "Refresh" Just refresh the page (like F5 in your navigator)
- "Delete task" allow you to delete ONE task by clicking on it
- "Import LDAP" Get users from LDAP to Auxrames database
- "Groups" can be used to attach a user to one or more location
- "Purge tasks" allow you to remove outdated tasks from database
Groups page :
- "Always Display" Allow you to always display a user, even if he have no
task
- Locations Set location(s) of a user to display him in the good table on
the main page
Edit page (by clicking on user name on the main page) :
- Here you can edit all not outdated tasks
Technical stuff
Tested with
- Debian/Apache2/Php5/Mysql
- Windows/Wamp2.0
Todo list
Do a script package for download instead of using SVN (Done)
Change Imagick to GD2 (Done)
URGENT BUG : Edit task workload does not work anymore in 0.9.1. Corrected in 0.9.2.
Disable navigator cache which cause problems with smarty. Corrected in 0.9.2.
- Add user login
- Remove user who are no more in LDAP
- Improve date management
- Protect strings against quotes
Edit "techno" field (done, will be for 0.9.4)
Links
Contact
If you need help, do not hesitate to contact me. I can
help you freely to install it and take in account your evolution request
FAQ
On the demo site, there is some refresh problem, why?
Yes, I saw this problem only on sourceforge. There is no problem on my intranet.
On sourceforge, sometimes, you have to ctrl+F5 to see your changes. I add
some html pragma to disable navigator cache but the problem is still there. I am
still working in this problem.