Skip to content

Commit 9860e45

Browse files
author
Jamilur Rahman
committed
modify: README.md
1 parent 36caf05 commit 9860e45

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ Then, Export:
88
* CSV: [http://localhost:8080/reports/transactions/download?exportType=CSV](http://localhost:8080/reports/transactions/download?exportType=CSV)
99
* DOCX: [http://localhost:8080/reports/transactions/download?exportType=DOCX](http://localhost:8080/reports/transactions/download?exportType=DOCX)
1010

11-
### Download [Jaspersoft Studio](https://community.jaspersoft.com/project/jaspersoft-studio) to modify the template as you like.
11+
### Download [Jaspersoft Studio](https://community.jaspersoft.com/project/jaspersoft-studio) to modify the template (file with .jrxml extension) as you like.
12+
#### Templates are:
13+
* PDF: transaction_report_pdf.jrxml
14+
* EXCEL: transaction_report_excel.jrxml
15+
* CSV: transaction_report_csv.jrxml
16+
* DOCX: transaction_report_docx.jrxml
17+
18+
Open these templates using Jasper Studio & modify as your own. It takes sometime to be familiar with the syntax to design the template. It's similar to HTML but need some practice to make a better design.
19+
Enjoy!

0 commit comments

Comments
 (0)