HTML based reporting service
Service aimed to generate pdf report using html template using
weasyprint and jinja.
The little framework that could. Built with ❤︎ by
Javier Garson and
contributors
- html based report:
weasyprintengine gives more flexibility to design reports
Configuration file example
{
"pages": [
"report.html"
],
"sources": [
{
"name": "test",
"type": "csv",
"data": {
"file": "csv.csv"
}
}
],
"adapters": [],
"parameters": [
{
"name": "var",
"default": 5
}
]
}$ docker pull lanstat/krs$ cd backend
$ docker build -f Dockerfile -t lanstat/krs .- Add support to mssql database
- Add support to web service datasource
- Add complex examples
- Add test cases
