Contact Us +32 81813700

Tip

This module is part of the OpenERP software, the leading Open Source enterprise management system. If you want to discover OpenERP, check our screencasts or download OpenERP directly.

Timesheet - Reporting (report_timesheet)

Module:report_timesheet
Name:Timesheet - Reporting
Version:5.0.1.0
Author:Tiny
Directory:report_timesheet
Web:http://www.openerp.com
Official module:
 yes
Quality certified:
 yes

Description

Module to add timesheet views like
    All Month, Timesheet By User, Timesheet Of Month, Timesheet By Account

Reports

None

Views

  • report_timesheet.user.graph (graph)
  • report_timesheet.timesheet.user.form (form)
  • report_timesheet.timesheet.user.tree (tree)
  • report_timesheet.account.date.graph (graph)
  • report_timesheet.invoice.graph (graph)
  • report_timesheet.timesheet.invoice.form (form)
  • report_timesheet.timesheet.invoice.tree (tree)
  • report_timesheet.account.date.tree (tree)
  • report_timesheet.account.date.graph (graph)
  • report_timesheet.timesheet.account.date.form (form)
  • report_timesheet.account.tree (tree)
  • report_timesheet.account.graph (graph)
  • report_timesheet.timesheet.account.form (form)
  • report.random.timesheet.tree (tree)
  • random.timesheet.lines.tree (tree)

Objects

Object: Timesheet per day (report_timesheet.user)

cost:Cost, float, readonly
user_id:User, many2one, readonly
name:Date, date, readonly
quantity:Quantity, float, readonly

Object: Timesheet per account (report_timesheet.account)

quantity:Quantity, float, readonly
user_id:User, many2one, readonly
name:Month, date, readonly
account_id:Analytic Account, many2one, readonly

Object: Daily timesheet per account (report_timesheet.account.date)

quantity:Quantity, float, readonly
user_id:User, many2one, readonly
name:Date, date, readonly
account_id:Analytic Account, many2one, readonly

Object: Costs to invoice (report_timesheet.invoice)

amount_invoice:To invoice, float, readonly
quantity:Quantity, float, readonly
user_id:User, many2one, readonly
manager_id:Manager, many2one, readonly
account_id:Project, many2one, readonly

Object: Random Timesheet Report (report.random.timesheet)

analytic_account_id:
 Analytic Account, many2one, readonly
date:Date, date, readonly
user_id:User, many2one, readonly
name:Description, char, readonly
quantity:Quantity, float, readonly

Object: Random Timesheet Lines (random.timesheet.lines)

analytic_account_id:
 Analytic Account, many2one, readonly
user_id:User, many2one, readonly
product_id:Product, many2one, readonly
general_account_id:
 General Account, many2one, readonly
uom_id:UoM, many2one, readonly
name:Description, char, readonly
to_invoice:Invoicing, many2one, readonly
amount:Amount, float, readonly
date:Date, date, readonly
quantity:Quantity, float, readonly

The documentation is editable by everyone on Launchpad.