~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/analytic_user_function.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: analytic_user_function
 
3
    :synopsis: Analytic User Function (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/analytic_user_function"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Analytic User Function (*analytic_user_function*)
 
23
=================================================
 
24
:Module: analytic_user_function
 
25
:Name: Analytic User Function
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: analytic_user_function
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module allows you to define what is the default function of a specific user on a given account. This is mostly used when a user encode his timesheet: the values are retrieved and the fields are auto-filled... but the possibility to change these values is still available.
 
39
  
 
40
      Obviously if no data has been recorded for the current account, the default value is given as usual by the employee data so that this module is perfectly compatible with older configurations.
 
41
 
 
42
Download links
 
43
--------------
 
44
 
 
45
You can download this module as a zip file in the following version:
 
46
 
 
47
  * `4.2 <http://www.openerp.com/download/modules/4.2/analytic_user_function.zip>`_
 
48
  * `5.0 <http://www.openerp.com/download/modules/5.0/analytic_user_function.zip>`_
 
49
  * `trunk <http://www.openerp.com/download/modules/trunk/analytic_user_function.zip>`_
 
50
 
 
51
 
 
52
Dependencies
 
53
------------
 
54
 
 
55
 * :mod:`hr_timesheet_sheet`
 
56
 
 
57
Reports
 
58
-------
 
59
 
 
60
None
 
61
 
 
62
 
 
63
Menus
 
64
-------
 
65
 
 
66
 
 
67
None
 
68
 
 
69
 
 
70
Views
 
71
-----
 
72
 
 
73
 * analytic_user_funct_grid.tree (tree)
 
74
 * analytic_user_funct_grid.form (form)
 
75
 * \* INHERIT account.analytic.account.form (form)
 
76
 * \* INHERIT hr.timesheet.sheet.form (form)
 
77
 * \* INHERIT hr.analytic.timesheet.form (form)
 
78
 * \* INHERIT hr.analytic.timesheet.form (form)
 
79
 * \* INHERIT hr.analytic.timesheet.tree (tree)
 
80
 * \* INHERIT hr.analytic.timesheet.tree (tree)
 
81
 
 
82
 
 
83
Objects
 
84
-------
 
85
 
 
86
Object: Relation table between users and products on a analytic account (analytic_user_funct_grid)
 
87
##################################################################################################
 
88
 
 
89
 
 
90
 
 
91
:user_id: User, many2one, required
 
92
 
 
93
 
 
94
 
 
95
 
 
96
 
 
97
:product_id: Product, many2one, required
 
98
 
 
99
 
 
100
 
 
101
 
 
102
 
 
103
:account_id: Analytic Account, many2one, required
 
104
 
 
105