QuickEasy BOS includes a module to create and update document templates. These templates are used for Output in modules. For more on Output, click here.
The QuickEasy Form Designer is a component that was created by Digital Metaphors.
A tutorial on how to use Reportbuilder can be downloaded from this link - Learning Reportbuilder.
Learning ReportBuilder is a complete learning system designed to teach end users how to build a range of reports. This system includes a 125-page PDF file, a stand-alone application complete with a database, and a help file.
This category covers Template creation. Templates are used to format the layout of documents that are output from QuickEasy. Two platforms are used:
The principles of design apply to Template design. An easy-to-remember acronym for the four most important principles of design is C.R.A.P.
Click this link for a short design tutorial on C.R.A.P. design.
The above tutorial is only a drop in the ocean of what is freely available online.
Most Templates will include images for company logos, diagrams, etc. The resolution of an image is measured in dots per inch abbreviated to dpi. High resolution equals high quality but also equals large file size - so we need to find the correct balance of quality versus file size.
Ideally Images that are used on templates should be the lowest resolution required to produce the best quality on the printing device that will output the document. For home and office printers, this is 150dpi or 59dpc (dots per cm) at final size - in other words, using images with a higher resolution will only increase the file size and not the output quality.
Click this link for free Image Editing Software - Paint.Net
Click this link for free photo re-sizing software - FastStone Photo Resizer
Vector Drawings - Inkscape
The QuickEasy Form Designer provides the tools to create and update document templates.
Main Menu > Home > QuickEasy From Designer
For more about the QuickEasy Form Designer, click here.
The layout on a Template is determined by Bands, each with their own properties and behaviours:
Data Pipelines are used to access data which needs to be displayed on the document - ie. it connects the template to the QuickEasy database. The Data Pipelines can be viewed in the Data Tree in the top right of the Form Designer. The Data Tree lists the pipelines grouped according to module.
Each Data Pipeline contains a list of fields. These fields are displayed in the panel below the Data Tree and can be dragged directly onto a Template.
It is recommended that you always preview a Template, in the module for which it has been created, before you open the Form Designer - this ensures that all the Data Pipelines and their corresponding fields are visible in the Data Tree.
Every Component in the Form Designer has a number of Properties, including the Report, Bands, Sub-Reports, Regions and other visual elements. Properties determine the look and feel as well as the behaviour of components. This topic covers the most commonly used Properties in the Form Designer.
To view the Report Properties, click the icon in the top left where the rulers meet.
This is used to display text, numbers and dates in a single line. Commonly used properties include:
NB. Avoid using Autosize = True;
These components are used to display text in multiple lines. The Memo component is used to display plain text and the RichText component is used to display rich text. Commonly used properties include:(DB)Memo/(DB)RichText
This is to display images on a report. Following are some of the commonly used properties.
NB. Avoid setting the Transparent property = True - this might cause unexpected results when exporting the template to PDF; Avoid using Autosize = True; Always set Report > PDF Settings > Scale Images = False;
Lines can be added to a Report to separate and group components and to create grids. Useful properties include:Lines
NB. The Alignment, Distribution and Size tools are very useful when creating tables with Lines. The height and width of a Line does not affect how it will be displayed - the height and width must be set to the minimum that enables easy selection of the line.
This is to create a summary of values displayed in the Detail Band. The type of summary is set using DBCalcType. Options include: Sum, Max, Min, Average, Count.DBCalc
NB. When a DBCalc is used to display a summary ahead of the Detail Band, the LookAhead property needs to be checked and the Report > PassSetting must be set to psTwoPasses.
System variables are mostly used to show page numbers and the time and date a document was created. The most important properties are:System Variable
VarType
A SubReport is used to nest reports or to group multiple Reports into one Report. All the properties used for a Report (see above) also apply to a SubReport. And in addition, the following properties are commonly used:
NB. When the SubReport PrintBehavior property is set to pbChild, the Visible Property on the SubReport Header and Footer Bands is unchecked. If the PrintBehavior property is changed to pbSection, the Header and Footer Visible properties need to be manually checked.
A Region is used to group a number of components so that they move together in response to changes in other dynamic components. They are also useful for managing the behaviour of components when a Report runs into multiple pages. Commonly used properties include:Region
NB. Check the Report Tree to ensure components are nested in a Region and not just overlapping the Region.
Main Menu > Setup > Staff > Edit > Settings > Other Settings > QuickEasy Form Designer - Access Allowed.