-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Merge] Merging tax rates #71244
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
Merged
Merged
[Merge] Merging tax rates #71244
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
8677040
display tax rate in merge details page
dominictb dc95254
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb bd346d2
auto calculate tax amount when selecting tax rate or amount
dominictb cee6050
auto calculate tax amount when selecting tax value
dominictb 20274b3
centralize merge tax logic
dominictb 33185a3
fix typescript check
dominictb 93172bf
fix unit test
dominictb 8d646ca
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 7b3c393
remove redundant conversion
dominictb 62289d9
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 2175bce
only show policy specific fields for supported reports
dominictb 0294213
update merge transaction in Onyx after calculating tax
dominictb 9fc1c60
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb d0c7366
fix typecheck
dominictb 03493a6
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 84cbc1b
revert: only show policy specific fields for supported reports
dominictb b7d9c6b
sort eligible transactions list by creation data
dominictb 3e06a58
save tax optimistically
dominictb 60471e1
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 552fafe
fix lint
dominictb b83e50e
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb d4011de
refactor: define list of derived merge fields
dominictb ec9047a
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb dea773e
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 877dd0e
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 899649a
use comment.udfs
dominictb e0a2343
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 6411b17
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 7ba8864
remove redundant changes
dominictb a29850e
incrementally update tax and amount based on selection
dominictb 3ce7d2f
send taxCode to Transaction_Merge API
dominictb ea683dc
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 130ff06
fix unit test
dominictb 37ef137
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 67f0e96
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb d14c2b4
fallback tax rate
dominictb e44f919
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 5638769
auto merge taxAmount
dominictb 25ada60
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 1ea0682
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 331bb46
fix unit test
dominictb 6af2fd0
fix source transaction tax name is missing
dominictb 347d5a9
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 823cc4c
fix typecheck
dominictb 9bbc0ff
fix typecheck
dominictb 70cd447
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb cd3db94
fix: tax does not show in confirm step if target policy does not supp…
dominictb 25d6e32
fix failed checks
dominictb a86b07e
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 2b75594
do not use transactionThreadReport
dominictb bdf1c69
rely on selectedTransactionByField to know which policy does the sele…
dominictb 90bec5b
handle selectedTransactionByField in auto merge case
dominictb 4c3c29e
fix unit test
dominictb 86db0f3
fix unit test
dominictb 8d68975
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 2ab992a
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb a98bb1b
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb a7cb2bb
fix tax push row missing description
dominictb 27557e4
fix: tax is auto merged even when target transaction does not have ta…
dominictb 2b15531
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb ef15ad3
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 027d737
lint
dominictb 496e727
lint
dominictb 0d8581f
get sourceTransactionReport from useMergeTransactions
dominictb 08a5a9d
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 86d0b4c
use snapshot policy data
dominictb 0e59988
Revert "fix tax push row missing description"
dominictb bcce786
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 7e86943
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 7d56278
update transaction report ID based on selection
dominictb 2a4cbb5
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 6328a3b
Revert "fallback tax rate"
dominictb 6518595
fix: do not reset selectedTransactionByField
dominictb ca76e87
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb b909921
fix lint
dominictb f12a935
compute taxName on selection
dominictb 97bec70
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 8d88494
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 02fbb14
fix lint
dominictb 10ed005
fix lint
dominictb 0e348f1
remove lint silent
dominictb 847b063
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 4f45a0b
fix: tax does not show in confirmation step
dominictb 07a2c7c
fix unit test
dominictb 6a7da5e
fix: get correct report and policy for unreported expenses
dominictb ff306de
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb f319cd2
pass taxPolicyID param
dominictb 48f006c
fix typescript check
dominictb da1544f
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 064603d
fix typescript
dominictb b7476bd
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb 9b00da0
Merge branch 'main' of github.com-dominictb:dominictb/epsf-app into f…
dominictb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.