Hi Team,
Since JSREPORT is a node.js application, and thus if I need to scale it up on a multi-CPU core machine in production environment, I can use things like PM2, or Kubenetes/Dockerize them? is this the recommended way?
Thank you.
Hi Team,
Since JSREPORT is a node.js application, and thus if I need to scale it up on a multi-CPU core machine in production environment, I can use things like PM2, or Kubenetes/Dockerize them? is this the recommended way?
Thank you.
Hi Team,
Say I get a one-time Ent License, and after the 6 months free upgrade period, I want to upgrade, does it mean I have to pay the full amount again, or there is some delta upgrade plan available?
Thank you.
O I see, thank you very much. I am almost done with my very difficult report reproduction in JSREPORT.
Ready to purchase the license. :)
I can show an asset image ok in page header, but it is only on the 1st page only... strange...
any clue? Thank you.
Here is the sample.
https://playground.jsreport.net/w/harrisonleong/ezCxmDCa
O... I found the answer... it has to be {{../eso_no}}
Thanks!
Thank you Sir. Here it is.
https://playground.jsreport.net/w/harrisonleong/ezCxmDCa
In the header-footer template, the group information can be shown but not the element in req.data.
So the testing below cannot get the value {{eso_no}}
Submission No : {{group.eso_no}}<br>
Testing No : {{eso_no}}<br>
Hum... even when the data is prepared in a script function beforeRender(req, res) dynamically?
If my data is defined like this. My attempt to show {{eso_no}} in header template does not work.
req.data = {
"eso_no": "HAL-1600218",
"versionDate": versionDate,
"tShipper": tShipper,
"items": result
}
However, if I create a group in the main template.
{{{pdfCreatePagesGroup eso_no=eso_no versionDate=versionDate}}}
then I can show {{group.eso_no}} in the header template.
Thank you.
Hi Team,
I am learning from the Showcase - Stock Report.... I notice that the header-footer are showing value defined in group .e.g {{group.fullName}}
Can header-footer actually refer to data in req.data directly, or defining group is the only way to pass information to header-footer template?
Thank you very much.
Hi Team,
Is there a way to use environment variable in script, so that I can choose to load development or production remote data?
Thank you very much.