Worked again, thanks mate
felipebossolani
@felipebossolani
Posts made by felipebossolani
-
RE: Best way to control a git repo
Worked. Thanks!
I just added data/samples/* to gitignore. Is there any way to avoid samples creation during npm install && npm start?
-
Best way to control a git repo
Hi, I would like to start to version control my jsreport templates. Im using git by command line.
Should I control data folder (im using fs templates) only?
If yes then what is the best approach for new devs in the project?
1- install jsreport
2- git clone inside it and rename folder to data?Thanks
-
RE: Child template data doesn`t show
@jan_blaha Thanks for your reply.
I used Detailed Stock Report example as my guide and it`s working well. I need something like that: lot of differents sub-reports, header, footer, page numbers etc.
Will work for me. I imagine will be hard to reuse it in another report thats the main reason that I really want to use child templates.Regards,
-
Child template data doesn`t show
Hi All, I'm new in JSReports and I'm doing some tests to replace our Jasper Reports to JSReports.
I created a child template and it's works well when I try to render it. I added the template inside another template and now the child data doesn`t appears. Only the header.
What am I doing wrong?I created a playground that simulates it: https://playground.jsreport.net/w/felipebossolani/SOKRsubw