From 982ae2323402d93b23c298d6e99d813925b5e306 Mon Sep 17 00:00:00 2001 From: Javier Moran Rua Date: Thu, 18 Aug 2011 16:11:35 +0200 Subject: [PATCH] [doc] Added help for report 'Total worked hours by resource in month' in English --- .../en/15-2-total-hours-by-resource-month.rst | 44 +++++++++++++++++++ doc/src/user/en/15-informes.rst | 1 + 2 files changed, 45 insertions(+) create mode 100644 doc/src/user/en/15-2-total-hours-by-resource-month.rst diff --git a/doc/src/user/en/15-2-total-hours-by-resource-month.rst b/doc/src/user/en/15-2-total-hours-by-resource-month.rst new file mode 100644 index 000000000..8dcb1a845 --- /dev/null +++ b/doc/src/user/en/15-2-total-hours-by-resource-month.rst @@ -0,0 +1,44 @@ +Total hours worked by resource in a month report +################################################ + +.. contents:: + +Purpose +======= + +This reports allows to get the total number of worked hours by the resources in a month. This can be useful to know the overtime a worker did or, depending of the organization, the quantity of hours that have to be paid to each resource. + +The application allows to track work reports for the workers and for the machines. According to this, the report in the case of machines sums up the number of hours they were functioning in a month. + +Input parameters and filters +============================ + +The report needs the user specify the year and month to get the total number of hours that the resources worked. + +Output +====== + +The format of the output is the following: + +Header +------ + +In the header of the report it is showed: + + * The *year* to which the data in the report belong. + * The *month* to which the data in the report belong. + +Foot page +--------- + +The date in which the report was asked to be obtained. + +Body +---- + +The data area of the report consists of just one section at which a table with two columns is shown: + + * One column called **Name** for the name of the resource. + * One column called **Hours** with the addition of all the hours devoted by the resource the row is of. + +There is a final line aggregating the total of the hours devoted by any resource in the *month*, *year* the report is about. diff --git a/doc/src/user/en/15-informes.rst b/doc/src/user/en/15-informes.rst index 05ec81e56..fd2bf14bc 100644 --- a/doc/src/user/en/15-informes.rst +++ b/doc/src/user/en/15-informes.rst @@ -13,3 +13,4 @@ Reports The defined reports are: #. `Report on worked hours by resource <15-1-report-hours-worked-by-resource.html>`__ +#. `Report on the total hours worked by resource in a month <15-2-total-hours-by-resource-month.html>`__