~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to i18n/es/source/technical_guide/analytic_journal_billing_rate.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: analytic_journal_billing_rate
 
3
.. i18n:     :synopsis: Analytic Journal Billing Rate (Official, Quality Certified)
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
 
 
7
.. module:: analytic_journal_billing_rate
 
8
    :synopsis: Analytic Journal Billing Rate (Official, Quality Certified)
 
9
    :noindex:
 
10
.. 
 
11
 
 
12
.. i18n: .. raw:: html
 
13
.. i18n: 
 
14
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
15
 
 
16
.. raw:: html
 
17
 
 
18
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
19
 
 
20
.. i18n: Analytic Journal Billing Rate (*analytic_journal_billing_rate*)
 
21
.. i18n: ===============================================================
 
22
.. i18n: :Module: analytic_journal_billing_rate
 
23
.. i18n: :Name: Analytic Journal Billing Rate
 
24
.. i18n: :Version: 5.0.1.0
 
25
.. i18n: :Author: Tiny
 
26
.. i18n: :Directory: analytic_journal_billing_rate
 
27
.. i18n: :Web: http://www.openerp.com
 
28
.. i18n: :Official module: yes
 
29
.. i18n: :Quality certified: yes
 
30
 
 
31
Analytic Journal Billing Rate (*analytic_journal_billing_rate*)
 
32
===============================================================
 
33
:Module: analytic_journal_billing_rate
 
34
:Name: Analytic Journal Billing Rate
 
35
:Version: 5.0.1.0
 
36
:Author: Tiny
 
37
:Directory: analytic_journal_billing_rate
 
38
:Web: http://www.openerp.com
 
39
:Official module: yes
 
40
:Quality certified: yes
 
41
 
 
42
.. i18n: Description
 
43
.. i18n: -----------
 
44
 
 
45
Description
 
46
-----------
 
47
 
 
48
.. i18n: ::
 
49
.. i18n: 
 
50
.. i18n:   This module allows you to define what is the default invoicing rate for a specific journal 
 
51
.. i18n:   on a given account. This is mostly used when a user encode his timesheet: the values are retrieved 
 
52
.. i18n:   and the fields are auto-filled... but the possibility to change these values is still available.
 
53
.. i18n:   
 
54
.. i18n:       Obviously if no data has been recorded for the current account, the default value is given 
 
55
.. i18n:   as usual by the account data so that this module is perfectly compatible with older configurations.
 
56
 
 
57
::
 
58
 
 
59
  This module allows you to define what is the default invoicing rate for a specific journal 
 
60
  on a given account. This is mostly used when a user encode his timesheet: the values are retrieved 
 
61
  and the fields are auto-filled... but the possibility to change these values is still available.
 
62
  
 
63
      Obviously if no data has been recorded for the current account, the default value is given 
 
64
  as usual by the account data so that this module is perfectly compatible with older configurations.
 
65
 
 
66
.. i18n: Dependencies
 
67
.. i18n: ------------
 
68
 
 
69
Dependencies
 
70
------------
 
71
 
 
72
.. i18n:  * :mod:`analytic_user_function`
 
73
.. i18n:  * :mod:`account`
 
74
.. i18n:  * :mod:`hr_timesheet_invoice`
 
75
 
 
76
 * :mod:`analytic_user_function`
 
77
 * :mod:`account`
 
78
 * :mod:`hr_timesheet_invoice`
 
79
 
 
80
.. i18n: Reports
 
81
.. i18n: -------
 
82
 
 
83
Reports
 
84
-------
 
85
 
 
86
.. i18n: None
 
87
 
 
88
None
 
89
 
 
90
.. i18n: Menus
 
91
.. i18n: -------
 
92
 
 
93
Menus
 
94
-------
 
95
 
 
96
.. i18n: None
 
97
 
 
98
None
 
99
 
 
100
.. i18n: Views
 
101
.. i18n: -----
 
102
 
 
103
Views
 
104
-----
 
105
 
 
106
.. i18n:  * analytic_journal_rate_grid.tree (tree)
 
107
.. i18n:  * analytic_journal_rate_grid.form (form)
 
108
.. i18n:  * \* INHERIT account.analytic.account.form (form)
 
109
.. i18n:  * \* INHERIT hr.timesheet.sheet.form (form)
 
110
.. i18n:  * \* INHERIT hr.analytic.timesheet.form (form)
 
111
.. i18n:  * \* INHERIT hr.analytic.timesheet.form (form)
 
112
 
 
113
 * analytic_journal_rate_grid.tree (tree)
 
114
 * analytic_journal_rate_grid.form (form)
 
115
 * \* INHERIT account.analytic.account.form (form)
 
116
 * \* INHERIT hr.timesheet.sheet.form (form)
 
117
 * \* INHERIT hr.analytic.timesheet.form (form)
 
118
 * \* INHERIT hr.analytic.timesheet.form (form)
 
119
 
 
120
.. i18n: Objects
 
121
.. i18n: -------
 
122
 
 
123
Objects
 
124
-------
 
125
 
 
126
.. i18n: Object: Relation table between journals and billing rates (analytic_journal_rate_grid)
 
127
.. i18n: ######################################################################################
 
128
 
 
129
Object: Relation table between journals and billing rates (analytic_journal_rate_grid)
 
130
######################################################################################
 
131
 
 
132
.. i18n: :rate_id: Invoicing Rate, many2one
 
133
 
 
134
:rate_id: Invoicing Rate, many2one
 
135
 
 
136
.. i18n: :journal_id: Analytic Journal, many2one, required
 
137
 
 
138
:journal_id: Analytic Journal, many2one, required
 
139
 
 
140
.. i18n: :account_id: Analytic Account, many2one, required
 
141
 
 
142
:account_id: Analytic Account, many2one, required