dccad36474
Add payment confirmation notifications
2023-08-07 13:50:50 +01:00
d3f6db5196
Adapta página de pagamento de acordo com estado de inscrição
2023-07-27 09:06:07 +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
8b4e0c9d62
Comment out incoming feature
2023-07-11 18:53:52 +01:00
ae4a3c62e4
Add initial setup step if the database is empty
2023-07-11 00:36:05 +01:00
e178f94ff7
Remove mandatory fields
2023-04-19 22:48:35 +01:00
ca81e4813a
Add query params to members#new
2023-03-31 02:35:11 +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
b4dda05575
Add page listing due contributions
2023-03-23 18:08:30 +00:00
a1be74ed2d
Sort member contributions by payment date
2023-03-19 15:38:19 +00:00
c45beb877e
Support forgotten members in contributions list
2023-03-19 15:24:56 +00:00
cd43a5c382
Adds contributions list page
2023-03-19 15:15:56 +00:00
a106bc0357
Support notifications for deleted users
2023-03-17 16:03:01 +00:00
e9318b23d8
Small UI improvements
...
- Don't show dead ifthenpay link if there isn't one
- Remove actions from members#index in favor of members#show
- Display result count in members#index
- Increase table width in members#index
2023-02-26 13:03:36 +00:00
bdf0d1d22a
Add register contribution link to members#show
2023-01-25 14:33:08 +00:00
9b91ae8df7
Display notification sent date
2023-01-25 14:01:24 +00:00
d8befb0ea3
Show member in sent notifications list
2022-10-06 15:53:27 +01:00
abaf80e5c4
Add notification index page
2022-10-06 15:50:38 +01:00
e0f76c7aba
Show earlier notifications first
2022-10-06 15:17:57 +01:00
90541319f3
Add ifthenpay links to members/show
2022-10-02 13:48:06 +01:00
9dfdf3675b
Fix image in emails
2022-09-28 00:18:19 +01:00
e2bcdaec26
Remove duplicate address from members#show
2022-08-20 11:12:16 +01:00
ded65410d4
Fix payment text template
2022-08-20 11:10:41 +01:00
2705ad1611
Implement letter generation
2022-07-16 11:27:43 +01:00
72d88e25ff
Add member preferences
2022-06-26 10:44:39 +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