Better descriptions and versions on modules

bzr revid: fp@tinyerp.com-bf8ef49f09f9fefdfad56236160c399ca5412f58
This commit is contained in:
Fabien Pinckaers 2007-05-08 19:21:13 +00:00
parent edf1478718
commit 6ca0ed55e9
4 changed files with 31 additions and 28 deletions

View File

@ -1,19 +1,19 @@
{
"name" : "Human Resources (Timesheet encoding)",
"version" : "0.1",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"description": """
This module implement a timesheet system. Each employee can encode and
track their time spent on the different projects. A project is an
analytic account and the time spent on a project generate costs on
the analytic account.
This module implement a timesheet system. Each employee can encode and
track their time spent on the different projects. A project is an
analytic account and the time spent on a project generate costs on
the analytic account.
Lots of reporting on time and employee tracking are provided.
It is completly integrated with the cost accounting module. It allows you
to set up a management by affair.
Lots of reporting on time and employee tracking are provided.
It is completly integrated with the cost accounting module. It allows you
to set up a management by affair.
""",
"depends" : ["account", "hr", "base",],
"init_xml" : ["hr_timesheet_data.xml"],

View File

@ -1,11 +1,14 @@
{
"name" : "Invoice on timesheet",
"version" : "0.1",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"depends" : ["account",'hr_timesheet'],
"description": "Module to generate invoices based on costs (human ressources, expenses, ...). You can define pricelists in analytic account, make some theorical revenue reports, eso.",
"description": """
Module to generate invoices based on costs (human ressources, expenses, ...).
You can define pricelists in analytic account, make some theorical revenue
reports, eso.""",
"init_xml" : [],
"demo_xml" : [
'hr_timesheet_invoice_demo.xml'

View File

@ -1,27 +1,27 @@
{
"name" : "Human Resources (Timesheet groups)",
"version" : "0.1",
"name" : "Timesheets",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"description": """
This module help you easily encode and validate timesheet and attendances
within the same view. The upper part of the view is for attendances and
track (sign in/sign out) events. The lower part is for timesheet.
This module help you easily encode and validate timesheet and attendances
within the same view. The upper part of the view is for attendances and
track (sign in/sign out) events. The lower part is for timesheet.
Others tabs contains statistics views to help you analyse your
time or the time of your team:
* Time spent by day (with attendances)
* Time spent by project
Others tabs contains statistics views to help you analyse your
time or the time of your team:
* Time spent by day (with attendances)
* Time spent by project
This module also implement a complete timesheet validation process:
* Draft sheet
* Confirmation at the end of the period by the employee
* Validation by the project manager
This module also implement a complete timesheet validation process:
* Draft sheet
* Confirmation at the end of the period by the employee
* Validation by the project manager
The validation can be configured in te company:
* Period size (day, week, month, year)
* Maximal difference between timesheet and attendances
The validation can be configured in te company:
* Period size (day, week, month, year)
* Maximal difference between timesheet and attendances
""",
"depends" : ["hr_timesheet", "hr_timesheet_project", "hr_timesheet_invoice"],
"init_xml" : [],

View File

@ -1,6 +1,6 @@
{
"name" : "Project Management",
"version": "0.1",
"version": "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com/module_project.html",
"category" : "Generic Modules/Projects & Services",