Skip to content

Zileyy/Package-Tracking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking App



Tracking App is my personal passion project. It is used for tracking packages, updating packages info, updating location and more.

This contains:
Site for clients - using tacking number to see current location of your package.
Desktop Admin App - editing package data.
Python Populate Script - Script that I've made to populate database with dummy data.


Since it would be very hard for someone to understand this project without my DB sturucture. I whill explain it shortly.

Site for clients


On our site for clients we are prompted with simply inupt field that takes Tracking Number.



When Tracking number entered we get following information : Cargo type, Tracking Number, Location where it's sent from, Location where it's currently, Location where it's going to be delivered at, date when it's sent, date when it's recieved.



Desktop Admin App


In our Admin App we assign EAN-13 barcodes to our packages, we use those EAN-13 codes to indetify and update data of that package in our DB. Which is going to be relfected on website.

We are first presented with simple login.


When logged in we have three functions.
Check Package - which basically does same as site just checks EAN13 instead of Tacking Number.
Assign EAN 13 - We scan barcode and assign it to the package.
Change Package Info - We change current location of package or any other info.




Python Populate Script


In python main.py script we basically change for loop range to wanted quantity of database entries.
By calling function from util.py called populate() we generate fresh row of data and write it to our DB.
DB credentials could be entered in database.py



DB structure


Columns in maindb -> tracking (table)


Columns in maindb-> auth (table)


Example of dummy data in tracking table


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published