[11.0][ADD] Batch report printing

This commit is contained in:
Bhavesh Odedra
2019-10-17 18:35:41 +05:30
parent 9ffa21c838
commit 912fc102cc
15 changed files with 817 additions and 0 deletions

View 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.

View File

@@ -0,0 +1,3 @@
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
* Balaji Kannan <bkannan@opensourceintegrators.com>
* Daniel Reis <dreis@opensourceintegrators.com>

View File

@@ -0,0 +1,3 @@
The development of this module has been financially supported by:
* Open Source Integrators

View 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.

View File

View 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.