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

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/point_of_sale_extension.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:: point_of_sale_extension
 
3
.. i18n:     :synopsis: Point Of Sale Extension 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: point_of_sale_extension
 
9
    :synopsis: Point Of Sale Extension 
 
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="/point_of_sale_extension"></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="/point_of_sale_extension"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Point Of Sale Extension (*point_of_sale_extension*)
 
47
.. i18n: ===================================================
 
48
.. i18n: :Module: point_of_sale_extension
 
49
.. i18n: :Name: Point Of Sale Extension
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Zikzakmedia SL
 
52
.. i18n: :Directory: point_of_sale_extension
 
53
.. i18n: :Web: http://www.zikzakmedia.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Point Of Sale Extension (*point_of_sale_extension*)
 
59
===================================================
 
60
:Module: point_of_sale_extension
 
61
:Name: Point Of Sale Extension
 
62
:Version: 5.0.1.0
 
63
:Author: Zikzakmedia SL
 
64
:Directory: point_of_sale_extension
 
65
:Web: http://www.zikzakmedia.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:   * Only it allows delete draft or canceled POS orders and POS order lines.
 
79
.. i18n:   * If POS order has a partner, the partner is stored in:
 
80
.. i18n:       - The stock.picking created by the pos order.
 
81
.. i18n:       - The account.move.line created by the pos order.
 
82
.. i18n:   * POS orders with amount_total==0 no creates account moves (it gives error).
 
83
.. i18n:   * Shows the payment type (journal) in the payments list in teh second tab of the POS.
 
84
.. i18n:   * The journals used to pay with the POS can be choosed (in the configuration tab of the company: Administration / Users / Companies).
 
85
.. i18n:   * Product prices with or without taxes included (select in the configuration tab of the company).
 
86
.. i18n:   * Shows a warning in the payment wizard (but you can continue) if:
 
87
.. i18n:       - A product added in the POS order has already been requested by the partner (the partner has a sale order with this product), so the user can decide if is better to do a POS order from a sale order.
 
88
.. i18n:       - There is not enough virtual stock in any of the products.
 
89
.. i18n:     These two warnings can be activated/desactivated (in the configuration tab of the company).
 
90
.. i18n:   * List and search POS order lines by number of order, partner and state.
 
91
.. i18n:   * If product_visible_discount module is installed and visible discount field in price list is checked, computes discounts in point of sale order lines.
 
92
..
 
93
 
 
94
::
 
95
 
 
96
  * Only it allows delete draft or canceled POS orders and POS order lines.
 
97
  * If POS order has a partner, the partner is stored in:
 
98
      - The stock.picking created by the pos order.
 
99
      - The account.move.line created by the pos order.
 
100
  * POS orders with amount_total==0 no creates account moves (it gives error).
 
101
  * Shows the payment type (journal) in the payments list in teh second tab of the POS.
 
102
  * The journals used to pay with the POS can be choosed (in the configuration tab of the company: Administration / Users / Companies).
 
103
  * Product prices with or without taxes included (select in the configuration tab of the company).
 
104
  * Shows a warning in the payment wizard (but you can continue) if:
 
105
      - A product added in the POS order has already been requested by the partner (the partner has a sale order with this product), so the user can decide if is better to do a POS order from a sale order.
 
106
      - There is not enough virtual stock in any of the products.
 
107
    These two warnings can be activated/desactivated (in the configuration tab of the company).
 
108
  * List and search POS order lines by number of order, partner and state.
 
109
  * If product_visible_discount module is installed and visible discount field in price list is checked, computes discounts in point of sale order lines.
 
110
 
 
111
.. i18n: Download links
 
112
.. i18n: --------------
 
113
..
 
114
 
 
115
Download links
 
116
--------------
 
117
 
 
118
.. i18n: You can download this module as a zip file in the following version:
 
119
..
 
120
 
 
121
You can download this module as a zip file in the following version:
 
122
 
 
123
.. i18n: (No download links available)
 
124
..
 
125
 
 
126
(No download links available)
 
127
 
 
128
.. i18n: Dependencies
 
129
.. i18n: ------------
 
130
..
 
131
 
 
132
Dependencies
 
133
------------
 
134
 
 
135
.. i18n:  * :mod:`point_of_sale`
 
136
..
 
137
 
 
138
 * :mod:`point_of_sale`
 
139
 
 
140
.. i18n: Reports
 
141
.. i18n: -------
 
142
..
 
143
 
 
144
Reports
 
145
-------
 
146
 
 
147
.. i18n: None
 
148
..
 
149
 
 
150
None
 
151
 
 
152
.. i18n: Menus
 
153
.. i18n: -------
 
154
..
 
155
 
 
156
Menus
 
157
-------
 
158
 
 
159
.. i18n: None
 
160
..
 
161
 
 
162
None
 
163
 
 
164
.. i18n: Views
 
165
.. i18n: -----
 
166
..
 
167
 
 
168
Views
 
169
-----
 
170
 
 
171
.. i18n:  * \* INHERIT res.company.pos.config (form)
 
172
.. i18n:  * \* INHERIT pos.order.form.ext1 (form)
 
173
.. i18n:  * \* INHERIT pos.order.form.ext2 (form)
 
174
.. i18n:  * \* INHERIT pos.order.form.ext3 (form)
 
175
.. i18n:  * \* INHERIT pos.order.form.ext4 (form)
 
176
.. i18n:  * \* INHERIT pos.order.form.ext5 (form)
 
177
.. i18n:  * \* INHERIT pos.order.form.ext6 (form)
 
178
.. i18n:  * \* INHERIT pos.order.form.ext7 (form)
 
179
.. i18n:  * \* INHERIT pos.order.form.ext8 (form)
 
180
.. i18n:  * \* INHERIT Sales ext1 (tree)
 
181
.. i18n:  * \* INHERIT Sale lines ext1 (tree)
 
182
.. i18n:  * \* INHERIT Sale lines ext2 (tree)
 
183
.. i18n:  * \* INHERIT Sale lines ext3 (tree)
 
184
..
 
185
 
 
186
 * \* INHERIT res.company.pos.config (form)
 
187
 * \* INHERIT pos.order.form.ext1 (form)
 
188
 * \* INHERIT pos.order.form.ext2 (form)
 
189
 * \* INHERIT pos.order.form.ext3 (form)
 
190
 * \* INHERIT pos.order.form.ext4 (form)
 
191
 * \* INHERIT pos.order.form.ext5 (form)
 
192
 * \* INHERIT pos.order.form.ext6 (form)
 
193
 * \* INHERIT pos.order.form.ext7 (form)
 
194
 * \* INHERIT pos.order.form.ext8 (form)
 
195
 * \* INHERIT Sales ext1 (tree)
 
196
 * \* INHERIT Sale lines ext1 (tree)
 
197
 * \* INHERIT Sale lines ext2 (tree)
 
198
 * \* INHERIT Sale lines ext3 (tree)
 
199
 
 
200
.. i18n: Objects
 
201
.. i18n: -------
 
202
..
 
203
 
 
204
Objects
 
205
-------
 
206
 
 
207
.. i18n: Object: Change path to rml file to get a better POS receipt (pos.report.change)
 
208
.. i18n: ###############################################################################
 
209
..
 
210
 
 
211
Object: Change path to rml file to get a better POS receipt (pos.report.change)
 
212
###############################################################################