Advertising Invoice Forms / Templates / Line Groups
Prerequisites
In Advertising Setup -> System Parameters, select the option #10, Use Naviga Forms = "Yes". In older versions of Naviga Ad there was an option to use a 3rd party form provider called Fabsoft. These instructions are to use the Naviga HTML forms instead of Fabsoft.
In Setup -> System Tables Setup -> Invoice Form Logos must be confugured before you can select the Default Logo on the template. Default logos can be overwitten on the Product Group or even on the customer account.
If applying grouping to the invoice details is desired, setup for Invoice Template Line Groups should be completed so that the ID's can be referenced in the Invoice HTML. These Groups will be linked to the Products that they apply to. Any products not set with a line group will be included in an "Other" group.

Create Invoice Templates
Navigate to the Advertising module menu Setup -> Advertising Setup -> Advertising Invoice Forms.

You can create a new template by clicking the node “Create New”. Enter a title and description for the template. Select the Print orientation as Portrait or Landscape. Select Default Logo. If you would like the Page number and Invoice Number displayed in the footer, toggle the Yes/No flag to Yes. Ensure that the Active flag is set to "yes" to enable the template for use.
In the HTML tab, paste the provided sample templates and then edit the HTML to modify as needed. Click “Save” to save the template.
Below are sample templates for Performance and Flexible Campaign types.
Invoice Line Groups
In the sample HTML provided, you will find the following in the code:
<!-- #LINES_PRINT_START# -->
<!-- #LINES_PRINT_END# -->
<!-- #LINES_DIGITAL_START# -->
<!-- #LINES_DIGITAL_END# -->The PRINT and DIGITAL must match what you set up in Invoice Template Line Groups for the ID's. If you used different ID's than was used in the example, just edit the code to match what you used.
Group by Package
Beginning in 2023.3, you can group invoices by package. To take advantage of this grouping, instead of the above HTML, you will use the following code lines at the beginning and end of the details:
<!-- #LINES_BY_PACKAGE_START# -->
<!-- #PACKAGE_LINES_START# -->
<!-- #PACKAGE_LINES_END# -->
<!-- #LINES_BY_PACKAGE_END# -->Here are sample templates which use package grouping to use as a guide in setting this up:
Include Ad Image on the Invoice
There are a couple of image related merge tags available on invoices. The first will display a preview of the JPG preview image of the material. The second is used in conjunction with the first for some formatting control. Here are the new tags:
#AD_IMAGE# #IMAGE_TRUE_WIDTH# #IMAGE_TRUE_HEIGHT#
Here is an example of how it might be used - note that I placed it in my sample inside of the "Item" tag of my print lines line groups.

This is a sample of how the above would display across a 2-page invoice:

Include Metadata on the invoice
In 2024.4, the option to add Classified Metadata tags was added to the system for both Invoices and Order Confirmations. Please see documentation on Template Setup for Confirmations for instructions on adding Metadata.
Variable Pricing by Payment Type considerations
If using the Variable Pricing by Payment Type module, please see the Order Confirmation setup page for additional tags available for use with that functionality.
Next steps
Once the invoice template has been created, then it needs to get linked somewhere to be available to use.
Required: Invoice templates get linked to one or more Product Groups.
Optional: Invoice forms can also be used as an override form on an account. This is set at the account level (Advertising node)
Optional: If you are an international media company and send invoices out in multiple languages, the correct form for each language is set up on the Product Group, and the Customer's preferred language is setup on the Account (Name Maintenance -> A/R node)
Last updated
Was this helpful?