No I'm asking is it possible to create order template from samples can be create using components.if yes can you please share an example.also what do you mean by complex template because in documentation it is saying components are using for reusable template and for complex template.can please explain what do mean by complex template and reusable.can please show me example??
Reshma Jacob
@Reshma Jacob
Posts made by Reshma Jacob
-
RE: Can you please explain about components in jsreport
-
Can you please explain about components in jsreport
Hi sir ,
I haven't used components in jsreport till now.can please tell me in which scenario components are using?
Is it used for long reports?
I'm actually following order template (the sample template you are providing) , because we call api for getting data for our template. -
RE: Is it possible to use repository like GitHub ,bit bucket as store for report templates?
Can you please show me one example?.where I have to use/app/data.Sorry sir i didn't get your point?
Also we are running jsreport in AWS by using docker.So how to mention our store information is from git in docker file?
Right now we are using mongo db as store for jsreport.but it is little expensive so I want to switch to file system (ie, fs store).Also by performance wise which one is better fs store or mongo db store?. please help
-
Is it possible to use repository like GitHub ,bit bucket as store for report templates?
Hi sir,
Is it possible to use repository like GitHub, bit bucket as store( file system) for storing report templates? -
Template stored in aws s3 editing externally
We are using jsreport in our application using docker and templates are stored in aws s3 bucket but after modifying the template from our application's HTML editor the changes is not reflecting in jsreport studio and in report preview. In order to get the modification reflected I have restart the report service.
{
"allowLocalFilesAccess": true,
"httpPort": 8084,
"store": {
"provider": "fs"
},
"extensions": {"studio": { "flushLogsInterval": 20000 },
"scheduling": { "intreval": 20000 },"fs-store": {
"persistence": {
"provider": "aws-s3"
},
"compactionInterval": 20000,"syncModifications": {
"updateStudio": true
},
"sync": {
"usePolling": true
}
},
"fs-store-aws-s3-persistence": {
"accessKeyId": "xxx",
"secretAccessKey": "xxxx",
"bucket": "jsreportbucket",
"lock": {
"queueName": "jsreport-lock.fifo"
}
},
"scripts": {
"timeout": 300000,
"allowedModules": ["request", ""]
}
},
"phantom": {
"numberOfWorkers": 2,
"timeout": 180000,
"strategy": "dedicated-process"
},
"templatingEngines": {
"numberOfWorkers": 2,
"timeout": 1800000 ,
"strategy": "http-server"
},
"tasks": {
"numberOfWorkers": 2,
"timeout": 600000,
"strategy": "dedicated-process",
"forkOptions": {
"execArgv": [
"--max-old-space-size=4096"
]
}
},
"scripts": {
"timeout": 1200000,
"allowedModules": ""
},
"express": {
"renderTimeout": 1800000,
"inputRequestLimit": "200mb"
}
}