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

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/product_pricelist_discount_and_tax.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:: product_pricelist_discount_and_tax
 
3
.. i18n:     :synopsis: Price list discount and tax handling 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: product_pricelist_discount_and_tax
 
9
    :synopsis: Price list discount and tax handling 
 
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="/product_pricelist_discount_and_tax"></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="/product_pricelist_discount_and_tax"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Price list discount and tax handling (*product_pricelist_discount_and_tax*)
 
47
.. i18n: ===========================================================================
 
48
.. i18n: :Module: product_pricelist_discount_and_tax
 
49
.. i18n: :Name: Price list discount and tax handling
 
50
.. i18n: :Version: 5.0.1.1
 
51
.. i18n: :Author: Gábor Dukai
 
52
.. i18n: :Directory: product_pricelist_discount_and_tax
 
53
.. i18n: :Web: http://exploringopenerp.blogspot.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Price list discount and tax handling (*product_pricelist_discount_and_tax*)
 
59
===========================================================================
 
60
:Module: product_pricelist_discount_and_tax
 
61
:Name: Price list discount and tax handling
 
62
:Version: 5.0.1.1
 
63
:Author: Gábor Dukai
 
64
:Directory: product_pricelist_discount_and_tax
 
65
:Web: http://exploringopenerp.blogspot.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:   A complete solution for those companies who use discounts and/or 
 
79
.. i18n:       product prices with tax included extensively.
 
80
.. i18n:       
 
81
.. i18n:       This module is like product_visible_discount but improved in many ways:
 
82
.. i18n:         -Properly calculates discounts for any price type, not only list_price.
 
83
.. i18n:         -It's able to add/subtract tax from the price before calculating the discount.
 
84
.. i18n:         This means you can have for example a 'shop price' calculated with tax included
 
85
.. i18n:         and define a price list like 'shop price net -5%' easily.
 
86
.. i18n:         -It works with product_price_update that module can mass calculate and 
 
87
.. i18n:         update product prices with tax included.
 
88
.. i18n:         -A simpler override of the SO's product_id_change, 2 browses and 2 reads less.
 
89
.. i18n:         -Purchase Orders can also use discounts if the supplier defines his prices
 
90
.. i18n:         with discounts.
 
91
.. i18n:         -Even PO's generated with MRP will have the discounts defined in the 
 
92
.. i18n:         supplier price list.
 
93
.. i18n:       
 
94
.. i18n:       Compatibility: tested with OpenERP v5.0
 
95
..
 
96
 
 
97
::
 
98
 
 
99
  A complete solution for those companies who use discounts and/or 
 
100
      product prices with tax included extensively.
 
101
      
 
102
      This module is like product_visible_discount but improved in many ways:
 
103
        -Properly calculates discounts for any price type, not only list_price.
 
104
        -It's able to add/subtract tax from the price before calculating the discount.
 
105
        This means you can have for example a 'shop price' calculated with tax included
 
106
        and define a price list like 'shop price net -5%' easily.
 
107
        -It works with product_price_update that module can mass calculate and 
 
108
        update product prices with tax included.
 
109
        -A simpler override of the SO's product_id_change, 2 browses and 2 reads less.
 
110
        -Purchase Orders can also use discounts if the supplier defines his prices
 
111
        with discounts.
 
112
        -Even PO's generated with MRP will have the discounts defined in the 
 
113
        supplier price list.
 
114
      
 
115
      Compatibility: tested with OpenERP v5.0
 
116
 
 
117
.. i18n: Download links
 
118
.. i18n: --------------
 
119
..
 
120
 
 
121
Download links
 
122
--------------
 
123
 
 
124
.. i18n: You can download this module as a zip file in the following version:
 
125
..
 
126
 
 
127
You can download this module as a zip file in the following version:
 
128
 
 
129
.. i18n: (No download links available)
 
130
..
 
131
 
 
132
(No download links available)
 
133
 
 
134
.. i18n: Dependencies
 
135
.. i18n: ------------
 
136
..
 
137
 
 
138
Dependencies
 
139
------------
 
140
 
 
141
.. i18n:  * :mod:`sale`
 
142
.. i18n:  * :mod:`purchase_discount`
 
143
..
 
144
 
 
145
 * :mod:`sale`
 
146
 * :mod:`purchase_discount`
 
147
 
 
148
.. i18n: Reports
 
149
.. i18n: -------
 
150
..
 
151
 
 
152
Reports
 
153
-------
 
154
 
 
155
.. i18n: None
 
156
..
 
157
 
 
158
None
 
159
 
 
160
.. i18n: Menus
 
161
.. i18n: -------
 
162
..
 
163
 
 
164
Menus
 
165
-------
 
166
 
 
167
.. i18n: None
 
168
..
 
169
 
 
170
None
 
171
 
 
172
.. i18n: Views
 
173
.. i18n: -----
 
174
..
 
175
 
 
176
Views
 
177
-----
 
178
 
 
179
.. i18n:  * \* INHERIT product.price.type.form.pricelist_tax_include (form)
 
180
.. i18n:  * \* INHERIT product.pricelist.tree.pricelist_tax_include (form)
 
181
.. i18n:  * \* INHERIT product.pricelist.form.pricelist_tax_include1 (form)
 
182
.. i18n:  * \* INHERIT product.pricelist.form.pricelist_tax_include2 (form)
 
183
..
 
184
 
 
185
 * \* INHERIT product.price.type.form.pricelist_tax_include (form)
 
186
 * \* INHERIT product.pricelist.tree.pricelist_tax_include (form)
 
187
 * \* INHERIT product.pricelist.form.pricelist_tax_include1 (form)
 
188
 * \* INHERIT product.pricelist.form.pricelist_tax_include2 (form)
 
189
 
 
190
.. i18n: Objects
 
191
.. i18n: -------
 
192
..
 
193
 
 
194
Objects
 
195
-------
 
196
 
 
197
.. i18n: None
 
198
..
 
199
 
 
200
None