-
Notifications
You must be signed in to change notification settings - Fork 176
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
there are few bugs if I am not wrong in the subtotal of the invoice #1
Comments
@amarcin3 Back When I was learning, I created the same project. if you would like to check here's the link Invoice Generator. |
@kishanmodi Well, you have made some things work, but you also broke it a bit. When you delete the row above it breaks all the rows below. I know it was like a "one day project", and It won't be used as an actual invoice maker for any company, so it's fine. |
Still there was error in subtotal calculation, Can @johnuberbacher u assign me this issue? |
Just add these lines in InvoiceForm component and it will fix all issue
i am also not an expert😅 |
When I checked the functionality of your app while I was trying to replicate your project, I encountered a few bugs.
Subtotal is not calculating the remaining items other than the first one
Showing wrong precision
Subtotal is not updated in the preview invoice as well.
I may be wrong as I am a beginner in react. Do check out these issues.
The text was updated successfully, but these errors were encountered: