-
Notifications
You must be signed in to change notification settings - Fork 3
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
time and error reducing dividing (uses a barcode scanner) #98
Comments
Cool :) That would require a mobile interface with a barcode scanner. I propose to postpone this for a bit, and focus on working with printed lists for now. |
now without barcode scanner procedure:
and the software (in recieving screen) prints a list with how much of this wholesale package to put in what member crate e.g. then start again with new wholesale package the idea behind this method of working is to save time putting the products into the members crates in a precise way without spending time on organizing the products per category and per product to count |
This is present in the order screen, "sort by articles", which displays a list of ordergroup amounts for each article.
|
that is not what i mean. this is a way of working per wholesale package, not per product. the most mistakes are made with products who look alike, |
dividing products in wholesale packaging takes a lot of time and is a place where a lot of mistakes happen. to reduce the time spend on deviding products and reduce mistakes
problems:
proposed solution: divide per single wholesale package using a barcode scanner
procedure:
and the software (in recieving screen) shows how much of this wholesale package to put in what member crate e.g. 2 pieces, crate nr 34
and the software shows the next action e.g. 5 pieces, crate nr 28
this until the end of the wholesale package
then start again with new wholesale package
The text was updated successfully, but these errors were encountered: