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

Add extra dropdowns for every year in payment history #3840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BPC2004
Copy link
Contributor

@BPC2004 BPC2004 commented Nov 13, 2024

Closes #3839.

Summary

Made it so you can look through your payment history with the GUI.

How to test

  1. Go to account and then view payments.
  2. Then open all the dropdown menus and see if the links work.

@BPC2004 BPC2004 added the feature Issues regarding a complete new feature label Nov 13, 2024
@@ -145,14 +146,21 @@ def get_queryset(self) -> QuerySet:

def get_context_data(self, *args, **kwargs):
filters = []
for i in range(13):

for i in range(85):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

85 is kind of a weird number?... Is it based on the legal storage period for payment info? For the user it might be nice if years in which there were no payments (or at least years before their first payment) are not shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues regarding a complete new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable viewing entire payment history
2 participants