Hi Jan,
You are always so helpful :-) I got the figure in debug mode. It took around 1000ms to render the invoice report. Based on this figure we will be able to figure out which plan to use.
Thanks and have a nice weekend!
Hi Jan,
You are always so helpful :-) I got the figure in debug mode. It took around 1000ms to render the invoice report. Based on this figure we will be able to figure out which plan to use.
Thanks and have a nice weekend!
Hi there,
I am going to subscribe one of the jsreportonline plans, and noticed it says
One report credit represents one second spent in the rendering container.
However I have no idea about the container's performance. How many seconds it will be required to render a simple report (e.g. the Invoice report in the example)?
I have subscribed a free plan, tried rendering the invoice report around 10 times in the past few hours, but the billing info always show $0/200. Not sure how frequently it is updated.
Hi @jan_blaha,
Thank you so much for such a quick response! You guys really have done an amazing job, and provided such a wonderful, accessible and affordable reporting service, really appreciate it.
I have gone through the documents and understand that I can install version control extension and enable version control in a on-prem solution. When accessing https://playground.jsreport.net/ and viewing the examples, I also see a Commit button there.
However, after I signed up and logged into jsreportonline, I cannot find version control related menu items or buttons. Is version control available in jsreportonline?
Thank you for your help.
Hi @bjrmatos, sorry for late reply.
Just an update: the browser-client does not resolve my problem. In iPad Chrome it does open a new tab to show the PDF, but cannot email / share it if the PDF is rendered using a POST method. Symptoms:
I have tried both jsreport.render() and jsreport.download(). All the same.
iPad Chrome is disappointing.
Hi @bjrmatos! Thank you so much! Yes we are sending request to server by ourselves. We just missed the browser-client out as the server API is so easy to use and we just use angular $http to post without going through all docs.
Will give it a try and let you know. Thanks again!
Hello everyone,
I'm facing a tricky problem.
Situation
Any thoughts / alternatives / workarounds are appreciated. Thanks!
@jan_blaha thanks for the info and sorry for late reply :-p
Just an update: it looks that use /studio as the reverse proxy URI in Apache worked, just that the socketio connections broke but the jsreport studio functionalities are still working.
By default jsreport server is hosting port 5488, and when I access http://server:5488/ I got the studio screen. My question: is there a way to configure a base context path for the studio? e.g. http://server:5488/studio?
My project is reverse proxied by an Apache server, and my intention is to reverse proxy the jsreport stuidio as well so that it can be accessed via the unified URL, e.g. http://myhost.com/myproject for my project, and http://myhost.com/jsreport/studio for jsreport studio, therefore if jsreport stuido has such a base context path will make the Apache configuration easier and clearer.
Thanks!