From 8f3d096dbae18bacd95796d03b17d4d94a806c85 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 13 Sep 2022 12:05:33 +0700 Subject: jasper report integration --- jasper_reports/static/description/apps.png | Bin 0 -> 28791 bytes .../static/description/create_report.png | Bin 0 -> 23646 bytes .../static/description/data_template.png | Bin 0 -> 9159 bytes jasper_reports/static/description/example.png | Bin 0 -> 205242 bytes jasper_reports/static/description/icon.png | Bin 0 -> 4110 bytes jasper_reports/static/description/index.html | 126 +++++++++++++++++++++ jasper_reports/static/description/jasper_menu.png | Bin 0 -> 83310 bytes .../static/description/jasper_studio.png | Bin 0 -> 187562 bytes jasper_reports/static/description/java_path.png | Bin 0 -> 28631 bytes jasper_reports/static/description/print_report.png | Bin 0 -> 53493 bytes 10 files changed, 126 insertions(+) create mode 100755 jasper_reports/static/description/apps.png create mode 100755 jasper_reports/static/description/create_report.png create mode 100755 jasper_reports/static/description/data_template.png create mode 100755 jasper_reports/static/description/example.png create mode 100755 jasper_reports/static/description/icon.png create mode 100755 jasper_reports/static/description/index.html create mode 100755 jasper_reports/static/description/jasper_menu.png create mode 100755 jasper_reports/static/description/jasper_studio.png create mode 100755 jasper_reports/static/description/java_path.png create mode 100755 jasper_reports/static/description/print_report.png (limited to 'jasper_reports/static/description') diff --git a/jasper_reports/static/description/apps.png b/jasper_reports/static/description/apps.png new file mode 100755 index 0000000..39dec45 Binary files /dev/null and b/jasper_reports/static/description/apps.png differ diff --git a/jasper_reports/static/description/create_report.png b/jasper_reports/static/description/create_report.png new file mode 100755 index 0000000..42ac20d Binary files /dev/null and b/jasper_reports/static/description/create_report.png differ diff --git a/jasper_reports/static/description/data_template.png b/jasper_reports/static/description/data_template.png new file mode 100755 index 0000000..a72efba Binary files /dev/null and b/jasper_reports/static/description/data_template.png differ diff --git a/jasper_reports/static/description/example.png b/jasper_reports/static/description/example.png new file mode 100755 index 0000000..b9ec346 Binary files /dev/null and b/jasper_reports/static/description/example.png differ diff --git a/jasper_reports/static/description/icon.png b/jasper_reports/static/description/icon.png new file mode 100755 index 0000000..6c41ad6 Binary files /dev/null and b/jasper_reports/static/description/icon.png differ 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 @@ + + + +
+
+

Jasper Report

+

This Module Gives The Features for creating Jasper Reports

+
+

+

+ +
+
+
+ +
+
+

Configure Java path

+

In your Odoo web interface, under the Company Data -> Jasper Configuration, add java path.

+
+

+

+ +
+
+
+ +
+
+

Jasper Report Menu

+

In your Odoo web interface, under the Technical section, jasper reports menu is there.

+
+

+

+ +
+
+
+ +
+
+

Jasper Data Template

+

From your Jasper Menu, Create a jasper reports data template file.

+
+

+

+ +
+
+
+ +
+
+

Design Jasper Report

+

In Jasper Studio, import the .xml file which was generated from Odoo and design your Jasper Report as .jrxml.

+
+

+

+ +
+
+
+ +
+
+

Create Jasper Report

+

Create a jasper reports for your module with your .jrxml file.

+
+

+

+ +
+

Demo reports can be founded in jasper_reports/demo folder.

+
+
+ +
+
+

Print Jasper Report

+
+

+

+ +
+
+
+ +
+
+

Example Of Jasper Report

+
+

+

+ +
+
+
+ +
+
+

Jasper Report 'uuid' error

+
+

+

+ Error:
+
+ "Attribute 'uuid' is not allowed to appear in element 'jasperReport'."

+

+

+
+ Solution:
+
+ Solution 1: Open the .jrxml file created and remove uuid attributes.
+ Solution 2: Go to the Jasper Studio --> 'Window' --> 'Preferences'
+ Jasper Studio --> Compatibility --> In the drop down select/apply 'JasperReports 3.5.1' +
+

+

+
+
+
+ + + + + diff --git a/jasper_reports/static/description/jasper_menu.png b/jasper_reports/static/description/jasper_menu.png new file mode 100755 index 0000000..573fe58 Binary files /dev/null and b/jasper_reports/static/description/jasper_menu.png differ diff --git a/jasper_reports/static/description/jasper_studio.png b/jasper_reports/static/description/jasper_studio.png new file mode 100755 index 0000000..16d82de Binary files /dev/null and b/jasper_reports/static/description/jasper_studio.png differ diff --git a/jasper_reports/static/description/java_path.png b/jasper_reports/static/description/java_path.png new file mode 100755 index 0000000..d3b72b1 Binary files /dev/null and b/jasper_reports/static/description/java_path.png differ diff --git a/jasper_reports/static/description/print_report.png b/jasper_reports/static/description/print_report.png new file mode 100755 index 0000000..77fd821 Binary files /dev/null and b/jasper_reports/static/description/print_report.png differ -- cgit v1.2.3