summaryrefslogtreecommitdiff
path: root/jasper_reports/static/description/index.html
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-09-13 12:05:33 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-09-13 12:05:33 +0700
commit8f3d096dbae18bacd95796d03b17d4d94a806c85 (patch)
treeae90032724dabe417b907db43145639e6df9565f /jasper_reports/static/description/index.html
parent0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 (diff)
jasper report integration
Diffstat (limited to 'jasper_reports/static/description/index.html')
-rwxr-xr-xjasper_reports/static/description/index.html126
1 files changed, 126 insertions, 0 deletions
diff --git a/jasper_reports/static/description/index.html b/jasper_reports/static/description/index.html
new file mode 100755
index 0000000..74cc7f3
--- /dev/null
+++ b/jasper_reports/static/description/index.html
@@ -0,0 +1,126 @@
+<html>
+
+<body>
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Jasper Report</h2>
+ <h3 class="oe_slogan">This Module Gives The Features for creating Jasper Reports</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="apps.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Configure Java path</h2>
+ <h3 class="oe_slogan">In your Odoo web interface, under the Company Data -> Jasper Configuration, add java path.</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="java_path.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Jasper Report Menu</h2>
+ <h3 class="oe_slogan">In your Odoo web interface, under the Technical section, jasper reports menu is there.</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="jasper_menu.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Jasper Data Template</h2>
+ <h3 class="oe_slogan">From your Jasper Menu, Create a jasper reports data template file.</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="data_template.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Design Jasper Report</h2>
+ <h3 class="oe_slogan">In Jasper Studio, import the .xml file which was generated from Odoo and design your Jasper Report as .jrxml.</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="jasper_studio.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Create Jasper Report</h2>
+ <h3 class="oe_slogan">Create a jasper reports for your module with your .jrxml file.</h3>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="create_report.png">
+ </div>
+ <p class="oe_mt32">Demo reports can be founded in jasper_reports/demo folder.</p>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Print Jasper Report</h2>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="print_report.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Example Of Jasper Report</h2>
+ <div class="oe_row_img oe_centered oe_mt32" align="center">
+ <p class="oe_mt32">
+ </p>
+ <img class="oe_picture oe_screenshot" src="example.png">
+ </div>
+ </div>
+ </section>
+
+ <section class="oe_container oe_dark">
+ <div class="oe_row">
+ <h2 class="oe_slogan">Jasper Report 'uuid' error</h2>
+ <div>
+ <p class="oe_mt32">
+ <h4>
+ <b> Error:<br/>
+ <br/>
+ "Attribute 'uuid' is not allowed to appear in element 'jasperReport'."</b><br/>
+ </h4>
+ <h4>
+ <b><br/>
+ Solution: <br/>
+ <br/><b>
+ Solution 1: Open the .jrxml file created and remove uuid attributes. <br/>
+ Solution 2: Go to the Jasper Studio --> 'Window' --> 'Preferences' <br/>
+ Jasper Studio --> Compatibility --> In the drop down select/apply 'JasperReports 3.5.1'
+ </b>
+ </h4>
+ </p>
+ </div>
+ </div>
+ </section>
+
+
+</body>
+
+</html>