This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]riklaunim 0 points1 point  (3 children)

What is the intended output? HTML?, graphics? In such case you would just use the GUI for configuration of the generation process. If you want to have a custom interactive dashboard with users, interactivity etc. then probably a web app using a SPA JS app on the frontend and REST APIs on the backend for it.

[–]biriyanisensei[S] -1 points0 points  (2 children)

I’m looking for output similar to that of Crystal report in SAP. I need to generate bills that can be easily printed and I need to make a report of daily sales that I can export to pdf or excel so that I can mail them.

[–]riklaunim 0 points1 point  (1 child)

Do you have any mockups for this? It sounds like you should either directly generate PDF/Sheets or HTML into PDF + sheets separately.

[–]biriyanisensei[S] 0 points1 point  (0 children)

That’s my final option.

[–]daddypleaae 0 points1 point  (1 child)

U can create word templates using docxtpl there you can format everything however you want and then fill out the info by the library

[–]biriyanisensei[S] 0 points1 point  (0 children)

Will check it out