My company just bought the enterprice licence .
Now i want to know how to use the key in Js report .
And apart from multiple templates what are the other benefits of enterprise version
Yugam Gogia
@Yugam Gogia
Posts made by Yugam Gogia
-
Jsreport licence use
-
RE: JS Report server auto shut down?
@jan_blaha ,
Getting error while doing Jsreport win-install$ jsreport win-install
Platform is win32
Installing windows service "jsreport-server" for app..
Error: Command failed: "E:\Cartos_Main\Report\js-report\js-report\node_modules\winser-with-api\bin\nssm64.exe" install "jsreport-server" node server
'"E:\Cartos_Main\Report\js-report\js-report\node_modules\winser-with-api\bin\nssm64.exe"' is not recognized as an internal or external command,
operable program or batch file.at ChildProcess.exithandler (child_process.js:275:12) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:925:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) {"killed":false,"code":1,"signal":null,"cmd":"\"E:\\Cartos_Main\\Report\\js-report\\js-report\\node_modules\\winser-with-api\\bin\\nssm64.exe\" install \"jsreport-server\" node server"}
And how to see logs on linux server where it is deployed
-
RE: JS Report server auto shut down?
@jan_blaha ,Our Service is hosted on Linux server.
But the same issue with my local on windows, i got the logs from Event viewer
if Idle timout is causing this issue ,then what is the solution.
Please ignore the logged time ,as this is the first time i got this issue. -
RE: JS Report server auto shut down?
@jan_blaha ,
m also facing similar issue,
This is the server log in my local,it automatically exit from the process :2018-05-11T05:22:36.020Z - debug: Zipping prepared xml files into C:\Users\YUGAM~1.GHO\AppData\Local\Temp\jsreport\50840340-54db-11e8-908c-efa5b6c219fa.xlsx requestId=7
2018-05-11T05:22:36.093Z - debug: Successfully zipped now. requestId=7
2018-05-11T05:22:37.399Z - debug: Skipping storing report. requestId=7
2018-05-11T05:22:37.408Z - info: Rendering request 7 finished in 2071 ms requestId=7
2018-05-11T05:29:50.605Z - debug: OData update on templatesProcess finished with exit code 1
Do you know how to avoid this.
-
RE: customFormat attribute in handlebar for xlsx recipe
@bjrmatos any idea on this thread?
-
customFormat attribute in handlebar for xlsx recipe
What is the attribute for custom format in jsreport xlsx recipe
As i want to fill the column with some color format.
My XML for my sample template looks like
-<sheetData><row r="1" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="2" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="3" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="4" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="5" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="6" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="7" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="8" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="9" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="10" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="11" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="12" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="13" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
<row r="14" x14ac:dyDescent="0.25" customFormat="1" s="1"/>
</sheetData>
but customFormat= " " is not working in my handlers
Is there any alternate name for this -
RE: [Error] While adding data in template
I'm using Webstorm ...
if you try starting the server from normal cli console (without IDE), does it work? No it didnt but i tried on some other machine it was working.
One more doubt,for sake if i have 2 Tables and data on these tables is dynamic as we dont know how many rows it will populate(based on the json data we get)
How do i get to know the starting index of second table where i need to start entering the data.(with osme function in helper i mnot getting the actual index)
Can you pleas help @administrators
-
RE: [Error] While adding data in template
Thanks @bjrmatos for very detailed answer on styles.(It worked for me after reading your refrences)
Coming to helpers when i run my report with my local IDE code,the produced excel is not taking the helper function.
I think my IDE is not taking the reference of helpers.js in handlebar.
Do we need to add anything in config file or what.
I'm stuck on this without helper function my work will not move.
-
RE: [Error] While adding data in template
ok i can take one more try with what you are reffering or if i can create the same template in js report with style ..if yes can you give me one example for styling the excel with jsreport
Also how do i include helper function in my content.handlebar in my IDE code.In playground it works but locally in IDE it is not working.
@bjrmatos any idea .