-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/744/membership invoice form #799
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
njaeggi
force-pushed
the
feature/744/membership-invoice-form
branch
from
August 8, 2024 07:12
f54e50b
to
a5ca1e2
Compare
amaierhofer
force-pushed
the
feature/744/membership-invoice-form
branch
from
August 16, 2024 11:36
71b4c05
to
626d4c9
Compare
amaierhofer
previously requested changes
Aug 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich habs mal rebased auf den aktuellen master, es gibt noch ein paar sachen zu tun, aber ich denk nichts allzu aufwendiges
njaeggi
force-pushed
the
feature/744/membership-invoice-form
branch
2 times, most recently
from
August 19, 2024 14:29
a7820a8
to
9fc8f2f
Compare
amaierhofer
force-pushed
the
feature/744/membership-invoice-form
branch
from
August 20, 2024 10:21
408f9dd
to
33c21fd
Compare
njaeggi
force-pushed
the
feature/744/membership-invoice-form
branch
from
August 20, 2024 13:49
7c3f5c1
to
60a6f8f
Compare
amaierhofer
added a commit
that referenced
this pull request
Aug 21, 2024
* create form and adjsut controller to create external invoice with passed params * imrpove validation of passed params * fix rubocop and cleanup code * Adjust form validation to use active model * remove trailing whitespaces * Add acitve model to validate membership invoice * fix rubocop and adjust translations * change to standard form * implement review * adjust specs and fix rubocop * Some hopefully safe refactorings * Some more refactorings * further cleanup and add some additional specs * Render instead of redirect * further refactoring * cleanup currently_paying method filter * adjust methods in invoice form --------- Co-authored-by: Andreas Maierhofer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: #744
ref core pr: hitobito/hitobito#2761