bezlio / bezlio-gallery

Collection of bezls that you can import and use in your Bezlio account
MIT License
3 stars 0 forks source link

Shipping Worker - Picklist #35

Closed aellis closed 6 years ago

aellis commented 6 years ago

This will be for a digital picklist. User should input a date range for the ship by date and it will return all of the items to ship. When tapping on an entry, it should expand out and show the locations that inventory can currently be picked from. Here is the query spec out for development:

o Create a query to do a picklist. Make a date range for the ship by date. For each line also include the inventory locations.

gramang commented 6 years ago

@aellis We have Updated query, please check and confirm PickList.txt

OnlyAGhost commented 6 years ago

Digital Picklist.txt

@NDMO @kmansfield I need to bug squash in webapp since portal is kind of buggy I would like to replace it out ASAP. The queries are already done, Nick can you add the date filter and then Kevin can you just make it look better?

NDMO commented 6 years ago

@OnlyAGhost @aellis When clicking on a part, if there is no warehouse associated with it, do you want the warehouse grid to display something? currently it is displaying nothing, could be seen as not working in the customer eyes. Also do you want a default query to run when the bezl is first started? or do you want it to require a date entry?

OnlyAGhost commented 6 years ago

@NDMO When it first opens run the query, we are pulling all the data in and filtering it in JS (since thats the only way to make it universal currently). Start with the current month of the filter.

NDMO commented 6 years ago

Digital Picklist.txt Ready for that design work @kmansfield

kmansfield commented 6 years ago

@NDMO @OnlyAGhost @aellis

Working on styling it now.

I love Nick's suggestion about setting it to display something in the supply column when clicking on a part and there is no warehouse associated with it.

We can also add a Bootstrap contextual class (primary, success, warning, etc.) to the table row on the demand side when it is clicked. This would change the color of the clicked row to the color of the contextual class. Note the dummy row I placed into this image:

table-rows

This would help the user keep track of the item clicked and also reinforce the idea that it's working. Blue is the info class in Bootstrap that I used here. We could also do success and danger classes to show green if a part is available at a warehouse, and red if it's not.

Thoughts? If we wanted to work this out, I would want help with the js, cause I don't wanna go messing around these functions.

OnlyAGhost commented 6 years ago

I think all that looks great! Love adding that context in there

kmansfield commented 6 years ago

Labor Entry.txt

@NDMO Here's that Bezl. I want to go with Bootstrap's active class for context, which is just gray. I left it in there for reference if you need it, so just delete that dummy row I added to the demand table when you're done.