artfully_ose 1.1.0 → 1.2.0.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (719) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +28 -0
  3. data/app/assets/fonts/FontAwesome.otf +0 -0
  4. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  5. data/app/assets/fonts/fontawesome-webfont.svg +472 -252
  6. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  7. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  8. data/app/assets/images/actions/do.png +0 -0
  9. data/app/assets/images/actions/do.psd +0 -0
  10. data/app/assets/images/actions/get.png +0 -0
  11. data/app/assets/images/actions/get.psd +0 -0
  12. data/app/assets/images/actions/give.png +0 -0
  13. data/app/assets/images/actions/give.psd +0 -0
  14. data/app/assets/images/actions/go.png +0 -0
  15. data/app/assets/images/actions/go.psd +0 -0
  16. data/app/assets/images/actions/hear.png +0 -0
  17. data/app/assets/images/actions/hear.psd +0 -0
  18. data/app/assets/images/actions/join.png +0 -0
  19. data/app/assets/images/actions/join.psd +0 -0
  20. data/app/assets/images/actions/say.png +0 -0
  21. data/app/assets/images/actions/say.psd +0 -0
  22. data/app/assets/images/business-default-avatar.png +0 -0
  23. data/app/assets/images/foundation-default-avatar.png +0 -0
  24. data/app/assets/images/glyphish/people/208-facebook.png +0 -0
  25. data/app/assets/images/glyphish/people/210-twitterbird.png +0 -0
  26. data/app/assets/images/glyphish/people/218-trash2-small.png +0 -0
  27. data/app/assets/images/glyphish/people/291-idcard.png +0 -0
  28. data/app/assets/images/glyphish/people/email.png +0 -0
  29. data/app/assets/images/glyphish/people/email.psd +0 -0
  30. data/app/assets/images/glyphish/people/linkedin.png +0 -0
  31. data/app/assets/images/glyphish/people/linkedin.psd +0 -0
  32. data/app/assets/images/glyphish/people/website.png +0 -0
  33. data/app/assets/images/glyphish/people/website.psd +0 -0
  34. data/app/assets/images/government-default-avatar.png +0 -0
  35. data/app/assets/images/household-default-avatar.png +0 -0
  36. data/app/assets/images/loading.gif +0 -0
  37. data/app/assets/images/nonprofit-default-avatar.png +0 -0
  38. data/app/assets/images/other-default-avatar.png +0 -0
  39. data/app/assets/images/person-default-avatar.png +0 -0
  40. data/app/assets/images/person-default-avatar.psd +0 -0
  41. data/app/assets/javascripts/angular-bootstrap-ui.js +1 -0
  42. data/app/assets/javascripts/angular-resource.js +546 -0
  43. data/app/assets/javascripts/angular.js +20311 -0
  44. data/app/assets/javascripts/application.js +340 -24
  45. data/app/assets/javascripts/bootstrap-wysihtml5.js +511 -0
  46. data/app/assets/javascripts/bootstrap.js +1005 -455
  47. data/app/assets/javascripts/boxoffice.js +558 -0
  48. data/app/assets/javascripts/change-membership.js +152 -0
  49. data/app/assets/javascripts/custom/door-list.js +14 -0
  50. data/app/assets/javascripts/custom/endless-scroll.js +25 -0
  51. data/app/assets/javascripts/custom/inline-people-search.js +51 -49
  52. data/app/assets/javascripts/custom/kits-config.js +33 -0
  53. data/app/assets/javascripts/custom/people.js +74 -9
  54. data/app/assets/javascripts/custom/prices.js +1 -0
  55. data/app/assets/javascripts/custom/show.js +116 -27
  56. data/app/assets/javascripts/households.js +59 -0
  57. data/app/assets/javascripts/jquery-lib/fullcalendar.js +5982 -0
  58. data/app/assets/javascripts/jquery-lib/jquery-ui-1.10.3.custom.min.js +7 -0
  59. data/app/assets/javascripts/jquery-lib/jquery-ui-timepicker-addon.js +1992 -949
  60. data/app/assets/javascripts/jquery-lib/jquery.mask-money.js +305 -294
  61. data/app/assets/javascripts/jquery-migrate-1.2.1.js +521 -0
  62. data/app/assets/javascripts/jquery-migrate-1.2.1.min.js +2 -0
  63. data/app/assets/javascripts/jquery.js +5318 -4987
  64. data/app/assets/javascripts/locationselector.js +107 -0
  65. data/app/assets/javascripts/relationships.js +63 -0
  66. data/app/assets/javascripts/sales-console.js +158 -0
  67. data/app/assets/javascripts/store/jquery.validate.additional-methods.js +476 -159
  68. data/app/assets/javascripts/store/jquery.validate.js +449 -406
  69. data/app/assets/javascripts/store/store.js +107 -349
  70. data/app/assets/javascripts/storefront.js +1 -0
  71. data/app/assets/javascripts/wysihtml5-0.3.0.min.js +261 -0
  72. data/app/assets/stylesheets/application.sass +414 -48
  73. data/app/assets/stylesheets/bootstrap-overrides.css +100 -26
  74. data/app/assets/stylesheets/bootstrap-wysihtml5.css +102 -0
  75. data/app/assets/stylesheets/bootstrap.css +6 -3607
  76. data/app/assets/stylesheets/boxoffice.css.scss +258 -0
  77. data/app/assets/stylesheets/font-awesome.css.scss +1566 -0
  78. data/app/assets/stylesheets/jquery/fullcalendar.css +223 -252
  79. data/app/assets/stylesheets/pages/bootstrap-responsive.css +1109 -0
  80. data/app/assets/stylesheets/sass/_event_list.sass +43 -0
  81. data/app/assets/stylesheets/sass/_tags.sass +24 -2
  82. data/app/assets/stylesheets/sass/box-office.sass +24 -4
  83. data/app/assets/stylesheets/sass/cart.sass +0 -6
  84. data/app/assets/stylesheets/sass/store.sass +274 -55
  85. data/app/assets/stylesheets/storefront.css +2 -1
  86. data/app/assets/stylesheets/wysiwyg-color.css +67 -0
  87. data/app/concerns/cart_finder.rb +50 -0
  88. data/app/concerns/immutable_action.rb +9 -0
  89. data/app/concerns/pdf_generation.rb +74 -0
  90. data/app/{models/orders → concerns}/unrefundable.rb +0 -0
  91. data/app/controllers/actions_controller.rb +29 -22
  92. data/app/controllers/addresses_controller.rb +3 -3
  93. data/app/controllers/artfully_ose_controller.rb +56 -7
  94. data/app/controllers/assignments_controller.rb +28 -0
  95. data/app/controllers/charts_controller.rb +1 -1
  96. data/app/controllers/console_sales_controller.rb +182 -0
  97. data/app/controllers/contributions_controller.rb +31 -6
  98. data/app/controllers/discounts_controller.rb +10 -3
  99. data/app/controllers/events_controller.rb +42 -33
  100. data/app/controllers/events_pass_types_controller.rb +87 -0
  101. data/app/controllers/exchanges_controller.rb +16 -8
  102. data/app/controllers/export_controller.rb +10 -2
  103. data/app/controllers/households_controller.rb +71 -0
  104. data/app/controllers/imports_controller.rb +46 -7
  105. data/app/controllers/index_controller.rb +6 -1
  106. data/app/controllers/member_cards_controller.rb +45 -0
  107. data/app/controllers/members/index_controller.rb +4 -0
  108. data/app/controllers/members/invitations_controller.rb +7 -0
  109. data/app/controllers/members/members_controller.rb +9 -0
  110. data/app/controllers/members/passwords_controller.rb +10 -0
  111. data/app/controllers/members/people_controller.rb +17 -0
  112. data/app/controllers/members/sessions_controller.rb +14 -0
  113. data/app/controllers/membership_cancellations_controller.rb +46 -0
  114. data/app/controllers/membership_changes_controller.rb +39 -0
  115. data/app/controllers/membership_comps_controller.rb +102 -0
  116. data/app/controllers/membership_kits_controller.rb +25 -0
  117. data/app/controllers/membership_types_controller.rb +57 -0
  118. data/app/controllers/memberships_controller.rb +18 -47
  119. data/app/controllers/merges_controller.rb +11 -5
  120. data/app/controllers/mobile/dashboard_controller.rb +17 -0
  121. data/app/controllers/mobile/events_controller.rb +16 -0
  122. data/app/controllers/mobile/orders_controller.rb +61 -0
  123. data/app/controllers/mobile/shows_controller.rb +39 -0
  124. data/app/controllers/mobile/tickets_controller.rb +114 -0
  125. data/app/controllers/mobile/users_controller.rb +30 -0
  126. data/app/controllers/notes_controller.rb +3 -3
  127. data/app/controllers/orders_controller.rb +87 -8
  128. data/app/controllers/organizations_controller.rb +3 -2
  129. data/app/controllers/pass_types_controller.rb +53 -0
  130. data/app/controllers/passes_controller.rb +52 -0
  131. data/app/controllers/passes_kits_controller.rb +25 -0
  132. data/app/controllers/passes_reports_controller.rb +5 -0
  133. data/app/controllers/people_controller.rb +83 -28
  134. data/app/controllers/refunds_controller.rb +7 -7
  135. data/app/controllers/regular_donation_kits_controller.rb +32 -0
  136. data/app/controllers/relationships_controller.rb +15 -0
  137. data/app/controllers/sales_controller.rb +95 -31
  138. data/app/controllers/searches_controller.rb +15 -7
  139. data/app/controllers/sections_controller.rb +3 -3
  140. data/app/controllers/segments_controller.rb +4 -4
  141. data/app/controllers/shows_controller.rb +119 -98
  142. data/app/controllers/slices_controller.rb +3 -2
  143. data/app/controllers/statements_controller.rb +1 -1
  144. data/app/controllers/store/checkouts_controller.rb +27 -8
  145. data/app/controllers/store/donations_controller.rb +22 -0
  146. data/app/controllers/store/events_controller.rb +19 -1
  147. data/app/controllers/store/memberships_controller.rb +16 -0
  148. data/app/controllers/store/orders_controller.rb +46 -77
  149. data/app/controllers/store/passes_controller.rb +13 -0
  150. data/app/controllers/store/retrievals_controller.rb +29 -0
  151. data/app/controllers/store/shows_controller.rb +6 -0
  152. data/app/controllers/store/store_controller.rb +21 -23
  153. data/app/controllers/ticket_types_controller.rb +41 -0
  154. data/app/controllers/tickets_controller.rb +16 -0
  155. data/app/controllers/user_memberships_controller.rb +57 -0
  156. data/app/controllers/users/sessions_controller.rb +3 -0
  157. data/app/helpers/artfully_ose_helper.rb +88 -37
  158. data/app/helpers/households_helper.rb +7 -0
  159. data/app/helpers/link_helper.rb +15 -1
  160. data/app/helpers/members_helper.rb +9 -0
  161. data/app/helpers/membership_types_helper.rb +22 -0
  162. data/app/helpers/people_helper.rb +55 -1
  163. data/app/helpers/relationships_helper.rb +26 -0
  164. data/app/helpers/sales_helper.rb +29 -0
  165. data/app/helpers/searches_helper.rb +13 -0
  166. data/app/helpers/suggested_households_helper.rb +5 -0
  167. data/app/mailers/order_mailer.rb +28 -1
  168. data/app/mailers/pass_mailer.rb +17 -0
  169. data/app/mailers/producer_mailer.rb +2 -2
  170. data/app/mailers/reports_mailer.rb +6 -5
  171. data/app/models/ability.rb +1 -0
  172. data/app/models/action.rb +48 -24
  173. data/app/models/actions/change_action.rb +13 -0
  174. data/app/models/actions/comp_action.rb +15 -0
  175. data/app/models/actions/do_action.rb +12 -0
  176. data/app/models/actions/exchange_action.rb +15 -0
  177. data/app/models/actions/get_action.rb +7 -1
  178. data/app/models/actions/give_action.rb +20 -4
  179. data/app/models/actions/go_action.rb +27 -8
  180. data/app/models/actions/hear_action.rb +14 -2
  181. data/app/models/actions/join_action.rb +4 -0
  182. data/app/models/actions/refund_action.rb +2 -1
  183. data/app/models/actions/say_action.rb +23 -0
  184. data/app/models/address.rb +39 -9
  185. data/app/models/cart.rb +254 -0
  186. data/app/models/chart.rb +30 -23
  187. data/app/models/checkout.rb +94 -38
  188. data/app/models/comp.rb +25 -17
  189. data/app/models/company.rb +18 -0
  190. data/app/models/console_sale.rb +30 -0
  191. data/app/models/contribution.rb +11 -9
  192. data/app/models/daily_donation_report.rb +11 -8
  193. data/app/models/daily_membership_report.rb +50 -0
  194. data/app/models/daily_pass_report.rb +48 -0
  195. data/app/models/daily_ticket_report.rb +34 -14
  196. data/app/models/database_views/item_view.rb +148 -0
  197. data/app/models/discount.rb +7 -7
  198. data/app/models/discounts/buy_one_get_one_free_discount_type.rb +6 -1
  199. data/app/models/discounts/discount_type.rb +5 -1
  200. data/app/models/discounts/dollars_off_tickets_discount_type.rb +8 -2
  201. data/app/models/donation.rb +10 -6
  202. data/app/models/donation_search.rb +1 -1
  203. data/app/models/door_list.rb +14 -9
  204. data/app/models/event.rb +81 -10
  205. data/app/models/events_pass_type.rb +18 -0
  206. data/app/models/exchange.rb +23 -15
  207. data/app/models/{ext/ext.rb → ext.rb} +16 -3
  208. data/app/models/ext/integrations.rb +47 -32
  209. data/app/models/ext/preprocessor.rb +7 -0
  210. data/app/models/extendable.rb +6 -0
  211. data/app/models/fee_calculator.rb +13 -0
  212. data/app/models/fee_strategy.rb +5 -0
  213. data/app/models/gateway_transaction.rb +3 -1
  214. data/app/models/household.rb +61 -0
  215. data/app/models/household_suggester.rb +58 -0
  216. data/app/models/import.rb +48 -15
  217. data/app/models/import_message.rb +6 -0
  218. data/app/models/imports/donations_import.rb +3 -22
  219. data/app/models/imports/events_import.rb +56 -57
  220. data/app/models/imports/memberships_import.rb +43 -0
  221. data/app/models/imports/people_import.rb +45 -17
  222. data/app/models/imports/rollback.rb +7 -2
  223. data/app/models/imports/status.rb +8 -0
  224. data/app/models/individual.rb +20 -0
  225. data/app/models/item.rb +65 -54
  226. data/app/models/job/checkout_processor.rb +46 -0
  227. data/app/models/job/cleanup_suggested_households_job.rb +17 -0
  228. data/app/models/job/daily_email_report_job.rb +28 -7
  229. data/app/models/job/destroy_show_job.rb +10 -0
  230. data/app/models/job/expire_ticket_job.rb +9 -0
  231. data/app/models/job/geocode_address_job.rb +11 -0
  232. data/app/models/job/mailchimp_sync_job.rb +1 -3
  233. data/app/models/job/order_mailer_job.rb +8 -0
  234. data/app/models/job/order_processor.rb +93 -0
  235. data/app/models/job/person_lifetime_value_job.rb +10 -0
  236. data/app/models/job/recall_import_job.rb +5 -0
  237. data/app/models/job/refund_order_processor.rb +16 -0
  238. data/app/models/job/show_creator.rb +39 -0
  239. data/app/models/kit.rb +2 -4
  240. data/app/models/kits/mailchimp_kit.rb +49 -22
  241. data/app/models/kits/membership_kit.rb +62 -0
  242. data/app/models/kits/passes_kit.rb +62 -0
  243. data/app/models/kits/regular_donation_kit.rb +38 -8
  244. data/app/models/kits/scannable_tickets_kit.rb +23 -0
  245. data/app/models/member.rb +190 -0
  246. data/app/models/member_card_generator.rb +63 -0
  247. data/app/models/member_number_generator.rb +8 -0
  248. data/app/models/member_walkup.rb +150 -0
  249. data/app/models/membership.rb +97 -7
  250. data/app/models/membership_cancellation.rb +80 -0
  251. data/app/models/membership_change.rb +187 -0
  252. data/app/models/membership_comp.rb +105 -0
  253. data/app/models/membership_comp_job.rb +32 -0
  254. data/app/models/membership_sale_search.rb +36 -0
  255. data/app/models/membership_type.rb +67 -0
  256. data/app/models/note.rb +1 -1
  257. data/app/models/{orders/order.rb → order.rb} +224 -28
  258. data/app/models/order_handler.rb +154 -0
  259. data/app/models/orders/comp_order.rb +4 -0
  260. data/app/models/orders/exchange_order.rb +16 -0
  261. data/app/models/orders/imported_order.rb +4 -0
  262. data/app/models/orders/refund_order.rb +8 -0
  263. data/app/models/organization.rb +68 -17
  264. data/app/models/organization_ability.rb +1 -0
  265. data/app/models/parsed_row.rb +103 -20
  266. data/app/models/pass.rb +196 -0
  267. data/app/models/pass_summary.rb +18 -0
  268. data/app/models/pass_type.rb +41 -0
  269. data/app/models/{payments/payment.rb → payment.rb} +29 -1
  270. data/app/models/payments/cash_payment.rb +3 -1
  271. data/app/models/payments/check_payment.rb +33 -0
  272. data/app/models/payments/comp_payment.rb +3 -1
  273. data/app/models/payments/credit_card_payment.rb +44 -23
  274. data/app/models/person.rb +270 -62
  275. data/app/models/phone.rb +0 -8
  276. data/app/models/refund.rb +28 -18
  277. data/app/models/relation.rb +27 -0
  278. data/app/models/relation_builder.rb +32 -0
  279. data/app/models/relationship.rb +55 -0
  280. data/app/models/relationship_builder.rb +12 -0
  281. data/app/models/relationship_validator.rb +46 -0
  282. data/app/models/relationships_kit.rb +31 -0
  283. data/app/models/rolling_membership_type.rb +11 -0
  284. data/app/models/sale.rb +28 -21
  285. data/app/models/sale_search.rb +1 -1
  286. data/app/models/search.rb +334 -45
  287. data/app/models/seasonal_membership_type.rb +3 -0
  288. data/app/models/section.rb +49 -17
  289. data/app/models/segment.rb +1 -1
  290. data/app/models/show.rb +93 -16
  291. data/app/models/slices.rb +26 -10
  292. data/app/models/statement.rb +38 -9
  293. data/app/models/suggested_household.rb +24 -0
  294. data/app/models/sundial.rb +12 -0
  295. data/app/models/ticket.rb +109 -15
  296. data/app/models/ticket/glance.rb +1 -2
  297. data/app/models/ticket/locker.rb +51 -0
  298. data/app/models/ticket/pricing.rb +30 -22
  299. data/app/models/ticket/qr_code.rb +21 -0
  300. data/app/models/ticket/reports.rb +16 -10
  301. data/app/models/ticket/sale_transitions.rb +4 -0
  302. data/app/models/ticket/template.rb +1 -0
  303. data/app/models/ticket/transfers.rb +12 -1
  304. data/app/models/ticket_summary.rb +7 -1
  305. data/app/models/ticket_type.rb +137 -0
  306. data/app/models/user.rb +22 -9
  307. data/app/models/user_membership.rb +28 -0
  308. data/app/models/valuation/lifetime_donations.rb +2 -2
  309. data/app/models/valuation/lifetime_fees.rb +40 -0
  310. data/app/models/valuation/lifetime_memberships.rb +24 -0
  311. data/app/models/valuation/lifetime_ticket_value.rb +30 -0
  312. data/app/models/valuation/lifetime_value.rb +3 -8
  313. data/app/models/venue.rb +25 -7
  314. data/app/presenters/event_presenter.rb +1 -1
  315. data/app/serializers/show_serializer.rb +15 -0
  316. data/app/views/actions/_action.html.haml +21 -0
  317. data/app/views/actions/_form.html.haml +47 -0
  318. data/app/views/actions/_inline.html.haml +1 -0
  319. data/app/views/actions/_modal.html.haml +5 -0
  320. data/app/views/actions/get/_show.html.haml +3 -0
  321. data/app/views/actions/give/_show.html.haml +8 -0
  322. data/app/views/actions/shared/_show.html.haml +5 -0
  323. data/app/views/addresses/_address.html.haml +7 -6
  324. data/app/views/assignments/new.html.haml +31 -0
  325. data/app/views/console_sales/_aloha.html.haml +26 -0
  326. data/app/views/console_sales/_cart.html.haml +60 -0
  327. data/app/views/console_sales/_payment.html.haml +111 -0
  328. data/app/views/console_sales/_shows.html.haml +24 -0
  329. data/app/views/console_sales/new.html.haml +143 -0
  330. data/app/views/contributions/_form.html.haml +3 -3
  331. data/app/views/contributions/find_person.html.haml +1 -1
  332. data/app/views/contributions/index.html.haml +8 -6
  333. data/app/views/contributions/new.html.haml +5 -9
  334. data/app/views/discounts/_discount_section_fields.html.haml +1 -1
  335. data/app/views/discounts/_form.html.haml +3 -3
  336. data/app/views/discounts/index.html.haml +1 -1
  337. data/app/views/events/_day_date_show.html.haml +2 -2
  338. data/app/views/events/_discount_section_fields.html.haml +1 -1
  339. data/app/views/events/_glance.html.haml +28 -37
  340. data/app/views/events/_header.html.haml +1 -0
  341. data/app/views/events/_list.html.haml +11 -5
  342. data/app/views/events/_menu.html.haml +25 -20
  343. data/app/views/events/_section_fields.html.haml +16 -46
  344. data/app/views/events/_share_and_sell.haml +9 -5
  345. data/app/views/events/_ticket_type_fields.html.haml +86 -0
  346. data/app/views/events/edit.html.haml +13 -3
  347. data/app/views/events/image.html.haml +4 -3
  348. data/app/views/events/index.html.haml +20 -3
  349. data/app/views/events/messages.html.haml +2 -2
  350. data/app/views/events/prices.html.haml +4 -12
  351. data/app/views/events/show.html.haml +3 -1
  352. data/app/views/events/storefront_link.html.haml +1 -1
  353. data/app/views/events/temp_discount_form.html.haml +1 -1
  354. data/app/views/events/temp_discounts_index.html.haml +1 -1
  355. data/app/views/events_pass_types/_form.html.haml +42 -0
  356. data/app/views/events_pass_types/edit.html.haml +22 -0
  357. data/app/views/events_pass_types/index.html.haml +47 -0
  358. data/app/views/events_pass_types/new.html.haml +22 -0
  359. data/app/views/exchanges/new.html.haml +58 -35
  360. data/app/views/households/_action.html.haml +24 -0
  361. data/app/views/households/_edit_modal.html.haml +143 -0
  362. data/app/views/households/_form.html.haml +26 -0
  363. data/app/views/households/_header.html.haml +25 -0
  364. data/app/views/households/_individual_fields.html.haml +8 -0
  365. data/app/views/households/_list.html.haml +10 -0
  366. data/app/views/households/_note.html.haml +33 -0
  367. data/app/views/households/edit.html.haml +1 -0
  368. data/app/views/households/index.html.haml +13 -0
  369. data/app/views/households/new.html.haml +14 -0
  370. data/app/views/households/show.html.haml +72 -0
  371. data/app/views/households/suggested.html.haml +38 -0
  372. data/app/views/imports/_export_links.html.haml +3 -0
  373. data/app/views/imports/donations/_new.html.haml +6 -0
  374. data/app/views/imports/donations/_pending.html.haml +6 -22
  375. data/app/views/imports/events/_new.html.haml +7 -1
  376. data/app/views/imports/events/_pending.html.haml +6 -17
  377. data/app/views/imports/index.html.haml +6 -3
  378. data/app/views/imports/people/_imported.html.haml +35 -5
  379. data/app/views/imports/people/_importing.html.haml +8 -0
  380. data/app/views/imports/people/_new.html.haml +61 -21
  381. data/app/views/imports/people/_pending.html.haml +26 -20
  382. data/app/views/imports/people/_recalled.html.haml +25 -0
  383. data/app/views/imports/people/_recalling.html.haml +15 -0
  384. data/app/views/imports/shared/_knowledge_base.haml +11 -2
  385. data/app/views/imports/shared/_sidebar.html.haml +1 -1
  386. data/app/views/index/_action.html.haml +7 -0
  387. data/app/views/index/_recent_activity.html.haml +11 -0
  388. data/app/views/index/_recent_activity.js.haml +5 -0
  389. data/app/views/index/dashboard.html.haml +40 -36
  390. data/app/views/index/recent_activity.js.haml +5 -0
  391. data/app/views/kits/_list.html.haml +9 -0
  392. data/app/views/layouts/_flash.html.haml +3 -3
  393. data/app/views/layouts/_google_analytics.html.haml +5 -2
  394. data/app/views/layouts/_menu.html.haml +10 -6
  395. data/app/views/layouts/application.html.haml +6 -3
  396. data/app/views/layouts/devise_layout.html.haml +2 -2
  397. data/app/views/layouts/mail.html.haml +20 -0
  398. data/app/views/layouts/members.html.haml +14 -0
  399. data/app/views/layouts/storefront.html.haml +39 -3
  400. data/app/views/members/index/index.html.haml +41 -0
  401. data/app/views/members/invitations/edit.html.haml +17 -0
  402. data/app/views/members/invitations/new.html.erb +14 -0
  403. data/app/views/members/mailer/_invitation_body.html.haml +18 -0
  404. data/app/views/members/mailer/invitation_instructions.html.haml +6 -0
  405. data/app/views/members/mailer/reset_password_instructions.html.erb +8 -0
  406. data/app/views/members/passwords/edit.html.haml +18 -0
  407. data/app/views/members/sessions/new.html.haml +19 -0
  408. data/app/views/membership_cancellations/_form.html.haml +39 -0
  409. data/app/views/membership_cancellations/_modal.html.haml +2 -0
  410. data/app/views/membership_cancellations/_processing.html.haml +12 -0
  411. data/app/views/membership_cancellations/create.js.erb +3 -0
  412. data/app/views/membership_cancellations/new.js.erb +3 -0
  413. data/app/views/membership_comps/confirm.html.haml +86 -0
  414. data/app/views/membership_comps/create.html.haml +20 -0
  415. data/app/views/membership_comps/new.html.haml +95 -0
  416. data/app/views/membership_kits/edit.html.haml +52 -0
  417. data/app/views/membership_mailer/cancellation_confirmation.html.haml +9 -0
  418. data/app/views/membership_mailer/cancellation_confirmation.text.haml +6 -0
  419. data/app/views/membership_mailer/refund_problem.html.haml +18 -0
  420. data/app/views/membership_mailer/refund_problem.text.haml +14 -0
  421. data/app/views/membership_types/_form.html.haml +89 -0
  422. data/app/views/membership_types/_membership_type_fees.html.haml +0 -0
  423. data/app/views/membership_types/_rolling_membership_type_form.html.haml +5 -0
  424. data/app/views/membership_types/_seasonal_membership_type_form.html.haml +8 -0
  425. data/app/views/membership_types/edit.html.haml +4 -0
  426. data/app/views/membership_types/index.html.haml +28 -0
  427. data/app/views/membership_types/new.html.haml +4 -0
  428. data/app/views/membership_types/type.html.haml +19 -0
  429. data/app/views/memberships/_membership_scripts.js.erb +15 -0
  430. data/app/views/memberships/index.html.haml +160 -0
  431. data/app/views/merges/_merge_preview_person.html.haml +11 -6
  432. data/app/views/merges/find_person.html.haml +5 -5
  433. data/app/views/merges/new.html.haml +7 -6
  434. data/app/views/notes/_note.html.haml +29 -0
  435. data/app/views/order_mailer/confirmation_for.html.haml +34 -22
  436. data/app/views/order_mailer/confirmation_for.text.haml +7 -4
  437. data/app/views/order_mailer/confirmation_for_exchange.html.haml +34 -0
  438. data/app/views/order_mailer/confirmation_for_exchange.text.haml +26 -0
  439. data/app/views/order_mailer/confirmation_for_refund.html.haml +36 -0
  440. data/app/views/order_mailer/confirmation_for_refund.text.haml +22 -0
  441. data/app/views/orders/_item_donations_table.html.haml +27 -0
  442. data/app/views/orders/_item_memberships_table.html.haml +16 -0
  443. data/app/views/orders/_item_table.haml +31 -13
  444. data/app/views/orders/_item_tickets_table.html.haml +27 -0
  445. data/app/views/orders/_order_sidebar.html.haml +40 -18
  446. data/app/views/orders/index.html.haml +2 -0
  447. data/app/views/orders/membership.html.haml +104 -0
  448. data/app/views/orders/sales.html.haml +15 -13
  449. data/app/views/orders/show.html.haml +3 -3
  450. data/app/views/organizations/_connection_form.html.haml +1 -1
  451. data/app/views/organizations/_form.html.haml +25 -20
  452. data/app/views/organizations/edit.html.haml +2 -2
  453. data/app/views/organizations/new.html.haml +1 -1
  454. data/app/views/organizations/show.html.haml +22 -16
  455. data/app/views/pass_mailer/pass_info_for.html.haml +21 -0
  456. data/app/views/pass_types/_form.html.haml +76 -0
  457. data/app/views/pass_types/_pass_type_fees.html.haml +0 -0
  458. data/app/views/pass_types/edit.html.haml +4 -0
  459. data/app/views/pass_types/index.html.haml +34 -0
  460. data/app/views/pass_types/new.html.haml +4 -0
  461. data/app/views/passes/index.html.haml +108 -0
  462. data/app/views/passes_kits/edit.html.haml +30 -0
  463. data/app/views/passes_reports/index.html.haml +2 -0
  464. data/app/views/pdfs/member.html.haml +66 -0
  465. data/app/views/pdfs/member_card_generator/blanks_usa_idc6.html.haml +109 -0
  466. data/app/views/pdfs/order.html.haml +84 -0
  467. data/app/views/people/_convert_to_company_modal.html.haml +42 -0
  468. data/app/views/people/_edit_modal.html.haml +186 -0
  469. data/app/views/people/_form.html.haml +23 -5
  470. data/app/views/people/_header.html.haml +50 -0
  471. data/app/views/people/_household_fields.html.haml +5 -0
  472. data/app/views/people/_phone_fields.html.haml +10 -0
  473. data/app/views/people/_relationship_fields.html.haml +14 -0
  474. data/app/views/people/_work_with_menu.html.haml +39 -0
  475. data/app/views/people/index.html.haml +18 -6
  476. data/app/views/people/new.html.haml +2 -2
  477. data/app/views/people/show.html.haml +149 -28
  478. data/app/views/people/show.js.haml +5 -0
  479. data/app/views/producer_mailer/donation_kit_notification.html.haml +8 -0
  480. data/app/views/producer_mailer/donation_kit_notification.text.erb +8 -0
  481. data/app/views/producer_mailer/mailchimp_kit_initial_sync_notification.html.haml +21 -0
  482. data/app/views/producer_mailer/ticket_offer_accepted.html.haml +7 -0
  483. data/app/views/producer_mailer/ticket_offer_accepted.text.erb +7 -0
  484. data/app/views/producer_mailer/ticket_offer_rejected.html.haml +11 -0
  485. data/app/views/producer_mailer/ticket_offer_rejected.text.erb +13 -0
  486. data/app/views/refunds/new.html.haml +45 -27
  487. data/app/views/regular_donation_kits/edit.html.haml +140 -0
  488. data/app/views/relationships/index.html.haml +32 -0
  489. data/app/views/reports_mailer/_fine_print.html.haml +0 -0
  490. data/app/views/reports_mailer/daily.html.haml +113 -51
  491. data/app/views/reports_mailer/daily.text.erb +5 -5
  492. data/app/views/sales/_boxoffice.html.haml +141 -0
  493. data/app/views/sales/_doorlist.html.haml +79 -0
  494. data/app/views/sales/new.html.haml +33 -125
  495. data/app/views/searches/_form.html.haml +180 -34
  496. data/app/views/searches/_household.html.haml +7 -0
  497. data/app/views/searches/_person.html.haml +5 -2
  498. data/app/views/searches/new.html.haml +1 -1
  499. data/app/views/searches/show.html.haml +29 -21
  500. data/app/views/sections/edit.html.haml +1 -1
  501. data/app/views/sections/new.html.haml +1 -1
  502. data/app/views/segments/show.html.haml +19 -15
  503. data/app/views/shared/_door_list_table.haml +19 -6
  504. data/app/views/shared/_error_messages.html.haml +1 -1
  505. data/app/views/shared/_event_image_icon.html.haml +1 -3
  506. data/app/views/shared/_save_save_and_next.html.haml +2 -0
  507. data/app/views/shared/_show_summary.html.haml +0 -6
  508. data/app/views/shared/_show_time_and_calendar.html.haml +21 -0
  509. data/app/views/shared/_submit_cancel.haml +1 -1
  510. data/app/views/shared/_tags.html.haml +5 -3
  511. data/app/views/shows/_controls.html.haml +5 -23
  512. data/app/views/shows/_glance.html.haml +3 -11
  513. data/app/views/shows/_sections_table.html.haml +89 -0
  514. data/app/views/shows/_ticket_table.html.haml +12 -88
  515. data/app/views/shows/_work_with.html.haml +23 -0
  516. data/app/views/shows/calendar.html.haml +18 -0
  517. data/app/views/shows/door_list.html.haml +2 -2
  518. data/app/views/shows/door_list.pdf.haml +29 -0
  519. data/app/views/shows/index.html.haml +88 -19
  520. data/app/views/shows/new.html.haml +13 -27
  521. data/app/views/shows/show.html.haml +11 -11
  522. data/app/views/slices/index.html.haml +2 -1
  523. data/app/views/statements/_discounts_table.html.haml +1 -1
  524. data/app/views/statements/_order_location_table.html.haml +1 -1
  525. data/app/views/statements/_passes_table.html.haml +22 -0
  526. data/app/views/statements/_payment_method_table.haml +1 -1
  527. data/app/views/statements/_ticket_type_table.haml +5 -2
  528. data/app/views/statements/show.html.haml +5 -2
  529. data/app/views/store/checkouts/_membership_info.html.haml +12 -0
  530. data/app/views/store/checkouts/thanks.html.haml +134 -0
  531. data/app/views/store/donations/index.html.haml +19 -0
  532. data/app/views/store/events/_calendar.html.haml +4 -5
  533. data/app/views/store/events/_venue.html.haml +9 -0
  534. data/app/views/store/events/calendar.html.haml +50 -0
  535. data/app/views/store/events/index.html.haml +23 -0
  536. data/app/views/store/events/show.html.haml +26 -185
  537. data/app/views/store/events/single_show.html.haml +45 -0
  538. data/app/views/store/memberships/index.html.haml +40 -0
  539. data/app/views/store/orders/show.html.haml +198 -0
  540. data/app/views/store/passes/index.html.haml +33 -0
  541. data/app/views/store/retrievals/index.html.haml +11 -0
  542. data/app/views/store/shared/_donate_form.html.haml +31 -0
  543. data/app/views/store/shared/_small_donate_form.html.haml +21 -0
  544. data/app/views/store/shows/_show.html.haml +50 -0
  545. data/app/views/store/shows/show.html.haml +1 -0
  546. data/app/views/ticket_types/edit.html.haml +12 -0
  547. data/app/views/ticket_types/new.html.haml +13 -0
  548. data/app/views/user_memberships/_list.html.haml +30 -0
  549. data/app/views/users/invitations/edit.html.haml +19 -9
  550. data/app/views/users/mailer/invitation_instructions.html.haml +14 -0
  551. data/app/views/users/passwords/edit.html.haml +2 -2
  552. data/app/views/users/registrations/edit.html.erb +3 -3
  553. data/app/views/users/sessions/new.html.haml +2 -2
  554. data/app/views/venues/edit.html.haml +6 -4
  555. data/config/initializers/devise.rb +2 -5
  556. data/config/initializers/paperclip.rb +69 -0
  557. data/config/locales/devise.en.yml +1 -1
  558. data/config/locales/devise_invitable.en.yml +1 -1
  559. data/config/locales/en.yml +16 -3
  560. data/config/routes.rb +178 -22
  561. data/db/migrate/20130311184839_rename_memberships.rb +5 -0
  562. data/db/migrate/20130329201707_clean_geographic_data.rb +230 -0
  563. data/db/migrate/20130411162346_add_country_zip_state_phone_number_discipline_to_organizations.rb +9 -0
  564. data/db/migrate/20130412145428_massage_action_subtypes.rb +15 -0
  565. data/db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb +6 -0
  566. data/db/migrate/20130420232537_add_starred_to_note.rb +5 -0
  567. data/db/migrate/20130425153848_add_notes_to_orders.rb +5 -0
  568. data/db/migrate/20130506173918_add_token_to_cart.rb +6 -0
  569. data/db/migrate/20130508180421_ticket_types_ahoy.rb +17 -0
  570. data/db/migrate/20130508194552_add_members_to_section.rb +6 -0
  571. data/db/migrate/20130514153006_add_import_messages.rb +17 -0
  572. data/db/migrate/20130520190452_add_ticket_type_to_tickets.rb +6 -0
  573. data/db/migrate/20130521185848_add_sti_to_cart.rb +12 -0
  574. data/db/migrate/20130526021126_add_validated_to_ticket.rb +5 -0
  575. data/db/migrate/20130528193811_add_widget_requests.rb +12 -0
  576. data/db/migrate/20130530011409_add_ticket_types_to_discounts.rb +5 -0
  577. data/db/migrate/20130531160800_migrate_to_ticket_types.rb +59 -0
  578. data/db/migrate/20130531160801_drop_price_from_ticket.rb +5 -0
  579. data/db/migrate/20130531160802_remove_price_from_section.rb +5 -0
  580. data/db/migrate/20130531180955_add_defaults_to_people_types.rb +21 -0
  581. data/db/migrate/20130604161411_add_validated_action_to_ticket.rb +5 -0
  582. data/db/migrate/20130607180250_change_institution_to_company.rb +9 -0
  583. data/db/migrate/20130609233536_revenue_applies_at.rb +11 -0
  584. data/db/migrate/20130611175122_add_more_indexes.rb +8 -0
  585. data/db/migrate/20130612183117_add_types_to_searches.rb +6 -0
  586. data/db/migrate/20130712145416_add_middle_name_and_suffix_to_people.rb +6 -0
  587. data/db/migrate/20130722153731_add_autentication_token_to_users.rb +5 -0
  588. data/db/migrate/20130722182255_create_membership_types.rb +18 -0
  589. data/db/migrate/20130723182754_create_slugged_slugs.rb +20 -0
  590. data/db/migrate/20130723182811_add_cached_slug_to_organizations.rb +16 -0
  591. data/db/migrate/20130723212712_add_qr_code_to_tickets.rb +9 -0
  592. data/db/migrate/20130725012338_create_new_memberships.rb +28 -0
  593. data/db/migrate/20130725013145_devise_create_members.rb +41 -0
  594. data/db/migrate/20130729140618_convert_to_company.rb +5 -0
  595. data/db/migrate/20130731145336_last_member_number.rb +5 -0
  596. data/db/migrate/20130731153806_add_member_number.rb +5 -0
  597. data/db/migrate/20130801194634_make_events_public.rb +5 -0
  598. data/db/migrate/20130802235709_add_memberships_to_search.rb +9 -0
  599. data/db/migrate/20130808002742_add_lifetime_ticket_value_to_person.rb +9 -0
  600. data/db/migrate/20130808005856_add_members_only_to_events.rb +5 -0
  601. data/db/migrate/20130820011240_add_uuid_to_tickets.rb +13 -0
  602. data/db/migrate/20130820025134_make_ticket_uuid_not_null.rb +11 -0
  603. data/db/migrate/20130823191625_add_pdf_to_orders.rb +5 -0
  604. data/db/migrate/20130827190839_add_fee_to_tickets_and_donations.rb +8 -0
  605. data/db/migrate/20130829015011_migrate_fees_to_items.rb +5 -0
  606. data/db/migrate/20130916194547_add_relationships.rb +21 -0
  607. data/db/migrate/20130917165559_add_service_fee_to_memberships.rb +5 -0
  608. data/db/migrate/20131002191646_create_show_stats_view.rb +16 -0
  609. data/db/migrate/20131003134821_add_relationships_to_search.rb +7 -0
  610. data/db/migrate/20131003200508_add_starred_to_relationships.rb +5 -0
  611. data/db/migrate/20131007141421_add_counters_to_member.rb +7 -0
  612. data/db/migrate/20131007144456_remove_expires_at_from_membership.rb +6 -0
  613. data/db/migrate/20131011154027_add_purchased_to_searches.rb +5 -0
  614. data/db/migrate/20131013144010_add_type_to_membership_type.rb +5 -0
  615. data/db/migrate/20131013150230_add_duration_to_membership_type.rb +6 -0
  616. data/db/migrate/20131013192807_change_number_of_shows_to_tickets.rb +5 -0
  617. data/db/migrate/20131015151550_add_households.rb +18 -0
  618. data/db/migrate/20131022183913_add_search_output_options.rb +24 -0
  619. data/db/migrate/20131023200559_add_admin_to_user_memberships.rb +14 -0
  620. data/db/migrate/20131025162155_default_search_filter_values.rb +10 -0
  621. data/db/migrate/20131025180139_unique_household_names.rb +8 -0
  622. data/db/migrate/20131029173612_add_sales_start_to_membership_typ.rb +6 -0
  623. data/db/migrate/20131106191847_add_suggested_households.rb +13 -0
  624. data/db/migrate/20131127162818_add_buyer_id_index_to_tickets.rb +5 -0
  625. data/db/migrate/20131127164000_member_tickets.rb +9 -0
  626. data/db/migrate/20131204162642_add_shared_address.rb +9 -0
  627. data/db/migrate/20131206153323_add_membership_kit.rb +5 -0
  628. data/db/migrate/20131206175325_add_marketing_to_membership_type.rb +6 -0
  629. data/db/migrate/20131210212342_add_show_fee_to_memberhsip_type.rb +5 -0
  630. data/db/migrate/20131210222814_add_renewal_price_to_membership_type.rb +6 -0
  631. data/db/migrate/20131212164553_add_copy_to_individuals_option.rb +5 -0
  632. data/db/migrate/20131223215615_goodbye_order_view.rb +6 -0
  633. data/db/migrate/20140114011856_add_welcome_message_to_memberships.rb +5 -0
  634. data/db/migrate/20140114212127_add_send_email_to_memberships.rb +5 -0
  635. data/db/migrate/20140125183606_index_memberships_and_types.rb +6 -0
  636. data/db/migrate/20140128213101_add_pdf_to_members.rb +5 -0
  637. data/db/migrate/20140128223140_add_uuid_to_member.rb +6 -0
  638. data/db/migrate/20140128223948_add_qr_code_to_member.rb +9 -0
  639. data/db/migrate/20140207135731_update_items_view.rb +38 -0
  640. data/db/migrate/20140210154723_add_cached_stats.rb +5 -0
  641. data/db/migrate/20140218202726_cache_stats.rb +7 -0
  642. data/db/migrate/20140304171625_passes_ahoy.rb +52 -0
  643. data/db/migrate/20140304174807_add_passes_kit.rb +5 -0
  644. data/db/migrate/20140307144454_add_events_pass_types.rb +9 -0
  645. data/db/migrate/20140307193350_add_pass_id_to_cart.rb +7 -0
  646. data/db/migrate/20140314162422_add_total_paid_to_membership.rb +13 -0
  647. data/db/migrate/20140319191237_add_show_dates_to_advanced_search.rb +6 -0
  648. data/db/migrate/20140328172333_add_cols_to_events_pass_types.rb +6 -0
  649. data/db/migrate/20140328174217_add_deleted_at_to_ept.rb +9 -0
  650. data/db/migrate/20140328185432_add_active_to_ept.rb +5 -0
  651. data/db/migrate/20140328192612_add_pass_type_id_to_search.rb +5 -0
  652. data/db/migrate/20140415212841_add_min_max_start_dates_to_searches.artfully_ose_engine.rb +6 -0
  653. data/db/migrate/20140422193345_add_email_copy_to_pass_type.rb +5 -0
  654. data/db/migrate/20140423181639_add_min_max_end_dates_to_searches.artfully_ose_engine.rb +6 -0
  655. data/db/migrate/20140423185921_add_cached_stats_to_event.rb +9 -0
  656. data/db/migrate/20140424174423_add_lifetime_memberships_to_people.artfully_ose_engine.rb +5 -0
  657. data/db/migrate/20140506155241_add_lpt_to_membership_type.rb +5 -0
  658. data/db/migrate/20140507184646_add_bday_attributes_to_person.rb +7 -0
  659. data/db/migrate/20140507201048_add_check_number_to_orders.rb +5 -0
  660. data/db/migrate/20140515143651_remove_show_stats_view.rb +6 -0
  661. data/db/migrate/20140521195853_add_deleted_at_to_pass_type.rb +5 -0
  662. data/db/migrate/20140522205554_add_limit_to_events_pass_types.rb +5 -0
  663. data/db/migrate/20140523180444_remove_tickets_purchased_from_passes.rb +5 -0
  664. data/db/migrate/20140603200735_add_subtitle_to_events.rb +5 -0
  665. data/db/migrate/20140619194127_add_do_not_call_to_people.artfully_ose_engine.rb +5 -0
  666. data/db/migrate/20140623160543_add_index_to_items.rb +7 -0
  667. data/lib/artfully_ose.rb +7 -4
  668. data/lib/artfully_ose/common_abilities.rb +8 -2
  669. data/lib/artfully_ose/engine.rb +34 -10
  670. data/lib/artfully_ose/version.rb +1 -1
  671. data/spec/factories/action_factories.rb +19 -0
  672. data/spec/factories/address_factories.rb +11 -0
  673. data/spec/factories/cart_factories.rb +26 -0
  674. data/spec/factories/chart_factories.rb +52 -0
  675. data/spec/factories/discount_factories.rb +11 -0
  676. data/spec/factories/donation_factories.rb +14 -0
  677. data/spec/factories/event_factories.rb +29 -0
  678. data/spec/factories/household_factories.rb +8 -0
  679. data/spec/factories/import_factories.rb +61 -0
  680. data/spec/factories/item_factories.rb +51 -0
  681. data/spec/factories/kit_factories.rb +33 -0
  682. data/spec/factories/member_factories.rb +19 -0
  683. data/spec/factories/membership_factories.rb +9 -0
  684. data/spec/factories/membership_type_factories.rb +18 -0
  685. data/spec/factories/order_factories.rb +40 -0
  686. data/spec/factories/organization_factories.rb +48 -0
  687. data/spec/factories/pass_type_factories.rb +11 -0
  688. data/spec/factories/payments_factories.rb +97 -0
  689. data/spec/factories/person_factories.rb +47 -0
  690. data/spec/factories/phone_factories.rb +6 -0
  691. data/spec/factories/section_factories.rb +21 -0
  692. data/spec/factories/segment_factories.rb +6 -0
  693. data/spec/factories/show_factories.rb +33 -0
  694. data/spec/factories/ticket_factories.rb +57 -0
  695. data/spec/factories/ticket_offer_factories.rb +16 -0
  696. data/spec/factories/ticket_type_factories.rb +8 -0
  697. data/spec/factories/user_factories.rb +24 -0
  698. metadata +522 -49
  699. data/app/assets/javascripts/box-office.js +0 -244
  700. data/app/assets/javascripts/jquery-lib/fullcalendar.min.js +0 -113
  701. data/app/assets/javascripts/jquery-lib/jquery-ui-1.8.14.custom.min.js +0 -570
  702. data/app/assets/javascripts/jquery_ujs.js +0 -316
  703. data/app/assets/stylesheets/font-awesome.sass +0 -759
  704. data/app/models/adjustments.rb +0 -10
  705. data/app/models/carts/cart.rb +0 -171
  706. data/app/models/database_views/order_view.rb +0 -34
  707. data/app/views/actions/_list.html.haml +0 -25
  708. data/app/views/actions/edit.html.haml +0 -19
  709. data/app/views/actions/new.html.haml +0 -19
  710. data/app/views/memberships/_list.html.haml +0 -31
  711. data/app/views/notes/_list.html.haml +0 -30
  712. data/app/views/notes/edit.html.haml +0 -14
  713. data/app/views/notes/new.html.haml +0 -14
  714. data/app/views/orders/_grouped_form_help.haml +0 -4
  715. data/app/views/people/_person_summary_sidebar.html.haml +0 -86
  716. data/app/views/people/edit.html.haml +0 -10
  717. data/app/views/shared/_new_person_popup.html.haml +0 -21
  718. data/app/views/store/events/_show.html.haml +0 -43
  719. data/app/views/users/mailer/invitation_instructions.html.erb +0 -8
@@ -0,0 +1,57 @@
1
+ FactoryGirl.define do
2
+ factory :ticket do
3
+ venue { Faker::Lorem.words(2).join(" ") + " Theatre"}
4
+ show
5
+ organization
6
+ section
7
+ after(:build) do |ticket|
8
+ ticket.ticket_type = FactoryGirl.create(:ticket_type, :price => 1000, :section => ticket.section)
9
+ ticket.set_uuid
10
+ end
11
+ end
12
+
13
+ factory :free_ticket, :parent => :ticket do
14
+ venue { Faker::Lorem.words(2).join(" ") + " Theatre"}
15
+ show
16
+ organization
17
+ cart_price 0
18
+ sold_price 0
19
+ after(:build) do |ticket|
20
+ ticket.ticket_type = FactoryGirl.create(:ticket_type, :price => 0, :section => ticket.section)
21
+ end
22
+ end
23
+
24
+ factory :ticket_with_no_type, :class => Ticket do
25
+ venue { Faker::Lorem.words(2).join(" ") + " Theatre"}
26
+ show
27
+ organization
28
+ section
29
+ end
30
+
31
+ factory :unlocked_ticket, :parent => :ticket do
32
+ after(:build) do |ticket|
33
+ ticket.ticket_type = nil
34
+ end
35
+ end
36
+
37
+ factory :comped_ticket, :parent => :ticket do
38
+ after(:create) do |ticket|
39
+ ticket.comp_to(FactoryGirl.create(:individual))
40
+ end
41
+ end
42
+
43
+ factory :sold_ticket, :parent => :ticket do
44
+ state :sold
45
+ sold_price 1000
46
+ after(:create) do |ticket|
47
+ ticket.sell_to(FactoryGirl.create(:individual))
48
+ end
49
+ end
50
+
51
+ factory :fully_discounted_ticket, :parent => :ticket do
52
+ state :sold
53
+ ticket_type {FactoryGirl.create(:ticket_type)}
54
+ cart_price 0
55
+ sold_price 0
56
+ end
57
+ end
@@ -0,0 +1,16 @@
1
+ FactoryGirl.define do
2
+ factory :ticket_offer do
3
+ organization { FactoryGirl.create :organization }
4
+ reseller_profile { FactoryGirl.create(:organization_with_reselling).reseller_profile }
5
+ show do |s|
6
+ event = FactoryGirl.create :event, organization: s.organization
7
+ FactoryGirl.create :show, event: event
8
+ end
9
+
10
+ ticket_type do |to|
11
+ chart = FactoryGirl.create :chart, event: to.show.event, organization: to.organization
12
+ section = FactoryGirl.create :section, chart: chart
13
+ FactoryGirl.create(:ticket_type, section: section)
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,8 @@
1
+ FactoryGirl.define do
2
+ factory :ticket_type do
3
+ name "General"
4
+ limit 10
5
+ price 1000
6
+ section
7
+ end
8
+ end
@@ -0,0 +1,24 @@
1
+ FactoryGirl.define do
2
+ factory :user do
3
+ email { Faker::Internet.email }
4
+ password 'password'
5
+ first_name { Faker::Name.first_name }
6
+ last_name { Faker::Name.last_name }
7
+
8
+ after(:build) do |user|
9
+ user.stub(:push_to_mailchimp).and_return(false)
10
+ end
11
+ end
12
+
13
+ factory :user_in_organization, :parent => :user do
14
+ after(:create) do |user|
15
+ org = FactoryGirl.create(:organization)
16
+ user.organizations << org
17
+ user.stub(:current_organization).and_return(org)
18
+ user.reload
19
+
20
+ org.make_owner(user)
21
+ org.reload
22
+ end
23
+ end
24
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artfully_ose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artful.ly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-19 00:00:00.000000000 Z
11
+ date: 2014-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -108,20 +108,34 @@ dependencies:
108
108
  - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: 2.0.33
111
+ - !ruby/object:Gem::Dependency
112
+ name: slugged
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - '='
116
+ - !ruby/object:Gem::Version
117
+ version: 1.1.0
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - '='
123
+ - !ruby/object:Gem::Version
124
+ version: 1.1.0
111
125
  - !ruby/object:Gem::Dependency
112
126
  name: activemerchant
113
127
  requirement: !ruby/object:Gem::Requirement
114
128
  requirements:
115
- - - ! '>='
129
+ - - ~>
116
130
  - !ruby/object:Gem::Version
117
- version: '0'
131
+ version: 1.43.0
118
132
  type: :runtime
119
133
  prerelease: false
120
134
  version_requirements: !ruby/object:Gem::Requirement
121
135
  requirements:
122
- - - ! '>='
136
+ - - ~>
123
137
  - !ruby/object:Gem::Version
124
- version: '0'
138
+ version: 1.43.0
125
139
  - !ruby/object:Gem::Dependency
126
140
  name: braintree
127
141
  requirement: !ruby/object:Gem::Requirement
@@ -220,6 +234,20 @@ dependencies:
220
234
  - - ~>
221
235
  - !ruby/object:Gem::Version
222
236
  version: '3.1'
237
+ - !ruby/object:Gem::Dependency
238
+ name: sass
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - '='
242
+ - !ruby/object:Gem::Version
243
+ version: 3.3.5
244
+ type: :runtime
245
+ prerelease: false
246
+ version_requirements: !ruby/object:Gem::Requirement
247
+ requirements:
248
+ - - '='
249
+ - !ruby/object:Gem::Version
250
+ version: 3.3.5
223
251
  - !ruby/object:Gem::Dependency
224
252
  name: will_paginate
225
253
  requirement: !ruby/object:Gem::Requirement
@@ -252,30 +280,30 @@ dependencies:
252
280
  name: aws-sdk
253
281
  requirement: !ruby/object:Gem::Requirement
254
282
  requirements:
255
- - - ! '>='
283
+ - - ~>
256
284
  - !ruby/object:Gem::Version
257
- version: '0'
285
+ version: 1.34.1
258
286
  type: :runtime
259
287
  prerelease: false
260
288
  version_requirements: !ruby/object:Gem::Requirement
261
289
  requirements:
262
- - - ! '>='
290
+ - - ~>
263
291
  - !ruby/object:Gem::Version
264
- version: '0'
292
+ version: 1.34.1
265
293
  - !ruby/object:Gem::Dependency
266
294
  name: paperclip
267
295
  requirement: !ruby/object:Gem::Requirement
268
296
  requirements:
269
- - - ! '>='
297
+ - - ~>
270
298
  - !ruby/object:Gem::Version
271
- version: 2.5.0
299
+ version: 3.5.2
272
300
  type: :runtime
273
301
  prerelease: false
274
302
  version_requirements: !ruby/object:Gem::Requirement
275
303
  requirements:
276
- - - ! '>='
304
+ - - ~>
277
305
  - !ruby/object:Gem::Version
278
- version: 2.5.0
306
+ version: 3.5.2
279
307
  - !ruby/object:Gem::Dependency
280
308
  name: comma
281
309
  requirement: !ruby/object:Gem::Requirement
@@ -436,14 +464,14 @@ dependencies:
436
464
  requirements:
437
465
  - - '='
438
466
  - !ruby/object:Gem::Version
439
- version: 0.0.1
467
+ version: 0.0.3
440
468
  type: :runtime
441
469
  prerelease: false
442
470
  version_requirements: !ruby/object:Gem::Requirement
443
471
  requirements:
444
472
  - - '='
445
473
  - !ruby/object:Gem::Version
446
- version: 0.0.1
474
+ version: 0.0.3
447
475
  - !ruby/object:Gem::Dependency
448
476
  name: uuid
449
477
  requirement: !ruby/object:Gem::Requirement
@@ -458,6 +486,20 @@ dependencies:
458
486
  - - '='
459
487
  - !ruby/object:Gem::Version
460
488
  version: 2.3.5
489
+ - !ruby/object:Gem::Dependency
490
+ name: macaddr
491
+ requirement: !ruby/object:Gem::Requirement
492
+ requirements:
493
+ - - '='
494
+ - !ruby/object:Gem::Version
495
+ version: 1.6.1
496
+ type: :runtime
497
+ prerelease: false
498
+ version_requirements: !ruby/object:Gem::Requirement
499
+ requirements:
500
+ - - '='
501
+ - !ruby/object:Gem::Version
502
+ version: 1.6.1
461
503
  - !ruby/object:Gem::Dependency
462
504
  name: geocoder
463
505
  requirement: !ruby/object:Gem::Requirement
@@ -486,6 +528,20 @@ dependencies:
486
528
  - - '='
487
529
  - !ruby/object:Gem::Version
488
530
  version: 0.0.2
531
+ - !ruby/object:Gem::Dependency
532
+ name: rqrcode_png
533
+ requirement: !ruby/object:Gem::Requirement
534
+ requirements:
535
+ - - '='
536
+ - !ruby/object:Gem::Version
537
+ version: 0.1.1
538
+ type: :runtime
539
+ prerelease: false
540
+ version_requirements: !ruby/object:Gem::Requirement
541
+ requirements:
542
+ - - '='
543
+ - !ruby/object:Gem::Version
544
+ version: 0.1.1
489
545
  - !ruby/object:Gem::Dependency
490
546
  name: sunspot_solr
491
547
  requirement: !ruby/object:Gem::Requirement
@@ -508,18 +564,31 @@ executables: []
508
564
  extensions: []
509
565
  extra_rdoc_files: []
510
566
  files:
567
+ - LICENSE.txt
568
+ - README.md
569
+ - Rakefile
570
+ - app/assets/fonts/FontAwesome.otf
511
571
  - app/assets/fonts/fontawesome-webfont.eot
512
572
  - app/assets/fonts/fontawesome-webfont.svg
513
573
  - app/assets/fonts/fontawesome-webfont.ttf
514
574
  - app/assets/fonts/fontawesome-webfont.woff
515
- - app/assets/fonts/FontAwesome.otf
516
575
  - app/assets/images/actions/do.png
576
+ - app/assets/images/actions/do.psd
517
577
  - app/assets/images/actions/get.png
578
+ - app/assets/images/actions/get.psd
518
579
  - app/assets/images/actions/give.png
580
+ - app/assets/images/actions/give.psd
519
581
  - app/assets/images/actions/go.png
582
+ - app/assets/images/actions/go.psd
520
583
  - app/assets/images/actions/hear.png
584
+ - app/assets/images/actions/hear.psd
521
585
  - app/assets/images/actions/join.png
586
+ - app/assets/images/actions/join.psd
587
+ - app/assets/images/actions/say.png
588
+ - app/assets/images/actions/say.psd
589
+ - app/assets/images/business-default-avatar.png
522
590
  - app/assets/images/chosen-sprite.png
591
+ - app/assets/images/foundation-default-avatar.png
523
592
  - app/assets/images/glyphicons-halflings-gray.png
524
593
  - app/assets/images/glyphicons-halflings-white.png
525
594
  - app/assets/images/glyphicons-halflings.png
@@ -1124,6 +1193,16 @@ files:
1124
1193
  - app/assets/images/glyphish/gray/98-palette@2x.png
1125
1194
  - app/assets/images/glyphish/gray/99-umbrella.png
1126
1195
  - app/assets/images/glyphish/gray/99-umbrella@2x.png
1196
+ - app/assets/images/glyphish/people/208-facebook.png
1197
+ - app/assets/images/glyphish/people/210-twitterbird.png
1198
+ - app/assets/images/glyphish/people/218-trash2-small.png
1199
+ - app/assets/images/glyphish/people/291-idcard.png
1200
+ - app/assets/images/glyphish/people/email.png
1201
+ - app/assets/images/glyphish/people/email.psd
1202
+ - app/assets/images/glyphish/people/linkedin.png
1203
+ - app/assets/images/glyphish/people/linkedin.psd
1204
+ - app/assets/images/glyphish/people/website.png
1205
+ - app/assets/images/glyphish/people/website.psd
1127
1206
  - app/assets/images/glyphish/white/01-refresh.png
1128
1207
  - app/assets/images/glyphish/white/01-refresh@2x.png
1129
1208
  - app/assets/images/glyphish/white/02-redo.png
@@ -1724,6 +1803,13 @@ files:
1724
1803
  - app/assets/images/glyphish/white/98-palette@2x.png
1725
1804
  - app/assets/images/glyphish/white/99-umbrella.png
1726
1805
  - app/assets/images/glyphish/white/99-umbrella@2x.png
1806
+ - app/assets/images/government-default-avatar.png
1807
+ - app/assets/images/household-default-avatar.png
1808
+ - app/assets/images/loading.gif
1809
+ - app/assets/images/nonprofit-default-avatar.png
1810
+ - app/assets/images/other-default-avatar.png
1811
+ - app/assets/images/person-default-avatar.png
1812
+ - app/assets/images/person-default-avatar.psd
1727
1813
  - app/assets/images/storefront/cvv.gif
1728
1814
  - app/assets/images/storefront/event-image-default.jpg
1729
1815
  - app/assets/images/storefront/lock.png
@@ -1754,30 +1840,43 @@ files:
1754
1840
  - app/assets/images/ui-smoothness/ui-icons_454545_256x240.png
1755
1841
  - app/assets/images/ui-smoothness/ui-icons_888888_256x240.png
1756
1842
  - app/assets/images/ui-smoothness/ui-icons_cd0a0a_256x240.png
1843
+ - app/assets/javascripts/angular-bootstrap-ui.js
1844
+ - app/assets/javascripts/angular-resource.js
1845
+ - app/assets/javascripts/angular.js
1757
1846
  - app/assets/javascripts/application.js
1847
+ - app/assets/javascripts/bootstrap-wysihtml5.js
1758
1848
  - app/assets/javascripts/bootstrap.js
1759
- - app/assets/javascripts/box-office.js
1849
+ - app/assets/javascripts/boxoffice.js
1850
+ - app/assets/javascripts/change-membership.js
1851
+ - app/assets/javascripts/custom/door-list.js
1852
+ - app/assets/javascripts/custom/endless-scroll.js
1760
1853
  - app/assets/javascripts/custom/grouped-form.js
1761
1854
  - app/assets/javascripts/custom/imports.js
1762
1855
  - app/assets/javascripts/custom/inline-people-search.js
1856
+ - app/assets/javascripts/custom/kits-config.js
1763
1857
  - app/assets/javascripts/custom/modernizr.custom.12828.js
1764
1858
  - app/assets/javascripts/custom/people.js
1765
1859
  - app/assets/javascripts/custom/prices.js
1766
1860
  - app/assets/javascripts/custom/show.js
1767
1861
  - app/assets/javascripts/custom/widget-generator.js
1768
1862
  - app/assets/javascripts/d3.v3.min.js
1863
+ - app/assets/javascripts/households.js
1769
1864
  - app/assets/javascripts/jquery-lib/chosen.jquery.js
1770
- - app/assets/javascripts/jquery-lib/fullcalendar.min.js
1865
+ - app/assets/javascripts/jquery-lib/fullcalendar.js
1771
1866
  - app/assets/javascripts/jquery-lib/index.js
1772
- - app/assets/javascripts/jquery-lib/jquery-ui-1.8.14.custom.min.js
1867
+ - app/assets/javascripts/jquery-lib/jquery-ui-1.10.3.custom.min.js
1773
1868
  - app/assets/javascripts/jquery-lib/jquery-ui-autocomplete-html.js
1774
1869
  - app/assets/javascripts/jquery-lib/jquery-ui-timepicker-addon.js
1775
1870
  - app/assets/javascripts/jquery-lib/jquery.formatCurrency-1.4.0.min.js
1776
1871
  - app/assets/javascripts/jquery-lib/jquery.gritter.min.js
1777
1872
  - app/assets/javascripts/jquery-lib/jquery.jeditable.js
1778
1873
  - app/assets/javascripts/jquery-lib/jquery.mask-money.js
1874
+ - app/assets/javascripts/jquery-migrate-1.2.1.js
1875
+ - app/assets/javascripts/jquery-migrate-1.2.1.min.js
1779
1876
  - app/assets/javascripts/jquery.js
1780
- - app/assets/javascripts/jquery_ujs.js
1877
+ - app/assets/javascripts/locationselector.js
1878
+ - app/assets/javascripts/relationships.js
1879
+ - app/assets/javascripts/sales-console.js
1781
1880
  - app/assets/javascripts/slicer.js
1782
1881
  - app/assets/javascripts/store/index.js
1783
1882
  - app/assets/javascripts/store/jquery.validate.additional-methods.js
@@ -1785,18 +1884,23 @@ files:
1785
1884
  - app/assets/javascripts/store/sliding-wizard.js
1786
1885
  - app/assets/javascripts/store/store.js
1787
1886
  - app/assets/javascripts/storefront.js
1887
+ - app/assets/javascripts/wysihtml5-0.3.0.min.js
1788
1888
  - app/assets/stylesheets/application.sass
1789
1889
  - app/assets/stylesheets/bootstrap-overrides.css
1890
+ - app/assets/stylesheets/bootstrap-wysihtml5.css
1790
1891
  - app/assets/stylesheets/bootstrap.css
1791
- - app/assets/stylesheets/font-awesome.sass
1892
+ - app/assets/stylesheets/boxoffice.css.scss
1893
+ - app/assets/stylesheets/font-awesome.css.scss
1792
1894
  - app/assets/stylesheets/jquery/chosen.scss
1793
1895
  - app/assets/stylesheets/jquery/fullcalendar.css
1794
1896
  - app/assets/stylesheets/jquery/jquery-ui.css
1795
1897
  - app/assets/stylesheets/jquery/jquery.gritter.css
1796
1898
  - app/assets/stylesheets/jquery/jquery.visualize.css
1899
+ - app/assets/stylesheets/pages/bootstrap-responsive.css
1797
1900
  - app/assets/stylesheets/printing.css
1798
1901
  - app/assets/stylesheets/reset.css
1799
1902
  - app/assets/stylesheets/sass/_colors.sass
1903
+ - app/assets/stylesheets/sass/_event_list.sass
1800
1904
  - app/assets/stylesheets/sass/_flash.sass
1801
1905
  - app/assets/stylesheets/sass/_mixins.sass
1802
1906
  - app/assets/stylesheets/sass/_tags.sass
@@ -1806,29 +1910,62 @@ files:
1806
1910
  - app/assets/stylesheets/sass/store.sass
1807
1911
  - app/assets/stylesheets/sass/themes/default.sass
1808
1912
  - app/assets/stylesheets/storefront.css
1913
+ - app/assets/stylesheets/wysiwyg-color.css
1914
+ - app/concerns/cart_finder.rb
1915
+ - app/concerns/immutable_action.rb
1809
1916
  - app/concerns/itemable.rb
1810
1917
  - app/concerns/oh_noes.rb
1918
+ - app/concerns/pdf_generation.rb
1919
+ - app/concerns/unrefundable.rb
1811
1920
  - app/controllers/actions_controller.rb
1812
1921
  - app/controllers/addresses_controller.rb
1813
1922
  - app/controllers/artfully_ose_controller.rb
1923
+ - app/controllers/assignments_controller.rb
1814
1924
  - app/controllers/charts_controller.rb
1815
1925
  - app/controllers/comps_controller.rb
1926
+ - app/controllers/console_sales_controller.rb
1816
1927
  - app/controllers/contributions_controller.rb
1817
1928
  - app/controllers/discounts_controller.rb
1818
1929
  - app/controllers/discounts_reports_controller.rb
1819
1930
  - app/controllers/events_controller.rb
1931
+ - app/controllers/events_pass_types_controller.rb
1820
1932
  - app/controllers/exchanges_controller.rb
1821
1933
  - app/controllers/export_controller.rb
1934
+ - app/controllers/households_controller.rb
1822
1935
  - app/controllers/imports_controller.rb
1823
1936
  - app/controllers/index_controller.rb
1937
+ - app/controllers/member_cards_controller.rb
1938
+ - app/controllers/members/index_controller.rb
1939
+ - app/controllers/members/invitations_controller.rb
1940
+ - app/controllers/members/members_controller.rb
1941
+ - app/controllers/members/passwords_controller.rb
1942
+ - app/controllers/members/people_controller.rb
1943
+ - app/controllers/members/sessions_controller.rb
1944
+ - app/controllers/membership_cancellations_controller.rb
1945
+ - app/controllers/membership_changes_controller.rb
1946
+ - app/controllers/membership_comps_controller.rb
1947
+ - app/controllers/membership_kits_controller.rb
1948
+ - app/controllers/membership_types_controller.rb
1824
1949
  - app/controllers/memberships_controller.rb
1825
1950
  - app/controllers/merges_controller.rb
1951
+ - app/controllers/mobile/dashboard_controller.rb
1952
+ - app/controllers/mobile/events_controller.rb
1953
+ - app/controllers/mobile/orders_controller.rb
1954
+ - app/controllers/mobile/shows_controller.rb
1955
+ - app/controllers/mobile/tickets_controller.rb
1956
+ - app/controllers/mobile/users_controller.rb
1826
1957
  - app/controllers/notes_controller.rb
1827
1958
  - app/controllers/orders_controller.rb
1828
1959
  - app/controllers/organizations_controller.rb
1960
+ - app/controllers/pass_types_controller.rb
1961
+ - app/controllers/passes_controller.rb
1962
+ - app/controllers/passes_kits_controller.rb
1963
+ - app/controllers/passes_reports_controller.rb
1829
1964
  - app/controllers/people_controller.rb
1830
1965
  - app/controllers/phones_controller.rb
1831
1966
  - app/controllers/refunds_controller.rb
1967
+ - app/controllers/regular_donation_kits_controller.rb
1968
+ - app/controllers/relationships_controller.rb
1832
1969
  - app/controllers/returns_controller.rb
1833
1970
  - app/controllers/sales_controller.rb
1834
1971
  - app/controllers/searches_controller.rb
@@ -1839,41 +1976,64 @@ files:
1839
1976
  - app/controllers/slices_controller.rb
1840
1977
  - app/controllers/statements_controller.rb
1841
1978
  - app/controllers/store/checkouts_controller.rb
1979
+ - app/controllers/store/donations_controller.rb
1842
1980
  - app/controllers/store/events_controller.rb
1981
+ - app/controllers/store/memberships_controller.rb
1843
1982
  - app/controllers/store/orders_controller.rb
1983
+ - app/controllers/store/passes_controller.rb
1984
+ - app/controllers/store/retrievals_controller.rb
1985
+ - app/controllers/store/shows_controller.rb
1844
1986
  - app/controllers/store/store_controller.rb
1987
+ - app/controllers/ticket_types_controller.rb
1845
1988
  - app/controllers/tickets_controller.rb
1989
+ - app/controllers/user_memberships_controller.rb
1990
+ - app/controllers/users/sessions_controller.rb
1846
1991
  - app/controllers/venues_controller.rb
1847
1992
  - app/helpers/artfully_ose_helper.rb
1848
1993
  - app/helpers/devise_helper.rb
1849
1994
  - app/helpers/discounts_helper.rb
1850
1995
  - app/helpers/export_helper.rb
1996
+ - app/helpers/households_helper.rb
1851
1997
  - app/helpers/imports_helper.rb
1852
1998
  - app/helpers/link_helper.rb
1999
+ - app/helpers/members_helper.rb
2000
+ - app/helpers/membership_types_helper.rb
1853
2001
  - app/helpers/people_helper.rb
2002
+ - app/helpers/relationships_helper.rb
2003
+ - app/helpers/sales_helper.rb
2004
+ - app/helpers/searches_helper.rb
2005
+ - app/helpers/suggested_households_helper.rb
1854
2006
  - app/mailers/order_mailer.rb
2007
+ - app/mailers/pass_mailer.rb
1855
2008
  - app/mailers/producer_mailer.rb
1856
2009
  - app/mailers/reports_mailer.rb
1857
2010
  - app/models/ability.rb
1858
2011
  - app/models/action.rb
2012
+ - app/models/actions/change_action.rb
2013
+ - app/models/actions/comp_action.rb
1859
2014
  - app/models/actions/do_action.rb
2015
+ - app/models/actions/exchange_action.rb
1860
2016
  - app/models/actions/get_action.rb
1861
2017
  - app/models/actions/give_action.rb
1862
2018
  - app/models/actions/go_action.rb
1863
2019
  - app/models/actions/hear_action.rb
1864
2020
  - app/models/actions/join_action.rb
1865
2021
  - app/models/actions/refund_action.rb
2022
+ - app/models/actions/say_action.rb
1866
2023
  - app/models/address.rb
1867
- - app/models/adjustments.rb
1868
2024
  - app/models/box_office.rb
1869
- - app/models/carts/cart.rb
2025
+ - app/models/cart.rb
1870
2026
  - app/models/chart.rb
1871
2027
  - app/models/checkout.rb
1872
2028
  - app/models/comp.rb
2029
+ - app/models/company.rb
2030
+ - app/models/console_sale.rb
1873
2031
  - app/models/contribution.rb
1874
2032
  - app/models/daily_donation_report.rb
2033
+ - app/models/daily_membership_report.rb
2034
+ - app/models/daily_pass_report.rb
1875
2035
  - app/models/daily_ticket_report.rb
1876
- - app/models/database_views/order_view.rb
2036
+ - app/models/database_views/item_view.rb
1877
2037
  - app/models/discount.rb
1878
2038
  - app/models/discounts/buy_one_get_one_free_discount_type.rb
1879
2039
  - app/models/discounts/discount_type.rb
@@ -1884,91 +2044,157 @@ files:
1884
2044
  - app/models/donation_search.rb
1885
2045
  - app/models/door_list.rb
1886
2046
  - app/models/event.rb
2047
+ - app/models/events_pass_type.rb
1887
2048
  - app/models/exchange.rb
2049
+ - app/models/ext.rb
1888
2050
  - app/models/ext/callbacks.rb
1889
2051
  - app/models/ext/delayed_indexing.rb
1890
2052
  - app/models/ext/devise_configuration.rb
1891
2053
  - app/models/ext/due.rb
1892
- - app/models/ext/ext.rb
1893
2054
  - app/models/ext/integrations.rb
2055
+ - app/models/ext/preprocessor.rb
1894
2056
  - app/models/ext/resellable.rb
2057
+ - app/models/extendable.rb
2058
+ - app/models/fee_calculator.rb
2059
+ - app/models/fee_strategy.rb
1895
2060
  - app/models/gateway_transaction.rb
2061
+ - app/models/household.rb
2062
+ - app/models/household_suggester.rb
1896
2063
  - app/models/import.rb
1897
2064
  - app/models/import_error.rb
2065
+ - app/models/import_message.rb
1898
2066
  - app/models/import_row.rb
1899
2067
  - app/models/imports/donations_import.rb
1900
2068
  - app/models/imports/events_import.rb
2069
+ - app/models/imports/memberships_import.rb
1901
2070
  - app/models/imports/people_import.rb
1902
2071
  - app/models/imports/processing.rb
1903
2072
  - app/models/imports/rollback.rb
1904
2073
  - app/models/imports/status.rb
1905
2074
  - app/models/imports/validations.rb
2075
+ - app/models/individual.rb
1906
2076
  - app/models/item.rb
1907
2077
  - app/models/job/action_job.rb
2078
+ - app/models/job/checkout_processor.rb
2079
+ - app/models/job/cleanup_suggested_households_job.rb
1908
2080
  - app/models/job/daily_email_report_job.rb
2081
+ - app/models/job/destroy_show_job.rb
2082
+ - app/models/job/expire_ticket_job.rb
2083
+ - app/models/job/geocode_address_job.rb
1909
2084
  - app/models/job/mailchimp_sync_job.rb
2085
+ - app/models/job/order_mailer_job.rb
2086
+ - app/models/job/order_processor.rb
2087
+ - app/models/job/person_lifetime_value_job.rb
2088
+ - app/models/job/recall_import_job.rb
2089
+ - app/models/job/refund_order_processor.rb
2090
+ - app/models/job/show_creator.rb
1910
2091
  - app/models/job/tag_job.rb
1911
2092
  - app/models/kit.rb
1912
2093
  - app/models/kits/mailchimp_kit.rb
2094
+ - app/models/kits/membership_kit.rb
2095
+ - app/models/kits/passes_kit.rb
1913
2096
  - app/models/kits/regular_donation_kit.rb
1914
2097
  - app/models/kits/reseller_kit.rb
2098
+ - app/models/kits/scannable_tickets_kit.rb
1915
2099
  - app/models/kits/sponsored_donation_kit.rb
1916
2100
  - app/models/kits/ticketing_kit.rb
2101
+ - app/models/member.rb
2102
+ - app/models/member_card_generator.rb
2103
+ - app/models/member_number_generator.rb
2104
+ - app/models/member_walkup.rb
1917
2105
  - app/models/membership.rb
2106
+ - app/models/membership_cancellation.rb
2107
+ - app/models/membership_change.rb
2108
+ - app/models/membership_comp.rb
2109
+ - app/models/membership_comp_job.rb
2110
+ - app/models/membership_sale_search.rb
2111
+ - app/models/membership_type.rb
1918
2112
  - app/models/note.rb
2113
+ - app/models/order.rb
2114
+ - app/models/order_handler.rb
1919
2115
  - app/models/orders/application_order.rb
1920
2116
  - app/models/orders/comp_order.rb
1921
2117
  - app/models/orders/exchange_order.rb
1922
2118
  - app/models/orders/imported_order.rb
1923
- - app/models/orders/order.rb
1924
2119
  - app/models/orders/refund_order.rb
1925
- - app/models/orders/unrefundable.rb
1926
2120
  - app/models/orders/web_order.rb
1927
2121
  - app/models/organization.rb
1928
2122
  - app/models/organization_ability.rb
1929
2123
  - app/models/parsed_row.rb
2124
+ - app/models/pass.rb
2125
+ - app/models/pass_summary.rb
2126
+ - app/models/pass_type.rb
2127
+ - app/models/payment.rb
1930
2128
  - app/models/payments/cash_payment.rb
2129
+ - app/models/payments/check_payment.rb
1931
2130
  - app/models/payments/comp_payment.rb
1932
2131
  - app/models/payments/credit_card_payment.rb
1933
- - app/models/payments/payment.rb
1934
2132
  - app/models/person.rb
1935
2133
  - app/models/phone.rb
1936
2134
  - app/models/refund.rb
2135
+ - app/models/relation.rb
2136
+ - app/models/relation_builder.rb
2137
+ - app/models/relationship.rb
2138
+ - app/models/relationship_builder.rb
2139
+ - app/models/relationship_validator.rb
2140
+ - app/models/relationships_kit.rb
1937
2141
  - app/models/return.rb
2142
+ - app/models/rolling_membership_type.rb
1938
2143
  - app/models/sale.rb
1939
2144
  - app/models/sale_search.rb
1940
2145
  - app/models/search.rb
2146
+ - app/models/seasonal_membership_type.rb
1941
2147
  - app/models/section.rb
1942
2148
  - app/models/section_summary.rb
1943
2149
  - app/models/segment.rb
1944
2150
  - app/models/show.rb
1945
2151
  - app/models/slices.rb
1946
2152
  - app/models/statement.rb
2153
+ - app/models/suggested_household.rb
2154
+ - app/models/sundial.rb
1947
2155
  - app/models/temp_discount.rb
2156
+ - app/models/ticket.rb
1948
2157
  - app/models/ticket/foundry.rb
1949
2158
  - app/models/ticket/glance.rb
2159
+ - app/models/ticket/locker.rb
1950
2160
  - app/models/ticket/pricing.rb
2161
+ - app/models/ticket/qr_code.rb
1951
2162
  - app/models/ticket/reporting.rb
1952
2163
  - app/models/ticket/reports.rb
1953
2164
  - app/models/ticket/sale_transitions.rb
1954
2165
  - app/models/ticket/template.rb
1955
2166
  - app/models/ticket/transfers.rb
1956
- - app/models/ticket.rb
1957
2167
  - app/models/ticket_summary.rb
2168
+ - app/models/ticket_type.rb
1958
2169
  - app/models/user.rb
2170
+ - app/models/user_membership.rb
1959
2171
  - app/models/valuation/lifetime_donations.rb
2172
+ - app/models/valuation/lifetime_fees.rb
2173
+ - app/models/valuation/lifetime_memberships.rb
2174
+ - app/models/valuation/lifetime_ticket_value.rb
1960
2175
  - app/models/valuation/lifetime_value.rb
1961
2176
  - app/models/venue.rb
1962
2177
  - app/presenters/event_presenter.rb
1963
- - app/views/actions/_list.html.haml
1964
- - app/views/actions/edit.html.haml
1965
- - app/views/actions/new.html.haml
2178
+ - app/serializers/show_serializer.rb
2179
+ - app/views/actions/_action.html.haml
2180
+ - app/views/actions/_form.html.haml
2181
+ - app/views/actions/_inline.html.haml
2182
+ - app/views/actions/_modal.html.haml
2183
+ - app/views/actions/get/_show.html.haml
2184
+ - app/views/actions/give/_show.html.haml
2185
+ - app/views/actions/shared/_show.html.haml
1966
2186
  - app/views/addresses/_address.html.haml
1967
2187
  - app/views/addresses/_form.html.haml
2188
+ - app/views/assignments/new.html.haml
1968
2189
  - app/views/comps/_grouped_form.html.haml
1969
2190
  - app/views/comps/_new_person_form.html.haml
1970
2191
  - app/views/comps/comp_confirm.html.haml
1971
2192
  - app/views/comps/new.html.haml
2193
+ - app/views/console_sales/_aloha.html.haml
2194
+ - app/views/console_sales/_cart.html.haml
2195
+ - app/views/console_sales/_payment.html.haml
2196
+ - app/views/console_sales/_shows.html.haml
2197
+ - app/views/console_sales/new.html.haml
1972
2198
  - app/views/contributions/_form.html.haml
1973
2199
  - app/views/contributions/_sidebar.html.haml
1974
2200
  - app/views/contributions/edit.html.haml
@@ -1991,6 +2217,7 @@ files:
1991
2217
  - app/views/events/_menu.html.haml
1992
2218
  - app/views/events/_section_fields.html.haml
1993
2219
  - app/views/events/_share_and_sell.haml
2220
+ - app/views/events/_ticket_type_fields.html.haml
1994
2221
  - app/views/events/edit.html.haml
1995
2222
  - app/views/events/image.html.haml
1996
2223
  - app/views/events/index.html.haml
@@ -2003,8 +2230,25 @@ files:
2003
2230
  - app/views/events/temp_discount_form.html.haml
2004
2231
  - app/views/events/temp_discounts_index.html.haml
2005
2232
  - app/views/events/widget.html.haml
2233
+ - app/views/events_pass_types/_form.html.haml
2234
+ - app/views/events_pass_types/edit.html.haml
2235
+ - app/views/events_pass_types/index.html.haml
2236
+ - app/views/events_pass_types/new.html.haml
2006
2237
  - app/views/exchanges/_grouped_form.html.haml
2007
2238
  - app/views/exchanges/new.html.haml
2239
+ - app/views/households/_action.html.haml
2240
+ - app/views/households/_edit_modal.html.haml
2241
+ - app/views/households/_form.html.haml
2242
+ - app/views/households/_header.html.haml
2243
+ - app/views/households/_individual_fields.html.haml
2244
+ - app/views/households/_list.html.haml
2245
+ - app/views/households/_note.html.haml
2246
+ - app/views/households/edit.html.haml
2247
+ - app/views/households/index.html.haml
2248
+ - app/views/households/new.html.haml
2249
+ - app/views/households/show.html.haml
2250
+ - app/views/households/suggested.html.haml
2251
+ - app/views/imports/_export_links.html.haml
2008
2252
  - app/views/imports/donations/_approved.html.haml
2009
2253
  - app/views/imports/donations/_caching.html.haml
2010
2254
  - app/views/imports/donations/_failed.html.haml
@@ -2031,6 +2275,8 @@ files:
2031
2275
  - app/views/imports/people/_invalid.html.haml
2032
2276
  - app/views/imports/people/_new.html.haml
2033
2277
  - app/views/imports/people/_pending.html.haml
2278
+ - app/views/imports/people/_recalled.html.haml
2279
+ - app/views/imports/people/_recalling.html.haml
2034
2280
  - app/views/imports/shared/_date_format.html.haml
2035
2281
  - app/views/imports/shared/_failed.html.haml
2036
2282
  - app/views/imports/shared/_inspect_modal.html.haml
@@ -2038,7 +2284,12 @@ files:
2038
2284
  - app/views/imports/shared/_knowledge_base.haml
2039
2285
  - app/views/imports/shared/_sidebar.html.haml
2040
2286
  - app/views/imports/show.html.haml
2287
+ - app/views/index/_action.html.haml
2288
+ - app/views/index/_recent_activity.html.haml
2289
+ - app/views/index/_recent_activity.js.haml
2041
2290
  - app/views/index/dashboard.html.haml
2291
+ - app/views/index/recent_activity.js.haml
2292
+ - app/views/kits/_list.html.haml
2042
2293
  - app/views/layouts/_admin_messages.html.haml
2043
2294
  - app/views/layouts/_custom_css_includes.haml
2044
2295
  - app/views/layouts/_custom_js_includes.haml
@@ -2050,23 +2301,59 @@ files:
2050
2301
  - app/views/layouts/application.html.haml
2051
2302
  - app/views/layouts/devise_layout.html.haml
2052
2303
  - app/views/layouts/mail.html.haml
2304
+ - app/views/layouts/members.html.haml
2053
2305
  - app/views/layouts/storefront.html.haml
2054
- - app/views/memberships/_list.html.haml
2306
+ - app/views/members/index/index.html.haml
2307
+ - app/views/members/invitations/edit.html.haml
2308
+ - app/views/members/invitations/new.html.erb
2309
+ - app/views/members/mailer/_invitation_body.html.haml
2310
+ - app/views/members/mailer/invitation_instructions.html.haml
2311
+ - app/views/members/mailer/reset_password_instructions.html.erb
2312
+ - app/views/members/passwords/edit.html.haml
2313
+ - app/views/members/sessions/new.html.haml
2314
+ - app/views/membership_cancellations/_form.html.haml
2315
+ - app/views/membership_cancellations/_modal.html.haml
2316
+ - app/views/membership_cancellations/_processing.html.haml
2317
+ - app/views/membership_cancellations/create.js.erb
2318
+ - app/views/membership_cancellations/new.js.erb
2319
+ - app/views/membership_comps/confirm.html.haml
2320
+ - app/views/membership_comps/create.html.haml
2321
+ - app/views/membership_comps/new.html.haml
2322
+ - app/views/membership_kits/edit.html.haml
2323
+ - app/views/membership_mailer/cancellation_confirmation.html.haml
2324
+ - app/views/membership_mailer/cancellation_confirmation.text.haml
2325
+ - app/views/membership_mailer/refund_problem.html.haml
2326
+ - app/views/membership_mailer/refund_problem.text.haml
2327
+ - app/views/membership_types/_form.html.haml
2328
+ - app/views/membership_types/_membership_type_fees.html.haml
2329
+ - app/views/membership_types/_rolling_membership_type_form.html.haml
2330
+ - app/views/membership_types/_seasonal_membership_type_form.html.haml
2331
+ - app/views/membership_types/edit.html.haml
2332
+ - app/views/membership_types/index.html.haml
2333
+ - app/views/membership_types/new.html.haml
2334
+ - app/views/membership_types/type.html.haml
2335
+ - app/views/memberships/_membership_scripts.js.erb
2336
+ - app/views/memberships/index.html.haml
2055
2337
  - app/views/merges/_merge_preview_person.html.haml
2056
2338
  - app/views/merges/find_person.html.haml
2057
2339
  - app/views/merges/new.html.haml
2058
- - app/views/notes/_list.html.haml
2059
- - app/views/notes/edit.html.haml
2060
- - app/views/notes/new.html.haml
2340
+ - app/views/notes/_note.html.haml
2061
2341
  - app/views/order_mailer/confirmation_for.html.haml
2062
2342
  - app/views/order_mailer/confirmation_for.text.haml
2343
+ - app/views/order_mailer/confirmation_for_exchange.html.haml
2344
+ - app/views/order_mailer/confirmation_for_exchange.text.haml
2345
+ - app/views/order_mailer/confirmation_for_refund.html.haml
2346
+ - app/views/order_mailer/confirmation_for_refund.text.haml
2063
2347
  - app/views/orders/_by_person.haml
2064
2348
  - app/views/orders/_donation_table.haml
2065
- - app/views/orders/_grouped_form_help.haml
2349
+ - app/views/orders/_item_donations_table.html.haml
2350
+ - app/views/orders/_item_memberships_table.html.haml
2066
2351
  - app/views/orders/_item_table.haml
2352
+ - app/views/orders/_item_tickets_table.html.haml
2067
2353
  - app/views/orders/_order_sidebar.html.haml
2068
2354
  - app/views/orders/_search_form.haml
2069
2355
  - app/views/orders/index.html.haml
2356
+ - app/views/orders/membership.html.haml
2070
2357
  - app/views/orders/sales.html.haml
2071
2358
  - app/views/orders/show.html.haml
2072
2359
  - app/views/organizations/_connection_form.html.haml
@@ -2076,23 +2363,54 @@ files:
2076
2363
  - app/views/organizations/index.html.haml
2077
2364
  - app/views/organizations/new.html.haml
2078
2365
  - app/views/organizations/show.html.haml
2366
+ - app/views/pass_mailer/pass_info_for.html.haml
2367
+ - app/views/pass_types/_form.html.haml
2368
+ - app/views/pass_types/_pass_type_fees.html.haml
2369
+ - app/views/pass_types/edit.html.haml
2370
+ - app/views/pass_types/index.html.haml
2371
+ - app/views/pass_types/new.html.haml
2372
+ - app/views/passes/index.html.haml
2373
+ - app/views/passes_kits/edit.html.haml
2374
+ - app/views/passes_reports/index.html.haml
2375
+ - app/views/pdfs/member.html.haml
2376
+ - app/views/pdfs/member_card_generator/blanks_usa_idc6.html.haml
2377
+ - app/views/pdfs/order.html.haml
2378
+ - app/views/people/_convert_to_company_modal.html.haml
2379
+ - app/views/people/_edit_modal.html.haml
2079
2380
  - app/views/people/_form.html.haml
2381
+ - app/views/people/_header.html.haml
2382
+ - app/views/people/_household_fields.html.haml
2080
2383
  - app/views/people/_key_relationships.html.haml
2081
2384
  - app/views/people/_list.html.haml
2082
- - app/views/people/_person_summary_sidebar.html.haml
2385
+ - app/views/people/_phone_fields.html.haml
2386
+ - app/views/people/_relationship_fields.html.haml
2083
2387
  - app/views/people/_relationship_table.html.haml
2084
2388
  - app/views/people/_relationship_table_row.html.haml
2085
- - app/views/people/edit.html.haml
2389
+ - app/views/people/_work_with_menu.html.haml
2086
2390
  - app/views/people/index.html.haml
2087
2391
  - app/views/people/new.html.haml
2088
2392
  - app/views/people/show.html.haml
2393
+ - app/views/people/show.js.haml
2394
+ - app/views/producer_mailer/donation_kit_notification.html.haml
2395
+ - app/views/producer_mailer/donation_kit_notification.text.erb
2396
+ - app/views/producer_mailer/mailchimp_kit_initial_sync_notification.html.haml
2397
+ - app/views/producer_mailer/ticket_offer_accepted.html.haml
2398
+ - app/views/producer_mailer/ticket_offer_accepted.text.erb
2399
+ - app/views/producer_mailer/ticket_offer_rejected.html.haml
2400
+ - app/views/producer_mailer/ticket_offer_rejected.text.erb
2089
2401
  - app/views/refunds/_grouped_form.html.haml
2090
2402
  - app/views/refunds/new.html.haml
2403
+ - app/views/regular_donation_kits/edit.html.haml
2404
+ - app/views/relationships/index.html.haml
2405
+ - app/views/reports_mailer/_fine_print.html.haml
2091
2406
  - app/views/reports_mailer/daily.html.haml
2092
2407
  - app/views/reports_mailer/daily.text.erb
2093
2408
  - app/views/returns/_grouped_form.html.haml
2409
+ - app/views/sales/_boxoffice.html.haml
2410
+ - app/views/sales/_doorlist.html.haml
2094
2411
  - app/views/sales/new.html.haml
2095
2412
  - app/views/searches/_form.html.haml
2413
+ - app/views/searches/_household.html.haml
2096
2414
  - app/views/searches/_person.html.haml
2097
2415
  - app/views/searches/new.html.haml
2098
2416
  - app/views/searches/show.html.haml
@@ -2103,10 +2421,11 @@ files:
2103
2421
  - app/views/shared/_door_list_table.haml
2104
2422
  - app/views/shared/_error_messages.html.haml
2105
2423
  - app/views/shared/_event_image_icon.html.haml
2106
- - app/views/shared/_new_person_popup.html.haml
2107
2424
  - app/views/shared/_preload_assets.html.haml
2425
+ - app/views/shared/_save_save_and_next.html.haml
2108
2426
  - app/views/shared/_section_summary.html.haml
2109
2427
  - app/views/shared/_show_summary.html.haml
2428
+ - app/views/shared/_show_time_and_calendar.html.haml
2110
2429
  - app/views/shared/_submit.haml
2111
2430
  - app/views/shared/_submit_cancel.haml
2112
2431
  - app/views/shared/_tags.html.haml
@@ -2115,10 +2434,14 @@ files:
2115
2434
  - app/views/shows/_form.html.haml
2116
2435
  - app/views/shows/_glance.html.haml
2117
2436
  - app/views/shows/_new_show_for_table.html.haml
2437
+ - app/views/shows/_sections_table.html.haml
2118
2438
  - app/views/shows/_stats.html.haml
2119
2439
  - app/views/shows/_ticket_table.html.haml
2120
2440
  - app/views/shows/_upcoming.html.haml
2441
+ - app/views/shows/_work_with.html.haml
2442
+ - app/views/shows/calendar.html.haml
2121
2443
  - app/views/shows/door_list.html.haml
2444
+ - app/views/shows/door_list.pdf.haml
2122
2445
  - app/views/shows/edit.html.haml
2123
2446
  - app/views/shows/index.html.haml
2124
2447
  - app/views/shows/new.html.haml
@@ -2129,20 +2452,38 @@ files:
2129
2452
  - app/views/slices/index.html.haml
2130
2453
  - app/views/statements/_discounts_table.html.haml
2131
2454
  - app/views/statements/_order_location_table.html.haml
2455
+ - app/views/statements/_passes_table.html.haml
2132
2456
  - app/views/statements/_payment_method_table.haml
2133
2457
  - app/views/statements/_shows.html.haml
2134
2458
  - app/views/statements/_ticket_type_table.haml
2135
2459
  - app/views/statements/_top_stats.haml
2136
2460
  - app/views/statements/index.html.haml
2137
2461
  - app/views/statements/show.html.haml
2462
+ - app/views/store/checkouts/_membership_info.html.haml
2463
+ - app/views/store/checkouts/thanks.html.haml
2464
+ - app/views/store/donations/index.html.haml
2138
2465
  - app/views/store/events/_calendar.html.haml
2139
- - app/views/store/events/_show.html.haml
2466
+ - app/views/store/events/_venue.html.haml
2467
+ - app/views/store/events/calendar.html.haml
2468
+ - app/views/store/events/index.html.haml
2140
2469
  - app/views/store/events/show.html.haml
2470
+ - app/views/store/events/single_show.html.haml
2471
+ - app/views/store/memberships/index.html.haml
2472
+ - app/views/store/orders/show.html.haml
2473
+ - app/views/store/passes/index.html.haml
2474
+ - app/views/store/retrievals/index.html.haml
2475
+ - app/views/store/shared/_donate_form.html.haml
2476
+ - app/views/store/shared/_small_donate_form.html.haml
2477
+ - app/views/store/shows/_show.html.haml
2478
+ - app/views/store/shows/show.html.haml
2479
+ - app/views/ticket_types/edit.html.haml
2480
+ - app/views/ticket_types/new.html.haml
2481
+ - app/views/user_memberships/_list.html.haml
2141
2482
  - app/views/users/confirmations/new.html.erb
2142
2483
  - app/views/users/invitations/edit.html.haml
2143
2484
  - app/views/users/invitations/new.html.haml
2144
2485
  - app/views/users/mailer/confirmation_instructions.html.erb
2145
- - app/views/users/mailer/invitation_instructions.html.erb
2486
+ - app/views/users/mailer/invitation_instructions.html.haml
2146
2487
  - app/views/users/mailer/reset_password_instructions.html.erb
2147
2488
  - app/views/users/mailer/unlock_instructions.html.erb
2148
2489
  - app/views/users/passwords/edit.html.haml
@@ -2165,6 +2506,7 @@ files:
2165
2506
  - config/initializers/date_formats.rb
2166
2507
  - config/initializers/delayed_job_config.rb
2167
2508
  - config/initializers/devise.rb
2509
+ - config/initializers/paperclip.rb
2168
2510
  - config/initializers/validates_timeliness.rb
2169
2511
  - config/locales/devise.en.yml
2170
2512
  - config/locales/devise_invitable.en.yml
@@ -2203,27 +2545,158 @@ files:
2203
2545
  - db/migrate/20130301144159_add_receive_daily_sales_report_boolean_to_organizations.rb
2204
2546
  - db/migrate/20130306213416_add_subscribed_lists_to_people.rb
2205
2547
  - db/migrate/20130308193328_people_arent_dummies.rb
2548
+ - db/migrate/20130311184839_rename_memberships.rb
2206
2549
  - db/migrate/20130312173340_add_categories_to_events.rb
2207
2550
  - db/migrate/20130319110520_add_transaction_id_index.rb
2208
2551
  - db/migrate/20130320192827_add_index_to_notes.rb
2209
2552
  - db/migrate/20130324173939_add_index_to_import_rows.rb
2210
2553
  - db/migrate/20130325190110_add_indexes_to_actions.rb
2211
2554
  - db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
2555
+ - db/migrate/20130329201707_clean_geographic_data.rb
2556
+ - db/migrate/20130411162346_add_country_zip_state_phone_number_discipline_to_organizations.rb
2557
+ - db/migrate/20130412145428_massage_action_subtypes.rb
2558
+ - db/migrate/20130412184415_add_first_name_and_last_name_to_users.rb
2212
2559
  - db/migrate/20130415190224_make_nongift_amount0_by_default.rb
2213
2560
  - db/migrate/20130415193118_add_settings_to_kits.rb
2561
+ - db/migrate/20130420232537_add_starred_to_note.rb
2562
+ - db/migrate/20130425153848_add_notes_to_orders.rb
2563
+ - db/migrate/20130506173918_add_token_to_cart.rb
2564
+ - db/migrate/20130508180421_ticket_types_ahoy.rb
2565
+ - db/migrate/20130508194552_add_members_to_section.rb
2566
+ - db/migrate/20130514153006_add_import_messages.rb
2567
+ - db/migrate/20130520190452_add_ticket_type_to_tickets.rb
2568
+ - db/migrate/20130521185848_add_sti_to_cart.rb
2569
+ - db/migrate/20130526021126_add_validated_to_ticket.rb
2570
+ - db/migrate/20130528193811_add_widget_requests.rb
2571
+ - db/migrate/20130530011409_add_ticket_types_to_discounts.rb
2572
+ - db/migrate/20130531160800_migrate_to_ticket_types.rb
2573
+ - db/migrate/20130531160801_drop_price_from_ticket.rb
2574
+ - db/migrate/20130531160802_remove_price_from_section.rb
2575
+ - db/migrate/20130531180955_add_defaults_to_people_types.rb
2576
+ - db/migrate/20130604161411_add_validated_action_to_ticket.rb
2577
+ - db/migrate/20130607180250_change_institution_to_company.rb
2578
+ - db/migrate/20130609233536_revenue_applies_at.rb
2579
+ - db/migrate/20130611175122_add_more_indexes.rb
2580
+ - db/migrate/20130612183117_add_types_to_searches.rb
2581
+ - db/migrate/20130712145416_add_middle_name_and_suffix_to_people.rb
2582
+ - db/migrate/20130722153731_add_autentication_token_to_users.rb
2583
+ - db/migrate/20130722182255_create_membership_types.rb
2584
+ - db/migrate/20130723182754_create_slugged_slugs.rb
2585
+ - db/migrate/20130723182811_add_cached_slug_to_organizations.rb
2586
+ - db/migrate/20130723212712_add_qr_code_to_tickets.rb
2587
+ - db/migrate/20130725012338_create_new_memberships.rb
2588
+ - db/migrate/20130725013145_devise_create_members.rb
2589
+ - db/migrate/20130729140618_convert_to_company.rb
2590
+ - db/migrate/20130731145336_last_member_number.rb
2591
+ - db/migrate/20130731153806_add_member_number.rb
2592
+ - db/migrate/20130801194634_make_events_public.rb
2593
+ - db/migrate/20130802235709_add_memberships_to_search.rb
2594
+ - db/migrate/20130808002742_add_lifetime_ticket_value_to_person.rb
2595
+ - db/migrate/20130808005856_add_members_only_to_events.rb
2596
+ - db/migrate/20130820011240_add_uuid_to_tickets.rb
2597
+ - db/migrate/20130820025134_make_ticket_uuid_not_null.rb
2598
+ - db/migrate/20130823191625_add_pdf_to_orders.rb
2599
+ - db/migrate/20130827190839_add_fee_to_tickets_and_donations.rb
2600
+ - db/migrate/20130829015011_migrate_fees_to_items.rb
2601
+ - db/migrate/20130916194547_add_relationships.rb
2602
+ - db/migrate/20130917165559_add_service_fee_to_memberships.rb
2603
+ - db/migrate/20131002191646_create_show_stats_view.rb
2604
+ - db/migrate/20131003134821_add_relationships_to_search.rb
2605
+ - db/migrate/20131003200508_add_starred_to_relationships.rb
2606
+ - db/migrate/20131007141421_add_counters_to_member.rb
2607
+ - db/migrate/20131007144456_remove_expires_at_from_membership.rb
2608
+ - db/migrate/20131011154027_add_purchased_to_searches.rb
2609
+ - db/migrate/20131013144010_add_type_to_membership_type.rb
2610
+ - db/migrate/20131013150230_add_duration_to_membership_type.rb
2611
+ - db/migrate/20131013192807_change_number_of_shows_to_tickets.rb
2612
+ - db/migrate/20131015151550_add_households.rb
2613
+ - db/migrate/20131022183913_add_search_output_options.rb
2614
+ - db/migrate/20131023200559_add_admin_to_user_memberships.rb
2615
+ - db/migrate/20131025162155_default_search_filter_values.rb
2616
+ - db/migrate/20131025180139_unique_household_names.rb
2617
+ - db/migrate/20131029173612_add_sales_start_to_membership_typ.rb
2618
+ - db/migrate/20131106191847_add_suggested_households.rb
2619
+ - db/migrate/20131127162818_add_buyer_id_index_to_tickets.rb
2620
+ - db/migrate/20131127164000_member_tickets.rb
2621
+ - db/migrate/20131204162642_add_shared_address.rb
2622
+ - db/migrate/20131206153323_add_membership_kit.rb
2623
+ - db/migrate/20131206175325_add_marketing_to_membership_type.rb
2624
+ - db/migrate/20131210212342_add_show_fee_to_memberhsip_type.rb
2625
+ - db/migrate/20131210222814_add_renewal_price_to_membership_type.rb
2626
+ - db/migrate/20131212164553_add_copy_to_individuals_option.rb
2627
+ - db/migrate/20131223215615_goodbye_order_view.rb
2628
+ - db/migrate/20140114011856_add_welcome_message_to_memberships.rb
2629
+ - db/migrate/20140114212127_add_send_email_to_memberships.rb
2630
+ - db/migrate/20140125183606_index_memberships_and_types.rb
2631
+ - db/migrate/20140128213101_add_pdf_to_members.rb
2632
+ - db/migrate/20140128223140_add_uuid_to_member.rb
2633
+ - db/migrate/20140128223948_add_qr_code_to_member.rb
2634
+ - db/migrate/20140207135731_update_items_view.rb
2635
+ - db/migrate/20140210154723_add_cached_stats.rb
2636
+ - db/migrate/20140218202726_cache_stats.rb
2637
+ - db/migrate/20140304171625_passes_ahoy.rb
2638
+ - db/migrate/20140304174807_add_passes_kit.rb
2639
+ - db/migrate/20140307144454_add_events_pass_types.rb
2640
+ - db/migrate/20140307193350_add_pass_id_to_cart.rb
2641
+ - db/migrate/20140314162422_add_total_paid_to_membership.rb
2642
+ - db/migrate/20140319191237_add_show_dates_to_advanced_search.rb
2643
+ - db/migrate/20140328172333_add_cols_to_events_pass_types.rb
2644
+ - db/migrate/20140328174217_add_deleted_at_to_ept.rb
2645
+ - db/migrate/20140328185432_add_active_to_ept.rb
2646
+ - db/migrate/20140328192612_add_pass_type_id_to_search.rb
2647
+ - db/migrate/20140415212841_add_min_max_start_dates_to_searches.artfully_ose_engine.rb
2648
+ - db/migrate/20140422193345_add_email_copy_to_pass_type.rb
2649
+ - db/migrate/20140423181639_add_min_max_end_dates_to_searches.artfully_ose_engine.rb
2650
+ - db/migrate/20140423185921_add_cached_stats_to_event.rb
2651
+ - db/migrate/20140424174423_add_lifetime_memberships_to_people.artfully_ose_engine.rb
2652
+ - db/migrate/20140506155241_add_lpt_to_membership_type.rb
2653
+ - db/migrate/20140507184646_add_bday_attributes_to_person.rb
2654
+ - db/migrate/20140507201048_add_check_number_to_orders.rb
2655
+ - db/migrate/20140515143651_remove_show_stats_view.rb
2656
+ - db/migrate/20140521195853_add_deleted_at_to_pass_type.rb
2657
+ - db/migrate/20140522205554_add_limit_to_events_pass_types.rb
2658
+ - db/migrate/20140523180444_remove_tickets_purchased_from_passes.rb
2659
+ - db/migrate/20140603200735_add_subtitle_to_events.rb
2660
+ - db/migrate/20140619194127_add_do_not_call_to_people.artfully_ose_engine.rb
2661
+ - db/migrate/20140623160543_add_index_to_items.rb
2662
+ - lib/artfully_ose.rb
2214
2663
  - lib/artfully_ose/common_abilities.rb
2215
2664
  - lib/artfully_ose/core_ext.rb
2216
2665
  - lib/artfully_ose/engine.rb
2217
2666
  - lib/artfully_ose/version.rb
2218
- - lib/artfully_ose.rb
2219
2667
  - lib/d2s3/patch/integer.rb
2220
2668
  - lib/d2s3/s3_config.rb
2221
2669
  - lib/d2s3/signature.rb
2222
2670
  - lib/d2s3/view_helpers.rb
2223
2671
  - lib/email_validator.rb
2224
2672
  - lib/tasks/artfully_ose.rake
2225
- - LICENSE.txt
2226
- - Rakefile
2673
+ - spec/factories/action_factories.rb
2674
+ - spec/factories/address_factories.rb
2675
+ - spec/factories/cart_factories.rb
2676
+ - spec/factories/chart_factories.rb
2677
+ - spec/factories/discount_factories.rb
2678
+ - spec/factories/donation_factories.rb
2679
+ - spec/factories/event_factories.rb
2680
+ - spec/factories/household_factories.rb
2681
+ - spec/factories/import_factories.rb
2682
+ - spec/factories/item_factories.rb
2683
+ - spec/factories/kit_factories.rb
2684
+ - spec/factories/member_factories.rb
2685
+ - spec/factories/membership_factories.rb
2686
+ - spec/factories/membership_type_factories.rb
2687
+ - spec/factories/order_factories.rb
2688
+ - spec/factories/organization_factories.rb
2689
+ - spec/factories/pass_type_factories.rb
2690
+ - spec/factories/payments_factories.rb
2691
+ - spec/factories/person_factories.rb
2692
+ - spec/factories/phone_factories.rb
2693
+ - spec/factories/section_factories.rb
2694
+ - spec/factories/segment_factories.rb
2695
+ - spec/factories/show_factories.rb
2696
+ - spec/factories/ticket_factories.rb
2697
+ - spec/factories/ticket_offer_factories.rb
2698
+ - spec/factories/ticket_type_factories.rb
2699
+ - spec/factories/user_factories.rb
2227
2700
  homepage: http://fracturedatlas.github.com/artfully_ose/
2228
2701
  licenses: []
2229
2702
  metadata: {}
@@ -2238,12 +2711,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2238
2711
  version: '0'
2239
2712
  required_rubygems_version: !ruby/object:Gem::Requirement
2240
2713
  requirements:
2241
- - - ! '>='
2714
+ - - ! '>'
2242
2715
  - !ruby/object:Gem::Version
2243
- version: '0'
2716
+ version: 1.3.1
2244
2717
  requirements: []
2245
2718
  rubyforge_project:
2246
- rubygems_version: 2.0.3
2719
+ rubygems_version: 2.2.2
2247
2720
  signing_key:
2248
2721
  specification_version: 4
2249
2722
  summary: A Ruby on Rails engine for running ticketing, CRM, and order management