Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 739 Bytes

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):