office_clerk 0.4 → 0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +11 -36
  3. data/LICENSE +22 -0
  4. data/app/assets/javascripts/office_clerk.js +0 -7
  5. data/app/assets/stylesheets/{office_clerk.scss → office_clerk.css.scss} +0 -0
  6. data/app/controllers/orders_controller.rb +10 -1
  7. data/app/controllers/products_controller.rb +2 -32
  8. data/app/controllers/shop_controller.rb +1 -0
  9. data/app/helpers/orders_helper.rb +6 -5
  10. data/app/helpers/shop_helper.rb +8 -7
  11. data/app/mailers/order_mailer.rb +19 -0
  12. data/app/views/addresses/_form_fields.html.haml +4 -4
  13. data/app/views/baskets/edit.html.haml +1 -1
  14. data/app/views/categories/edit.html.haml +22 -18
  15. data/app/views/clerks/edit.html.haml +6 -9
  16. data/app/views/layouts/office_clerk.haml +1 -0
  17. data/app/views/layouts/sales_clerk.haml +10 -0
  18. data/app/views/order_mailer/cancel.html.haml +6 -0
  19. data/app/views/order_mailer/confirm.html.haml +7 -0
  20. data/app/views/order_mailer/paid.html.haml +6 -0
  21. data/app/views/order_mailer/shipped.html.haml +6 -0
  22. data/app/views/orders/edit.html.haml +1 -1
  23. data/app/views/orders/show.html.haml +48 -44
  24. data/app/views/products/_head.haml +4 -2
  25. data/app/views/products/edit.html.haml +35 -24
  26. data/app/views/products/show.html.haml +32 -41
  27. data/app/views/purchases/edit.html.haml +4 -4
  28. data/app/views/sessions/sign_up.haml +1 -1
  29. data/app/views/shop/_product_box.haml +13 -0
  30. data/app/views/suppliers/edit.html.haml +2 -2
  31. data/bin/rails +3 -15
  32. data/config/environments/production.rb +2 -77
  33. data/config/locales/config.yml +1 -1
  34. data/config/locales/en.yml +75 -45
  35. data/config/locales/fi.yml +60 -67
  36. data/config/routes.rb +1 -1
  37. data/db/migrate/20131226143612_categories.rb +2 -1
  38. data/db/migrate/20131226151332_products.rb +2 -1
  39. data/lib/office_clerk.rb +2 -7
  40. data/lib/office_clerk/version.rb +1 -1
  41. data/lib/templates/haml/scaffold/_form.html.haml +1 -1
  42. data/office_clerk.gemspec +6 -12
  43. data/spec/features/products/edit_spec.rb +0 -4
  44. data/spec/mailers/order_mailer_spec.rb +24 -0
  45. data/spec/models/baskets/items_spec.rb +3 -3
  46. data/spec/models/locale_spec.rb +4 -0
  47. data/test_app/db/migrate/20141114205527_categories.office.rb +2 -2
  48. data/test_app/db/migrate/20141114205532_products.office.rb +2 -2
  49. data/test_app/db/schema.rb +4 -2
  50. data/todo +0 -4
  51. metadata +68 -111
  52. data/config/initializers/migrate.rb +0 -6
  53. data/config/initializers/simple_form.rb +0 -149
  54. data/config/initializers/simple_form_bootstrap.rb +0 -48
  55. data/db/seeds.rb +0 -4
  56. data/test/fixtures/baskets.yml +0 -41993
  57. data/test/fixtures/categories.yml +0 -638
  58. data/test/fixtures/clerks.yml +0 -694
  59. data/test/fixtures/items.yml +0 -83651
  60. data/test/fixtures/orders.yml +0 -58918
  61. data/test/fixtures/products.yml +0 -110904
  62. data/test/fixtures/purchases.yml +0 -1755
  63. data/test/fixtures/suppliers.yml +0 -341
@@ -1,694 +0,0 @@
1
- ---
2
- Clerk_1:
3
- id: 1
4
- email: markus.janhunen@iki.fi
5
- admin: true
6
- encrypted_password: e4ec276736c66acabbd06d91cc9b782a1b36b01e03ad81ad155831f3a57d6c645dea61ebf6149fb6cf7dcdfd422b0ebbbe7088164426d3f9410460a66b1580df
7
- password_salt: arpjiqGNFjsUeqCg3Qxw
8
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
9
- created_at: 2010-01-03 09:46:51.000000000 Z
10
- updated_at: 2014-01-28 21:24:20.144444000 Z
11
- Clerk_2:
12
- id: 2
13
- email: pirita.pauni@gmail.com
14
- admin: true
15
- encrypted_password: fded65022027a9622d158f3a38b3a201ae4575ab86d7565c00721ac8a81b31329cdda858a0a14ffc2f41424d04d4419bb289ccba1f402ed18eb883d4e8393c19
16
- password_salt: Gfi9ozcQqyJNeMoiTXhJ
17
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
18
- created_at: 2011-10-24 08:06:39.000000000 Z
19
- updated_at: 2014-01-28 21:24:36.294990000 Z
20
- Clerk_3:
21
- id: 3
22
- email: hannaholma@gmail.com
23
- admin: true
24
- encrypted_password: 2a2146e9d5b2badf02731c56b6de41ff96cf921426b8690f2023400da44d0e70eff3c714e7a090cedbb3d9d50c0001af3214802687f8e2d22bfef52606444114
25
- password_salt: q6YzY3QKHAyipsgGHid6
26
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
27
- created_at: 2011-09-18 12:27:37.000000000 Z
28
- updated_at: 2014-01-28 21:25:26.664770000 Z
29
- Clerk_4:
30
- id: 4
31
- email: minnaj@iki.fi
32
- admin: true
33
- encrypted_password: 69ae03f477eb01d4da5233a1d1b6cdde196d7d31d5d44b7b0967b338becf979e840e686d835225548254cb70377ccfca4fc9e30d6241966c64612de15a3b2e01
34
- password_salt: Uqc2smVjwsXzcjsdmsnf
35
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
36
- created_at: 2011-10-24 08:07:09.000000000 Z
37
- updated_at: 2014-01-28 21:25:45.072507000 Z
38
- Clerk_5:
39
- id: 5
40
- email: pasanenj@ovi.com
41
- admin: false
42
- encrypted_password: 9942a6b264f5528f01dbb9f66c0191c99abe7936c02e43311f5832dace3e60bba5ec43827d6c7ae659643fd02cd1106fcd16190d2c6ced0cc17206a240029b1c
43
- password_salt: dFujkncL5yY49msWs4V6
44
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
45
- name: Juha Pasanen
46
- street: 'Ilveksenkatu 3 '
47
- city: 80130 Joensuu
48
- phone: 0442933022
49
- created_at: 2011-11-06 18:49:08.000000000 Z
50
- updated_at: 2014-02-07 21:28:09.000000000 Z
51
- Clerk_6:
52
- id: 6
53
- email: raisa@villataika.fi
54
- admin: true
55
- encrypted_password: 2687dd72bb98a22f5e9d42db3c85bbea7e22ff13fbc0e9f428613d90aeb49ef2fee17af670f069758e3cc01688cc1d91110cf8285e8df14c496c7bc2f816f727
56
- password_salt: iyEb5P5fRTkSxVKR8wrV
57
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
58
- created_at: 2011-10-24 08:06:00.000000000 Z
59
- updated_at: 2014-01-28 21:25:58.223702000 Z
60
- Clerk_7:
61
- id: 7
62
- email: mlk.rissanen@gmail.com
63
- admin: false
64
- encrypted_password: 829a9fc1579118a66c3c07d0508d457419af70db1637a31dc011e7aff533f0e9d33ed1a766f785a6b522d6cba14d92893c80919d049bac81f8dda583789ab85a
65
- password_salt: qkJjUbExPyb5ws8qMCp9
66
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
67
- name: Marja-Leena Rissanen
68
- street: 'Kirkkotie 9 '
69
- city: 58700 Sulkava
70
- phone: '0404136436'
71
- created_at: 2011-11-16 18:32:11.000000000 Z
72
- updated_at: 2014-02-07 21:28:09.000000000 Z
73
- Clerk_8:
74
- id: 8
75
- email: torsten@villataika.fi
76
- admin: true
77
- encrypted_password: 4634bcd677115c82393ba3955d4f782c163cf7070d3246ed833c663b9385a082ea7cc2a23c11754753955dd21206703f0a2926075ffe6fb131ff9626db4fb629
78
- password_salt: gWdsWNOIADUEDiNWcL7J
79
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
80
- name: Torsten Rüger
81
- street: 'Fiskarsintie 513 '
82
- city: 10480 Antskog
83
- phone: 0407308052
84
- created_at: 2010-01-01 13:36:41.000000000 Z
85
- updated_at: 2014-01-28 21:22:47.173246000 Z
86
- Clerk_9:
87
- id: 9
88
- email: sanna.siniketo@sofigate.com
89
- admin: false
90
- encrypted_password: 26cb9f671108c9b5c9f1ec1aa0ace34bbb440b195c565877d9856a17a2f106274911fd5c453b1c00b0ed02d2111e71d310e6638bbbdd6a7d7fe81dc2039c4075
91
- password_salt: 6Co21pKCScpj2imez4pq
92
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
93
- name: Sanna Siniketo
94
- street: 'Kaskelanrinne 11 a '
95
- city: 01200 Vantaa
96
- phone: 040-5916678
97
- created_at: 2011-11-28 16:11:36.000000000 Z
98
- updated_at: 2014-02-07 21:28:09.000000000 Z
99
- Clerk_10:
100
- id: 10
101
- email: torsten.ruger@gmail.com
102
- admin: false
103
- encrypted_password: dfc52be266beef90726934406f647890a6c7bf08fdd2293eaeaebf1eccfdd04de8d32200471c7c244ff5a562fb26888e16f9c7941ba2a45cb21c7ca34271820b
104
- password_salt: T4kf74vi54V9P9rGtpH8
105
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
106
- name: Torsten Rüger
107
- street: 'Fiskarsintie 513 '
108
- city: 10480 Antskog
109
- phone: '358407308052'
110
- created_at: 2011-12-04 16:44:05.000000000 Z
111
- updated_at: 2014-02-07 21:28:09.000000000 Z
112
- Clerk_11:
113
- id: 11
114
- email: natali.sayenko@pp.inet.fi
115
- admin: false
116
- encrypted_password: 54b5ac1bbcc0c71b759be3138ecc4591ba0d5be1309ac79bc2820c29528e8747f0bf93c4ada38b4d20126e40455abf8fd582a6b4865be407a7623e8c3aec7303
117
- password_salt: K9PbsFUd3pv3huN52ENg
118
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
119
- name: Natalia Sayenko
120
- street: 'Kelhostenkuja 7 A1 '
121
- city: 44150 Äänekoski
122
- phone: 0468115607
123
- created_at: 2011-12-26 18:32:40.000000000 Z
124
- updated_at: 2014-02-07 21:28:09.000000000 Z
125
- Clerk_12:
126
- id: 12
127
- email: pia.rehell@gmail.com
128
- admin: false
129
- encrypted_password: 524667403526330779b7fc08c9f597b35ee579d6c3fa10a294bc7699dde2e573dc115c8408845c8e7a64d16b759edbc8c514f0426e319eb98eac44ddeef4ba3a
130
- password_salt: gQ3hUGPoqSerSxy35AFn
131
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
132
- name: Pia Rehell
133
- street: 'Laurilantie 29 '
134
- city: 11710 Riihimäki
135
- phone: 0414349176
136
- created_at: 2012-01-12 16:56:23.000000000 Z
137
- updated_at: 2014-02-07 21:28:09.000000000 Z
138
- Clerk_13:
139
- id: 13
140
- email: Maria@salongwellness.fi
141
- admin: false
142
- encrypted_password: ab08d78322773d10df2c14e9e5e0116e6c1a2bb5e160f72bfadda289e6b5662ab05946afc1c51d04150d08035a645e199804dca4b1c4f287ddca4387d4cf0c80
143
- password_salt: Z2ysYbxjsDJEd4WBR5eQ
144
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
145
- name: Maria fagerström
146
- street: 'Stabsgatan 15 B '
147
- city: 10300 KARJAA
148
- phone: 040-4159279
149
- created_at: 2012-01-12 21:37:40.000000000 Z
150
- updated_at: 2014-02-07 21:28:09.000000000 Z
151
- Clerk_14:
152
- id: 14
153
- email: meemi.luoma@luukku.com
154
- admin: false
155
- encrypted_password: 37a0653101294ecc99fd7a79b6a06490ad37b8cc6d2e2198501fc558019968a3e177705c18de91ee6b0d523e074ba91b8b080ef78cbe48b42f877613f2b84ecd
156
- password_salt: 9KzJUwqBxsecJ5rUkfda
157
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
158
- name: Mervi Luoma
159
- street: 'Emännäntie 5 A 5 '
160
- city: 76130 Pieksämäki
161
- phone: 0505695398
162
- created_at: 2012-01-27 14:33:23.000000000 Z
163
- updated_at: 2014-02-07 21:28:09.000000000 Z
164
- Clerk_15:
165
- id: 15
166
- email: kaisuberg@hotmail.com
167
- admin: false
168
- encrypted_password: ba75a71d0c82469a80360f58bdec6487910a1f46d7913696ea0d8335b2d1352238a950def6daa720da0324a2c25e5958de04674c725ce453cf0bb2b239bf35c4
169
- password_salt: NgsyYWzCG1qpiVkCN4qN
170
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
171
- name: Kaisu Berg
172
- street: 'Kullervontie 2 A 1 '
173
- city: 90570 oulu
174
- phone: 040-7510242
175
- created_at: 2012-02-04 19:51:21.000000000 Z
176
- updated_at: 2014-02-07 21:28:09.000000000 Z
177
- Clerk_16:
178
- id: 16
179
- email: tarja.luoto@nsn.com
180
- admin: false
181
- encrypted_password: fca372d820dc66aa2abc16c4cb54ef5c84da6d6d676080b8eb7da0b5f6a34ccedb3ef10bdc9b86c8deecad88be10bed674f04e0f279469f67514d11f45234d10
182
- password_salt: RfAZ1BvidnX5yXeaJhC4
183
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
184
- name: Tarja Luoto
185
- street: 'Riihikatu 3 '
186
- city: 37150 Nokia
187
- phone: 050 487 7496
188
- created_at: 2012-02-09 06:01:42.000000000 Z
189
- updated_at: 2014-02-07 21:28:09.000000000 Z
190
- Clerk_17:
191
- id: 17
192
- email: tiina.gronroos@wippies.fi
193
- admin: false
194
- encrypted_password: 381c6f75f5156a1a36ac163f41755ee94f13d5efdfa536cbcdbdd6432d0733e6a5e3456669705d5840824bc0099c64175cc0d4d72655fe333c232e123a454a61
195
- password_salt: djBkxzdpTVsskAhx3pEL
196
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
197
- name: tiina grönroos
198
- street: 'siltavoudintie 15 A 4 '
199
- city: 00640 helsinki
200
- phone: 0440961961
201
- created_at: 2012-02-01 21:21:49.000000000 Z
202
- updated_at: 2014-02-07 21:28:09.000000000 Z
203
- Clerk_18:
204
- id: 18
205
- email: outiritvanen@netti.fi
206
- admin: false
207
- encrypted_password: ee1a129dcebbacb77bee15b0dac85a7018cc74a42c4cdb1ccd753dceb08f3161c79be86852923c8c71c3f5beec47bdc4b4100b98c84a0ac448c9034c0178e3fc
208
- password_salt: zge2Vfhh5MEh5ugHznSc
209
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
210
- name: Outi Ritvanen
211
- street: 'Kaartokatu 17-19 D 48 '
212
- city: 70620 Kuopio
213
- phone: 0503239815
214
- created_at: 2012-03-20 17:05:55.000000000 Z
215
- updated_at: 2014-02-07 21:28:09.000000000 Z
216
- Clerk_19:
217
- id: 19
218
- email: irene.alaranta@pp.inet.fi
219
- admin: false
220
- encrypted_password: 7b1f2c0b420c25cfd1e41d6b5f375c6fbb786fb9e4524b0ac5e36baf0d1b9ec64a73f2b71a4b0bc69993edb8b8f0369b7fc016916a5cba3bbebe6326a6912bc9
221
- password_salt: 4Fmsw9EeET6spGPpJoZk
222
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
223
- name: irene alaranta
224
- street: 'porvoontie 144 '
225
- city: 07600 myrskylä
226
- phone: 0505606859
227
- created_at: 2012-04-22 05:41:44.000000000 Z
228
- updated_at: 2014-02-07 21:28:09.000000000 Z
229
- Clerk_20:
230
- id: 20
231
- email: leija100@gmail.com
232
- admin: false
233
- encrypted_password: b03e197d8e21bbf3eeb691850c0c5730b57dbd3d0443330f29593a4b574bd05761f73428c7102794441dde565aef97fa3a43a778002e9d099edb575aabf27517
234
- password_salt: CJyoiLjndEx57iapsL6X
235
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
236
- name: Janita Leinonen
237
- street: 'Karhumäenkuja 4 b 13 '
238
- city: 03100 nummela
239
- phone: 0503008783
240
- created_at: 2012-05-31 13:44:05.000000000 Z
241
- updated_at: 2014-02-07 21:28:09.000000000 Z
242
- Clerk_21:
243
- id: 21
244
- email: miiagranlund@hotmail.com
245
- admin: false
246
- encrypted_password: 1e0e674a8531b41982f71e79eaff486aa3bbe54336b714b927c5f1816c3875e0977f879e1d1591ea08970396781b313a842eeb713288c1a99e1deaed8085b517
247
- password_salt: Kbw3zUiKRoWDxXBKWhNh
248
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
249
- name: Miirage Anlund
250
- street: 'Somewhere '
251
- city: 10020 Else
252
- phone: 0400 840 110
253
- created_at: 2012-06-07 23:36:18.000000000 Z
254
- updated_at: 2014-02-07 21:28:09.000000000 Z
255
- Clerk_22:
256
- id: 22
257
- email: sinivaisanen@hotmail.com
258
- admin: false
259
- encrypted_password: 83cc0f467b655d2a6b5c5ce1592e3e09344630f53ee81a9b0d0c2c28a8b6647e0c64fa80bd3f63a50730b250a3cec9ce7de96c41d6a323a0e6b336fcc9816ea4
260
- password_salt: F8zSS6ND36U8KBXyTSzJ
261
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
262
- name: Sini Väisänen
263
- street: 'Pohjoinen Lintuvaarantie 6 B 9 '
264
- city: 02660 Espoo
265
- phone: 0405718272
266
- created_at: 2012-06-27 18:32:58.000000000 Z
267
- updated_at: 2014-02-07 21:28:09.000000000 Z
268
- Clerk_23:
269
- id: 23
270
- email: latva.johanna@gmail.com
271
- admin: false
272
- encrypted_password: 3d4afaa47dcc42c07c201d89e784f7e0444cc7afabbda9409b2bebb759ce05aaa08025e44716911cb10c5e658d66e950cac9edbe0b0396e37a95cfae7d172dc5
273
- password_salt: PXJyisZxvUoPuzFzwGcs
274
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
275
- name: Johanna Latva
276
- street: Kyrönlahdentie 819 Karhe
277
- city: 39340 Ylöjärvi
278
- phone: 0408279180
279
- created_at: 2012-07-04 09:25:29.000000000 Z
280
- updated_at: 2014-02-07 21:28:09.000000000 Z
281
- Clerk_24:
282
- id: 24
283
- email: arttu@arsti.la
284
- admin: false
285
- encrypted_password: 52c2d0f2b224ef7450e7c644afd0f8f41ce3c52e3abe4bb15259947724b513a6ff1c05ca373ddf35eba15514abbf82aeba88a4f9fc0eecb9f7621c6c5cd16e1f
286
- password_salt: B1VJD4mvRNKXYyuhx3T6
287
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
288
- name: Arttu Arstila
289
- street: 'Eläinlääkärinkatu 3 A 7 '
290
- city: 00580 Helsinki
291
- phone: 050-3660248
292
- created_at: 2012-07-21 20:07:59.000000000 Z
293
- updated_at: 2014-02-07 21:28:09.000000000 Z
294
- Clerk_25:
295
- id: 25
296
- email: minna.koskinen@aalto.fi
297
- admin: false
298
- encrypted_password: 33b74ac266400902f44420711edd5862340e271cc9618ad9724f5dc9ddba997132ddb4d25c957400a27a27303fb3c0dcddcd5d4a310bafae524ada12539af914
299
- password_salt: jHMV6xGixHqjsN9CxEVH
300
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
301
- name: Minna Koskinen
302
- street: 'Porthaninkatu 5 A 26 '
303
- city: 00530 Helsinki
304
- phone: '0407650163'
305
- created_at: 2012-08-13 05:27:41.000000000 Z
306
- updated_at: 2014-02-07 21:28:09.000000000 Z
307
- Clerk_26:
308
- id: 26
309
- email: hanna.m.k.siisiainen@student.jyu.fi
310
- admin: false
311
- encrypted_password: 561b4c254df4afe91172cc2d16a92dfc23f2e33fa5d5a38dc1bebf6a0d93b15a09738dba39e4a06a18499d6de212785ac56a9a9d472bb0957b6ba645b3271d3c
312
- password_salt: trHYG56pEtJqJsbE9rJq
313
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
314
- name: Hanna-Miia Siisiäinen
315
- street: 'Hietalahdenkatu 12 A 20 '
316
- city: 00180 Helsinki
317
- phone: 0417420269
318
- created_at: 2012-08-18 20:27:07.000000000 Z
319
- updated_at: 2014-02-07 21:28:09.000000000 Z
320
- Clerk_27:
321
- id: 27
322
- email: sekarotu.mika@gmail.com
323
- admin: false
324
- encrypted_password: ab83849091145254c06837e82d1937441cbf430d4c7c29bd3f36d93c6fbeb7b563ebbab0c7761f5921c515bf7db4efa729e7e6c0067ee9dc4b0c3ba73ad91a9d
325
- password_salt: b4UxYsbkXq1Wh3pDBwXb
326
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
327
- name: Mika Kamesaki
328
- street: 'Metsänhoitajankuja 5, B, 12 '
329
- city: 01370 Vantaa
330
- phone: 0401978259
331
- created_at: 2012-08-20 18:49:14.000000000 Z
332
- updated_at: 2014-02-07 21:28:09.000000000 Z
333
- Clerk_28:
334
- id: 28
335
- email: pia.setala@kolumbus.fi
336
- admin: false
337
- encrypted_password: b4aa35af4c2eedaffe6d2a1556949fe37b95cd161145654443d1fb0852e50dd296ea37210f3979c6e6bcc6e086dad023a5edbcb984084f7a0ee5ca25867a74e6
338
- password_salt: 6TEyRSmHD5ZaD2hHwFqW
339
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
340
- name: pia setälä
341
- street: 'apollonkatu 11 b A 3 '
342
- city: 00100 Helsinki
343
- phone: 050-3442603
344
- created_at: 2012-09-03 09:53:26.000000000 Z
345
- updated_at: 2014-02-07 21:28:09.000000000 Z
346
- Clerk_29:
347
- id: 29
348
- email: silandert@gmail.com
349
- admin: false
350
- encrypted_password: cf4804b43c81152c7effa537c5cd394210f8eee8169a0b08327ae070a8e4bb067f9dd91b6a87ca465f2a8caf17a7e29e6a3ca3c46efb7ea08561d86628c5e70e
351
- password_salt: JsYmiE3AqheN3QcuwFrC
352
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
353
- name: Towa Silander
354
- street: 'Bymossavägen 32 '
355
- city: 65410 Sundom
356
- phone: 0503250785
357
- created_at: 2012-09-28 07:18:16.000000000 Z
358
- updated_at: 2014-02-07 21:28:09.000000000 Z
359
- Clerk_30:
360
- id: 30
361
- email: ekimi@suomi24.fi
362
- admin: false
363
- encrypted_password: 2f636deb45b1d168efb40e548a004533a6caabd9e133fb856adc25354069dbbbd8fdea9ca08737bcdbf2ae34f2b27759e91140cfd77eb3ff68f0abb17ee696f3
364
- password_salt: DqhtxMgewj3Sp1WtzpTd
365
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
366
- name: erja-leena mukkala
367
- street: 'honkakatu 4 a '
368
- city: 38700 kankaanpää
369
- phone: '0500327214'
370
- created_at: 2012-10-28 16:57:24.000000000 Z
371
- updated_at: 2014-02-07 21:28:09.000000000 Z
372
- Clerk_31:
373
- id: 31
374
- email: kaisa7@gmail.com
375
- admin: false
376
- encrypted_password: e9954cdd6ba093b377d44ff540f94ae6e56606c0717ca76fdd84b83d54435f1505211fc70f0036d365ef4f61f53d89d5f5320d735f923fa89a5d77c57c838850
377
- password_salt: fkpkbjQs3DGcq2h3TxZu
378
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
379
- name: Kaisa Hartzell
380
- street: 'Pikipolku 1 D '
381
- city: 00670 Helsinki
382
- phone: 0445760581
383
- created_at: 2012-11-16 09:24:42.000000000 Z
384
- updated_at: 2014-02-07 21:28:09.000000000 Z
385
- Clerk_32:
386
- id: 32
387
- email: toni.kokkila@gmail.com
388
- admin: false
389
- encrypted_password: abed05b554d304b3b8adc9eb1aa018e66adbb35498fa5bc1cbb9a03215101031d2e4d5d8862d866f6461ea5926bc001d93076f8a116ca47d9558515148d7923a
390
- password_salt: vE3QWANqQP1cTkzP1ysH
391
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
392
- name: Toni Kokkila
393
- street: 'Viertolantie 12 A 1 '
394
- city: 11120 Riihimäki
395
- phone: '3584402689674'
396
- created_at: 2012-12-13 13:07:30.000000000 Z
397
- updated_at: 2014-02-07 21:28:09.000000000 Z
398
- Clerk_33:
399
- id: 33
400
- email: kristiina.matttila@gmail.com
401
- admin: false
402
- encrypted_password: 3bb7be4cf1cf4a8d0d6c28000323566fa3a0256227e7de450e822d191447a2cddc2b5530b12ff5ca26feb14e7b0b5135534024759ff9f2ef79c9ae344110030f
403
- password_salt: 7p2zd2xNB8op5HVCnJVN
404
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
405
- name: kristiina mattila
406
- street: 'nuolialantie 31-33 c 12 '
407
- city: 33900 Tampere
408
- phone: 0408286951
409
- created_at: 2013-01-10 14:44:16.000000000 Z
410
- updated_at: 2014-02-07 21:28:09.000000000 Z
411
- Clerk_34:
412
- id: 34
413
- email: keppister@gmail.com
414
- admin: false
415
- encrypted_password: 6b8642f98cac0a06bea34d6e766e215afc7c149289aa903048ff5eeb7b3f1ef9b64919c29611c10abfde6b7c91d926fdc687146abc94709d52ab8b52a63bdabc
416
- password_salt: nfuJFoUQ6zFqm4KWqXYh
417
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
418
- name: Pekka Heinänen
419
- street: 'Pekarinkatu 4 '
420
- city: 15680 Lahti
421
- phone: 0407483264
422
- created_at: 2013-01-22 08:24:29.000000000 Z
423
- updated_at: 2014-02-07 21:28:09.000000000 Z
424
- Clerk_35:
425
- id: 35
426
- email: masaskariwl@gmail.com
427
- admin: false
428
- encrypted_password: 82be2ef97094cbde4f5384128a1da9979bed4ef2ec083d5a5a70882487afdd3e0f57f372a9d15c28b105f758324caeb7d4ab9cfbe8db8a75970d7872373207fc
429
- password_salt: ePxNxTsxayVzW992EEq1
430
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
431
- name: Mona Paulin
432
- street: 'Nygatan 14 '
433
- city: 66600 Vörå
434
- phone: 0505875315
435
- created_at: 2013-10-07 10:37:11.000000000 Z
436
- updated_at: 2014-02-07 21:28:09.000000000 Z
437
- Clerk_36:
438
- id: 36
439
- email: saijavatanen@gmail.com
440
- admin: false
441
- encrypted_password: 53ad19790104d221b7cf035ed94bc125c379c78d36244999387978cf4fd908cf55638344916d6fe74f70951d9d2257e49c00327588a4ac0211b4146b0f1ad8ff
442
- password_salt: oxrmeSwpYzHqeJ2sqzDa
443
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
444
- name: Saija Vatanen
445
- street: 'Karnaistenkatu 43 C 41 '
446
- city: 08100 Lohja
447
- phone: 0458805111
448
- created_at: 2013-11-04 17:14:36.000000000 Z
449
- updated_at: 2014-02-07 21:28:09.000000000 Z
450
- Clerk_37:
451
- id: 37
452
- email: kirsi.riepponen@gmail.com
453
- admin: false
454
- encrypted_password: 6190a1db1f54361f40180cb6000445ab8e7425977752f4c1321863120de8c115970f9b91efbe0c3d7dfa500ec5303785578e958df73f8b97416a666744d09188
455
- password_salt: GcFyxJ8NFXuQFNa2r9y8
456
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
457
- name: Kirsi Riepponen
458
- street: 'Pesäpuunkatu 14 '
459
- city: 53850 Lappeenranta
460
- phone: '0451442114'
461
- created_at: 2013-11-16 16:44:02.000000000 Z
462
- updated_at: 2014-02-07 21:28:09.000000000 Z
463
- Clerk_38:
464
- id: 38
465
- email: helena.lahde@luukku.com
466
- admin: false
467
- encrypted_password: 88524eda190e81a1c83160c28979d5884e7768128b67ab24699936c057307063b94be9b768c9791eeddc06df2f4069298234ceabeb6ab0c164761533e7c269aa
468
- password_salt: ap8NVzw5sePaKPWFchD7
469
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
470
- name: Helena Lähde
471
- street: 'Ainonsola 2 A 5 '
472
- city: 60120 Seinäjoki
473
- phone: 0465852813
474
- created_at: 2013-11-20 11:09:57.000000000 Z
475
- updated_at: 2014-02-07 21:28:09.000000000 Z
476
- Clerk_39:
477
- id: 39
478
- email: anne.mahlamaki@ehox.fi
479
- admin: false
480
- encrypted_password: 36b35057b7def37e4e559597b4c5f231bdcc99df563cf9cd0d224e78eb1ea6b3d426c73a82a5b408c1052da61f7a1d2acdf9cdb02853763eda5d8bc7f0450865
481
- password_salt: zyF5qiGfqmzrMMkHWTsK
482
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
483
- name: Anne Mahlamäki
484
- street: 'Lavamäentie 275 '
485
- city: 21310 Vahto
486
- phone: '0503450763'
487
- created_at: 2013-11-20 13:09:48.000000000 Z
488
- updated_at: 2014-02-07 21:28:09.000000000 Z
489
- Clerk_40:
490
- id: 40
491
- email: krislau@dnainternet.net
492
- admin: false
493
- encrypted_password: b1240e45c0f0e72f8f5c6c04ae2fcd95d5f50bc483346d726a8701d5f5c5b92f9ada1b143595e4432b85f75fb6e18172a84d77092d022a5141e5f7ac7e38a0d4
494
- password_salt: tGyzkgCn2eskWda1wZos
495
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
496
- name: Krista Haataja
497
- street: 'Pirttimäentie 7 '
498
- city: 14200 Turenki
499
- phone: '0400704625'
500
- created_at: 2013-12-03 09:06:52.000000000 Z
501
- updated_at: 2014-02-07 21:28:09.000000000 Z
502
- Clerk_41:
503
- id: 41
504
- email: haapaniemi.essi@gmail.com
505
- admin: false
506
- encrypted_password: 90a0474a2df7163cfd64bd8755f951ea18bc96a444a14f952ac41264d41ffa0e46628eafeb3a866a91dadd496aa5e4257571b330f873bd96f740e3e8e4b89865
507
- password_salt: AZsNJ7U4UUxKYdTnX52r
508
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
509
- name: Essi Haapaniemi
510
- street: 'Turkintie 8 '
511
- city: 16100 Uusikylä
512
- phone: '0504635356'
513
- created_at: 2013-12-17 19:49:05.000000000 Z
514
- updated_at: 2014-02-07 21:28:09.000000000 Z
515
- Clerk_42:
516
- id: 42
517
- email: anne.pulliainen@gmail.com
518
- admin: false
519
- encrypted_password: f3f08837403aa64d1eea78ad7d3cf7b751a607179ac683d78a7595c53400eb8090fcd71337a1b484e310ad88971b7253b77fdc24bb2d38ac9f3ed15455689e1a
520
- password_salt: 6CB2bCnMQpZTStR399Q2
521
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
522
- created_at: 2011-09-18 12:27:02.000000000 Z
523
- updated_at: 2014-02-07 21:28:09.000000000 Z
524
- Clerk_43:
525
- id: 43
526
- email: anna.smura@Gmail.com
527
- admin: false
528
- encrypted_password: ad41b7f96668c364da46d5aceefc1afa0419da681939213bf6e2e21fa5330a19b0f6283e1e17a1c39cc8edc34aebcfa1651309beefa8c514a32c41e76333ddb3
529
- password_salt: 4HzxDxMxyymrxwUqnypP
530
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
531
- name: Anna-Karin Smura
532
- street: 'Porokylänkatu 29 as 1 '
533
- city: 75530 Nurmes
534
- phone: '0503246363'
535
- created_at: 2011-12-27 14:13:49.000000000 Z
536
- updated_at: 2014-02-07 21:28:09.000000000 Z
537
- Clerk_44:
538
- id: 44
539
- email: avalonia81@gmail.com
540
- admin: false
541
- encrypted_password: 294566d4c319fa1d8348a8b1180b10a33cc5f6386c229ed39b370aa7fd38ee07e131dbb96d019d902ed19f83e82ef5dcee31f7841ae6e1e375ba498d67760ed6
542
- password_salt: H5ispXpFa7qayRqisTuZ
543
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
544
- name: Johanna Meri
545
- street: 'Aleksanterinkatu 6 F 6 '
546
- city: Tampere 33100
547
- phone: 0445285308
548
- created_at: 2011-12-27 20:21:54.000000000 Z
549
- updated_at: 2014-02-07 21:28:09.000000000 Z
550
- Clerk_45:
551
- id: 45
552
- email: katja.vuori@educlusterfinland.fi
553
- admin: false
554
- encrypted_password: 3bd09e8065c09628a0c34a493fbf68944660aac8671906ccc201ead0ad72bcfeaa3c9245bd97ce5b169d7ad534345fef721bc4843c83afe396c6df8c41487c47
555
- password_salt: 4QJ7sqHWwxbqeHcP9sSR
556
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
557
- created_at: 2012-01-05 13:51:29.000000000 Z
558
- updated_at: 2014-02-07 21:28:09.000000000 Z
559
- Clerk_46:
560
- id: 46
561
- email: auliv@yahoo.com
562
- admin: false
563
- encrypted_password: 6684c13101b1b52880f55b2779874aa6834f0896646184e71bbd6116311c9c91d6d4bded66cb1d8d8762fdf7c7c1f2467b22b09256f0fb593910355b78cba61c
564
- password_salt: QL1yHAojJztcpkn5Ksnw
565
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
566
- name: Auli Varis
567
- street: 'Kalevankatu 17 C 29 '
568
- city: 80110 Joensuu
569
- phone: 040-7677865
570
- created_at: 2012-02-13 10:22:45.000000000 Z
571
- updated_at: 2014-02-07 21:28:09.000000000 Z
572
- Clerk_47:
573
- id: 47
574
- email: sari.sikio@hotmail.com
575
- admin: false
576
- encrypted_password: 16c2f99c956540f6af5005d173639ebfe30f785ff2a97aea56526ceabb9e4658caa4932427e8ff11261b6d1e329484c32e57416438bdd1f98dd65da49854831d
577
- password_salt: rQ8FmHMgL4QqyLC3kTDq
578
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
579
- name: Sari Sikiö
580
- street: 'Naavatie 22 '
581
- city: 54120 Pulp
582
- phone: 0403022608
583
- created_at: 2012-03-01 05:27:34.000000000 Z
584
- updated_at: 2014-02-07 21:28:09.000000000 Z
585
- Clerk_48:
586
- id: 48
587
- email: june.fi@hotmail.com
588
- admin: false
589
- encrypted_password: c5102e351d4522ca255d6b27b4cf296622025a0e63bfda576dd06853b60387fca7336f0662c39e51202e5b75db4f50e482f69d3b6a52560dac029438fc2ddfc9
590
- password_salt: rhxhzEP8yUWp5p37AW4b
591
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
592
- created_at: 2012-05-05 16:24:43.000000000 Z
593
- updated_at: 2014-02-07 21:28:09.000000000 Z
594
- Clerk_49:
595
- id: 49
596
- email: torsten.rueger@villataika.fi
597
- admin: false
598
- encrypted_password: 54c192176711405534e647715480c90a9690612adca3eed212f1299dc94e37fc759eb3381e3dc7f6c0b05ec403b260413bc02eeb6ca8e40638ff3d8e7d320a45
599
- password_salt: Jpp5EKoUp3biVEePJBJg
600
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
601
- name: Torsten Rüger
602
- street: 'Fiskarsintie 513 '
603
- city: 10480 Antskog
604
- phone: '358407308052'
605
- created_at: 2012-06-30 06:28:04.000000000 Z
606
- updated_at: 2014-02-07 21:28:09.000000000 Z
607
- Clerk_50:
608
- id: 50
609
- email: testie@mailmetrash.com
610
- admin: false
611
- encrypted_password: 6ce8448d084747aac0a224c04a80b04cca8b4bbc2facff8db105f8e8f628e7835eb1bae77abd80f001a646279675aeb0475f6bb721c02174ee1a5e090b95140a
612
- password_salt: uX4CkikYeDPMxb3S5USE
613
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
614
- created_at: 2012-08-14 15:50:35.000000000 Z
615
- updated_at: 2014-02-07 21:28:09.000000000 Z
616
- Clerk_51:
617
- id: 51
618
- email: aino.jarvi@iloteho.fi
619
- admin: false
620
- encrypted_password: ced8b738cec45e6bde780fb2c96ccae58762278681ff7b916a1310c4b4ad1f1d6e713671a4b1113ecbd69e4c549661d0f9214edbb1f61863f44372a3cc43aa7b
621
- password_salt: Gh1A1SGgM97VJwrRqwKU
622
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
623
- name: Aino Järvi
624
- street: 'Piilipuuntie 36 '
625
- city: 04480 Haarajoki
626
- phone: 040-7096452
627
- created_at: 2012-10-01 09:23:52.000000000 Z
628
- updated_at: 2014-02-07 21:28:09.000000000 Z
629
- Clerk_52:
630
- id: 52
631
- email: hanna.niura@live.fi
632
- admin: false
633
- encrypted_password: 1c92ecacc90152598f9971018d9f9ee80f9326a58e6ae1a40137797758b3cf589f769e5a54aa0323e34824ed1dfe7b2fb19bb498f228d2105c5a5ccc9ab47dd3
634
- password_salt: L6RTfxd8yGkDCsmPs1Hp
635
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
636
- name: Hanna Niura
637
- street: 'Lukutuvankuja 5 B '
638
- city: 37560 Lempäälä
639
- phone: 0409614970
640
- created_at: 2013-01-16 10:22:51.000000000 Z
641
- updated_at: 2014-02-07 21:28:09.000000000 Z
642
- Clerk_53:
643
- id: 53
644
- email: hrheinir@gmail.com
645
- admin: false
646
- encrypted_password: cfc5067d4981c8663076da561fbb8486c40e4eae33ab989834cef9b79626f3adc764cc9adf26cd678f2bb9acf6a6b204b2e985a307246226be34833a0a78daa7
647
- password_salt: sCnbqFDD1y7aXS4cqV5x
648
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
649
- created_at: 2013-05-24 12:31:50.000000000 Z
650
- updated_at: 2014-02-07 21:28:09.000000000 Z
651
- Clerk_54:
652
- id: 54
653
- email: tiina.thilman1@gmail.com
654
- admin: false
655
- encrypted_password: f08cf11cc13f49b7d6e2b7716394d93e7b00007ce99a996f9d81ba43ecff8b9c283bd469b95d8a6344a2d502b6106248b792d5e896de34629cbf64d378b54846
656
- password_salt: wGp9aBNDDHzVqz4Vyktp
657
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
658
- created_at: 2013-09-05 10:20:59.000000000 Z
659
- updated_at: 2014-02-07 21:28:09.000000000 Z
660
- Clerk_55:
661
- id: 55
662
- email: niklas.luokkala@gmail.com
663
- admin: false
664
- encrypted_password: 73985ec6e0e1cc9a95250ef46615facf5e210059e8d09b1fbfb640440e5de0d7cf39eb67cb9144e0ecac3165f11d78356ed19dc1448cfc0c3452bc204bdb6d2d
665
- password_salt: QiigYkPzHnZzf2zTJ4G5
666
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
667
- name: Niklas Luokkala
668
- street: 'Peltokulma 10 A 1 '
669
- city: 01690 VANTAA
670
- phone: '0407356711'
671
- created_at: 2013-10-15 16:30:22.000000000 Z
672
- updated_at: 2014-02-07 21:28:09.000000000 Z
673
- Clerk_56:
674
- id: 56
675
- email: tarja@steinway.int.fi
676
- admin: false
677
- encrypted_password: 098ec37dddf3199a2782455afc4e1242a983d6d9bf3fa02973efd0fd009b1a866a439ce9e4fbddc414c012c1c9ca28a03fae2d11b18a19dcb78fc2376b376ee0
678
- password_salt: scykioGDWb6ZRviTCUKd
679
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}
680
- created_at: 2013-12-05 09:52:22.000000000 Z
681
- updated_at: 2014-02-07 21:28:09.000000000 Z
682
- Clerk_57:
683
- id: 57
684
- email: merivirta.niina@luukku.com
685
- admin: false
686
- encrypted_password: 36f91cd5217c69ab259d6f3937f026fe57fcc560b1695bdae21bebb3bb5ec7878799a0887fc9ca38880b105cbaed80fceb76535231203eedb51e43156e37c2f5
687
- password_salt: R8rAYbt22zswKvCpaSQf
688
- address: !ruby/hash:ActiveSupport::HashWithIndifferentAccess
689
- name: niina merivirta
690
- street: Ajomäentie 103 31400
691
- city: 31400 Somero
692
- phone: '358405451518'
693
- created_at: 2014-01-15 20:14:29.000000000 Z
694
- updated_at: 2014-02-07 21:28:09.000000000 Z