Topic: Signature on Invoice

Need Help,

Try to add signature on invoice, found the wiki and i try to add the code on file rep107 but it did not show any different, i put it in the print_invoice() module

code wrote:

if ($this->formData['doctype'] == ST_SALESINVOICE)
{
    $txt = "test";
    $this->TextWrapLines($ccol, $this->row, $right - $ccol, $txt, 'C')
}

should it be put on a specific line?

Regards,
SiKumbang.

2 (edited by notrinos 10/24/2019 06:45:07 am)

Re: Signature on Invoice

Hello

You can use this custom header2.inc for signature field.
Replace the "Approved by" text with your text at line 57
FA reporting system is quite complicated, you should spend few days digging reporting files to master them.
reporting/includes/header2.inc

Phuong

Re: Signature on Invoice

Hey Phuong, that is exactly what i needed, thanks a lot man, really appreciate it.

Regards,
Andi.