Job description
A page to count the average packing time of a shipment.
Creating a page to count the average packing time of a shipment in the warehouse. An employee selects his name from a list, then scans into a box one by one all the barcodes of completed shipments.
- Password-free access: selection of his/her name from the list, a box to scan the package number,
- Password access: one window/tab is a preview showing the top 3 packers of the day in real time, a second preview with an editable list of people (in passwordless access they will choose from this list), a third preview, the ability to see what the statistics of all the scanners look like + the ability to rip the entire summary to some csv, the ability to delete archived data, the ability to sort by a specific day.
In the background, probably a database that will count the intervals between pasting parcel numbers:
+ It will react if someone wants to paste the same package number twice,
+ To calculate the number of packed parcels per hour, it will not count the time if the interval between the scanning of parcel numbers is more than 15 minutes