jsreport
Official distribution of jsreport
An open source platform for designing and rendering various reports.
jsreport is a reporting server which lets developers define reports using javascript templating engines (like jsrender or handlebars). It supports various report output formats like html, pdf, excel and others. It also includes advanced reporting features like user management, REST API, scheduling, designer or sending emails.
You can find more information on the official project website http://jsreport.net
Or see youtube deep dive screencast https://www.youtube.com/watch?v=fhOQ0HPjK6s
Installation
see http://jsreport.net/downloads
npm install jsreport
node node_modules/jsreport --init
npm start
To change environment use cmd set NODE_ENV=development
or use options your IDE provides. If you don't specify node environment jsreport assumes production as default.
##Configuration
jsreport loads dev.config.json
or prod.config.json
configuration file on start up based on nodejs environment. The configuration file is the most common way to adapt jsreport settings like http port. In addition to configuration file you can use also corresponding command line arguments or options passed directly through nodejs code.
See config documentation for details.
##Extensions
The jsreport official distribution includes the most of the currently implemented extensions. However there are still new extensions popping up which are not yet part of jsreport and you may like to additionally install it. See the list of extensions here.
You are also not limited to extensions we provide to you and you can implement your own. See the Implementing custom extension article.
Node.js
You can find documentation for adapting this jsreport distribution using nodejs and also information for integrating it into an existing nodejs application in article adapting jsreport.
This distribution includes many extensions like jsreport studio you may not need. To start from the ground see repository jsreport-core.
##Contributions
jsreport is split into many separated repositories usually representing extensions or other reusable libraries. Please forward your contributions to the dedicated repository.
##Roadmap
~Q2
Ideas for future features...
- drag and drop designer #138
- electron based desktop studio and client application #128
- rewrite studio implementation from requirejs/backbone to more modern webpack/reactjs
- recipes for creating Excel/Word documents using template fields
- export/import extension
- reach the ability to troubleshoot webkit pdf printing issues directly with their sources
Missing a feature? Submit a feature request.
##Licensing
Copyright (C) 2015 Jan Blaha
Do you want to use jsreport for a personal purpose, in a school project or a non-profit organisation?
Then you don't need the author's permission, just go on and use it. You can use jsreport without author's permission
also when having maximum 5 templates stored in jsreport storage.
For commercial projects using more than 5 stored report templates see Pricing page.
Under any of the licenses, free or not, you are allowed to download the source code and make your own edits.