Merge lp:~elbati/report-print-send/fix_base_report_to_printer_description into lp:~report-print-send-core-editors/report-print-send/6.1

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 4
Proposed branch: lp:~elbati/report-print-send/fix_base_report_to_printer_description
Merge into: lp:~report-print-send-core-editors/report-print-send/6.1
Diff against target: 40 lines (+27/-3)
1 file modified
base_report_to_printer/__openerp__.py (+27/-3)
To merge this branch: bzr merge lp:~elbati/report-print-send/fix_base_report_to_printer_description
Reviewer Review Type Date Requested Status
Stefan Rijnhart (Opener) Approve
Review via email: mp+138795@code.launchpad.net

Description of the change

For some reason, I lost the updated description in some previous commit

To post a comment you must log in.
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks for the updated description!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'base_report_to_printer/__openerp__.py'
2--- base_report_to_printer/__openerp__.py 2012-12-04 11:05:15 +0000
3+++ base_report_to_printer/__openerp__.py 2012-12-07 17:57:25 +0000
4@@ -25,9 +25,33 @@
5 'name': "Report to printer",
6 'version': '0.1',
7 'category': 'Generic Modules/Base',
8- '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.
9-
10- For more info: http://planet.domsense.com/en/2011/10/linking-openerp-to-cups-printers-base_report_to_printer/""",
11+ 'description': """
12+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.
13+
14+Configuration
15+=============
16+
17+.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/printing-menu.png
18+ :width: 400 px
19+
20+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.
21+
22+In the next step you will configure the reports to send to the printers.
23+
24+.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/reports.png
25+ :width: 400 px
26+
27+Through the report form you can define the system’s behaviour while producing the report.
28+
29+.. image:: http://planet.domsense.com/wp-content/uploads/2011/09/report-configuration.png
30+ :width: 400 px
31+
32+You can set a global behaviour, or differentiate it according to the user who’s 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).
33+
34+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.
35+
36+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
37+""",
38 'author': 'Agile Business Group & Domsense, Pegueroles SCP, NaN',
39 'website': 'http://www.agilebg.com',
40 'license': 'AGPL-3',

Subscribers

People subscribed via source and target branches