Difference between revisions of "Userlevel:Admin:Procedures:Set up new material shipper"
From ShareHim Documentation
Allan Jensen (Talk | contribs) (Added procedure) |
Allan Jensen (Talk | contribs) (Added custom return address) |
||
Line 4: | Line 4: | ||
*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. | *Set up shipper record in External logins. | ||
+ | *Configure custom return address in System settings (if desired). | ||
*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().<br> | *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().<br> |
Revision as of 12:22, 1 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)
- Set up shipper record in External logins.
- Configure custom return address in System settings (if desired).
- 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().