Difference between revisions of "Userlevel:Admin:Procedures:Set up new material shipper"

From ShareHim Documentation
Jump to: navigation, search
(Added custom return address)
Line 3: Line 3:
 
*Shipper must have a Dymo LabelWriter printer.  
 
*Shipper must have a Dymo LabelWriter printer.  
 
*Shipper must install DYMO Label software, minimum version 8.3.0.xxx, on the computer from which they want to print the labels. (Firefox browser extensions is no longer needed)  
 
*Shipper must install DYMO Label software, minimum version 8.3.0.xxx, on the computer from which they want to print the labels. (Firefox browser extensions is no longer needed)  
*Set up shipper record in External logins.  
+
*Ensure shipper has a record in People table that can be used.
*Configure custom return address in System settings (if desired).
+
*Set up shipper record in External shippers, and link it to the People record.  
*Determine rules for when this shipper should be used and program that into the system, typically in the functions&nbsp;issue_material_for_shipping() and assign_campaign_site().<br>
+
*Determine rules for when this shipper should be used and program that into the system, typically in the functions&nbsp;issue_material_for_shipping() and assign_campaign_site().

Revision as of 12:05, 21 February 2012

Set up new material shipper

  • Shipper must have a Dymo LabelWriter printer.
  • Shipper must install DYMO Label software, minimum version 8.3.0.xxx, on the computer from which they want to print the labels. (Firefox browser extensions is no longer needed)
  • Ensure shipper has a record in People table that can be used.
  • Set up shipper record in External shippers, and link it to the People record.
  • Determine rules for when this shipper should be used and program that into the system, typically in the functions issue_material_for_shipping() and assign_campaign_site().