~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/sale_margin.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:: sale_margin
 
3
    :synopsis: Margins in Sale Orders 
 
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="/sale_margin"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Margins in Sale Orders (*sale_margin*)
 
23
======================================
 
24
:Module: sale_margin
 
25
:Name: Margins in Sale Orders
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: sale_margin
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  None
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `4.2 <http://www.openerp.com/download/modules/4.2/sale_margin.zip>`_
 
46
  * `trunk <http://www.openerp.com/download/modules/trunk/sale_margin.zip>`_
 
47
 
 
48
 
 
49
Dependencies
 
50
------------
 
51
 
 
52
 * :mod:`sale`
 
53
 * :mod:`account`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
None
 
59
 
 
60
 
 
61
Menus
 
62
-------
 
63
 
 
64
 * Financial Management/Reporting/Invoice
 
65
 * Financial Management/Reporting/Invoice/This Month
 
66
 * Financial Management/Reporting/Invoice/This Month/Invoices by Product
 
67
 * Financial Management/Reporting/Invoice/All Months
 
68
 * Financial Management/Reporting/Invoice/All Months/Invoices by Product
 
69
 * Financial Management/Reporting/Invoice/This Month/Invoices by Category
 
70
 * Financial Management/Reporting/Invoice/All Months/Invoices by Category
 
71
 * Financial Management/Reporting/Invoice/This Month/Invoices by Partner
 
72
 * Financial Management/Reporting/Invoice/All Months/Invoices by Partner
 
73
 * Financial Management/Reporting/Invoice/This Month/Invoices by Partner and Product
 
74
 * Financial Management/Reporting/Invoice/All Months/Invoices by Partner and Product
 
75
 * Financial Management/Reporting/Invoice/This Month/Invoices
 
76
 * Financial Management/Reporting/Invoice/All Months/Invoices
 
77
 
 
78
Views
 
79
-----
 
80
 
 
81
 * \* INHERIT sale.order.margin.view.form (form)
 
82
 * \* INHERIT sale.order.margin.view.tree (tree)
 
83
 * \* INHERIT sale.order.margin.line.view.tree (tree)
 
84
 * \* INHERIT picking.margin.view.form (form)
 
85
 * report.account.invoice.product.tree (tree)
 
86
 * report.account.invoice.category.tree (tree)
 
87
 * report.account.invoice.partner.tree (tree)
 
88
 * report.account.invoice.partner.product.tree (tree)
 
89
 * report.account.invoice (tree)
 
90
 
 
91
 
 
92
Objects
 
93
-------
 
94
 
 
95
Object: report.account.invoice.product (report.account.invoice.product)
 
96
#######################################################################
 
97
 
 
98
 
 
99
 
 
100
:name: Month, date, readonly
 
101
 
 
102
 
 
103
 
 
104
 
 
105
 
 
106
:margin: Margin, float, readonly
 
107
 
 
108
 
 
109
 
 
110
 
 
111
 
 
112
:state: State, selection, readonly
 
113
 
 
114
 
 
115
 
 
116
 
 
117
 
 
118
:amount: Amount, float, readonly
 
119
 
 
120
 
 
121
 
 
122
 
 
123
 
 
124
:product_id: Product, many2one, readonly
 
125
 
 
126
 
 
127
 
 
128
 
 
129
 
 
130
:cost_price: Cost Price, float, readonly
 
131
 
 
132
 
 
133
 
 
134
 
 
135
 
 
136
:type: Type, selection, readonly
 
137
 
 
138
 
 
139
 
 
140
 
 
141
 
 
142
:quantity: Quantity, float, readonly
 
143
 
 
144
 
 
145
 
 
146
 
 
147
Object: report.account.invoice.category (report.account.invoice.category)
 
148
#########################################################################
 
149
 
 
150
 
 
151
 
 
152
:name: Month, date, readonly
 
153
 
 
154
 
 
155
 
 
156
 
 
157
 
 
158
:margin: Margin, float, readonly
 
159
 
 
160
 
 
161
 
 
162
 
 
163
 
 
164
:amount: Amount, float, readonly
 
165
 
 
166
 
 
167
 
 
168
 
 
169
 
 
170
:state: State, selection, readonly
 
171
 
 
172
 
 
173
 
 
174
 
 
175
 
 
176
:type: Type, selection, readonly
 
177
 
 
178
 
 
179
 
 
180
 
 
181
 
 
182
:quantity: Quantity, float, readonly
 
183
 
 
184
 
 
185
 
 
186
 
 
187
 
 
188
:categ_id: Categories, many2one, readonly
 
189
 
 
190
 
 
191
 
 
192
 
 
193
 
 
194
:cost_price: Cost Price, float, readonly
 
195
 
 
196
 
 
197
 
 
198
 
 
199
Object: report.account.invoice.partner (report.account.invoice.partner)
 
200
#######################################################################
 
201
 
 
202
 
 
203
 
 
204
:name: Month, date, readonly
 
205
 
 
206
 
 
207
 
 
208
 
 
209
 
 
210
:partner_id: Partner, many2one, readonly
 
211
 
 
212
 
 
213
 
 
214
 
 
215
 
 
216
:amount: Amount, float, readonly
 
217
 
 
218
 
 
219
 
 
220
 
 
221
 
 
222
:state: State, selection, readonly
 
223
 
 
224
 
 
225
 
 
226
 
 
227
 
 
228
:type: Type, selection, readonly
 
229
 
 
230
 
 
231
 
 
232
 
 
233
 
 
234
:quantity: Quantity, float, readonly
 
235
 
 
236
 
 
237
 
 
238
 
 
239
 
 
240
:margin: Margin, float, readonly
 
241
 
 
242
 
 
243
 
 
244
 
 
245
 
 
246
:cost_price: Cost Price, float, readonly
 
247
 
 
248
 
 
249
 
 
250
 
 
251
Object: report.account.invoice.partner.product (report.account.invoice.partner.product)
 
252
#######################################################################################
 
253
 
 
254
 
 
255
 
 
256
:name: Month, date, readonly
 
257
 
 
258
 
 
259
 
 
260
 
 
261
 
 
262
:quantity: Quantity, float, readonly
 
263
 
 
264
 
 
265
 
 
266
 
 
267
 
 
268
:partner_id: Partner, many2one, readonly
 
269
 
 
270
 
 
271
 
 
272
 
 
273
 
 
274
:amount: Amount, float, readonly
 
275
 
 
276
 
 
277
 
 
278
 
 
279
 
 
280
:state: State, selection, readonly
 
281
 
 
282
 
 
283
 
 
284
 
 
285
 
 
286
:type: Type, selection, readonly
 
287
 
 
288
 
 
289
 
 
290
 
 
291
 
 
292
:cost_price: Cost Price, float, readonly
 
293
 
 
294
 
 
295
 
 
296
 
 
297
 
 
298
:margin: Margin, float, readonly
 
299
 
 
300
 
 
301
 
 
302
 
 
303
 
 
304
:product_id: Product, many2one, readonly
 
305
 
 
306
 
 
307
 
 
308
 
 
309
Object: report.account.invoice (report.account.invoice)
 
310
#######################################################
 
311
 
 
312
 
 
313
 
 
314
:name: Month, date, readonly
 
315
 
 
316
 
 
317
 
 
318
 
 
319
 
 
320
:margin: Margin, float, readonly
 
321
 
 
322
 
 
323
 
 
324
 
 
325
 
 
326
:amount: Amount, float, readonly
 
327
 
 
328
 
 
329
 
 
330
 
 
331
 
 
332
:state: State, selection, readonly
 
333
 
 
334
 
 
335
 
 
336
 
 
337
 
 
338
:quantity: Quantity, float, readonly
 
339
 
 
340
 
 
341
 
 
342
 
 
343
 
 
344
:type: Type, selection, readonly
 
345
 
 
346
 
 
347
 
 
348
 
 
349
 
 
350
:cost_price: Cost Price, float, readonly
 
351
 
 
352