Development tools : Transaction editor : Voucher printing : Designing printing template : Designing printing template: printing on blanket papers
  
Designing printing template: printing on blanket papers
This task is usually used to print a list of account balance which is bound with a list data and the printed voucher will be changed as the dynastic data. This scenario is loop printing. You should design the voucher from table borders to voucher texts. A loop printing template store the list in a List container, which includes header, body, and footer. A template:
Must have only one List container and one body.
Can have multiple headers or footers.
Procedure
1 Add Label and Line widget in the panel container to display information outside the list as you want.
Set line height and width as you want in bound.Height and bound.Widget properties.
If you want to draw a dashed line, set at least two numbers in line Dash properties. The first number indicates the width of line part; the second indicates the width of blanket part, and so forth if there are more numbers.
This graphic is described in the surrounding text.
Set Label and Line widget to shown in every page, first page or last page as you want in show Page properties.
2 Click the List container on the Palette and then click the editing area to create list. You can set its size and location as you want in Properties panel.
3 Add Label and Line widgets in the List container to draw the table.
4 Set Label dataName as the list data.
This graphic is described in the surrounding text.
5 Save the file.
Go up to
Designing printing template