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

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/sale_payment.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:: sale_payment
 
3
.. i18n:     :synopsis: Sale payment type 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: sale_payment
 
9
    :synopsis: Sale payment type 
 
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="/sale_payment"></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="/sale_payment"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Sale payment type (*sale_payment*)
 
47
.. i18n: ==================================
 
48
.. i18n: :Module: sale_payment
 
49
.. i18n: :Name: Sale payment type
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Zikzakmedia
 
52
.. i18n: :Directory: sale_payment
 
53
.. i18n: :Web: www.zikzakmedia.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Sale payment type (*sale_payment*)
 
59
==================================
 
60
:Module: sale_payment
 
61
:Name: Sale payment type
 
62
:Version: 5.0.1.0
 
63
:Author: Zikzakmedia
 
64
:Directory: sale_payment
 
65
:Web: 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:   Adds payment type and bank account to sale process.
 
79
.. i18n:   
 
80
.. i18n:   The sale order inherits payment type and bank account (if the payment type is related to bank accounts) from partner as default. Next, the invoice based on this sale order inherits the payment information from it.
 
81
.. i18n:   
 
82
.. i18n:   Also computes payment type and bank account of invoices created from picking lists (extracted from partner info).
 
83
.. i18n:   
 
84
.. i18n:   Based on previous work of Readylan (version for 4.2).
 
85
..
 
86
 
 
87
::
 
88
 
 
89
  Adds payment type and bank account to sale process.
 
90
  
 
91
  The sale order inherits payment type and bank account (if the payment type is related to bank accounts) from partner as default. Next, the invoice based on this sale order inherits the payment information from it.
 
92
  
 
93
  Also computes payment type and bank account of invoices created from picking lists (extracted from partner info).
 
94
  
 
95
  Based on previous work of Readylan (version for 4.2).
 
96
 
 
97
.. i18n: Download links
 
98
.. i18n: --------------
 
99
..
 
100
 
 
101
Download links
 
102
--------------
 
103
 
 
104
.. i18n: You can download this module as a zip file in the following version:
 
105
..
 
106
 
 
107
You can download this module as a zip file in the following version:
 
108
 
 
109
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/sale_payment.zip>`_
 
110
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/sale_payment.zip>`_
 
111
..
 
112
 
 
113
  * `5.0 <http://www.openerp.com/download/modules/5.0/sale_payment.zip>`_
 
114
  * `trunk <http://www.openerp.com/download/modules/trunk/sale_payment.zip>`_
 
115
 
 
116
.. i18n: Dependencies
 
117
.. i18n: ------------
 
118
..
 
119
 
 
120
Dependencies
 
121
------------
 
122
 
 
123
.. i18n:  * :mod:`account_payment`
 
124
.. i18n:  * :mod:`account_payment_extension`
 
125
.. i18n:  * :mod:`sale`
 
126
.. i18n:  * :mod:`stock`
 
127
..
 
128
 
 
129
 * :mod:`account_payment`
 
130
 * :mod:`account_payment_extension`
 
131
 * :mod:`sale`
 
132
 * :mod:`stock`
 
133
 
 
134
.. i18n: Reports
 
135
.. i18n: -------
 
136
..
 
137
 
 
138
Reports
 
139
-------
 
140
 
 
141
.. i18n: None
 
142
..
 
143
 
 
144
None
 
145
 
 
146
.. i18n: Menus
 
147
.. i18n: -------
 
148
..
 
149
 
 
150
Menus
 
151
-------
 
152
 
 
153
.. i18n: None
 
154
..
 
155
 
 
156
None
 
157
 
 
158
.. i18n: Views
 
159
.. i18n: -----
 
160
..
 
161
 
 
162
Views
 
163
-----
 
164
 
 
165
.. i18n:  * \* INHERIT sale.order.form.sale_paytype (form)
 
166
..
 
167
 
 
168
 * \* INHERIT sale.order.form.sale_paytype (form)
 
169
 
 
170
.. i18n: Objects
 
171
.. i18n: -------
 
172
..
 
173
 
 
174
Objects
 
175
-------
 
176
 
 
177
.. i18n: None
 
178
..
 
179
 
 
180
None