-
Notifications
You must be signed in to change notification settings - Fork 6
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
[WIP] shopfloor: zone_picking, show if location are about to be empty #90
[WIP] shopfloor: zone_picking, show if location are about to be empty #90
Conversation
On 'select_line' screen, inform the user that if he process this move line he will empty the location. This could mean for him that he'll be able to retrieve a pallet at the same time without taking one in another place to prepare the goods.
Codecov Report
@@ Coverage Diff @@
## 13.0-shopfloor #90 +/- ##
==================================================
+ Coverage 91.06% 92.63% +1.57%
==================================================
Files 55 55
Lines 3972 3991 +19
==================================================
+ Hits 3617 3697 +80
+ Misses 355 294 -61
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as per UI: what do you have to show?
@simahawk need to show this icon https://fontawesome.com/icons/empty-set if the move line is about to empty its source location ( |
I'll use another one because we are using material design icons ;) |
I'll address the frontend part in a new PR |
…tocamp#90) * shopfloor: zone_picking, show if location are about to be empty On 'select_line' screen, inform the user that if he process this move line he will empty the location. This could mean for him that he'll be able to retrieve a pallet at the same time without taking one in another place to prepare the goods.
On
select_line
screen, inform the user that if he process this move line he will empty the location.This could mean for him that he'll be able to retrieve a pallet at the same time without taking one in another place to prepare the goods.
Issue 1630
TODO: update the frontend to display the new field
empty_location_src
onselect_line
screen. Help me @simahawk, you're my only hope.