Printing overview

This documentation section covers the essential printer configuration entities for the NP Retail solution. The first step in getting your environment ready for printing is determining what kind of object it is that you need printed.

Reports

Reports are a part of standard Business Central. They are used for gathering all information based on a requested set of criteria in one place, in combination with a specified layout like RDLC, Word, and Excel. They are the best option if you wish to print sales documents, income statements or A5 POS receipts.

Report printing is carried out either with the default printer, or the printer specified in the Printer Selection administrative section in Business Central. PrintNode should be added here

Codeunits

Codeunits are also a part of standard Business Central, but unlike reports, it’s necessary to specify the output layout through methods. NaviPartner has two public interfaces - one for Matrix (codeunit 6060039 “NPR RP Matrix Print”), and the other for Line printing (codeunit 6150960 “NPR RP Line Print”).

Print templates are preestablished document-generating patterns that are populated with data from Business Central tables, and sent to printers. Print templates provide a structured way of mapping data to the output, either through lines or coordinates. In the Print Template Output Setup administrative section, you can map different types of templates to printers.

Examples of the most frequent outputs generated with print templates are:

You can also refer to Print template features to learn more about the tools used for facilitating print template management.

Fully supported printers

The list of printers fully supported by our team is recorded in System Requirements.

See also