-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat: editable purchase invoice #37194
feat: editable purchase invoice #37194
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #37194 +/- ##
===========================================
- Coverage 66.76% 66.73% -0.04%
===========================================
Files 793 794 +1
Lines 62423 62515 +92
===========================================
+ Hits 41679 41717 +38
- Misses 20744 20798 +54
|
@GursheenK I've added some logic to remove references on Repost Doctypes upon parent doc deletion, so that it doesn't block document deletion action. Rest of the changes LGTM 👍 |
6fa4600
to
ed7f67b
Compare
@GursheenK @ruthra-kumar backport to v14 as well please? |
…-37194 feat: editable purchase invoice (backport #37194)
Enable updating selected fields in Purchase Invoice after submit and reposting the accounting entries.
Similar to Editable Sales Invoices - #32625
no-docs