Barcodes/QRCodes for crops4life project and CoopCycle #3
Atala
started this conversation in
Large topics to discuss as a group
Replies: 1 comment
-
Interview with SergeBD Logistics = a customer who is using barcodes. A barcode was linked to a package. One task = several deliveries.We can have :
The process is the following :
_Questions :
UrbantzYou can select package per package what is required for successful delivery, failed delivery, ... (signature, barcode scan, ...) https://www.efarmz.be/fr -> may use barcodes in the futureNeeds to have parcel size for digitalization SD RoadsA transporter as BD logistics. Wants to know the status of each package anytime -> scan at every step. They use their own software. Urbike has written a python scripts to get all SD roads data into Urbantz (and send back the data to SD Roads). It is a cron job. Scan screen proposal for dispatcher
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
State of the art
What is a barcode? What informations does it carries?
There are several types of barcode (1, 2...). So we need to know which barcode we are dealing with because maybe it is a different library for a different item! Each parcel provide may have its own format (example).
Barcode are linked to an item (see Urbantz below), so it seems an order is several items with several barcodes)
What is a qrcode?
QRcode is a 2 dimensional bar code.
Barcode in Urbantz
https://support.urbantz.com/hc/en-us/articles/360007642897-How-to-use-the-advanced-functionalities-of-the-mobile-app-
ProblemS
How is DB Schenker using barcodes?
One barcode = 1 order = several parcels
How is Urbike (coop in Bruxelles) using barcodes?
-> ask Serge for more details about it
Why Crops4Life wants barcodes?
Case 1: I am bringing tomatos to Eraman. I am a producer, i leave tomatos at my town hall. I scan the barcode to show i dropped it off. Town hall scans it to say received. Another producer who is going to Gasteiz goes to pick up up. Town hall scans it to say given away, new producer scans to say picked up. Then when arriving at Gasteiz to eraman, scans to drop off, eraman scans to pickup
Then we consolidate probably. Put some tomatoes in box 1 with stuff for client 1, other tomato’s in box 2 for client 2, etc etc (and mixing with lettuce, onions, whatever from other producers)
Case 2: We now have a bar code for each box which we scan when we take them out for delivery and on drop off
Why Naofood wants barcode on food orders?
Why Coursiers Nantais wants barcode?
Solution
Data Model
A thing that is complicated is that a barcode could be linked to:
Barcode generation
If we want to have a barcode on each and every tasks
Draft
Related issues : #3629
Beta Was this translation helpful? Give feedback.
All reactions