-
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
fix: Required Changes to Support e-Waybill Generation for Material Transfer Return #43061
Merged
vorasmit
merged 6 commits into
frappe:develop
from
Ninad1306:update_fields_for_stock_entry
Oct 22, 2024
Merged
fix: Required Changes to Support e-Waybill Generation for Material Transfer Return #43061
vorasmit
merged 6 commits into
frappe:develop
from
Ninad1306:update_fields_for_stock_entry
Oct 22, 2024
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
vorasmit
reviewed
Sep 9, 2024
Ninad1306
force-pushed
the
update_fields_for_stock_entry
branch
from
September 9, 2024 07:00
ab14a73
to
bc38c52
Compare
This pull request has been automatically marked as inactive because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Ninad1306
changed the title
fix: Supplier Required for Stock Entry Return
fix: Required Changes to Support e-Waybill Generation for Material Transfer Return
Oct 10, 2024
vorasmit
added
squash
Meant to tell reviewers that this PR should be squashed into a single commit while merging.
backport version-15-hotfix
labels
Oct 22, 2024
vorasmit
added a commit
that referenced
this pull request
Oct 22, 2024
…-43061 fix: Required Changes to Support e-Waybill Generation for Material Transfer Return (backport #43061)
frappe-pr-bot
pushed a commit
that referenced
this pull request
Oct 23, 2024
# [15.39.0](v15.38.4...v15.39.0) (2024-10-23) ### Bug Fixes * "show_remarks" checkbox in Process statement of accounts ([f7717c9](f7717c9)) * added validation for UOM must be whole number (backport [#43710](#43710)) ([#43712](#43712)) ([60ffcd0](60ffcd0)) * Call super onload_post_render inside pos_invoice.js ([1281d9d](1281d9d)) * coupon code validation logic ([aeaadb1](aeaadb1)) * **deferred_revenue:** Escape account in query ([fac27d9](fac27d9)) * do not make new depreciation for fully depreciated asset ([ddb38db](ddb38db)) * Freeze Screen on load invoices on POS Closing Entry ([f343d5a](f343d5a)) * get party advance amount based on account ([b673377](b673377)) * get period estimate till service end date ([148d7e7](148d7e7)) * get stock accounts from the doc instead of db in validate_stock_accounts ([39387e9](39387e9)) * incorrect amount in bank clearance ([52be45c](52be45c)) * lead create opp from connection not working ([9e56f21](9e56f21)) * list view and form status not same for purchase order (backport [#43690](#43690)) ([#43692](#43692)) ([a33d553](a33d553)) * only show pay button for specific doctype in portal ([d2e5b2a](d2e5b2a)) * party_balance based on company in payment entry ([04fbcc6](04fbcc6)) * remove extra space ([50dd8d9](50dd8d9)) * removed unmerged patches ([2e0cf36](2e0cf36)) * Required Changes to Support e-Waybill Generation for Material Transfer Return ([#43061](#43061)) ([2205ae8](2205ae8)) * show total amount on report summary ([ab20344](ab20344)) * use correct variable in error message (backport [#43790](#43790)) ([#43792](#43792)) ([879b2b7](879b2b7)) * Workspace link for Work Order Consumed Materials report (backport [#43753](#43753)) ([#43754](#43754)) ([1fa9030](1fa9030)) ### Features * added assignee email field in asset maintenance log ([a3b8f97](a3b8f97))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport version-15-hotfix
squash
Meant to tell reviewers that this PR should be squashed into a single commit while merging.
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.
Requirement:
India Compliance will now also be supporting E-way bill for
Material Transfer
and other Stock Entry purposes.So for
Stock Entry Return
supplier details will be required for E-way bill generation.Expected Working:
Material Transfer
and and itsInward
Stock Entry.