Where's script which creates invoices from interv.

Hi, I have implemented a feature to digitally sign intervention lines with smartphone/tablet.

Up to this point is fine. But I was searching where Dolibarr creates and adds intervention lines on the pdf invoice. I would like to modify that to add my png image of signature on each intervention line on the invoice.

Anyone can help me? Thanks.

The code that generate content of the intervention PDF is inside
htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
You should find a loop that build the array of intervention lines

1 Like

Thanks! Already done my implementation :laugh: