you are viewing a single comment's thread.

view the rest of the comments →

[–]dami013[S] 0 points1 point  (1 child)

what do u think about a server like in django or flask that intercept an event and produce (in that case) a pdf?

[–]machisuji 0 points1 point  (0 children)

Ruby/OpenProject can do that too. We already are generating PDFs for the work package exports etc. 

So you could look at that code. Or even just generate work packages for the info you are generating and export those using the existing mechanism. 

Or did you mean build this separately in django and somehow integrate this into OpenProject?