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

fix(proposal): tax rate in invoice preview #612

Merged
merged 6 commits into from
Feb 25, 2025
Merged

Conversation

cristinafrombr
Copy link
Collaborator

@cristinafrombr cristinafrombr commented Feb 25, 2025

The issue regarding lack of updates was happening with non-euro currencies.

Screen.Recording.2025-02-25.161500.mp4

Issue regarding decimal was related to how when the tax rate is typed, it returns a simple number e.g. '9' for 9%. But when it is fetched from products in backend, it's represented as '900' for 9%. I was previously not aware of the first scenario, and now code should be handling both.
Screenshot 2025-02-25 165515

Copy link

changeset-bot bot commented Feb 25, 2025

🦋 Changeset detected

Latest commit: e332d54

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@monite/sdk-react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cristinafrombr cristinafrombr changed the title Bugfix/tax rate (bugfix)tax rate Feb 25, 2025
@cristinafrombr cristinafrombr marked this pull request as ready for review February 25, 2025 16:00
@cristinafrombr cristinafrombr changed the title (bugfix)tax rate (proposal) bugfix: tax rate Feb 25, 2025
@cristinafrombr cristinafrombr changed the title (proposal) bugfix: tax rate (proposal) bugfix: tax rate in invoice preview Feb 25, 2025
@marcperezmonite marcperezmonite changed the title (proposal) bugfix: tax rate in invoice preview fix(proposal): tax rate in invoice preview Feb 25, 2025
@marcperezmonite marcperezmonite merged commit f5b1017 into main Feb 25, 2025
15 of 17 checks passed
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.

2 participants