~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to i18n/uk/source/technical_guide/c2c_currency_rate_update.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: c2c_currency_rate_update
 
3
.. i18n:     :synopsis: Currency Rate Update 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
 
 
7
.. module:: c2c_currency_rate_update
 
8
    :synopsis: Currency Rate Update 
 
9
    :noindex:
 
10
.. 
 
11
 
 
12
.. i18n: .. raw:: html
 
13
.. i18n: 
 
14
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
15
 
 
16
.. raw:: html
 
17
 
 
18
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
19
 
 
20
.. i18n: Currency Rate Update (*c2c_currency_rate_update*)
 
21
.. i18n: =================================================
 
22
.. i18n: :Module: c2c_currency_rate_update
 
23
.. i18n: :Name: Currency Rate Update
 
24
.. i18n: :Version: 0.5
 
25
.. i18n: :Author: Camptocamp SA
 
26
.. i18n: :Directory: c2c_currency_rate_update
 
27
.. i18n: :Web: http://camptocamp.com
 
28
.. i18n: :Official module: no
 
29
.. i18n: :Quality certified: no
 
30
 
 
31
Currency Rate Update (*c2c_currency_rate_update*)
 
32
=================================================
 
33
:Module: c2c_currency_rate_update
 
34
:Name: Currency Rate Update
 
35
:Version: 0.5
 
36
:Author: Camptocamp SA
 
37
:Directory: c2c_currency_rate_update
 
38
:Web: http://camptocamp.com
 
39
:Official module: no
 
40
:Quality certified: no
 
41
 
 
42
.. i18n: Description
 
43
.. i18n: -----------
 
44
 
 
45
Description
 
46
-----------
 
47
 
 
48
.. i18n: ::
 
49
.. i18n: 
 
50
.. i18n:   
 
51
.. i18n:   Import exchange rates from three different sources on the internet :
 
52
.. i18n:   
 
53
.. i18n:   1. Admin.ch
 
54
.. i18n:      Updated daily, source in CHF. Source type is XML based.
 
55
.. i18n:   
 
56
.. i18n:   2. Federal Reserve Bank of New York
 
57
.. i18n:      Daily 12 noon buying rates in New York are certified by the
 
58
.. i18n:      New York Federal Reserve Bank for customs purposes.
 
59
.. i18n:      Source in USD.
 
60
.. i18n:      http://www.newyorkfed.org/markets/pilotfx.html
 
61
.. i18n:   
 
62
.. i18n:   3. European Central Bank
 
63
.. i18n:      The reference rates are based on the regular daily concertation procedure between
 
64
.. i18n:      central banks within and outside the European System of Central Banks,
 
65
.. i18n:      which normally takes place at 2.15 p.m. (14:15) ECB time. Source in EUR.
 
66
.. i18n:      http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html
 
67
.. i18n:   
 
68
.. i18n:   4. Google Finance
 
69
.. i18n:      Updated daily from Citibank N.A., source in EUR. Information may be delayed.
 
70
.. i18n:      This is parsed from an HTML page, so it may be broken at anytime.
 
71
.. i18n:   
 
72
.. i18n:   5. Bank of Canada
 
73
.. i18n:      Updated daily at 12:30 am, source in CAD, nominal rate. Source type is CSV based.
 
74
.. i18n:   
 
75
.. i18n:   You can set time cycle for getting updates, 'first execute date' define when to start
 
76
.. i18n:   the import and you can add a comment that describe why you use that particular service.
 
77
.. i18n:   
 
78
.. i18n:   The module uses internal ir_cron feature from OpenERP, so the job is launched once
 
79
.. i18n:   the server starts if the 'first execute date' is before the current day.
 
80
.. i18n:   
 
81
.. i18n:   If in multi-company mode, the base currency will be the first company's currency
 
82
.. i18n:   found in database.
 
83
.. i18n:   
 
84
 
 
85
::
 
86
 
 
87
  
 
88
  Import exchange rates from three different sources on the internet :
 
89
  
 
90
  1. Admin.ch
 
91
     Updated daily, source in CHF. Source type is XML based.
 
92
  
 
93
  2. Federal Reserve Bank of New York
 
94
     Daily 12 noon buying rates in New York are certified by the
 
95
     New York Federal Reserve Bank for customs purposes.
 
96
     Source in USD.
 
97
     http://www.newyorkfed.org/markets/pilotfx.html
 
98
  
 
99
  3. European Central Bank
 
100
     The reference rates are based on the regular daily concertation procedure between
 
101
     central banks within and outside the European System of Central Banks,
 
102
     which normally takes place at 2.15 p.m. (14:15) ECB time. Source in EUR.
 
103
     http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html
 
104
  
 
105
  4. Google Finance
 
106
     Updated daily from Citibank N.A., source in EUR. Information may be delayed.
 
107
     This is parsed from an HTML page, so it may be broken at anytime.
 
108
  
 
109
  5. Bank of Canada
 
110
     Updated daily at 12:30 am, source in CAD, nominal rate. Source type is CSV based.
 
111
  
 
112
  You can set time cycle for getting updates, 'first execute date' define when to start
 
113
  the import and you can add a comment that describe why you use that particular service.
 
114
  
 
115
  The module uses internal ir_cron feature from OpenERP, so the job is launched once
 
116
  the server starts if the 'first execute date' is before the current day.
 
117
  
 
118
  If in multi-company mode, the base currency will be the first company's currency
 
119
  found in database.
 
120
  
 
121
 
 
122
.. i18n: Dependencies
 
123
.. i18n: ------------
 
124
 
 
125
Dependencies
 
126
------------
 
127
 
 
128
.. i18n:  * :mod:`base`
 
129
 
 
130
 * :mod:`base`
 
131
 
 
132
.. i18n: Reports
 
133
.. i18n: -------
 
134
 
 
135
Reports
 
136
-------
 
137
 
 
138
.. i18n: None
 
139
 
 
140
None
 
141
 
 
142
.. i18n: Menus
 
143
.. i18n: -------
 
144
 
 
145
Menus
 
146
-------
 
147
 
 
148
.. i18n: None
 
149
 
 
150
None
 
151
 
 
152
.. i18n: Views
 
153
.. i18n: -----
 
154
 
 
155
Views
 
156
-----
 
157
 
 
158
.. i18n: None
 
159
 
 
160
None
 
161
 
 
162
.. i18n: Objects
 
163
.. i18n: -------
 
164
 
 
165
Objects
 
166
-------
 
167
 
 
168
.. i18n: None
 
169
 
 
170
None