mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[WIP] Commit before rebase on latest #109 for user and view updates
Migration of printer_tray to v11 and integration with base_report_to_printer
This commit is contained in:
@@ -8,18 +8,25 @@ Report To Printer
|
||||
|
||||
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:
|
||||
|
||||
* globaly
|
||||
* globally
|
||||
* per user
|
||||
* per report
|
||||
* per user and report
|
||||
@@ -47,12 +54,17 @@ rights to give users the ability to view the print menu.
|
||||
Usage
|
||||
=====
|
||||
|
||||
To show all available printers for your server, use the
|
||||
`Settings/Configuration/Printing/Update Printers from CUPS` wizard.
|
||||
* To update the CUPS printers in *Settings > Printing > Update Printers
|
||||
from CUPS*
|
||||
* If you want to print a report on a specific printer or tray, you can change
|
||||
these in *Settings > Printing > Reports* to define default behaviour.
|
||||
* If you want to print a report on a specific printer and/or tray for a user, you can
|
||||
change these in *Settings > Printing > Reports* in
|
||||
*Specific actions per user*
|
||||
* Users may also select a default action, printer or tray in their preferences
|
||||
|
||||
|
||||
Then go to the user profile and set the users printing action and default
|
||||
printer.
|
||||
When no tray is configured for a report and a user, the
|
||||
default tray setup on the CUPS server is used.
|
||||
|
||||
Caveat
|
||||
------
|
||||
@@ -62,7 +74,7 @@ displayed for the deprecated report types (RML, Webkit, ...).
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/144/9.0
|
||||
:target: https://runbot.odoo-community.org/runbot/144/11.0
|
||||
|
||||
|
||||
Known issues / Roadmap
|
||||
|
||||
Reference in New Issue
Block a user