mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
25 lines
767 B
ReStructuredText
25 lines
767 B
ReStructuredText
This module allows users to send reports to a printer attached to the server.
|
|
|
|
It adds an optional behaviour on reports to send it directly to a printer.
|
|
|
|
* `Send to Client` is the default behaviour providing you a downloadable PDF
|
|
* `Send to Printer` prints the report on selected printer
|
|
|
|
It detects trays on printers installation plus permits to select the
|
|
paper source on which you want to print directly.
|
|
|
|
Report behaviour is defined by settings.
|
|
|
|
You will find this option on default user config, on default report
|
|
config and on specific config per user per report.
|
|
|
|
This allows you to dedicate a specific paper source for example for
|
|
preprinted paper such as payment slip.
|
|
|
|
Settings can be configured:
|
|
|
|
* globally
|
|
* per user
|
|
* per report
|
|
* per user and report
|