-
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
revert: "refactor!: drop e-invoicing integration from erpnext" #29480
Merged
nextchamp-saqib
merged 12 commits into
frappe:develop
from
nextchamp-saqib:revert-drop-einvoicing
Jan 31, 2022
Merged
revert: "refactor!: drop e-invoicing integration from erpnext" #29480
nextchamp-saqib
merged 12 commits into
frappe:develop
from
nextchamp-saqib:revert-drop-einvoicing
Jan 31, 2022
Conversation
This file contains 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 reverts commit 8ed6338.
nextchamp-saqib
requested review from
ankush,
deepeshgarg007,
marination and
rohitwaghchaure
as code owners
January 27, 2022 14:44
nextchamp-saqib
removed request for
rohitwaghchaure,
ankush,
marination and
deepeshgarg007
January 27, 2022 14:45
Codecov Report
@@ Coverage Diff @@
## develop #29480 +/- ##
===========================================
- Coverage 58.36% 58.33% -0.04%
===========================================
Files 1091 1096 +5
Lines 67899 68746 +847
===========================================
+ Hits 39629 40102 +473
- Misses 28270 28644 +374
|
ankush
reviewed
Jan 28, 2022
ankush
reviewed
Jan 28, 2022
nextchamp-saqib
force-pushed
the
revert-drop-einvoicing
branch
from
January 28, 2022 11:28
3678a9a
to
a1f3dc4
Compare
@Mergifyio backport version-14-beta-pre-release |
✅ Backports have been created
|
nextchamp-saqib
added a commit
that referenced
this pull request
Jan 31, 2022
…release/pr-29480 revert: "refactor!: drop e-invoicing integration from erpnext" (backport #29480)
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.
Bringing back e-invoicing integration into v14 as the beta is being released.
The development of the Indian regional app developed by @sagarvora would include e-invoicing integration. So until the app is ready, e-invoicing has to stay in v14
This PR will restore the doctypes & custom fields deleted in the previous PR (#26940)
Also, port new fixes & features of e-invoicing from v13 branch
#27375, #28084, #28418, #28547, #28235