Skip to content

Print labels with barcodes from PartKeepr CSV export

License

Notifications You must be signed in to change notification settings

Jakst3r/partkeepr-label-gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

partkeepr-label-gen

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:

  1. Clone and run npm install

  2. Install zint

  3. Open PartKeepr parts view

  4. Click “Custom Export”. Add columns name and storageLocation.name. Save exported data.

  5. Feed the resulting csv to the script:

    ./index.js -i input.csv -o output_folder_name
    
  6. Open output_folder_name/index.html and print it.

  7. Optionally, edit template/page.html to adjust the layout

Here is how it looks (parts from PartKeepr demo):

About

Print labels with barcodes from PartKeepr CSV export

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • HTML 35.8%