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

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/account_payment_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:: account_payment_extension
 
3
.. i18n:     :synopsis: Account Payment Extension 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: account_payment_extension
 
9
    :synopsis: Account Payment 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="/account_payment_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="/account_payment_extension"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Account Payment Extension (*account_payment_extension*)
 
47
.. i18n: =======================================================
 
48
.. i18n: :Module: account_payment_extension
 
49
.. i18n: :Name: Account Payment Extension
 
50
.. i18n: :Version: 5.0.1.1
 
51
.. i18n: :Author: Zikzakmedia SL
 
52
.. i18n: :Directory: account_payment_extension
 
53
.. i18n: :Web: www.zikzakmedia.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Account Payment Extension (*account_payment_extension*)
 
59
=======================================================
 
60
:Module: account_payment_extension
 
61
:Name: Account Payment Extension
 
62
:Version: 5.0.1.1
 
63
:Author: Zikzakmedia SL
 
64
:Directory: account_payment_extension
 
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:   Account payment extension.
 
79
.. i18n:   
 
80
.. i18n:   This module extends the account_payment module with a lot of features:
 
81
.. i18n:       * Extension of payment types: The payment type has a translated name and note that can be shown in the invoices.
 
82
.. i18n:       * Two default payment types for partners (client and supplier).
 
83
.. i18n:       * Automatic selection of payment type in invoices. Now an invoice can have a payment term (30 days, 30/60 days, ...) and a payment type (cash, bank transfer, ...).
 
84
.. i18n:       * A default check field in partner bank accounts. The default partner bank accounts are selected in invoices and payments.
 
85
.. i18n:       * New menu/tree/forms to see payments to receive and payments to pay.
 
86
.. i18n:       * The payments show tree editable fields: Due date, bank account and a check field (for example to write down if a bank check in paper support has been received).
 
87
.. i18n:       * Two types of payment orders: Payable payment orders (from supplier invoices) and receivable payment orders (from client invoices). So we can make payment orders to receive the payments of our client invoices. Each payment order type has its own sequence.
 
88
.. i18n:       * The payment orders allow negative payment amounts. So we can have payment orders for supplier invoices (pay money) and refund supplier invoices (return or receive money). Or for client invoices (receive money) and refund client invoices (return or pay money).
 
89
.. i18n:       * Payment orders: Selected invoices are filtered by payment type, the second message communication can be set at the same time for several invoices.
 
90
.. i18n:   Based on previous work of Pablo Rocandio & Zikzakmedia (version for 4.2).
 
91
..
 
92
 
 
93
::
 
94
 
 
95
  Account payment extension.
 
96
  
 
97
  This module extends the account_payment module with a lot of features:
 
98
      * Extension of payment types: The payment type has a translated name and note that can be shown in the invoices.
 
99
      * Two default payment types for partners (client and supplier).
 
100
      * Automatic selection of payment type in invoices. Now an invoice can have a payment term (30 days, 30/60 days, ...) and a payment type (cash, bank transfer, ...).
 
101
      * A default check field in partner bank accounts. The default partner bank accounts are selected in invoices and payments.
 
102
      * New menu/tree/forms to see payments to receive and payments to pay.
 
103
      * The payments show tree editable fields: Due date, bank account and a check field (for example to write down if a bank check in paper support has been received).
 
104
      * Two types of payment orders: Payable payment orders (from supplier invoices) and receivable payment orders (from client invoices). So we can make payment orders to receive the payments of our client invoices. Each payment order type has its own sequence.
 
105
      * The payment orders allow negative payment amounts. So we can have payment orders for supplier invoices (pay money) and refund supplier invoices (return or receive money). Or for client invoices (receive money) and refund client invoices (return or pay money).
 
106
      * Payment orders: Selected invoices are filtered by payment type, the second message communication can be set at the same time for several invoices.
 
107
  Based on previous work of Pablo Rocandio & Zikzakmedia (version for 4.2).
 
108
 
 
109
.. i18n: Download links
 
110
.. i18n: --------------
 
111
..
 
112
 
 
113
Download links
 
114
--------------
 
115
 
 
116
.. i18n: You can download this module as a zip file in the following version:
 
117
..
 
118
 
 
119
You can download this module as a zip file in the following version:
 
120
 
 
121
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/account_payment_extension.zip>`_
 
122
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/account_payment_extension.zip>`_
 
123
..
 
124
 
 
125
  * `5.0 <http://www.openerp.com/download/modules/5.0/account_payment_extension.zip>`_
 
126
  * `trunk <http://www.openerp.com/download/modules/trunk/account_payment_extension.zip>`_
 
127
 
 
128
.. i18n: Dependencies
 
129
.. i18n: ------------
 
130
..
 
131
 
 
132
Dependencies
 
133
------------
 
134
 
 
135
.. i18n:  * :mod:`base`
 
136
.. i18n:  * :mod:`account`
 
137
.. i18n:  * :mod:`account_payment`
 
138
..
 
139
 
 
140
 * :mod:`base`
 
141
 * :mod:`account`
 
142
 * :mod:`account_payment`
 
143
 
 
144
.. i18n: Reports
 
145
.. i18n: -------
 
146
..
 
147
 
 
148
Reports
 
149
-------
 
150
 
 
151
.. i18n: None
 
152
..
 
153
 
 
154
None
 
155
 
 
156
.. i18n: Menus
 
157
.. i18n: -------
 
158
..
 
159
 
 
160
Menus
 
161
-------
 
162
 
 
163
.. i18n:  * Financial Management/Configuration/Payment/Payment Type
 
164
.. i18n:  * Financial Management/Payment/Payable payment orders
 
165
.. i18n:  * Financial Management/Payment/Payable payment orders/Pay. payment order
 
166
.. i18n:  * Financial Management/Payment/Payable payment orders/Pay. payment order/Draft pay. payment order
 
167
.. i18n:  * Financial Management/Payment/Payable payment orders/Pay. payment order/Pay. payment orders to validate
 
168
.. i18n:  * Financial Management/Payment/Payable payment orders/New Pay. payment Order
 
169
.. i18n:  * Financial Management/Payment/Receivable payment orders
 
170
.. i18n:  * Financial Management/Payment/Receivable payment orders/Rec. payment order
 
171
.. i18n:  * Financial Management/Payment/Receivable payment orders/Rec. payment order/Draft rec. payment order
 
172
.. i18n:  * Financial Management/Payment/Receivable payment orders/Rec. payment order/Rec. payment orders to validate
 
173
.. i18n:  * Financial Management/Payment/Receivable payment orders/New rec. payment order
 
174
.. i18n:  * Financial Management/Payment/Invoice payments
 
175
.. i18n:  * Financial Management/Payment/Invoice payments/Invoice payments to receive
 
176
.. i18n:  * Financial Management/Payment/Invoice payments/All received and to receive invoice payments
 
177
.. i18n:  * Financial Management/Payment/Invoice payments/Invoice payments to pay
 
178
.. i18n:  * Financial Management/Payment/Invoice payments/All paid and to pay invoice payments
 
179
.. i18n:  * Financial Management/Payment/Done payments
 
180
.. i18n:  * Financial Management/Payment/Done payments/Done receivable payments unreconciled
 
181
.. i18n:  * Financial Management/Payment/Done payments/All done receivable payments
 
182
.. i18n:  * Financial Management/Payment/Done payments/Done payable payments unreconciled
 
183
.. i18n:  * Financial Management/Payment/Done payments/All done payable payments
 
184
..
 
185
 
 
186
 * Financial Management/Configuration/Payment/Payment Type
 
187
 * Financial Management/Payment/Payable payment orders
 
188
 * Financial Management/Payment/Payable payment orders/Pay. payment order
 
189
 * Financial Management/Payment/Payable payment orders/Pay. payment order/Draft pay. payment order
 
190
 * Financial Management/Payment/Payable payment orders/Pay. payment order/Pay. payment orders to validate
 
191
 * Financial Management/Payment/Payable payment orders/New Pay. payment Order
 
192
 * Financial Management/Payment/Receivable payment orders
 
193
 * Financial Management/Payment/Receivable payment orders/Rec. payment order
 
194
 * Financial Management/Payment/Receivable payment orders/Rec. payment order/Draft rec. payment order
 
195
 * Financial Management/Payment/Receivable payment orders/Rec. payment order/Rec. payment orders to validate
 
196
 * Financial Management/Payment/Receivable payment orders/New rec. payment order
 
197
 * Financial Management/Payment/Invoice payments
 
198
 * Financial Management/Payment/Invoice payments/Invoice payments to receive
 
199
 * Financial Management/Payment/Invoice payments/All received and to receive invoice payments
 
200
 * Financial Management/Payment/Invoice payments/Invoice payments to pay
 
201
 * Financial Management/Payment/Invoice payments/All paid and to pay invoice payments
 
202
 * Financial Management/Payment/Done payments
 
203
 * Financial Management/Payment/Done payments/Done receivable payments unreconciled
 
204
 * Financial Management/Payment/Done payments/All done receivable payments
 
205
 * Financial Management/Payment/Done payments/Done payable payments unreconciled
 
206
 * Financial Management/Payment/Done payments/All done payable payments
 
207
 
 
208
.. i18n: Views
 
209
.. i18n: -----
 
210
..
 
211
 
 
212
Views
 
213
-----
 
214
 
 
215
.. i18n:  * \* INHERIT  (form)
 
216
.. i18n:  * \* INHERIT  (form)
 
217
.. i18n:  * \* INHERIT view.partner.form3  (form)
 
218
.. i18n:  * \* INHERIT view.partner.bank.tree  (form)
 
219
.. i18n:  * \* INHERIT res.partner.form.payment_type1 (form)
 
220
.. i18n:  * \* INHERIT res.partner.form.payment_type2 (form)
 
221
.. i18n:  * payment.type.tree (tree)
 
222
.. i18n:  * \* INHERIT payment.type.form_ext (form)
 
223
.. i18n:  * \* INHERIT account.invoice.form3.payment_type (form)
 
224
.. i18n:  * \* INHERIT account.invoice.form4.payment_type (form)
 
225
.. i18n:  * \* INHERIT account.invoice.supplier.form2 (form)
 
226
.. i18n:  * \* INHERIT account.payments.move.line.tree (tree)
 
227
.. i18n:  * \* INHERIT account.payments.move.line.form (form)
 
228
.. i18n:  * \* INHERIT account.bank.statement.form.ext (form)
 
229
.. i18n:  * \* INHERIT payment.order.form.ext1 (form)
 
230
.. i18n:  * \* INHERIT payment.order.form.ext2 (form)
 
231
.. i18n:  * \* INHERIT payment.line.ext1 (form)
 
232
.. i18n:  * Payments (tree)
 
233
..
 
234
 
 
235
 * \* INHERIT  (form)
 
236
 * \* INHERIT  (form)
 
237
 * \* INHERIT view.partner.form3  (form)
 
238
 * \* INHERIT view.partner.bank.tree  (form)
 
239
 * \* INHERIT res.partner.form.payment_type1 (form)
 
240
 * \* INHERIT res.partner.form.payment_type2 (form)
 
241
 * payment.type.tree (tree)
 
242
 * \* INHERIT payment.type.form_ext (form)
 
243
 * \* INHERIT account.invoice.form3.payment_type (form)
 
244
 * \* INHERIT account.invoice.form4.payment_type (form)
 
245
 * \* INHERIT account.invoice.supplier.form2 (form)
 
246
 * \* INHERIT account.payments.move.line.tree (tree)
 
247
 * \* INHERIT account.payments.move.line.form (form)
 
248
 * \* INHERIT account.bank.statement.form.ext (form)
 
249
 * \* INHERIT payment.order.form.ext1 (form)
 
250
 * \* INHERIT payment.order.form.ext2 (form)
 
251
 * \* INHERIT payment.line.ext1 (form)
 
252
 * Payments (tree)
 
253
 
 
254
.. i18n: Objects
 
255
.. i18n: -------
 
256
..
 
257
 
 
258
Objects
 
259
-------
 
260
 
 
261
.. i18n: None
 
262
..
 
263
 
 
264
None