| Previous topic :: Next topic |
| Author |
Message |
brunomac
Joined: 25 May 2007
Posts: 15
|
| Posted: Mon Jun 11, 2007 10:46 pm Post subject: Change language in some parts of invoice or quotes PDF |
|
|
| How can i change the language in PDF invoice or quotes, i've translated almost everything but cound't translate Product Code Product Name, Qtyt, price... |
|
| Back to top |
|
minnie
Joined: 06 Sep 2005
Posts: 299
Location: CHENNAI,INDIA
|
| Posted: Wed Jun 13, 2007 9:28 am Post subject: Change language in some parts of invoice or quotes PDF |
|
|
Dear brunomac,
Kindly refer the $cols array in include/fpdf/templates/body.php file. I hope this help you to solve your problem.
Thanks & Regards,
Minnie. |
|
| Back to top |
|
brunomac
Joined: 25 May 2007
Posts: 15
|
| Posted: Fri Jun 15, 2007 12:56 am Post subject: Change language in some parts of invoice or quotes PDF |
|
|
Dear thanks but...
But when I change those values the data don't get in invoices or orders.
like the col 'Product Code' in the gif above.
Thanks |
|
| Back to top |
|
stine
Joined: 25 Jun 2007
Posts: 33
|
| Posted: Tue Jul 10, 2007 9:36 am Post subject: Re: Change language in some parts of invoice or quotes PDF |
|
|
Hi,
I had the same problem and managed to fix it changing the tab names in modules\Invoice\CreatePDF.php around line 184.
The problem is that now a vertical line appears at the right end of the bubble.
If you find out how to fix this please let me know.
Thanx. Grazie.
Stine |
|
| Back to top |
|
stine
Joined: 25 Jun 2007
Posts: 33
|
| Posted: Tue Jul 10, 2007 10:36 am Post subject: Re: Change language in some parts of invoice or quotes PDF |
|
|
I managed, you have to change the column names also in include\fpdf\pdf.php around line 310.
Thanks anyway.
Stine |
|
| Back to top |
|
brunomac
Joined: 25 May 2007
Posts: 15
|
| Posted: Sun Nov 18, 2007 10:27 pm Post subject: Re: Change language in some parts of invoice or quotes PDF |
|
|
stine wrote: Hi,
I had the same problem and managed to fix it changing the tab names in modules\Invoice\CreatePDF.php around line 184.
The problem is that now a vertical line appears at the right end of the bubble.
If you find out how to fix this please let me know.
Thanx. Grazie.
Stine
It was exactely what happened
but your sugestion resolved the problem
thanks a lot stine |
|
| Back to top |
|
| |