This is a demo site that embeds JasperReports Server using the Visualize.js framework
Live Demo: https://www.jaspersoft.com/fresh-delivery
Author(s): Daniel Petzold, Sherman Wood, Mariano Luna, Peter Mcrae
Demo Version: 4.0
The sample is designed to showcase the features of TIBCO Jaspersoft's embedded analytics framework and highlights Visualize.js. I've used a set of reports that are included in this sample that depend on the Foodmart Sample dataset that is provided in the standard trial installation of JasperServer Professional.
Essentially this is a demo app (Fresh Delivery) with a set of reports integrated within. It runs form a WebServer since it only uses HTML and Javascript so there is no specific requirements for the webserver. If you would like to use a hosted version of this application, please visit: https://www.jaspersoft.com/fresh-delivery
./js-import.sh --input-zip FRESHDELIVERY_PATH/JasperServerResources/repoExport.zip
<tomcat-home>/webapps/jasperserver-pro/WEB-INF/classes/jasperreports.properties
com.jaspersoft.jasperreports.highcharts.function.properties.allowed=true
psql -p 5432 -U postgres -d foodmart -a -f FRESHDELIVERY_PATH/JasperServerResources/foodmart-store-update.sql
http://localhost:8080/jasperserver.pro
since that is normally not the case you will need to change this. For example if your jasperserver is located in http://my.jasperserver.com:8080/jasperserver.pro
just open a terminal and enter:
$ sed -i 's~localhost~my.jasperserver.com~' /var/www/html/freshdelivery/go-green.html
$ sed -i 's~localhost~my.jasperserver.com~' /var/www/html/freshdelivery/top-sellers.html
$ sed -i 's~localhost~my.jasperserver.com~' /var/www/html/freshdelivery/healthy-choices.html
/config/config.json
true
. Do not select “use an Expression” unless you are going to use one for setting this property.Copyright (C) 2005 - 2018 Jaspersoft Corporation - All rights reserved.
Unless you have purchased a commercial license agreement from Jaspersoft, the following license terms apply:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.