-
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: provision to close the Work Order #28150
Merged
rohitwaghchaure
merged 17 commits into
frappe:develop
from
anupamvs:manufacturing-work-order-stop
Nov 9, 2021
Merged
feat: provision to close the Work Order #28150
rohitwaghchaure
merged 17 commits into
frappe:develop
from
anupamvs:manufacturing-work-order-stop
Nov 9, 2021
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
anupamvs
requested review from
ankush,
marination and
rohitwaghchaure
as code owners
October 29, 2021 11:57
Codecov Report
@@ Coverage Diff @@
## develop #28150 +/- ##
============================================
+ Coverage 39.13% 55.19% +16.06%
============================================
Files 1117 1117
Lines 66494 66520 +26
============================================
+ Hits 26021 36715 +10694
+ Misses 40473 29805 -10668
|
@anupamvs please add description and fix sider issues |
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
October 31, 2021 09:12
048f774
to
e290fe0
Compare
Now list view should hide closed WOs by default? |
@Mergifyio backport version-13-pre-release |
@Mergifyio backport version-13-hotfix |
🟠 Waiting for conditions to match
|
🟠 Waiting for conditions to match
|
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 2, 2021 07:09
6ed4d81
to
530a0f4
Compare
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 2, 2021 07:16
84cda62
to
59e4fd9
Compare
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 2, 2021 07:23
ac94a44
to
e36da4d
Compare
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 2, 2021 15:13
9b063e9
to
9c0906f
Compare
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 3, 2021 07:58
756c235
to
9b4c7e4
Compare
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 3, 2021 08:11
4ee3ad9
to
ba47bd0
Compare
rohitwaghchaure
added
the
squash
Meant to tell reviewers that this PR should be squashed into a single commit while merging.
label
Nov 9, 2021
rohitwaghchaure
previously approved these changes
Nov 9, 2021
anupamvs
force-pushed
the
manufacturing-work-order-stop
branch
from
November 9, 2021 05:21
38dd4ab
to
663a7af
Compare
✅ Backports have been created
|
✅ Backports have been created
|
rohitwaghchaure
added a commit
that referenced
this pull request
Nov 9, 2021
…se/pr-28150 feat: provision to close the Work Order (backport #28150)
rohitwaghchaure
added a commit
that referenced
this pull request
Nov 9, 2021
…-28150 feat: provision to close the Work Order (backport #28150)
asoral
pushed a commit
to asoral/erpnext
that referenced
this pull request
Nov 12, 2021
…-release/pr-28150 feat: provision to close the Work Order (backport frappe#28150)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Added a provision to permanently close a Work Order. It can not be restarted once it is closed.
[no-docs]