Configuring Document Footers: Difference between revisions
(Created page with '== Configuring Document Footers with a Signature (JPEG image) == === Location of Images for Signature === Make sure the JPEG image is located in the neosys/data/xxx folder (wh…') |
|||
Line 31: | Line 31: | ||
In the "Media Types File", add a new line in the "Order Footer" and add the script | In the "Media Types File", add a new line in the "Order Footer" and add the script | ||
<img src = imagename.jpg></img> | <img src = imagename%COMPANYCODE%.jpg></img> | ||
and "imagename%COMPANYCODE%" will be converted to "imagenameXYZ" where "XYZ" stands for the company code in capitals. | and "imagename%COMPANYCODE%" will be converted to "imagenameXYZ" where "XYZ" stands for the company code in capitals. |
Revision as of 15:08, 7 August 2011
Location of Images for Signature
Make sure the JPEG image is located in the neosys/data/xxx folder (where "xxx" is the database code)
Single Company Installation
In the Media / Job Configuration File, Scroll down to the Invoice Footer field under the Invoicing section and add the script
<img src = imagename.jpg></img>
where "imagename.jpg" is the name of the JPEG image.
Booking Orders
In the "Media Types File", add a new line in the "Order Footer" and add the script
<img src = imagename.jpg></img>
where "imagename.jpg" is the name of the JPEG image.
Multiple Company Installation
In the Media / Job Configuration File, Scroll down to the Invoice Footer field under the Invoicing section and add the script
<img src = imagename%COMPANYCODE%.jpg></img>
and "imagename%COMPANYCODE%" will be converted to "imagenameXYZ" where "XYZ" stands for the company code in capitals.
Booking Orders
In the "Media Types File", add a new line in the "Order Footer" and add the script
<img src = imagename%COMPANYCODE%.jpg></img>
and "imagename%COMPANYCODE%" will be converted to "imagenameXYZ" where "XYZ" stands for the company code in capitals.