~openerp-dev/openobject-doc/trunk

« back to all changes in this revision

Viewing changes to i18n/ro/source/technical_guide/product_visible_discount.rst

  • Committer: Antony Lesuisse
  • Date: 2010-03-05 16:46:40 UTC
  • Revision ID: al@openerp.com-20100305164640-9b7anc1t5ujha8lw
Merge doc into feature, before deletion of both features and doc. (odo)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: product_visible_discount
 
3
.. i18n:     :synopsis: Visible Discount Module 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: product_visible_discount
 
9
    :synopsis: Visible Discount Module 
 
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 Open ERP software, the leading Open Source 
 
25
.. i18n:   enterprise management system. If you want to discover Open ERP, check our 
 
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
27
.. i18n:   `Open ERP <http://openerp.com>`_ directly.
 
28
..
 
29
 
 
30
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
31
  enterprise management system. If you want to discover Open ERP, check our 
 
32
  `screencasts <http://openerp.tv>`_ or download 
 
33
  `Open ERP <http://openerp.com>`_ directly.
 
34
 
 
35
.. i18n: .. raw:: html
 
36
.. i18n: 
 
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/product_visible_discount"></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_visible_discount"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Visible Discount Module (*product_visible_discount*)
 
47
.. i18n: ====================================================
 
48
.. i18n: :Module: product_visible_discount
 
49
.. i18n: :Name: Visible Discount Module
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Tiny
 
52
.. i18n: :Directory: product_visible_discount
 
53
.. i18n: :Web: 
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Visible Discount Module (*product_visible_discount*)
 
59
====================================================
 
60
:Module: product_visible_discount
 
61
:Name: Visible Discount Module
 
62
:Version: 5.0.1.0
 
63
:Author: Tiny
 
64
:Directory: product_visible_discount
 
65
:Web: 
 
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 module use for calculate discount amount on Sale order line and invoice line  base on partner's pricelist
 
79
.. i18n:       For that,On the pricelists form, new check box called "Visible Discount" is added.
 
80
.. i18n:       Example:
 
81
.. i18n:           For product PC1, listprice=450, for partner Asustek, his pricelist calculated is 225 for PC1
 
82
.. i18n:           If the check box is ticked, we will have on the SO line (and so also on invoice line): Unit price=450, Discount=50,00, Net price=225
 
83
.. i18n:           If the check box is NOT ticked, we will have on SO and Invoice lines: Unit price=225, Discount=0,00, Net price=225
 
84
..
 
85
 
 
86
::
 
87
 
 
88
  This module use for calculate discount amount on Sale order line and invoice line  base on partner's pricelist
 
89
      For that,On the pricelists form, new check box called "Visible Discount" is added.
 
90
      Example:
 
91
          For product PC1, listprice=450, for partner Asustek, his pricelist calculated is 225 for PC1
 
92
          If the check box is ticked, we will have on the SO line (and so also on invoice line): Unit price=450, Discount=50,00, Net price=225
 
93
          If the check box is NOT ticked, we will have on SO and Invoice lines: Unit price=225, Discount=0,00, Net price=225
 
94
 
 
95
.. i18n: Download links
 
96
.. i18n: --------------
 
97
..
 
98
 
 
99
Download links
 
100
--------------
 
101
 
 
102
.. i18n: You can download this module as a zip file in the following version:
 
103
..
 
104
 
 
105
You can download this module as a zip file in the following version:
 
106
 
 
107
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/product_visible_discount.zip>`_
 
108
..
 
109
 
 
110
  * `trunk <http://www.openerp.com/download/modules/trunk/product_visible_discount.zip>`_
 
111
 
 
112
.. i18n: Dependencies
 
113
.. i18n: ------------
 
114
..
 
115
 
 
116
Dependencies
 
117
------------
 
118
 
 
119
.. i18n:  * :mod:`base`
 
120
.. i18n:  * :mod:`product`
 
121
.. i18n:  * :mod:`account`
 
122
.. i18n:  * :mod:`sale`
 
123
..
 
124
 
 
125
 * :mod:`base`
 
126
 * :mod:`product`
 
127
 * :mod:`account`
 
128
 * :mod:`sale`
 
129
 
 
130
.. i18n: Reports
 
131
.. i18n: -------
 
132
..
 
133
 
 
134
Reports
 
135
-------
 
136
 
 
137
.. i18n: None
 
138
..
 
139
 
 
140
None
 
141
 
 
142
.. i18n: Menus
 
143
.. i18n: -------
 
144
..
 
145
 
 
146
Menus
 
147
-------
 
148
 
 
149
.. i18n: None
 
150
..
 
151
 
 
152
None
 
153
 
 
154
.. i18n: Views
 
155
.. i18n: -----
 
156
..
 
157
 
 
158
Views
 
159
-----
 
160
 
 
161
.. i18n:  * \* INHERIT product.pricelist.tree (form)
 
162
.. i18n:  * \* INHERIT product.pricelist.form (form)
 
163
..
 
164
 
 
165
 * \* INHERIT product.pricelist.tree (form)
 
166
 * \* INHERIT product.pricelist.form (form)
 
167
 
 
168
.. i18n: Objects
 
169
.. i18n: -------
 
170
..
 
171
 
 
172
Objects
 
173
-------
 
174
 
 
175
.. i18n: None
 
176
..
 
177
 
 
178
None