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

Optional Sales Tax #5370

Merged
merged 22 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
748b123
Include first version of 2023 optional state sales tax
liwenxin491 Nov 26, 2024
d7f344a
Include dirst version of 2023 optional state sales tax
liwenxin491 Nov 26, 2024
fcf8296
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Dec 3, 2024
4e67499
State abbreviation and Enum file to define income level
liwenxin491 Dec 3, 2024
0da5bcb
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Dec 9, 2024
7698708
Add variables and test for state sales tax
liwenxin491 Dec 10, 2024
37d62e4
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Dec 19, 2024
a18f21a
update state sales tax enum file
liwenxin491 Dec 19, 2024
805fcf7
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Jan 6, 2025
c6200ef
make changes to state_sales_tax (rename the labels) and add changelog
liwenxin491 Jan 6, 2025
e739f3c
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Jan 7, 2025
e17cd31
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Jan 21, 2025
57f9f0f
change the number to words for income bracket
liwenxin491 Jan 21, 2025
9f509de
The formula cannot be called in state_sales_tax_income_bracket.py
liwenxin491 Jan 21, 2025
866ec4b
add period breakdown to state_sales_tax.yaml
liwenxin491 Jan 21, 2025
8f05530
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
liwenxin491 Jan 23, 2025
5f35264
pass the test of state sales tax income bracket
liwenxin491 Jan 23, 2025
b5284ed
add teh state and local tax computation - convert income bracket to m…
PavelMakarchuk Jan 24, 2025
2605fac
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
PavelMakarchuk Jan 24, 2025
0d07d70
minor
PavelMakarchuk Jan 24, 2025
e339200
test fix
PavelMakarchuk Jan 24, 2025
ea9a307
test fix
PavelMakarchuk Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog_entry.yaml
liwenxin491 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Loading