Skip to content

vlad-ivanov-name/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published