Topic: modifying invoice
Hello,
Where can i modify the invoice?
I want to have VAT INVOICE instead of INVOICE.
thanks
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → modifying invoice
Hello,
Where can i modify the invoice?
I want to have VAT INVOICE instead of INVOICE.
thanks
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
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
You should change line 105 of doctext.inc to something like:
$this->title = $this->formData['tax_id'] ? _("VAT INVOICE") : _("INVOICE");
Janusz
Thank you very much Janusz
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.
Can I add customer balance (credit) in invoice print?
FrontAccounting forum → Reporting → modifying invoice
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.