Primer zgradbe izpisa 241
Structure of Document Printout
We will consider structure of printout '241 - Invoice' that is in the program menu 'Goods| Issue| Document | Document (e.g. 300 - Sale)'.
1) Band of type ReportTitle named Title: This band will be printed in the beginning of printout (if there will be anything in it). Nothing is defined in it, but you can add objects in it.

2) Band of type Page Header named Master: In this band, which will be displayed at the top of each page, the company image is defined, 2 objects with our company information, set in the administration panel, Objects "mOseba1" and "mOseba2", which define the information about the recipient and the buyer and are placed so that they are printed in the envelope window and the invoice information.

3) Bands of type Child contain "Text" objects in which text of different length or even no text is displayed For example "bPredracun" (prepayments), "bDobavnica" (delivery details) ...

4) Band of type Header: A band in which are displayed columns descriptions (MasterData and Detail Data type bands).

5) Band of type MasterData: A band displaying the values of the fields from the main query on which the report was prepared. In our example fields: "acIdent", "acName","acQty" ...
6) Bands of type DetailData (Details): A band showing the values of the subquery fields on which the report was prepared. In our case, this is the information about the specification (if item has it) and consists of the "acident", "acName", "acQty", ... fields.

7) Band of type ReportSummary: the band in which we print summaries of the report, in our example an invoice. In this band, there are usually total sums, averages, .... On our printout, for example, Total invoice value - Total "fVrednost", "fPopust, "fDavek", ... The fields in this band are mostly filled from the program code.

8) Band of type PageFooter: the band in which we display the page number and the number of all pages of the report.
