tahaluf-reporting
v1.4.3
Published
I will explain how integrate **report service** in your code.
Readme
Report Service
how integrate report service in your code
I will explain how integrate report service in your code.
Install
tahaluf-reportingnpm package:npm i tahaluf-reportingCreate configuration file in root folder:
Configuration file name
report-config.jsonThe stracture of file is:
{ "logo": "image path | image url | image base64", "footerTitle": "string", "chartTitle": "string", "tableTitle": "string", "info": { "title": "string", "author": "string", "subject": "string", "keywords": "string" }, "tableHeaderColor": "color", "tableLayout": "noBorders | headerLineOnly | lightHorizontalLines | emptyString", "pageOrientation": "portrait | landscape" }ScreenShots samples for configuration:

logo:

footerTitle:

chartTitle:

tableTitle:

info is object has details of report pdf:

tableHeaderColor:

tableLayout = "" | "noBorders" | "headerLineOnly" | "lightHorizontalLines" | "emptyString":

pageOrientation = "" | "portrait | landscape":

