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.

Human Resources Expenses Tracking (hr_expense)

Module:hr_expense
Name:Human Resources Expenses Tracking
Version:5.0.1.0
Author:Tiny
Directory:hr_expense
Web:http://www.openerp.com
Official module:
 yes
Quality certified:
 yes

Description

This module aims to manage employee's expenses.

    The whole workflow is implemented:
    * Draft expense
    * Confirmation of the sheet by the employee
    * Validation by his manager
    * Validation by the accountant and invoice creation
    * Payment of the invoice to the employee

    This module also use the analytic accounting and is compatible with
    the invoice on timesheet module so that you will be able to automatically
    re-invoice your customer's expenses if your work by project.

Dependencies

  • hr
  • account
  • account_tax_include

Reports

  • Print HR expenses

Views

  • hr.expense.line.tree (tree)
  • hr.expense.expense.tree (tree)
  • hr.expense.form (form)
  • * INHERIT product.product.expense.form (form)

Objects

Object: Expense (hr.expense.expense)

note:Note, text
employee_id:Employee, many2one, required
user_id:User, many2one, required
name:Expense Sheet, char, required
account_move_id:
 Account Move, many2one
invoice_id:Invoice, many2one
journal_id:Force Journal, many2one
id:Sheet ID, integer, readonly
currency_id:Currency, many2one, required
user_valid:Validation User, many2one
state:State, selection, readonly
date_valid:Date Validated, date
date:Date, date
line_ids:Expense Lines, one2many, readonly
amount:Total Amount, float, readonly
ref:Reference, char
date_confirm:Date Confirmed, date

Object: Expense Line (hr.expense.line)

product_id:Product, many2one
sequence:Sequence, integer
description:Description, text
name:Short Description, char, required
date_value:Date, date, required
uom_id:UoM, many2one
expense_id:Expense, many2one
unit_amount:Unit Price, float
unit_quantity:Quantities, float
ref:Reference, char
analytic_account:
 Analytic account, many2one
total_amount:Total, float, readonly