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

Save a bank name list into Structura #215

Closed
38 tasks done
Yann-BUTSCHER-EIRL opened this issue Jul 6, 2020 · 4 comments
Closed
38 tasks done

Save a bank name list into Structura #215

Yann-BUTSCHER-EIRL opened this issue Jul 6, 2020 · 4 comments
Assignees
Labels
Enhancement New feature or request Scheduled This commit will be solved in an upcoming version

Comments

@Yann-BUTSCHER-EIRL
Copy link
Collaborator

Yann-BUTSCHER-EIRL commented Jul 6, 2020

Context

When someone pay by check we need to identify the check's bank. For this we need a list for bank names that is saved in the application.

Todo

  • Add a new entity "Bank" with the following fields
    • id : int - primary key
    • name : string - unique - required
  • Add bank select on forms
    • donation
      • creation
        • show when payment type is check
        • hide on other payment types
          • hidden by default
          • hidden when selected
      • edition
        • show when payment type is check
        • hide on other payment types
          • hidden by default
          • hidden when selected
    • membership
      • creation
        • show when payment type is check
        • hide on other payment types
          • hidden by default
          • hidden when selected
      • edition
        • show when payment type is check
        • hide on other payment types
          • hidden by default
          • hidden when selected
  • Show bank in detail pages
    • membership show
    • donation show
  • Add CRU pages in Administration to save new Banks
    • create
    • show
    • update

Additionally (we need to change our select library):

  • replace bootstrap select by Select2 on forms where it's used
    • membership creation form
    • membership edition form
    • donation creation form
    • donation edition form
@Yann-BUTSCHER-EIRL Yann-BUTSCHER-EIRL added the Enhancement New feature or request label Jul 6, 2020
@Yann-BUTSCHER-EIRL Yann-BUTSCHER-EIRL added the Scheduled This commit will be solved in an upcoming version label Jul 6, 2020
@LucileDT LucileDT self-assigned this Jul 7, 2020
LucileDT added a commit that referenced this issue Jul 10, 2020
LucileDT added a commit that referenced this issue Jul 11, 2020
LucileDT added a commit that referenced this issue Jul 11, 2020
LucileDT added a commit that referenced this issue Jul 12, 2020
LucileDT added a commit that referenced this issue Jul 16, 2020
- #215: remove bank information where not needed
- add more donations
- rework of payment dates to be able to diplay nice stats on home page
LucileDT added a commit that referenced this issue Jul 16, 2020
LucileDT added a commit that referenced this issue Jul 16, 2020
@LucileDT
Copy link
Member

LucileDT commented Dec 13, 2020

@Yann-BUTSCHER-EIRL I think making the bank creation available in the dropdown is too difficult for now. I propose we add some regular CRUD pages for it as it will be faster to make and easier to maintain.

@Yann-BUTSCHER-EIRL
Copy link
Collaborator Author

@LucileDT It's ok for me but we need to create an issue for the dropdown later realisation.

@LucileDT
Copy link
Member

I'll let you do it.

@Yann-BUTSCHER-EIRL
Copy link
Collaborator Author

Created the issue #237.
Updated the todo list and the context accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Scheduled This commit will be solved in an upcoming version
Projects
None yet
Development

No branches or pull requests

3 participants