~openerp-chinese-team/openobject-doc/Chinese-init

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/technical_guide/account_payment_epassporte.rst

  • Committer: JoshuaJan
  • Date: 2012-12-04 01:36:44 UTC
  • Revision ID: popkar77@gmail.com-20121204013644-k25kpyac672wxe22
Chinese initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: account_payment_epassporte
 
3
.. i18n:     :synopsis: Import ePassporte Payments 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: account_payment_epassporte
 
9
    :synopsis: Import ePassporte Payments 
 
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_epassporte"></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_epassporte"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Import ePassporte Payments (*account_payment_epassporte*)
 
47
.. i18n: =========================================================
 
48
.. i18n: :Module: account_payment_epassporte
 
49
.. i18n: :Name: Import ePassporte Payments
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Zikzakmedia
 
52
.. i18n: :Directory: account_payment_epassporte
 
53
.. i18n: :Web: www.zikzakmedia.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Import ePassporte Payments (*account_payment_epassporte*)
 
59
=========================================================
 
60
:Module: account_payment_epassporte
 
61
:Name: Import ePassporte Payments
 
62
:Version: 5.0.1.0
 
63
:Author: Zikzakmedia
 
64
:Directory: account_payment_epassporte
 
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:   Import ePassporte Payments from a CSV file.
 
79
.. i18n:   
 
80
.. i18n:   Adds a wizard in bank statements to select a CSV file with ePassporte payments lines like this:
 
81
.. i18n:   
 
82
.. i18n:   "Transaction Date","Posted Date","Description","Amount in USD","Balance"
 
83
.. i18n:   3/27/2009,3/27/2009,"b2p Fee",-2.00,17816.06
 
84
.. i18n:   3/27/2009,3/27/2009,"b2p particularaccount",-11.17,17818.06
 
85
.. i18n:   3/23/2009,3/24/2009,"b2b Fee",-2.00,17829.23
 
86
.. i18n:   3/23/2009,3/24/2009,"b2b businessaccount",-111.51,17831.23
 
87
.. i18n:   
 
88
.. i18n:   Checks if the bank statement currency and ePassporte file currency (USD in the example) are the same.
 
89
.. i18n:   Tries to fill the partner information from the ePassporte account (businessaccount and particularaccount in the example). This ePassporte account is searched in the partner bank account field (the bank name of ePassporte accounts must be 'EPASSPORTE').
 
90
.. i18n:   If the 'Search invoice to reconcile' option is checked, tries to reconcile with an open invoice with the same partner, same amount+-accuracy, same date+-accuracy and payment type 'EPASSPORTE'.
 
91
.. i18n:   
 
92
.. i18n:   First we must define an ePassporte importation configuration:
 
93
.. i18n:       * The account for the ePassporte fees.
 
94
.. i18n:       * If you want to insert the ePassporte transactions in the bank statement or only show the warning or error messages.
 
95
.. i18n:       * If you want to reconcile with open invoices (giving an amount and date accuracy to search the invoices).
 
96
..
 
97
 
 
98
::
 
99
 
 
100
  Import ePassporte Payments from a CSV file.
 
101
  
 
102
  Adds a wizard in bank statements to select a CSV file with ePassporte payments lines like this:
 
103
  
 
104
  "Transaction Date","Posted Date","Description","Amount in USD","Balance"
 
105
  3/27/2009,3/27/2009,"b2p Fee",-2.00,17816.06
 
106
  3/27/2009,3/27/2009,"b2p particularaccount",-11.17,17818.06
 
107
  3/23/2009,3/24/2009,"b2b Fee",-2.00,17829.23
 
108
  3/23/2009,3/24/2009,"b2b businessaccount",-111.51,17831.23
 
109
  
 
110
  Checks if the bank statement currency and ePassporte file currency (USD in the example) are the same.
 
111
  Tries to fill the partner information from the ePassporte account (businessaccount and particularaccount in the example). This ePassporte account is searched in the partner bank account field (the bank name of ePassporte accounts must be 'EPASSPORTE').
 
112
  If the 'Search invoice to reconcile' option is checked, tries to reconcile with an open invoice with the same partner, same amount+-accuracy, same date+-accuracy and payment type 'EPASSPORTE'.
 
113
  
 
114
  First we must define an ePassporte importation configuration:
 
115
      * The account for the ePassporte fees.
 
116
      * If you want to insert the ePassporte transactions in the bank statement or only show the warning or error messages.
 
117
      * If you want to reconcile with open invoices (giving an amount and date accuracy to search the invoices).
 
118
 
 
119
.. i18n: Download links
 
120
.. i18n: --------------
 
121
..
 
122
 
 
123
Download links
 
124
--------------
 
125
 
 
126
.. i18n: You can download this module as a zip file in the following version:
 
127
..
 
128
 
 
129
You can download this module as a zip file in the following version:
 
130
 
 
131
.. i18n: (No download links available)
 
132
..
 
133
 
 
134
(No download links available)
 
135
 
 
136
.. i18n: Dependencies
 
137
.. i18n: ------------
 
138
..
 
139
 
 
140
Dependencies
 
141
------------
 
142
 
 
143
.. i18n:  * :mod:`base`
 
144
.. i18n:  * :mod:`account`
 
145
.. i18n:  * :mod:`account_payment_extension`
 
146
..
 
147
 
 
148
 * :mod:`base`
 
149
 * :mod:`account`
 
150
 * :mod:`account_payment_extension`
 
151
 
 
152
.. i18n: Reports
 
153
.. i18n: -------
 
154
..
 
155
 
 
156
Reports
 
157
-------
 
158
 
 
159
.. i18n: None
 
160
..
 
161
 
 
162
None
 
163
 
 
164
.. i18n: Menus
 
165
.. i18n: -------
 
166
..
 
167
 
 
168
Menus
 
169
-------
 
170
 
 
171
.. i18n:  * Financial Management/Configuration/Epassporte Payment Import Configuration
 
172
..
 
173
 
 
174
 * Financial Management/Configuration/Epassporte Payment Import Configuration
 
175
 
 
176
.. i18n: Views
 
177
.. i18n: -----
 
178
..
 
179
 
 
180
Views
 
181
-----
 
182
 
 
183
.. i18n:  * account.payment.epassporte.import.config (tree)
 
184
.. i18n:  * account.payment.epassporte.import.config (form)
 
185
..
 
186
 
 
187
 * account.payment.epassporte.import.config (tree)
 
188
 * account.payment.epassporte.import.config (form)
 
189
 
 
190
.. i18n: Objects
 
191
.. i18n: -------
 
192
..
 
193
 
 
194
Objects
 
195
-------
 
196
 
 
197
.. i18n: Object: Epassporte payments Configuration (account.payment.epassporte.import.config)
 
198
.. i18n: ####################################################################################
 
199
..
 
200
 
 
201
Object: Epassporte payments Configuration (account.payment.epassporte.import.config)
 
202
####################################################################################
 
203
 
 
204
.. i18n: :name: Name, char
 
205
..
 
206
 
 
207
:name: Name, char
 
208
 
 
209
.. i18n: :activate_insert: Active Insert, boolean
 
210
..
 
211
 
 
212
:activate_insert: Active Insert, boolean
 
213
 
 
214
.. i18n:     *Check this box if you want to insert the ePassporte transactions in the bank statement. If not, it only shows the warning or error messages.*
 
215
..
 
216
 
 
217
    *Check this box if you want to insert the ePassporte transactions in the bank statement. If not, it only shows the warning or error messages.*
 
218
 
 
219
.. i18n: :account_expenditure_id: Payment fee account, many2one, required
 
220
..
 
221
 
 
222
:account_expenditure_id: Payment fee account, many2one, required
 
223
 
 
224
.. i18n:     *Account for the ePassporte fees.*
 
225
..
 
226
 
 
227
    *Account for the ePassporte fees.*
 
228
 
 
229
.. i18n: :invoice_date_accuracy: Invoice date accuracy, integer
 
230
..
 
231
 
 
232
:invoice_date_accuracy: Invoice date accuracy, integer
 
233
 
 
234
.. i18n:     *Payment date accuracy (number of days) on searching an invoice to reconcile.*
 
235
..
 
236
 
 
237
    *Payment date accuracy (number of days) on searching an invoice to reconcile.*
 
238
 
 
239
.. i18n: :active: Active, boolean
 
240
..
 
241
 
 
242
:active: Active, boolean
 
243
 
 
244
.. i18n: :invoice_reconcile: Search invoice to reconcile, boolean
 
245
..
 
246
 
 
247
:invoice_reconcile: Search invoice to reconcile, boolean
 
248
 
 
249
.. i18n:     *Check this box when you want to find an open invoice to reconcile with same partner, same amount+-accuracy, same date+-accuracy and payment type 'EPASSPORTE'.*
 
250
..
 
251
 
 
252
    *Check this box when you want to find an open invoice to reconcile with same partner, same amount+-accuracy, same date+-accuracy and payment type 'EPASSPORTE'.*
 
253
 
 
254
.. i18n: :invoice_amount_accuracy: Invoice amount accuracy (%), float
 
255
..
 
256
 
 
257
:invoice_amount_accuracy: Invoice amount accuracy (%), float
 
258
 
 
259
.. i18n:     *Payment amount accuracy (% ratio between 0-1) on searching an invoice to reconcile.*
 
260
..
 
261
 
 
262
    *Payment amount accuracy (% ratio between 0-1) on searching an invoice to reconcile.*