phpTimeSheet は様々 な仕事に労働者の時間を追跡するために Web ベースのシステムです。時間情報は、MySQL データベースに格納されます。作業時間は、特定のワーカー、ジョブ、および会社にリンクされているし、システムはパスワードで保護された Web インターフェイスを通じて管理されます。時間の単純なレポートを生成するは、労働者、仕事および会社によって。
phpTimesheet now requires the phpDateTime classes
(which are bundled) and MySQL >= 4.0.17. Many
changes were made in the Templates. They now
conform to XHTML. Styles were moved out of the
HTML code into the CSS. The HTML code was moved
out of the classes into the Templates. Many
interfaces were redesigned. The program's own
db_query() function is now used, replacing
mysql_query() for collecting statistical and debug
data. Many bugs and NOTICES were fixed. Many
internal code changes and optimizations were made
for security and performance and cleanliness and
documentation.
Minor changes were made to the database design, the
templates were rewritten for XHTML compliance, and all files
were renamed from php3 to php. A problem with several
admins seeing the same timesheet was fixed, and internal code
changes were made.
This release now displays total hours for each day
on the main timesheet form, a problem with the
install not setting up weeks for the year 2001 has
been corrected, and most of the global variables
have been replaced with defines.
A problem whereby the administering user could not
access other user's timesheets from the
administrative interface has been fixed. The
display precision of hours to has been changed to
2 decimal places. A PHP3 compatability issue with
one form template was resolved.
Reporting capability and database export functions have been included. The starting day of the week may be set to either Monday or Sunday. The administration system uses HTTP authentication. Limited local language support has been added. A mail notify option was added. The system will now function past the end of 2000. Many minor bug fixes.