[FIX] base_report_to_printer description

This commit is contained in:
unknown
2012-12-08 15:57:09 +01:00
committed by Stefan Rijnhart

View File

@@ -25,9 +25,33 @@
'name': "Report to printer",
'version': '0.1',
'category': 'Generic Modules/Base',
'description': """Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module allows to send reports to a printer attached to the server. Settings can be configured globaly, per user, per report and per user and report.
'description': """
Extracted from printjob ( http://apps.openerp.com/addon/1727 ), this module allows to send reports to a printer attached to the server. Settings can be configured globaly, per user, per report and per user and report.
For more info: http://planet.domsense.com/en/2011/10/linking-openerp-to-cups-printers-base_report_to_printer/""",
Configuration
=============
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/printing-menu.png
:width: 400 px
First of all, you have to load CUPS printers in OpenERP. You can use a wizard that retrieves them automatically. You just have to click on Update Printers from CUPS and printers will appear within the available printers list.
In the next step you will configure the reports to send to the printers.
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/reports.png
:width: 400 px
Through the report form you can define the systems behaviour while producing the report.
.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/report-configuration.png
:width: 400 px
You can set a global behaviour, or differentiate it according to the user whos printing. In the example, the global behaviour defines to send the report to client directly (Send to Client), therefore without sending it to the printer. But if user elbati is printing, the report will be sent to the selected printer (Send to Printer).
You can also define a default behaviour associated to the user, in order to establish whether a certain user, when not differently set, wants to send the reports always to a specific printer or not.
After finishing the configuration, you will just have to click on printing button associated to the report (or launch the report by a wizard or whatever) and the system will automatically send the report to the previously set printer
""",
'author': 'Agile Business Group & Domsense, Pegueroles SCP, NaN',
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',