Commit Graph

17 Commits

Author SHA1 Message Date
dcc6d1a991 Improve branding mechanisms 2023-09-20 14:19:35 +01:00
dccad36474 Add payment confirmation notifications 2023-08-07 13:50:50 +01:00
9058ed98f7 Adds payment page
Instead of sending all the payment details by email, we're now sending
only a link to a page on this platform. This is to help reduce questions
of whether the emails are from scammers or real.
2023-07-12 19:13:08 +01:00
f3a1def396 Fixes ransack upgrade to 4.0 2023-04-19 22:52:31 +01:00
3fa1ac101c Try to address the concurrency problem 2023-04-05 23:04:48 +01:00
ee0dc75889 Add legal name and pronouns to members 2023-03-31 02:24:16 +01:00
f956a65100 Adds dues to navigation and fixes amount calculation 2023-03-23 18:15:45 +00:00
1f8a04ec5a Show member number even when excluded 2023-03-19 18:56:26 +00:00
318b7878d8 Add contributions CSV export 2023-03-19 17:49:31 +00:00
da34afc882 Parameterize Member#regenerate_notifications 2023-01-24 23:06:12 +00:00
b3bc4bc411 Avoid sending duplicate notifications 2023-01-24 18:26:10 +00:00
f30859f991 Fix 60 days warning which was scheduled for 90 days instead 2022-10-18 11:29:15 +01:00
2e7b03e9ef Add papertrail 2022-06-26 12:57:00 +01:00
4f190f67f0 Add account management 2022-06-25 23:45:47 +01:00
882d0a51ed Add contribution actions and member deletion 2022-06-25 21:27:02 +01:00
57e976ef96 Add first iteration 2022-06-25 13:48:46 +01:00
46881d72bf rails new
rails new \
  --skip-action-cable \
  --skip-hotwire \
  --skip-jbuilder \
  --skip-system-test \
  -a propshaft \
  --database=postgresql .
2022-06-20 20:48:08 +01:00