An open API service indexing awesome lists of open source software.

https://github.com/Igalia/phpreport

Web tool for project time tracking and project management.
https://github.com/Igalia/phpreport

hacktoberfest project-management teamwork time-tracker timelog timesheet

Last synced: 15 days ago
JSON representation

Web tool for project time tracking and project management.

Awesome Lists containing this project

README

        

[![Test](https://github.com/Igalia/phpreport/actions/workflows/runtests.yml/badge.svg)](https://github.com/Igalia/phpreport/actions/workflows/runtests.yml)
[![Documentation](https://github.com/Igalia/phpreport/actions/workflows/mdbook.yml/badge.svg)](https://github.com/Igalia/phpreport/actions/workflows/mdbook.yml)

# PhpReport

PhpReport is a web application for time tracking, which provides useful
statistics about users, projects, and more.

The application is focused on companies or any situation where multiple people
collaborate on projects. PhpReport allows managers to see project-level
statistics such as cost and deviation, as well as user-level statistics like
number of days worked and unused vacation days.

Finally, PhpReport can communicate with external applications, like ERPs or
desktop tools for personal time-tracking, by means of plugin development or
through the exposed web services.

## Get PhpReport

Download PhpReport from our
[releases page](https://github.com/Igalia/phpreport/releases).

Then follow the instructions in the [administrator manual](http://igalia.github.io/phpreport/admin/)
to install it or to upgrade from an earlier release.

## Documentation

There is documentation for users and system administrators, it comes packaged
with every release. Additionally, there is documentation intended for developers
in the project repository, together with the latest version of user and admin
documents:

- [User manual](http://igalia.github.io/phpreport/user/)
- [Administrator manual](http://igalia.github.io/phpreport/admin/)
- [Developer documentation](http://igalia.github.io/phpreport/developer/)

## More information

Check out the [PhpReport project in GitHub](https://github.com/Igalia/phpreport)
to learn about new releases, browse the documentation, report issues or fetch
the latest source code.

## License

The project is released under the
[GNU General Public License, version 3](COPYING).

This software includes code and assets from other open source projects:

- The [ExtJS](https://sencha.com/products/extjs/) library,
licensed under the terms of the
[GNU General Public License, version 3](web/ext/gpl-3.0.txt).

- The [Vue.js](https://v2.vuejs.org/) framework by Evan You.
Released under the [MIT License](https://github.com/vuejs/vue/blob/main/LICENSE).

- The DatePickerPlus Addon by [Marco Wienkoop](http://www.lubber.de/),
licensed under the terms of the
[GNU General Public License, version 3](web/include/ext.ux.datepickerplus/license.txt).

- Sources derived from the [Propel project](http://propelorm.org/),
originally licensed under the terms of the GNU Lesser General Public License,
version 3.

- Sources derived from the [WordPress project](http://www.wordpress.org),
originally licensed under the terms of the GNU General Public License,
version 2 or later.

- Sources derived from the [Tinyproxy project](https://tinyproxy.github.io/),
originally licensed under the terms of the GNU General Public License,
version 2 or later.

- The [Silk icon set 1.3](http://www.famfamfam.com/lab/icons/silk/)
by Mark James, licensed under a
[Creative Commons Attribution 2.5 License](http://creativecommons.org/licenses/by/2.5/).

## Screenshots

![Tasks](http://igalia.github.io/phpreport/user/i/tasks-screen.png)
![Acc hours](http://igalia.github.io/phpreport/user/i/acc-hours-screen.png)
![User tasks](http://igalia.github.io/phpreport/user/i/user-tasks-screen.png)