|
| 1 | +NEWS |
| 2 | +==== |
| 3 | + |
| 4 | +Version 2.0-beta2 (16 Sep 2011) |
| 5 | +------------------------------- |
| 6 | + |
| 7 | +Bugfixing release which fixes some open bugs and improves installation |
| 8 | +instructions to be more concrete and specific; specially, a guide to install the |
| 9 | +application in Windows systems has been written. |
| 10 | + |
| 11 | +Changes |
| 12 | +~~~~~~~ |
| 13 | + |
| 14 | +* Improved installation instruccions: |
| 15 | + * Added specific steps for Debian/Ubuntu, RedHat/Fedora and Windows users. |
| 16 | + * Added a section with common problems. |
| 17 | +* [Bug #141] Fixed bug in user creation in fresh installs. |
| 18 | +* [Bug #150] Take into account moved hours to calculate deviation and cost per |
| 19 | + hour of a project. |
| 20 | +* [Bug #151] Detect when a project is opened but should be closed |
| 21 | + |
| 22 | + |
| 23 | +Version 2.0-beta1 (05 May 2011) |
| 24 | +------------------------------- |
| 25 | + |
| 26 | +This is the first binary release of *PhpReport* after its full rewrite. |
| 27 | +*PhpReport* is a web application for time tracking, which provides useful |
| 28 | +statistics about users, projects, and more. |
| 29 | + |
| 30 | +Main features |
| 31 | +~~~~~~~~~~~~~ |
| 32 | + |
| 33 | +* Logs individual worker dedication to projects. |
| 34 | +* Manages working days, holidays, bank holidays. |
| 35 | +* Analyzes project state: cost, deviation, etc. |
| 36 | +* Provides tools to organize the work using extreme programming (XP) techniques. |
| 37 | + |
| 38 | +Changes since 1.x |
| 39 | +~~~~~~~~~~~~~~~~~ |
| 40 | + |
| 41 | +* Modular, layer based software design. |
| 42 | +* Plug-in services to extend software functionality without modifying the core. |
| 43 | +* Web service API to interact with third-party applications. |
| 44 | +* New web interface using AJAX techniques. |
| 45 | +* XP tracking tools. |
0 commit comments