This tool generates a page with labels and barcodes from PartKeepr CSV export. It is meant to be used in an environment where each part has its own storage location.
Usage:
-
Clone and run
npm install
-
Install zint
-
Open PartKeepr parts view
-
Click “Custom Export”. Add columns
name
andstorageLocation.name
. Save exported data. -
Feed the resulting csv to the script:
./index.js -i input.csv -o output_folder_name
-
Open
output_folder_name/index.html
and print it. -
Optionally, edit
template/page.html
to adjust the layout
Here is how it looks (parts from PartKeepr demo):