Merged
Conversation
Current Code Coverage Percent of this PR:83.23 %Files having coverage below 100%
|
Contributor
|
@apoorv1316 Please test this PR. |
apoorv1316
requested changes
May 19, 2022
Collaborator
There was a problem hiding this comment.
@sudeeptarlekar Few concerns
- The amount is showing wrong after clicking on the edit invoice button. You can see in the video the amount was 5000 but it's showing 10,000.
- Even after changing the due date of an invoice it's showing I guess the default due date on the invoice edit page. Also, I was not able to change the due date on the edit invoice.
https://www.loom.com/share/41e0d39a7a604c3db0054940ebd8a747
8862d9b to
6f52d83
Compare
Contributor
Author
|
@apoorv1316 Fixed bugs, let me know if I am missing something. |
apoorv-mishra
approved these changes
May 20, 2022
Contributor
apoorv-mishra
left a comment
There was a problem hiding this comment.
LGTM after resolving conflicts.
6f52d83 to
205444c
Compare
Contributor
|
@sudeeptarlekar Please resolve the conflicts on this PR. |
Collaborator
|
@sudeeptarlekar This still has bugs on editing discount. Please see the loom video https://www.loom.com/share/006958646bdf4a6eb3e1e980baadd316 |
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
Signed-off-by: sudeeptarlekar <[email protected]>
b423df0 to
2f89699
Compare
Signed-off-by: sudeeptarlekar <[email protected]>
vipulnsward
pushed a commit
that referenced
this pull request
Feb 15, 2026
* Added routes for invoice edit Signed-off-by: sudeeptarlekar <[email protected]> * Added Edit invoice components Signed-off-by: sudeeptarlekar <[email protected]> * Added invoice total component Signed-off-by: sudeeptarlekar <[email protected]> * Added edit invoice components Signed-off-by: sudeeptarlekar <[email protected]> * Added invoice Total component Signed-off-by: sudeeptarlekar <[email protected]> * Added update invoice api call in react app Signed-off-by: sudeeptarlekar <[email protected]> * Added invoice line items in edit invoice page Signed-off-by: sudeeptarlekar <[email protected]> * Corrected subtotal calculation Signed-off-by: sudeeptarlekar <[email protected]> * Removed Rubocop error Signed-off-by: sudeeptarlekar <[email protected]> * Removed ESLint errors Signed-off-by: sudeeptarlekar <[email protected]> * Corrected discount input Signed-off-by: sudeeptarlekar <[email protected]> * Removed blank file Signed-off-by: sudeeptarlekar <[email protected]> * Fixed amount bug Signed-off-by: sudeeptarlekar <[email protected]> * Fixed invoice discount and tax issue Signed-off-by: sudeeptarlekar <[email protected]> * Fixed discount bug Signed-off-by: sudeeptarlekar <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Notion card
https://www.notion.so/saeloun/Edit-Invoice-05b8cca4cf234559a51c3d49f7c39573
Summary
Added Edit invoice page
Preview
Type of change
How Has This Been Tested?
Test cases for APIs were already in place.
Checklist: