Topic: modifying invoice

Hello,

Where can i modify the invoice?

I want to have VAT INVOICE instead of INVOICE.

thanks

Re: modifying invoice

Super great this piece of software!!!

I managed to find out. It took me a bit of time reading the forum for the info but I managed to do it in doctext.inc

Re: modifying invoice

I would like to do another modification for the invoice part.

If i leave the GST no in the company setup empty, then the invoice report print INVOICE but if i put in a number in the GST no box in the company setup, then the report will print VAT INVOICE.

I guess it is a small piece of coding which i need to insert in doctext.inc but i do not know coding too much.

I will be grateful if someone can help me here.

thanks

Re: modifying invoice

You should change line 105 of doctext.inc to something like:

$this->title = $this->formData['tax_id'] ? _("VAT INVOICE") : _("INVOICE");

Janusz

Re: modifying invoice

Thank you very much Janusz

Re: modifying invoice

I am new to this software.

Where can I find doctext.inc?

How to add default Deliver to: address when issue PO?

Where can I modify the PO print out?

Thanks.

Re: modifying invoice

Can I add customer balance (credit) in invoice print?