Difference between revisions of "Ehour Timesheet Management"

From SME Server
Jump to navigationJump to search
m
m (Formatting and added demo setion)
Line 3: Line 3:
 
==About==
 
==About==
 
[http://ehour.nl eHour] is the open source webbased time tracking tool for companies and organizations who need accurate information on how much time is spend on projects by their people.  eHour makes the amount of time your people spend on projects visible and available as simple and user friendly as possible. eHour requires Java.
 
[http://ehour.nl eHour] is the open source webbased time tracking tool for companies and organizations who need accurate information on how much time is spend on projects by their people.  eHour makes the amount of time your people spend on projects visible and available as simple and user friendly as possible. eHour requires Java.
 +
  
 
==Forum discussion==
 
==Forum discussion==
 
This how-to can be discussed on the forums [http://forums.contribs.org/index.php/topic,49351.0.html here]
 
This how-to can be discussed on the forums [http://forums.contribs.org/index.php/topic,49351.0.html here]
 +
  
 
==Quick install==
 
==Quick install==
Line 17: Line 19:
  
 
6. Point your browser to 'http://yourserver:8000' and login with user/pass: admin:admin
 
6. Point your browser to 'http://yourserver:8000' and login with user/pass: admin:admin
 +
 +
 +
==Demo==
 +
[http://ehour.nl/demo.phtml here]

Revision as of 04:51, 10 December 2012

PythonIcon.png Skill level: Medium
The instructions on this page require a basic knowledge of linux.


About

eHour is the open source webbased time tracking tool for companies and organizations who need accurate information on how much time is spend on projects by their people. eHour makes the amount of time your people spend on projects visible and available as simple and user friendly as possible. eHour requires Java.


Forum discussion

This how-to can be discussed on the forums here


Quick install

1. Download the latest version (v1.1 tested in this how-to) here

2. Install Java: 'yum install java'

4. Make the downloaded file executable: 'chmod 755 [downloaded_file]'

5. Execute the downloaded file: './[downloaded_file], and follow script/questions

6. Point your browser to 'http://yourserver:8000' and login with user/pass: admin:admin


Demo

here