Metadata-Version: 2.4
Name: trytond_project_revenue
Version: 8.0.0
Summary: Project revenue for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-project-revenue/
Project-URL: changelog, https://docs.tryton.org/modules-project-revenue/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: project,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: python-sql
Requires-Dist: trytond-company<8.1,>=8.0
Requires-Dist: trytond-product<8.1,>=8.0
Requires-Dist: trytond-project<8.1,>=8.0
Requires-Dist: trytond-timesheet-cost<8.1,>=8.0
Requires-Dist: trytond-timesheet<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-purchase<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Project Revenue Module
######################

The project revenue module computes revenue and cost per task and project.
The revenue uses the list price of the product. If the product's unit of
measure is time based, the revenue is computed as the product of the price and
the hours of effort otherwise the price is considered as fixed.
The cost is computed by summing the cost of all the linked time sheets and the
linked purchase lines.
