Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for refunds and validations #4254

Merged
merged 29 commits into from
Sep 25, 2023
Merged

Fixes for refunds and validations #4254

merged 29 commits into from
Sep 25, 2023

Conversation

kitsuta
Copy link
Member

@kitsuta kitsuta commented Sep 25, 2023

Fixes validations so that people trying to update attendees under 18 aren't told to select an adult badge. Also pulls in fixes from MFF for receipt management, particularly refunds. Also also re-enables automatic pending badge deletion.

kitsuta and others added 29 commits July 23, 2023 00:51
Merge MAGFest code and update dealer prereg
Fix blocking bugs for dealer reg testing
Adds a way to prevent early deletion of badges that were registered before a certain date to account for the stoppage we had after prereg.
Yes I'm a perfectionist.
Part 1 of 2 of a fix for attendee login
Part 2 of fixing attendee account login
Merge changes for prereg and hotel lottery launch
Whatever I did before caused way too many problems, so now we are using the old normalized emails for attendee accounts again. This should hopefully stop creating multiple accounts with different cases.
Add old normalization back into attendee accounts
This mostly involves making all the shared pages compatible with bootstrap 3. I had also accidentally removed all the fields for creating a new badge.

Also includes unapproved dealers in the attendee search.
This attempts to fix https://jira.furfest.org/projects/SEI_SD/queues/custom/66/SEI_SD-1255 but I'm not sure if it's reproducible with unsettled transactions so I'm leaving some debug logging in.

Also fixes an issue where credits offered a refund button, which makes no sense. Also distinguishes between voids and refunds in the message to admins.
It turns out that the real problem was refunding an attendee that was marked as "paid" -- the part of the code that changed their payment status caused a session item conflict. Fixes that and cleans up a few of the other reg admin functions to make sure they work, like comp and refund.

Also actually fixes the AuthNet payment button, which somehow got unfixed even though I swear I committed that change.
"Purchased" will now always say "Last Year" for any imported badges. Also reorders badges so that you see pending badges first if you have no valid badges.
Various payment and miscellaneous fixes for Registration
I didn't notice that I was using normalized_rmail for a new account rather than a search, causing an error if you tried to make a new account.
Changing several logs to DEBUG level so we can stop filling up the server with email logs
These validations are built solely for the prereg page , so we now ignore them for any attendee that isn't new or pending.
We've had this feature off for MAGFest for a while, so we need the clock to start later
@kitsuta kitsuta merged commit 00edab9 into main Sep 25, 2023
@kitsuta kitsuta deleted the fix-minor-badge-validations branch September 25, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants