jsreport

javascript based business reporting platform

LGPL-3.0 License

Downloads
350.1K
Stars
1.2K
Committers
17

Bot releases are hidden (Show)

jsreport - 0.9.1

Published by pofider almost 9 years ago

  • jade support thanks to @bjrmatos jsreport-jade
  • jsreport-fs-store preview of the future default file system based templates storage
  • mongodb extracted into the separate repository jsreport-mongodb-store
  • configurable content disposition header #129
  • static resources #131
  • phantom pdf printing triggers thanks to @bjrmatos #116
jsreport - 0.8.4

Published by pofider about 9 years ago

Fix cross cross compatibility (linux/window) issues for stored images

jsreport - 0.8.3

Published by pofider about 9 years ago

support for npm 3 and node v4
command line rendering without requirement to start the server

jsreport - 0.8.2

Published by pofider about 9 years ago

  • process.env.PORT now takes precedence over configuration, this simplifies installation for nginx and iis
  • allow console.log in scripts
  • fixes and support for long reports
jsreport - 0.8.1

Published by pofider about 9 years ago

Major change - The rendering now runs in dedicated process by default. This is rather slower but more reliable in corporate environments with proxy enabled. You can find here how to configure jsreport to reuse worker processes and increase the performance

https://github.com/jsreport/jsreport/blob/master/config.md

This release also enabled licensing extension which gives warning for missing license when using more then 5 templates, see pricing for enterprises here http://jsreport.net/buy

jsreport - 0.7.2

Published by pofider over 9 years ago

Hotfix for previewing unsaved templates in studio

jsreport - 0.7.1

Published by pofider over 9 years ago

#90 xlsx support for multiple worsksheets
#95 better cycles handling in child templates
#96 fix rendering from browser
#88 using template name instead of shortid in API

updated toner dependencies, mongo provider fixes required for jsreportonline upgrade

jsreport - 0.7.0

Published by pofider over 9 years ago

  • introduced jsreport toner package
  • strategies for phantom and script manager to run in dedicated processes instead of internal http servers
jsreport - 0.6.4

Published by pofider over 9 years ago

  • fix memory leak #78
jsreport - 0.6.3

Published by pofider over 9 years ago

  • removed files that accidentally got into the jsreport NPM package
jsreport - 0.6.2

Published by pofider over 9 years ago

  • fix windows installer
jsreport - 0.6.1

Published by pofider over 9 years ago

  • remove the requirement for having a configuration file, it should run without config file as well
jsreport - 0.6.0

Published by pofider over 9 years ago

  • include client-app extension
jsreport - 0.5.0

Published by pofider over 9 years ago

  • #67 increased limit for input data to 20MB
  • #65 fixed XLSX recipe
  • #61 allows scripts to run for child templates
  • #60 add new configuration options to be able to run jsreport on OpenShift
  • #58 improve support for running jsreport on subpath
  • fixed rendering pdf into a placeholder in embed.js render
jsreport - 0.4.2

Published by pofider over 9 years ago

Patch with fix for reports extension: #62, #63

jsreport - 0.4.1

Published by pofider over 9 years ago

Patch with fix for html to xlsx recipe: #59

jsreport - 0.4.0

Published by pofider over 9 years ago

  • Resources extension
  • Scripts can call report rendering
  • Minor bug fixes
  • Dependencies updated to the latest versions
jsreport - 0.3.0

Published by pofider over 9 years ago

Bug fixes and improvements
#50, #49, #46, #52 , #42,

Major code refactoring

jsreport - 0.2.10

Published by pofider over 9 years ago

Support for debugging

jsreport - 0.2.9

Published by pofider over 9 years ago

Hotfix restricting dependency for the new incompatible request module.