If you’re interested in customizing your work order’s print template, you’ll need to customize the job-specific print templates that it uses using Microsoft Word.
BEFORE YOU BEGIN: You may want to download the default print templates for the different job types from vintrace. Although you could create a print template from scratch, we recommend that you download the default print template from vintrace and edit it as needed. This approach is particularly helpful if you only want to make minor adjustments to the default templates.
To customize a job-specific print template:
- Open the DOCX file.
- Place your cursor where you want to add a tag.
- Enter the tag by either copying and pasting it from our Print Template Tags article, or manually typing it in.
The tags that are available for the following templates are detailed in our Print Template Tags article.
|
|
Users with a multi-winery license can specify which print templates are available at each winery. Refer to our Configuration for Multi-Winery Support article for details.
Helpful Tips
Below are some tips to keep in mind when you're editing the print templates.
- Be sure that each tag that you add to the template is enclosed within the double curly braces (i.e., {{ or }})
- The contents of the template must be enclosed within the {{TableStart:info}} and {{TableEnd:info}} tags.
- If you want to apply any formatting (e.g., bold, italics, etc.), be sure to apply the formatting to the tag.
Mini Templates
Mini templates provide a way to include information that may be relevant to multiple jobs. For example, the Additions mini template inserts a table with the additive, rate of add, add amount, and addition notes. This mini template can be included in the templates for different jobs such as multi additions, multi topping, multi transfer, and rack and return.
You can include the Additions mini template in other templates by including the appropriate tag. For example, to include the additions table for the destination vessels in a multi transfer template, you’d need to add the {{VesselDetails}} and {{AdditionsList}} tags.
Below is an example of a generated work order for a multi transfer. By including the {{VesselDetails}} tag, the work order displays the two destination vessels for the transfer: a tank and a barrel group. The vessel details included for the tank displays the dip measurement table. The vessel details included for the barrel group displays the barrels list. Because the template also included the {{AdditionsList}} tag, the additions for each vessel are also displayed.
The tags that are available for the following mini templates are detailed in our Print Template Tags article.
- Additions
- Analysis details
- Barrels addition
- Barrels list
- Bin details
- Dip measurements
- Simple tanker details
- Tanker details
- Transfer additions
- Transfer to tank
Lists in a Print Template
Several of the job-specific templates include a tag that enables you to include a list of items. For example, the multi additions template has a tag for including a wine list.
If you want to add a tag that inserts a list into your print template, be sure to enclose the content and tags that you want to display for each list item with {{TableStart:<listName>}} and {{TableEnd:<listName>}}.
In the following example, the {{TableStart:wineList}} and {{TableEnd:wineList}} tags surround a table that displays information about the vessel, batch code, treatment, and product state.
When this print template is used, the table that displays information about the vessel, batch code, treatment, and product state will be repeated for each entry in the wine list. In the example below, the table is repeated for the two vessels in the multi additions list.
In the example below, the opening and closing tags are in the same row of a table. This example uses the bomItems tag to include a list of the Bill of Materials in a packaging template.
The bill of materials for each stock item in the packaging operation displays in a single row.