A fork of LibrePlan for users of this space.
Find a file
2026-01-23 12:17:09 +00:00
.well-known Create funding-manifest-urls 2024-10-18 10:11:55 +02:00
conf Update Hibernate stack. 2016-05-24 16:55:13 +03:00
contrib/cutycapt Add CutyCapt RPM spec file 2012-03-15 09:55:17 +01:00
debian Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
doc TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
ganttzk TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
libreplan-business TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
libreplan-webapp TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
migrate TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
scripts Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
src/main Added sponsor request message to login page. 2024-11-23 14:49:10 +01:00
www doc: Add .rst extension to web services README 2012-11-28 18:08:54 +01:00
.gitignore TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
.gitlab-ci.yml Adding GitLab CI/CD config file to repository. 2024-09-04 09:49:21 +02:00
AUTHORS.rst Update root files. 2016-10-27 10:05:19 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-11-27 13:03:28 +01:00
COPYING ItEr17S06XestionDaComunidadeItEr16S08: Added license info (AGPLv3). 2009-07-19 19:04:07 +02:00
HACKING.rst Updated package name from python-docutils to python3-docutils. 2025-03-19 16:04:47 +01:00
INSTALL.rst Added interactive user roles list 2016-12-08 17:37:25 +02:00
INSTALL_fr.rst Ad french version and fix some typo. Upgrade soft versions 2016-05-14 01:57:23 +02:00
libreplan.spec Update root files. 2016-10-27 10:05:19 +03:00
NEWS.rst Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
pom.xml TASKPM: Fork LibrePlan with Java 21 migration and rebrand 2026-01-23 11:52:02 +00:00
README.Fedora.rst doc: Add .rst extension to documentation files to take advantage of GitHub rendering for RST files 2012-11-26 13:57:25 +01:00
README.openSUSE.rst doc: Add .rst extension to documentation files to take advantage of GitHub rendering for RST files 2012-11-26 13:57:25 +01:00
README.rst Update README.rst 2026-01-23 12:17:09 +00:00
README_fr.rst Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
SECURITY.md Create SECURITY.md 2024-11-27 13:14:28 +01:00
TODO.rst Changed all references to libreplan.org to libreplan.dev. 2019-11-02 12:18:02 +01:00
UPDATE.rst doc: Add .rst extension to documentation files to take advantage of GitHub rendering for RST files 2012-11-26 13:57:25 +01:00
UPDATE_fr.rst Massive fix for french i18n: 2013-09-23 22:13:52 +02:00
VERSION Update DBUnit. 2016-04-27 15:32:06 +03:00

This is the unchanged readme from the original project. This commit is early in my derivation.
This repo satisfies the Affero license condition, the internal forgejo repo has the latest.

LibrePlan
=========


Description
-----------

*TASKPM* is a free software web application for project management,
monitoring and control.

*TASKPM* is a collaborative tool to plan, monitor and control projects and
has a rich web interface which provides a desktop alike user experience. All the
team members can take part in the planning and this makes possible to have a
real-time planning.

It was designed thinking on a scenario where multiple projects and resources
interact to carry out the work inside a company. Besides, it makes possible
the communication with other company tools providing a wide set of web
services to import and export data.


Features
~~~~~~~~

* Resource management:

  * Two type of resources: machines and workers.
  * Flexible calendars easily reusable.
  * Resource configuration based on skills and roles.

* Planning:

  * Simple way to configure and estimate the work to plan. It is carried out
    through Work Breakdown Structures (WBS) [1]_.
  * Different detail levels during the planning.
  * Two ways to allocate resources:

    * Specific allocation: Concrete individuals.
    * Assisted generic allocation: Based on skills and roles fulfilled by the
      resources.

  * Templates to reuse work. Projects can be created based on templates for
    repeatable tasks being able to save time.

  * Automatic resource reallocation in order to minimize overload (overtime).

  * Advanced allocation. Manual configuration of daily work hours on a task
    when automatic allocation does not suit your needs.

  * Monte Carlo method. Statistical simulation to calculate the possibility to
    complete a project in a range of dates.

* Projects control and monitoring:

  * Company global analysis.

  * Earned Value Management [2]_. Project management method to objectively
    measure progress and performance of a project.

  * Planning quality management. It is possible to control quality of the tasks
    to be performed through forms.

  * Projects cost analysis.

  * Reported hours: worked hours are assigned to each task to track costs during
    the planning

  * Progress measurement through different unit types.

* Outsourcing

  LibrePlan provides support for companies that do outsourcing:

  * Project tasks can be outsourced and sent to the LibrePlan installation of
    the supplier.

  * You can receive progress notifications of the subcontractors to know how
    outsourced tasks are evolving .

* Other features:

  * Materials. You can manage the materials that planned tasks need to be
    carried out.

  * Complete users system with permissions, LDAP authentication, etc.


Requirements
------------

* *JRE 8* - Java Runtime Environment

  Project depends on Java 8 JRE is needed in order to run it

* *PostgreSQL* - Object-relational SQL database

  A database server is needed. You could use *PostgreSQL* or *MySQL* as you
  prefer.

* *Tomcat 8* - Servlet and JSP engine

  Server to deploy the application. You could use *Jetty* instead.

* *JDBC Driver* - Java database (JDBC) driver for PostgreSQL

  To connect application with *PostgreSQL* database in *Tomcat*

* *CutyCapt* - Utility to capture WebKit's rendering of a web page

  Required for printing

* *Xvfb* - Virtual Framebuffer 'fake' X server

  Used by CutyCapt for printing

See ``INSTALL`` file for installation instructions.

See ``HACKING`` file for compilation requirements and instructions.


Availability
------------

The cutting-edge version of this project is always available from the Git
repository at https://github.com/LibrePlan/libreplan

Released versions are available at
http://sourceforge.net/projects/libreplan/files/


Webpage
-------

You can find more information about *TASKPM* at
https://www.libreplan.dev/home/

For information related with *TASKPM* development you can visit the wiki at
https://wiki.libreplan.dev or have a look at the DeepWiki documentation: |Ask DeepWiki|

.. |Ask DeepWiki| image:: https://deepwiki.com/badge.svg
   :target: https://deepwiki.com/LibrePlan/libreplan


Reporting bugs
--------------

Please use the bug tracker to report bugs at http://bugs.libreplan.dev/


License
-------

*TASKPM* is released under the terms of the GNU Affero General Public
License version 3 [3]_.

Please read the ``COPYING`` file for details.


Authors
-------

This project was initially sponsored by *Fundación para o Fomento da Calidade
Industrial e o Desenvolvemento Tecnolóxico de Galicia* [4]_.

Please see ``AUTHORS`` file for more information about the authors.



.. [1] http://en.wikipedia.org/wiki/Work_Breakdown_Structure
.. [2] http://en.wikipedia.org/wiki/Earned_Value_Management
.. [3] http://www.gnu.org/licenses/agpl.html
.. [4] http://gain.xunta.gal/