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

Excise credit #186927846 #4418

Merged
merged 2 commits into from Apr 10, 2024
Merged

Excise credit #186927846 #4418

merged 2 commits into from Apr 10, 2024

Conversation

embarnard
Copy link
Contributor

No description provided.

has_valid_ssn = primary.ssn.present? && !primary.has_itin?
has_valid_agi = direct_file_data.fed_agi <= (filing_status_mfj? || filing_status_hoh? ? 25_000 : 12_500)
has_valid_ssn && has_valid_agi
def disqualified_from_excise_credit_df?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

niceee these are so much better

Copy link

Heroku app: https://gyr-review-app-4418-4c80cf9ba51f.herokuapp.com/
View logs: heroku logs --app gyr-review-app-4418 (optionally add --tail)

@embarnard embarnard marked this pull request as ready for review March 28, 2024 19:35
Comment on lines +245 to +246
max_credit = 100
max_credit -= @intake.household_excise_credit_claimed_amt if @intake.household_excise_credit_claimed_yes? && @intake.household_excise_credit_claimed_amt.is_a?(Integer)
Copy link
Contributor

Choose a reason for hiding this comment

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

i like

jenny-heath and others added 2 commits April 9, 2024 11:57
Co-authored-by: Jenny Heath <jheath@codeforamerica.org>
Co-authored-by: Martha Pidcock <mpidcock@codeforamerica.org>
@jenny-heath jenny-heath merged commit 94b3303 into main Apr 10, 2024
8 checks passed
@jenny-heath jenny-heath deleted the excise-credit-#186927846 branch April 10, 2024 18:27
jenny-heath added a commit that referenced this pull request Apr 12, 2024
2024-04-12 Last release of tax season 2024

* Send reject resolution message on 4/13 and 4/22 for clients that have been notified of rejection and not yet been accepted (#4479)
* Update GYR banner for closing season (#4473)
* Always showing download button after April 25 #187355990  (#4481)
* Post-Deadline notification (#4475)
* Pre-Deadline notification (#4469)
* truncate 3rd party designee name (#4462)
* Change logic for Reminder notification (#4447)
* Close fyst #187355990 (#4472)
* Fix submission and skip flaky tests #187278919 (#4468)
* Refine AZ excise credit #186927846 (#4418)
* pre-populate w2 info (#4457)
* Center content on desktop #186632607 (#4444)
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.

None yet

2 participants