spree_multi_currency 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +3 -0
- data/.gitignore +5 -0
- data/Gemfile +11 -0
- data/LICENSE +0 -0
- data/README.markdown +196 -0
- data/Rakefile +28 -0
- data/Versionfile +9 -0
- data/app/controllers/spree/admin/currencies_controller.rb +11 -0
- data/app/controllers/spree/admin/currency_converters_controller.rb +4 -0
- data/app/controllers/spree/base_controller_decorator.rb +12 -0
- data/app/controllers/spree/currency_controller.rb +16 -0
- data/app/helpers/number_helper_decorator.rb +40 -0
- data/app/models/spree/adjustment_decorator.rb +4 -0
- data/app/models/spree/currency.rb +119 -0
- data/app/models/spree/currency_converter.rb +14 -0
- data/app/models/spree/line_item_decorator.rb +13 -0
- data/app/models/spree/order_decorator.rb +83 -0
- data/app/models/spree/variant_decorator.rb +22 -0
- data/app/overrides/add_currencies_admin_configurations_menu.rb +10 -0
- data/app/views/spree/admin/currencies/_form.html.erb +40 -0
- data/app/views/spree/admin/currencies/edit.html.erb +16 -0
- data/app/views/spree/admin/currencies/index.html.erb +44 -0
- data/app/views/spree/admin/currencies/new.html.erb +16 -0
- data/app/views/spree/admin/currency_converters/_form.html.erb +35 -0
- data/app/views/spree/admin/currency_converters/edit.html.erb +16 -0
- data/app/views/spree/admin/currency_converters/index.html.erb +42 -0
- data/app/views/spree/admin/currency_converters/new.html.erb +16 -0
- data/config/cucumber.yml +10 -0
- data/config/locales/currencies.yml +51 -0
- data/config/locales/en_multi_currency.yml +28 -0
- data/config/locales/ru_multi_currency.yml +26 -0
- data/config/routes.rb +8 -0
- data/db/migrate/20101109134351_create_currencies.rb +25 -0
- data/db/migrate/20101109134453_create_currency_converters.rb +15 -0
- data/db/sample/currencies.yml +1603 -0
- data/db/sample/currency_converters.yml +689 -0
- data/db/seeds.rb +2 -0
- data/features/products.feature +32 -0
- data/features/step_definitions/product.rb +124 -0
- data/features/step_definitions/ror_ringer.jpeg +0 -0
- data/features/support/env.rb +16 -0
- data/features/support/paths.rb +42 -0
- data/lib/generators/spree_multi_currency/install/install_generator.rb +29 -0
- data/lib/spree_multi_currency.rb +40 -0
- data/lib/spree_multi_currency/engine.rb +34 -0
- data/lib/tasks/spree_multi_currency.rake +99 -0
- data/script/rails +5 -0
- data/spec/changing_currency_spec.rb +18 -0
- data/spec/spec_helper.rb +17 -0
- data/spree_multi_currency.gemspec +32 -0
- metadata +226 -0
- metadata.gz.sig +1 -0
@@ -0,0 +1,689 @@
|
|
1
|
+
---
|
2
|
+
currency_converters_67:
|
3
|
+
created_at: 2011-04-29 09:28:45.352627
|
4
|
+
currency_id: 123
|
5
|
+
date_req: 2011-04-29 09:27:46.840100
|
6
|
+
updated_at: 2011-04-29 09:28:45.352627
|
7
|
+
id: 67
|
8
|
+
value: 0.036361
|
9
|
+
nominal: 1.0
|
10
|
+
currency_converters_8:
|
11
|
+
created_at: 2011-04-29 09:27:55.005521
|
12
|
+
currency_id: 19
|
13
|
+
date_req: 2011-04-29 09:27:46.840100
|
14
|
+
updated_at: 2011-04-29 09:27:55.005521
|
15
|
+
id: 8
|
16
|
+
value: 0.142653
|
17
|
+
nominal: 1.0
|
18
|
+
currency_converters_24:
|
19
|
+
created_at: 2011-04-29 09:28:11.115197
|
20
|
+
currency_id: 52
|
21
|
+
date_req: 2011-04-29 09:27:46.840100
|
22
|
+
updated_at: 2011-04-29 09:28:11.115197
|
23
|
+
id: 24
|
24
|
+
value: 1.6641
|
25
|
+
nominal: 1.0
|
26
|
+
currency_converters_9:
|
27
|
+
created_at: 2011-04-29 09:27:55.806072
|
28
|
+
currency_id: 21
|
29
|
+
date_req: 2011-04-29 09:27:46.840100
|
30
|
+
updated_at: 2011-04-29 09:27:55.806072
|
31
|
+
id: 9
|
32
|
+
value: 0.632511
|
33
|
+
nominal: 1.0
|
34
|
+
currency_converters_25:
|
35
|
+
created_at: 2011-04-29 09:28:14.365137
|
36
|
+
currency_id: 60
|
37
|
+
date_req: 2011-04-29 09:27:46.840100
|
38
|
+
updated_at: 2011-04-29 09:28:14.365137
|
39
|
+
id: 25
|
40
|
+
value: 0.128722
|
41
|
+
nominal: 1.0
|
42
|
+
currency_converters_46:
|
43
|
+
created_at: 2011-04-29 09:28:30.595106
|
44
|
+
currency_id: 92
|
45
|
+
date_req: 2011-04-29 09:27:46.840100
|
46
|
+
updated_at: 2011-04-29 09:28:30.595106
|
47
|
+
id: 46
|
48
|
+
value: 0.08674
|
49
|
+
nominal: 1.0
|
50
|
+
currency_converters_70:
|
51
|
+
created_at: 2011-04-29 09:28:48.675022
|
52
|
+
currency_id: 129
|
53
|
+
date_req: 2011-04-29 09:27:46.840100
|
54
|
+
updated_at: 2011-04-29 09:28:48.675022
|
55
|
+
id: 70
|
56
|
+
value: 0.166254
|
57
|
+
nominal: 1.0
|
58
|
+
currency_converters_68:
|
59
|
+
created_at: 2011-04-29 09:28:46.205456
|
60
|
+
currency_id: 125
|
61
|
+
date_req: 2011-04-29 09:27:46.840100
|
62
|
+
updated_at: 2011-04-29 09:28:46.205456
|
63
|
+
id: 68
|
64
|
+
value: 0.266667
|
65
|
+
nominal: 1.0
|
66
|
+
currency_converters_26:
|
67
|
+
created_at: 2011-04-29 09:28:14.764040
|
68
|
+
currency_id: 61
|
69
|
+
date_req: 2011-04-29 09:27:46.840100
|
70
|
+
updated_at: 2011-04-29 09:28:14.764040
|
71
|
+
id: 26
|
72
|
+
value: 0.052938
|
73
|
+
nominal: 1.0
|
74
|
+
currency_converters_47:
|
75
|
+
created_at: 2011-04-29 09:28:31.674937
|
76
|
+
currency_id: 94
|
77
|
+
date_req: 2011-04-29 09:27:46.840100
|
78
|
+
updated_at: 2011-04-29 09:28:31.674937
|
79
|
+
id: 47
|
80
|
+
value: 0.024128
|
81
|
+
nominal: 1.0
|
82
|
+
currency_converters_71:
|
83
|
+
created_at: 2011-04-29 09:28:49.212568
|
84
|
+
currency_id: 130
|
85
|
+
date_req: 2011-04-29 09:27:46.840100
|
86
|
+
updated_at: 2011-04-29 09:28:49.212568
|
87
|
+
id: 71
|
88
|
+
value: 0.813802
|
89
|
+
nominal: 1.0
|
90
|
+
currency_converters_69:
|
91
|
+
created_at: 2011-04-29 09:28:47.652723
|
92
|
+
currency_id: 127
|
93
|
+
date_req: 2011-04-29 09:27:46.840100
|
94
|
+
updated_at: 2011-04-29 09:28:47.652723
|
95
|
+
id: 69
|
96
|
+
value: 0.083144
|
97
|
+
nominal: 1.0
|
98
|
+
currency_converters_27:
|
99
|
+
created_at: 2011-04-29 09:28:15.145162
|
100
|
+
currency_id: 62
|
101
|
+
date_req: 2011-04-29 09:27:46.840100
|
102
|
+
updated_at: 2011-04-29 09:28:15.145162
|
103
|
+
id: 27
|
104
|
+
value: 0.201329
|
105
|
+
nominal: 1.0
|
106
|
+
currency_converters_50:
|
107
|
+
created_at: 2011-04-29 09:28:37.034979
|
108
|
+
currency_id: 104
|
109
|
+
date_req: 2011-04-29 09:27:46.840100
|
110
|
+
updated_at: 2011-04-29 09:28:37.034979
|
111
|
+
id: 50
|
112
|
+
value: 0.337268
|
113
|
+
nominal: 1.0
|
114
|
+
currency_converters_48:
|
115
|
+
created_at: 2011-04-29 09:28:35.034962
|
116
|
+
currency_id: 99
|
117
|
+
date_req: 2011-04-29 09:27:46.840100
|
118
|
+
updated_at: 2011-04-29 09:28:35.034962
|
119
|
+
id: 48
|
120
|
+
value: 0.036364
|
121
|
+
nominal: 1.0
|
122
|
+
currency_converters_72:
|
123
|
+
created_at: 2011-04-29 09:28:50.485339
|
124
|
+
currency_id: 132
|
125
|
+
date_req: 2011-04-29 09:27:46.840100
|
126
|
+
updated_at: 2011-04-29 09:28:50.485339
|
127
|
+
id: 72
|
128
|
+
value: 0.00023
|
129
|
+
nominal: 1.0
|
130
|
+
currency_converters_30:
|
131
|
+
created_at: 2011-04-29 09:28:17.055063
|
132
|
+
currency_id: 66
|
133
|
+
date_req: 2011-04-29 09:27:46.840100
|
134
|
+
updated_at: 2011-04-29 09:28:17.055063
|
135
|
+
id: 30
|
136
|
+
value: 0.294551
|
137
|
+
nominal: 1.0
|
138
|
+
currency_converters_28:
|
139
|
+
created_at: 2011-04-29 09:28:16.005160
|
140
|
+
currency_id: 64
|
141
|
+
date_req: 2011-04-29 09:27:46.840100
|
142
|
+
updated_at: 2011-04-29 09:28:16.005160
|
143
|
+
id: 28
|
144
|
+
value: 0.005613
|
145
|
+
nominal: 1.0
|
146
|
+
currency_converters_51:
|
147
|
+
created_at: 2011-04-29 09:28:37.835453
|
148
|
+
currency_id: 106
|
149
|
+
date_req: 2011-04-29 09:27:46.840100
|
150
|
+
updated_at: 2011-04-29 09:28:37.835453
|
151
|
+
id: 51
|
152
|
+
value: 0.150716
|
153
|
+
nominal: 1.0
|
154
|
+
currency_converters_49:
|
155
|
+
created_at: 2011-04-29 09:28:36.214907
|
156
|
+
currency_id: 102
|
157
|
+
date_req: 2011-04-29 09:27:46.840100
|
158
|
+
updated_at: 2011-04-29 09:28:36.214907
|
159
|
+
id: 49
|
160
|
+
value: 0.086539
|
161
|
+
nominal: 1.0
|
162
|
+
currency_converters_73:
|
163
|
+
created_at: 2011-04-29 09:28:53.875284
|
164
|
+
currency_id: 138
|
165
|
+
date_req: 2011-04-29 09:27:46.840100
|
166
|
+
updated_at: 2011-04-29 09:28:53.875284
|
167
|
+
id: 73
|
168
|
+
value: 0.033434
|
169
|
+
nominal: 1.0
|
170
|
+
currency_converters_10:
|
171
|
+
created_at: 2011-04-29 09:27:57.025183
|
172
|
+
currency_id: 24
|
173
|
+
date_req: 2011-04-29 09:27:46.840100
|
174
|
+
updated_at: 2011-04-29 09:27:57.025183
|
175
|
+
id: 10
|
176
|
+
value: 0.1564
|
177
|
+
nominal: 1.0
|
178
|
+
currency_converters_31:
|
179
|
+
created_at: 2011-04-29 09:28:17.474924
|
180
|
+
currency_id: 67
|
181
|
+
date_req: 2011-04-29 09:27:46.840100
|
182
|
+
updated_at: 2011-04-29 09:28:17.474924
|
183
|
+
id: 31
|
184
|
+
value: 0.022538
|
185
|
+
nominal: 1.0
|
186
|
+
currency_converters_29:
|
187
|
+
created_at: 2011-04-29 09:28:16.655086
|
188
|
+
currency_id: 65
|
189
|
+
date_req: 2011-04-29 09:27:46.840100
|
190
|
+
updated_at: 2011-04-29 09:28:16.655086
|
191
|
+
id: 29
|
192
|
+
value: 0.000117
|
193
|
+
nominal: 1.0
|
194
|
+
currency_converters_52:
|
195
|
+
created_at: 2011-04-29 09:28:38.212755
|
196
|
+
currency_id: 107
|
197
|
+
date_req: 2011-04-29 09:27:46.840100
|
198
|
+
updated_at: 2011-04-29 09:28:38.212755
|
199
|
+
id: 52
|
200
|
+
value: 0.006479
|
201
|
+
nominal: 1.0
|
202
|
+
currency_converters_74:
|
203
|
+
created_at: 2011-04-29 09:28:57.869442
|
204
|
+
currency_id: 141
|
205
|
+
date_req: 2011-04-29 09:27:46.840100
|
206
|
+
updated_at: 2011-04-29 09:28:57.869442
|
207
|
+
id: 74
|
208
|
+
value: 0.74228
|
209
|
+
nominal: 1.0
|
210
|
+
currency_converters_11:
|
211
|
+
created_at: 2011-04-29 09:27:58.425190
|
212
|
+
currency_id: 27
|
213
|
+
date_req: 2011-04-29 09:27:46.840100
|
214
|
+
updated_at: 2011-04-29 09:27:58.425190
|
215
|
+
id: 11
|
216
|
+
value: 1.05152
|
217
|
+
nominal: 1.0
|
218
|
+
currency_converters_32:
|
219
|
+
created_at: 2011-04-29 09:28:19.505159
|
220
|
+
currency_id: 70
|
221
|
+
date_req: 2011-04-29 09:27:46.840100
|
222
|
+
updated_at: 2011-04-29 09:28:19.505159
|
223
|
+
id: 32
|
224
|
+
value: 0.005508
|
225
|
+
nominal: 1.0
|
226
|
+
currency_converters_53:
|
227
|
+
created_at: 2011-04-29 09:28:38.602972
|
228
|
+
currency_id: 108
|
229
|
+
date_req: 2011-04-29 09:27:46.840100
|
230
|
+
updated_at: 2011-04-29 09:28:38.602972
|
231
|
+
id: 53
|
232
|
+
value: 0.044984
|
233
|
+
nominal: 1.0
|
234
|
+
currency_converters_75:
|
235
|
+
created_at: 2011-04-29 09:28:59.707345
|
236
|
+
currency_id: 143
|
237
|
+
date_req: 2011-04-29 09:27:46.840100
|
238
|
+
updated_at: 2011-04-29 09:28:59.707345
|
239
|
+
id: 75
|
240
|
+
value: 0.655824
|
241
|
+
nominal: 1.0
|
242
|
+
currency_converters_33:
|
243
|
+
created_at: 2011-04-29 09:28:20.024894
|
244
|
+
currency_id: 71
|
245
|
+
date_req: 2011-04-29 09:27:46.840100
|
246
|
+
updated_at: 2011-04-29 09:28:20.024894
|
247
|
+
id: 33
|
248
|
+
value: 0.01174
|
249
|
+
nominal: 1.0
|
250
|
+
currency_converters_54:
|
251
|
+
created_at: 2011-04-29 09:28:38.974971
|
252
|
+
currency_id: 109
|
253
|
+
date_req: 2011-04-29 09:27:46.840100
|
254
|
+
updated_at: 2011-04-29 09:28:38.974971
|
255
|
+
id: 54
|
256
|
+
value: 0.190578
|
257
|
+
nominal: 1.0
|
258
|
+
currency_converters_12:
|
259
|
+
created_at: 2011-04-29 09:28:00.263083
|
260
|
+
currency_id: 30
|
261
|
+
date_req: 2011-04-29 09:27:46.840100
|
262
|
+
updated_at: 2011-04-29 09:28:00.263083
|
263
|
+
id: 12
|
264
|
+
value: 1.14561
|
265
|
+
nominal: 1.0
|
266
|
+
currency_converters_76:
|
267
|
+
created_at: 2011-04-29 09:29:00.718944
|
268
|
+
currency_id: 144
|
269
|
+
date_req: 2011-04-29 09:27:46.840100
|
270
|
+
updated_at: 2011-04-29 09:29:00.718944
|
271
|
+
id: 76
|
272
|
+
value: 0.15674
|
273
|
+
nominal: 1.0
|
274
|
+
currency_converters_55:
|
275
|
+
created_at: 2011-04-29 09:28:39.365099
|
276
|
+
currency_id: 110
|
277
|
+
date_req: 2011-04-29 09:27:46.840100
|
278
|
+
updated_at: 2011-04-29 09:28:39.365099
|
279
|
+
id: 55
|
280
|
+
value: 0.014067
|
281
|
+
nominal: 1.0
|
282
|
+
currency_converters_34:
|
283
|
+
created_at: 2011-04-29 09:28:20.425162
|
284
|
+
currency_id: 72
|
285
|
+
date_req: 2011-04-29 09:27:46.840100
|
286
|
+
updated_at: 2011-04-29 09:28:20.425162
|
287
|
+
id: 34
|
288
|
+
value: 1.41303
|
289
|
+
nominal: 1.0
|
290
|
+
currency_converters_77:
|
291
|
+
created_at: 2011-04-29 09:29:01.640843
|
292
|
+
currency_id: 145
|
293
|
+
date_req: 2011-04-29 09:27:46.840100
|
294
|
+
updated_at: 2011-04-29 09:29:01.640843
|
295
|
+
id: 77
|
296
|
+
value: 0.034874
|
297
|
+
nominal: 1.0
|
298
|
+
currency_converters_13:
|
299
|
+
created_at: 2011-04-29 09:28:01.847401
|
300
|
+
currency_id: 33
|
301
|
+
date_req: 2011-04-29 09:27:46.840100
|
302
|
+
updated_at: 2011-04-29 09:28:01.847401
|
303
|
+
id: 13
|
304
|
+
value: 0.002171
|
305
|
+
nominal: 1.0
|
306
|
+
currency_converters_56:
|
307
|
+
created_at: 2011-04-29 09:28:39.755272
|
308
|
+
currency_id: 111
|
309
|
+
date_req: 2011-04-29 09:27:46.840100
|
310
|
+
updated_at: 2011-04-29 09:28:39.755272
|
311
|
+
id: 56
|
312
|
+
value: 0.8001
|
313
|
+
nominal: 1.0
|
314
|
+
currency_converters_78:
|
315
|
+
created_at: 2011-04-29 09:29:02.117576
|
316
|
+
currency_id: 146
|
317
|
+
date_req: 2011-04-29 09:27:46.840100
|
318
|
+
updated_at: 2011-04-29 09:29:02.117576
|
319
|
+
id: 78
|
320
|
+
value: 0.000664
|
321
|
+
nominal: 1.0
|
322
|
+
currency_converters_14:
|
323
|
+
created_at: 2011-04-29 09:28:02.264937
|
324
|
+
currency_id: 34
|
325
|
+
date_req: 2011-04-29 09:27:46.840100
|
326
|
+
updated_at: 2011-04-29 09:28:02.264937
|
327
|
+
id: 14
|
328
|
+
value: 0.153822
|
329
|
+
nominal: 1.0
|
330
|
+
currency_converters_35:
|
331
|
+
created_at: 2011-04-29 09:28:20.822650
|
332
|
+
currency_id: 73
|
333
|
+
date_req: 2011-04-29 09:27:46.840100
|
334
|
+
updated_at: 2011-04-29 09:28:20.822650
|
335
|
+
id: 35
|
336
|
+
value: 0.012268
|
337
|
+
nominal: 1.0
|
338
|
+
currency_converters_80:
|
339
|
+
created_at: 2011-04-29 09:29:02.912283
|
340
|
+
currency_id: 148
|
341
|
+
date_req: 2011-04-29 09:27:46.840100
|
342
|
+
updated_at: 2011-04-29 09:29:02.912283
|
343
|
+
id: 80
|
344
|
+
value: 0.000421
|
345
|
+
nominal: 1.0
|
346
|
+
currency_converters_15:
|
347
|
+
created_at: 2011-04-29 09:28:02.666777
|
348
|
+
currency_id: 35
|
349
|
+
date_req: 2011-04-29 09:27:46.840100
|
350
|
+
updated_at: 2011-04-29 09:28:02.666777
|
351
|
+
id: 15
|
352
|
+
value: 0.000566
|
353
|
+
nominal: 1.0
|
354
|
+
currency_converters_36:
|
355
|
+
created_at: 2011-04-29 09:28:21.204892
|
356
|
+
currency_id: 74
|
357
|
+
date_req: 2011-04-29 09:27:46.840100
|
358
|
+
updated_at: 2011-04-29 09:28:21.204892
|
359
|
+
id: 36
|
360
|
+
value: 0.011998
|
361
|
+
nominal: 1.0
|
362
|
+
currency_converters_57:
|
363
|
+
created_at: 2011-04-29 09:28:40.134961
|
364
|
+
currency_id: 112
|
365
|
+
date_req: 2011-04-29 09:27:46.840100
|
366
|
+
updated_at: 2011-04-29 09:28:40.134961
|
367
|
+
id: 57
|
368
|
+
value: 2.59747
|
369
|
+
nominal: 1.0
|
370
|
+
currency_converters_81:
|
371
|
+
created_at: 2011-04-29 09:29:04.774824
|
372
|
+
currency_id: 153
|
373
|
+
date_req: 2011-04-29 09:27:46.840100
|
374
|
+
updated_at: 2011-04-29 09:29:04.774824
|
375
|
+
id: 81
|
376
|
+
value: 0.05305
|
377
|
+
nominal: 1.0
|
378
|
+
currency_converters_79:
|
379
|
+
created_at: 2011-04-29 09:29:02.533032
|
380
|
+
currency_id: 147
|
381
|
+
date_req: 2011-04-29 09:27:46.840100
|
382
|
+
updated_at: 2011-04-29 09:29:02.533032
|
383
|
+
id: 79
|
384
|
+
value: 0.12551
|
385
|
+
nominal: 1.0
|
386
|
+
currency_converters_1:
|
387
|
+
created_at: 2011-04-29 09:27:47.515238
|
388
|
+
currency_id: 1
|
389
|
+
date_req: 2011-04-29 09:27:46.840100
|
390
|
+
updated_at: 2011-04-29 09:27:47.515238
|
391
|
+
id: 1
|
392
|
+
value: 0.272257
|
393
|
+
nominal: 1.0
|
394
|
+
currency_converters_16:
|
395
|
+
created_at: 2011-04-29 09:28:03.675232
|
396
|
+
currency_id: 37
|
397
|
+
date_req: 2011-04-29 09:27:46.840100
|
398
|
+
updated_at: 2011-04-29 09:28:03.675232
|
399
|
+
id: 16
|
400
|
+
value: 0.00201
|
401
|
+
nominal: 1.0
|
402
|
+
currency_converters_37:
|
403
|
+
created_at: 2011-04-29 09:28:23.465039
|
404
|
+
currency_id: 79
|
405
|
+
date_req: 2011-04-29 09:27:46.840100
|
406
|
+
updated_at: 2011-04-29 09:28:23.465039
|
407
|
+
id: 37
|
408
|
+
value: 0.000932
|
409
|
+
nominal: 1.0
|
410
|
+
currency_converters_60:
|
411
|
+
created_at: 2011-04-29 09:28:41.744837
|
412
|
+
currency_id: 116
|
413
|
+
date_req: 2011-04-29 09:27:46.840100
|
414
|
+
updated_at: 2011-04-29 09:28:41.744837
|
415
|
+
id: 60
|
416
|
+
value: 0.02317
|
417
|
+
nominal: 1.0
|
418
|
+
currency_converters_58:
|
419
|
+
created_at: 2011-04-29 09:28:40.895114
|
420
|
+
currency_id: 114
|
421
|
+
date_req: 2011-04-29 09:27:46.840100
|
422
|
+
updated_at: 2011-04-29 09:28:40.895114
|
423
|
+
id: 58
|
424
|
+
value: 0.354421
|
425
|
+
nominal: 1.0
|
426
|
+
currency_converters_82:
|
427
|
+
created_at: 2011-04-29 09:29:05.155132
|
428
|
+
currency_id: 154
|
429
|
+
date_req: 2011-04-29 09:27:46.840100
|
430
|
+
updated_at: 2011-04-29 09:29:05.155132
|
431
|
+
id: 82
|
432
|
+
value: 0.000591
|
433
|
+
nominal: 1.0
|
434
|
+
currency_converters_17:
|
435
|
+
created_at: 2011-04-29 09:28:05.255164
|
436
|
+
currency_id: 41
|
437
|
+
date_req: 2011-04-29 09:27:46.840100
|
438
|
+
updated_at: 2011-04-29 09:28:05.255164
|
439
|
+
id: 17
|
440
|
+
value: 0.061497
|
441
|
+
nominal: 1.0
|
442
|
+
currency_converters_40:
|
443
|
+
created_at: 2011-04-29 09:28:25.305153
|
444
|
+
currency_id: 82
|
445
|
+
date_req: 2011-04-29 09:27:46.840100
|
446
|
+
updated_at: 2011-04-29 09:28:25.305153
|
447
|
+
id: 40
|
448
|
+
value: 0.00687
|
449
|
+
nominal: 1.0
|
450
|
+
currency_converters_38:
|
451
|
+
created_at: 2011-04-29 09:28:24.066350
|
452
|
+
currency_id: 80
|
453
|
+
date_req: 2011-04-29 09:27:46.840100
|
454
|
+
updated_at: 2011-04-29 09:28:24.066350
|
455
|
+
id: 38
|
456
|
+
value: 3.64498
|
457
|
+
nominal: 1.0
|
458
|
+
currency_converters_61:
|
459
|
+
created_at: 2011-04-29 09:28:42.164821
|
460
|
+
currency_id: 117
|
461
|
+
date_req: 2011-04-29 09:27:46.840100
|
462
|
+
updated_at: 2011-04-29 09:28:42.164821
|
463
|
+
id: 61
|
464
|
+
value: 0.011812
|
465
|
+
nominal: 1.0
|
466
|
+
currency_converters_59:
|
467
|
+
created_at: 2011-04-29 09:28:41.314836
|
468
|
+
currency_id: 115
|
469
|
+
date_req: 2011-04-29 09:27:46.840100
|
470
|
+
updated_at: 2011-04-29 09:28:41.314836
|
471
|
+
id: 59
|
472
|
+
value: 0.398
|
473
|
+
nominal: 1.0
|
474
|
+
currency_converters_2:
|
475
|
+
created_at: 2011-04-29 09:27:49.105504
|
476
|
+
currency_id: 5
|
477
|
+
date_req: 2011-04-29 09:27:46.840100
|
478
|
+
updated_at: 2011-04-29 09:27:49.105504
|
479
|
+
id: 2
|
480
|
+
value: 0.571429
|
481
|
+
nominal: 1.0
|
482
|
+
currency_converters_83:
|
483
|
+
created_at: 2011-04-29 09:29:05.952661
|
484
|
+
currency_id: 156
|
485
|
+
date_req: 2011-04-29 09:27:46.840100
|
486
|
+
updated_at: 2011-04-29 09:29:05.952661
|
487
|
+
id: 83
|
488
|
+
value: 4.9
|
489
|
+
nominal: 1.0
|
490
|
+
currency_converters_20:
|
491
|
+
created_at: 2011-04-29 09:28:07.204944
|
492
|
+
currency_id: 45
|
493
|
+
date_req: 2011-04-29 09:27:46.840100
|
494
|
+
updated_at: 2011-04-29 09:28:07.204944
|
495
|
+
id: 20
|
496
|
+
value: 0.013996
|
497
|
+
nominal: 1.0
|
498
|
+
currency_converters_18:
|
499
|
+
created_at: 2011-04-29 09:28:06.074912
|
500
|
+
currency_id: 43
|
501
|
+
date_req: 2011-04-29 09:27:46.840100
|
502
|
+
updated_at: 2011-04-29 09:28:06.074912
|
503
|
+
id: 18
|
504
|
+
value: 0.198716
|
505
|
+
nominal: 1.0
|
506
|
+
currency_converters_41:
|
507
|
+
created_at: 2011-04-29 09:28:26.344952
|
508
|
+
currency_id: 84
|
509
|
+
date_req: 2011-04-29 09:27:46.840100
|
510
|
+
updated_at: 2011-04-29 09:28:26.344952
|
511
|
+
id: 41
|
512
|
+
value: 0.000666
|
513
|
+
nominal: 1.0
|
514
|
+
currency_converters_39:
|
515
|
+
created_at: 2011-04-29 09:28:24.744998
|
516
|
+
currency_id: 81
|
517
|
+
date_req: 2011-04-29 09:27:46.840100
|
518
|
+
updated_at: 2011-04-29 09:28:24.744998
|
519
|
+
id: 39
|
520
|
+
value: 1.23457
|
521
|
+
nominal: 1.0
|
522
|
+
currency_converters_62:
|
523
|
+
created_at: 2011-04-29 09:28:42.705038
|
524
|
+
currency_id: 118
|
525
|
+
date_req: 2011-04-29 09:27:46.840100
|
526
|
+
updated_at: 2011-04-29 09:28:42.705038
|
527
|
+
id: 62
|
528
|
+
value: 0.376279
|
529
|
+
nominal: 1.0
|
530
|
+
currency_converters_3:
|
531
|
+
created_at: 2011-04-29 09:27:49.867090
|
532
|
+
currency_id: 7
|
533
|
+
date_req: 2011-04-29 09:27:46.840100
|
534
|
+
updated_at: 2011-04-29 09:27:49.867090
|
535
|
+
id: 3
|
536
|
+
value: 0.245308
|
537
|
+
nominal: 1.0
|
538
|
+
currency_converters_84:
|
539
|
+
created_at: 2011-04-29 09:29:13.435437
|
540
|
+
currency_id: 175
|
541
|
+
date_req: 2011-04-29 09:27:46.840100
|
542
|
+
updated_at: 2011-04-29 09:29:13.435437
|
543
|
+
id: 84
|
544
|
+
value: 0.004662
|
545
|
+
nominal: 1.0
|
546
|
+
currency_converters_21:
|
547
|
+
created_at: 2011-04-29 09:28:07.634972
|
548
|
+
currency_id: 46
|
549
|
+
date_req: 2011-04-29 09:27:46.840100
|
550
|
+
updated_at: 2011-04-29 09:28:07.634972
|
551
|
+
id: 21
|
552
|
+
value: 0.168152
|
553
|
+
nominal: 1.0
|
554
|
+
currency_converters_19:
|
555
|
+
created_at: 2011-04-29 09:28:06.494749
|
556
|
+
currency_id: 44
|
557
|
+
date_req: 2011-04-29 09:27:46.840100
|
558
|
+
updated_at: 2011-04-29 09:28:06.494749
|
559
|
+
id: 19
|
560
|
+
value: 0.026525
|
561
|
+
nominal: 1.0
|
562
|
+
currency_converters_42:
|
563
|
+
created_at: 2011-04-29 09:28:26.865317
|
564
|
+
currency_id: 85
|
565
|
+
date_req: 2011-04-29 09:27:46.840100
|
566
|
+
updated_at: 2011-04-29 09:28:26.865317
|
567
|
+
id: 42
|
568
|
+
value: 0.009116
|
569
|
+
nominal: 1.0
|
570
|
+
currency_converters_63:
|
571
|
+
created_at: 2011-04-29 09:28:43.105329
|
572
|
+
currency_id: 119
|
573
|
+
date_req: 2011-04-29 09:27:46.840100
|
574
|
+
updated_at: 2011-04-29 09:28:43.105329
|
575
|
+
id: 63
|
576
|
+
value: 0.000254
|
577
|
+
nominal: 1.0
|
578
|
+
currency_converters_4:
|
579
|
+
created_at: 2011-04-29 09:27:50.266205
|
580
|
+
currency_id: 8
|
581
|
+
date_req: 2011-04-29 09:27:46.840100
|
582
|
+
updated_at: 2011-04-29 09:27:50.266205
|
583
|
+
id: 4
|
584
|
+
value: 1.0907
|
585
|
+
nominal: 1.0
|
586
|
+
currency_converters_85:
|
587
|
+
created_at: 2011-04-29 09:29:13.813502
|
588
|
+
currency_id: 176
|
589
|
+
date_req: 2011-04-29 09:27:46.840100
|
590
|
+
updated_at: 2011-04-29 09:29:13.813502
|
591
|
+
id: 85
|
592
|
+
value: 0.151286
|
593
|
+
nominal: 1.0
|
594
|
+
currency_converters_22:
|
595
|
+
created_at: 2011-04-29 09:28:08.795153
|
596
|
+
currency_id: 49
|
597
|
+
date_req: 2011-04-29 09:27:46.840100
|
598
|
+
updated_at: 2011-04-29 09:28:08.795153
|
599
|
+
id: 22
|
600
|
+
value: 1.482
|
601
|
+
nominal: 1.0
|
602
|
+
currency_converters_43:
|
603
|
+
created_at: 2011-04-29 09:28:28.503154
|
604
|
+
currency_id: 88
|
605
|
+
date_req: 2011-04-29 09:27:46.840100
|
606
|
+
updated_at: 2011-04-29 09:28:28.503154
|
607
|
+
id: 43
|
608
|
+
value: 0.429203
|
609
|
+
nominal: 1.0
|
610
|
+
currency_converters_64:
|
611
|
+
created_at: 2011-04-29 09:28:43.486822
|
612
|
+
currency_id: 120
|
613
|
+
date_req: 2011-04-29 09:27:46.840100
|
614
|
+
updated_at: 2011-04-29 09:28:43.486822
|
615
|
+
id: 64
|
616
|
+
value: 0.274612
|
617
|
+
nominal: 1.0
|
618
|
+
currency_converters_5:
|
619
|
+
created_at: 2011-04-29 09:27:52.625790
|
620
|
+
currency_id: 14
|
621
|
+
date_req: 2011-04-29 09:27:46.840100
|
622
|
+
updated_at: 2011-04-29 09:27:52.625790
|
623
|
+
id: 5
|
624
|
+
value: 0.757748
|
625
|
+
nominal: 1.0
|
626
|
+
currency_converters_86:
|
627
|
+
created_at: 2011-04-29 09:29:14.182716
|
628
|
+
currency_id: 177
|
629
|
+
date_req: 2011-04-29 09:27:46.840100
|
630
|
+
updated_at: 2011-04-29 09:29:14.182716
|
631
|
+
id: 86
|
632
|
+
value: 0.000213
|
633
|
+
nominal: 1.0
|
634
|
+
currency_converters_44:
|
635
|
+
created_at: 2011-04-29 09:28:29.005118
|
636
|
+
currency_id: 89
|
637
|
+
date_req: 2011-04-29 09:27:46.840100
|
638
|
+
updated_at: 2011-04-29 09:28:29.005118
|
639
|
+
id: 44
|
640
|
+
value: 2.08986
|
641
|
+
nominal: 1.0
|
642
|
+
currency_converters_65:
|
643
|
+
created_at: 2011-04-29 09:28:44.505129
|
644
|
+
currency_id: 121
|
645
|
+
date_req: 2011-04-29 09:27:46.840100
|
646
|
+
updated_at: 2011-04-29 09:28:44.505129
|
647
|
+
id: 65
|
648
|
+
value: 0.363293
|
649
|
+
nominal: 1.0
|
650
|
+
currency_converters_6:
|
651
|
+
created_at: 2011-04-29 09:27:53.005316
|
652
|
+
currency_id: 15
|
653
|
+
date_req: 2011-04-29 09:27:46.840100
|
654
|
+
updated_at: 2011-04-29 09:27:53.005316
|
655
|
+
id: 6
|
656
|
+
value: 2.65266
|
657
|
+
nominal: 1.0
|
658
|
+
currency_converters_23:
|
659
|
+
created_at: 2011-04-29 09:28:09.234950
|
660
|
+
currency_id: 50
|
661
|
+
date_req: 2011-04-29 09:27:46.840100
|
662
|
+
updated_at: 2011-04-29 09:28:09.234950
|
663
|
+
id: 23
|
664
|
+
value: 0.5687
|
665
|
+
nominal: 1.0
|
666
|
+
currency_converters_66:
|
667
|
+
created_at: 2011-04-29 09:28:44.944935
|
668
|
+
currency_id: 122
|
669
|
+
date_req: 2011-04-29 09:27:46.840100
|
670
|
+
updated_at: 2011-04-29 09:28:44.944935
|
671
|
+
id: 66
|
672
|
+
value: 0.014923
|
673
|
+
nominal: 1.0
|
674
|
+
currency_converters_7:
|
675
|
+
created_at: 2011-04-29 09:27:54.604874
|
676
|
+
currency_id: 18
|
677
|
+
date_req: 2011-04-29 09:27:46.840100
|
678
|
+
updated_at: 2011-04-29 09:27:54.604874
|
679
|
+
id: 7
|
680
|
+
value: 0.813405
|
681
|
+
nominal: 1.0
|
682
|
+
currency_converters_45:
|
683
|
+
created_at: 2011-04-29 09:28:30.044797
|
684
|
+
currency_id: 91
|
685
|
+
date_req: 2011-04-29 09:27:46.840100
|
686
|
+
updated_at: 2011-04-29 09:28:30.044797
|
687
|
+
id: 45
|
688
|
+
value: 0.130213
|
689
|
+
nominal: 1.0
|