~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/c2c_multicost_base.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: c2c_multicost_base
 
3
.. i18n:     :synopsis: Multi-Costs Handling base 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: c2c_multicost_base
 
9
    :synopsis: Multi-Costs Handling base 
 
10
    :noindex:
 
11
.. 
 
12
 
 
13
.. i18n: .. raw:: html
 
14
.. i18n: 
 
15
.. i18n:       <br />
 
16
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
17
..
 
18
 
 
19
.. raw:: html
 
20
 
 
21
      <br />
 
22
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
23
 
 
24
.. i18n: .. tip:: This module is part of the OpenERP software, the leading Open Source 
 
25
.. i18n:   enterprise management system. If you want to discover OpenERP, check our 
 
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
27
.. i18n:   `OpenERP <http://openerp.com>`_ directly.
 
28
..
 
29
 
 
30
.. tip:: This module is part of the OpenERP software, the leading Open Source 
 
31
  enterprise management system. If you want to discover OpenERP, check our 
 
32
  `screencasts <http://openerp.tv>`_ or download 
 
33
  `OpenERP <http://openerp.com>`_ directly.
 
34
 
 
35
.. i18n: .. raw:: html
 
36
.. i18n: 
 
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_multicost_base"></div>
 
38
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
39
..
 
40
 
 
41
.. raw:: html
 
42
 
 
43
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_multicost_base"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Multi-Costs Handling base (*c2c_multicost_base*)
 
47
.. i18n: ================================================
 
48
.. i18n: :Module: c2c_multicost_base
 
49
.. i18n: :Name: Multi-Costs Handling base
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Camptocamp
 
52
.. i18n: :Directory: c2c_multicost_base
 
53
.. i18n: :Web: http://camptocamp.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Multi-Costs Handling base (*c2c_multicost_base*)
 
59
================================================
 
60
:Module: c2c_multicost_base
 
61
:Name: Multi-Costs Handling base
 
62
:Version: 5.0.1.0
 
63
:Author: Camptocamp
 
64
:Directory: c2c_multicost_base
 
65
:Web: http://camptocamp.com
 
66
:Official module: no
 
67
:Quality certified: no
 
68
 
 
69
.. i18n: Description
 
70
.. i18n: -----------
 
71
..
 
72
 
 
73
Description
 
74
-----------
 
75
 
 
76
.. i18n: ::
 
77
.. i18n: 
 
78
.. i18n:   This improve OpenERP multi-cost handling, overall for multi-company, regarding to product costs. It also improve
 
79
.. i18n:   the multi-currency handling into analytic accounting.
 
80
.. i18n:   
 
81
.. i18n:   This module (as all c2c_multicost*) is a backport to current stable from our work merged in the trunk branch of OpenERP.
 
82
.. i18n:   
 
83
.. i18n:   What has been done here:
 
84
.. i18n:   
 
85
.. i18n:    * Add price type on company as a property (with default value based on standard price)
 
86
.. i18n:   
 
87
.. i18n:    * Analytic accounting
 
88
.. i18n:     * Use the price type currency and field for cost valuation (including timesheet)
 
89
.. i18n:     * Add multi-currency on analytic lines (similar to financial accounting)
 
90
.. i18n:     * Allow to share the same product between company employees, with different cost for each one
 
91
.. i18n:     * Correct all "costs" indicators into analytic account to base them on the right currency (owner's company)
 
92
.. i18n:   
 
93
.. i18n:    * By default, nothing change for single company implementation (base the cost valuation on standard price)
 
94
.. i18n:   
 
95
.. i18n:    * Factorise part of function field into analytic accounting
 
96
.. i18n:   
 
97
.. i18n:   As a result, we can now really share the same product between companies that doesn't have the same currency and/or same cost price. 
 
98
.. i18n:   We can also manage one field per company on the product form to store the cost for a given price type (and so for a given company).
 
99
.. i18n:   
 
100
.. i18n:   
 
101
.. i18n:   Warning !! 
 
102
.. i18n:   
 
103
.. i18n:   This module change some functions signatures in some object. In order to have it running properly,
 
104
.. i18n:   you need to install every c2c_multicost_*, where * is the name of the already install module.
 
105
.. i18n:   
 
106
.. i18n:   Example : If you're using hr_expense, then don't forget to install c2c_multicost_expense.
 
107
.. i18n:   
 
108
.. i18n:   Please, also verify that one of your specifc modules on concerned methodes.
 
109
.. i18n:        
 
110
.. i18n:   How to setup:
 
111
.. i18n:   -------------
 
112
.. i18n:   
 
113
.. i18n:   This module won't change anything unless you assign a different price_type to your company. This price type has
 
114
.. i18n:   to point on one of the product.product "float" field as the costing value for this company. The currency used is the one
 
115
.. i18n:   define into the price type. It has to be the same than your company currency !
 
116
.. i18n:   
 
117
.. i18n:   Example 1 :
 
118
.. i18n:   
 
119
.. i18n:   Your company is in EUR. You can setup a different price type for your company. Let it point on a new product.product field,
 
120
.. i18n:   lets say "my_new_product_cost_price" (this field needs to be define in one of your specific module). Now this new field
 
121
.. i18n:   will be used as the new cost price for all product.
 
122
.. i18n:   
 
123
.. i18n:   Example 2 :
 
124
.. i18n:   
 
125
.. i18n:   You have two companies, one in CHF and the other in EUR. Assuming each of your company has its own price type pointing on
 
126
.. i18n:   their own float field, you can now have one product but a different cost for each company.
 
127
.. i18n:   
 
128
.. i18n:   Company 1 (EUR) -> price type "Cost EUR", pointing on "standard_price"
 
129
.. i18n:   
 
130
.. i18n:   Company 2 (CHF) -> price type "Cost CHF", pointing on "standard_price_chf"
 
131
.. i18n:   
 
132
.. i18n:   With this configuration, you can also easely update your costs price with a simple .csv import using one of the 
 
133
.. i18n:   client (GTK or Web).
 
134
..
 
135
 
 
136
::
 
137
 
 
138
  This improve OpenERP multi-cost handling, overall for multi-company, regarding to product costs. It also improve
 
139
  the multi-currency handling into analytic accounting.
 
140
  
 
141
  This module (as all c2c_multicost*) is a backport to current stable from our work merged in the trunk branch of OpenERP.
 
142
  
 
143
  What has been done here:
 
144
  
 
145
   * Add price type on company as a property (with default value based on standard price)
 
146
  
 
147
   * Analytic accounting
 
148
    * Use the price type currency and field for cost valuation (including timesheet)
 
149
    * Add multi-currency on analytic lines (similar to financial accounting)
 
150
    * Allow to share the same product between company employees, with different cost for each one
 
151
    * Correct all "costs" indicators into analytic account to base them on the right currency (owner's company)
 
152
  
 
153
   * By default, nothing change for single company implementation (base the cost valuation on standard price)
 
154
  
 
155
   * Factorise part of function field into analytic accounting
 
156
  
 
157
  As a result, we can now really share the same product between companies that doesn't have the same currency and/or same cost price. 
 
158
  We can also manage one field per company on the product form to store the cost for a given price type (and so for a given company).
 
159
  
 
160
  
 
161
  Warning !! 
 
162
  
 
163
  This module change some functions signatures in some object. In order to have it running properly,
 
164
  you need to install every c2c_multicost_*, where * is the name of the already install module.
 
165
  
 
166
  Example : If you're using hr_expense, then don't forget to install c2c_multicost_expense.
 
167
  
 
168
  Please, also verify that one of your specifc modules on concerned methodes.
 
169
       
 
170
  How to setup:
 
171
  -------------
 
172
  
 
173
  This module won't change anything unless you assign a different price_type to your company. This price type has
 
174
  to point on one of the product.product "float" field as the costing value for this company. The currency used is the one
 
175
  define into the price type. It has to be the same than your company currency !
 
176
  
 
177
  Example 1 :
 
178
  
 
179
  Your company is in EUR. You can setup a different price type for your company. Let it point on a new product.product field,
 
180
  lets say "my_new_product_cost_price" (this field needs to be define in one of your specific module). Now this new field
 
181
  will be used as the new cost price for all product.
 
182
  
 
183
  Example 2 :
 
184
  
 
185
  You have two companies, one in CHF and the other in EUR. Assuming each of your company has its own price type pointing on
 
186
  their own float field, you can now have one product but a different cost for each company.
 
187
  
 
188
  Company 1 (EUR) -> price type "Cost EUR", pointing on "standard_price"
 
189
  
 
190
  Company 2 (CHF) -> price type "Cost CHF", pointing on "standard_price_chf"
 
191
  
 
192
  With this configuration, you can also easely update your costs price with a simple .csv import using one of the 
 
193
  client (GTK or Web).
 
194
 
 
195
.. i18n: Download links
 
196
.. i18n: --------------
 
197
..
 
198
 
 
199
Download links
 
200
--------------
 
201
 
 
202
.. i18n: You can download this module as a zip file in the following version:
 
203
..
 
204
 
 
205
You can download this module as a zip file in the following version:
 
206
 
 
207
.. i18n: (No download links available)
 
208
..
 
209
 
 
210
(No download links available)
 
211
 
 
212
.. i18n: Dependencies
 
213
.. i18n: ------------
 
214
..
 
215
 
 
216
Dependencies
 
217
------------
 
218
 
 
219
.. i18n:  * :mod:`account`
 
220
.. i18n:  * :mod:`account_analytic_analysis`
 
221
.. i18n:  * :mod:`product`
 
222
..
 
223
 
 
224
 * :mod:`account`
 
225
 * :mod:`account_analytic_analysis`
 
226
 * :mod:`product`
 
227
 
 
228
.. i18n: Reports
 
229
.. i18n: -------
 
230
..
 
231
 
 
232
Reports
 
233
-------
 
234
 
 
235
.. i18n: None
 
236
..
 
237
 
 
238
None
 
239
 
 
240
.. i18n: Menus
 
241
.. i18n: -------
 
242
..
 
243
 
 
244
Menus
 
245
-------
 
246
 
 
247
.. i18n: None
 
248
..
 
249
 
 
250
None
 
251
 
 
252
.. i18n: Views
 
253
.. i18n: -----
 
254
..
 
255
 
 
256
Views
 
257
-----
 
258
 
 
259
.. i18n:  * \* INHERIT res.company.product.property.form.inherit (form)
 
260
..
 
261
 
 
262
 * \* INHERIT res.company.product.property.form.inherit (form)
 
263
 
 
264
.. i18n: Objects
 
265
.. i18n: -------
 
266
..
 
267
 
 
268
Objects
 
269
-------
 
270
 
 
271
.. i18n: None
 
272
..
 
273
 
 
274
None