A small app that creates barcode labels for each box on a given Recept
To use simply copy the url to the specific recipt and click Generate
it will send all labels
associated with the PO to our hotfolder to print the labels
On the left of the application, you can reprint individual labels and correct any mistakes, either from on the PO side or on my end. It is pre-populated with label data. The label output is 4x6
git clone https://github.com/DaveanandMannie/inventory-barcodes.git
- Install dependencies with
pip install -r requirements.txt
- Run the build script with your target path
python build.py <target path>
- Note On Windows there might be an issue if there are spaces in the path. If encountered wrap path with
""
- Note On Windows there might be an issue if there are spaces in the path. If encountered wrap path with
- Edit
.env
with the defaults;HOTFOLDER_DIR
, andDEFAULT_PDF_DIR
. Downloads - Optionally You could create a shortcut of
Receiving_Barcode_Generator.exe
to place on your desktop
- Download and extract the
.zip
- Edit
.env
with the defaults;HOTFOLDER_DIR
, andDEFAULT_PDF_DIR
. Downloads - Optionally You could create a shortcut of
Receiving_Barcode_Generator.exe
to place on your desktop
Very simple logging to a text file in the root dir