Table of Contents |
---|
...
For information on finding the available tokens in your EngageIP system and creating custom invoice tokens see the Invoice Template Design Overview article.
Custom tokens make use of existing database tables or views in the database or based on custom views that are created to show specific information.
Once a custom token is created and associated to an invoice template, any invoices generated using that template will include the data from the custom token in the XML that is generated. That data in the XML can then be called out in the XSLT template for display or calculations on the invoice itself
To add a custom invoice token:
Go to Setup tab
Click link ‘Custom Invoice Token’
Click ‘Add’
Type Name of custom token, this will reflect on your invoice template configuration page
Enter the table name OR the view name that the data is coming from
Select the invoice identifier - this tells the system to return data specific to InvoiceID or UserID
Click Save
To add a custom token to an invoice template:
Go to Setup tab
Click ‘Invoice Template’ link
Click the link of the template you wish to add the custom token to
Scroll to the bottom section named ‘Custom invoice Token’
Click Add
Locate and add the token you just created
To use the data from the custom token do this:
Go to an invoice that makes use of the template that was updated
Open and Close the invoice to generate the XML and reload the data which will now include the new token data
Update the template itself to make use of the new XML data as needed
Render the invoice on the customer again to reflect the updated template changes
To view the XML data to confirm the data exists that you need, go to the account, check the box beside an invoice that was opened / closed, and click ‘XML’ button. Open the file in Notepad to see all the data that can be extracted or used on the invoice template.
Invoice Optimization
How to optimize your configuration for for database space efficiency and overall system speed
...
Configuration for Receipt Printing
Enter a template under Setup/Branding to enable receipt printing
Install the receipt printer driver on the appropriate computers
Notice: the name of the printer must include the word "Receipt". If no installed printers contain this word then receipt printing will not be available. If multiple printers contain the word the first one found will be used (the order is not predictable)Go to AdminPortal and log in
Configure the browser to allow unsigned ActiveX controls. Under Tools/Internet Options click the Security tab and click the "Custom Level" button. Set the "Download unsigned ActiveX Controls" to "Prompt" and save the changes
Go to the Transactions page
Click the security notification message at the top of the browser window
Click "Install ActiveX Control..."
When the security warning dialog comes up click the Install button
When it finishes installing the Receipt button should be available on the Payments list
You can use "Tools/Manage Add-ons..." to verify that the ReceiptPrinterControl was correctly installed
Troubleshooting
Errors On Invoice Template Save
...