mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[11.0][ADD] Batch report printing
This commit is contained in:
17
report_batch/readme/CONFIGURE.rst
Normal file
17
report_batch/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
We can configure this module in following two ways:
|
||||
|
||||
1st Way
|
||||
=======
|
||||
|
||||
* Create a Report or edit existing report from Settings > Users & Companies >
|
||||
Batch Reports
|
||||
* Add sequence number and select parent report or design your own batch report.
|
||||
* Select subreport to add reports and save it.
|
||||
|
||||
2st Way
|
||||
=======
|
||||
|
||||
* Active developer mode. Go to Settings > Technical > Actions > Reports.
|
||||
* Create or edit report and select related model.
|
||||
* Jump on "Batch report" tab and add subreport one by one.
|
||||
* Drag up and down and arrange a sequence of report. Save it.
|
||||
3
report_batch/readme/CONTRIBUTORS.rst
Normal file
3
report_batch/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
|
||||
* Balaji Kannan <bkannan@opensourceintegrators.com>
|
||||
* Daniel Reis <dreis@opensourceintegrators.com>
|
||||
3
report_batch/readme/CREDITS.rst
Normal file
3
report_batch/readme/CREDITS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
The development of this module has been financially supported by:
|
||||
|
||||
* Open Source Integrators
|
||||
3
report_batch/readme/DESCRIPTION.rst
Normal file
3
report_batch/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
This module will allow to to print multiple QWeb reports in a single batch.
|
||||
For example, picking, packing, reports needs to be printed together
|
||||
in a single batch.
|
||||
0
report_batch/readme/ROADMAP.rst
Normal file
0
report_batch/readme/ROADMAP.rst
Normal file
15
report_batch/readme/USAGE.rst
Normal file
15
report_batch/readme/USAGE.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
If we configure it like following values:
|
||||
|
||||
* Name = Picking Batch Report
|
||||
* Model = Transfer
|
||||
* Template Name = my.picking_batch_report
|
||||
* Add subreport = Delivery Slip and Picking Operations
|
||||
* Save it.
|
||||
|
||||
To get results:
|
||||
|
||||
* Go to Inventory > Operations > Transfers
|
||||
* Open one record or select multi records.
|
||||
* Click on "Print" option near by "Action".
|
||||
* Print "Picking Batch Report"
|
||||
* We will get delivery slip and picking operations report together.
|
||||
Reference in New Issue
Block a user