Actions to be done
Moving pallets
- Move pallets to where they are supposed to go and take note of their numbers and placements
- Run the tool
tools/move_pallets
and follow the instructions there
Printing pallet labels
- Print labels by running
tools/print-pallet-label FIRST LAST 'Room where stuff comes from'
where first and last is the number of the pallet you wish to print
Printing pallet contents
- Print contents by running
tools/print-content ID
where ID is the number of the pallet you wish to print - Fasten the contents to the pallet with a stapler
Documenting pallet content
- Create a new pallet description by running
tools/new-content PALLET_NUMBER
- Add lines (preceeded by '*') as needed in the content section
- Save the description
- Exit the editor (this will make a
git add/commit
of the description)