VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

do you have error re

Post by Jan »

do you have error reporting to on (in your php server settings, see Help - System Info - PHP info
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

maybe you didn'

Post by Jan »

maybe you didn't copy the ps_delivery.php file into your VM folder
If you find Phoca extensions useful, please support the project
hsivakci
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Jun 2008, 03:00

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by hsivakci »

I am having the same erron when displaying invoice.


I am using Joomla 1.53 and virtuemart 1.1.0 stable
there is no problem while displaying other pages as pdf.

php settings has display error on. I am having only messaje below but nothing else.

TCPDF error: Some data has already been output, can't send PDF file

please advise how to solve this issue.
thanks

Huseyin SIVAKCI
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by Jan »

Hi, there can be a lot of problems...

maybe before rendering the page, some error message is displaying and the pdf will be not rendered

try to check your language xml file in folder languages/your-language/ ....xml, try to see the font type... This addon uses freesans as standard joomla font, maybe you have other one

try to open this file:
administrator\components\com_virtuemart\pdf\delivery.pdf.php and edit:
FROM: $pdf->Output( 'delivery.pdf', "I" );
TO: $pdf->Output( 'delivery.pdf', "D" );

in some cases the pdf can be dowloaded and you can see the error message in this pdf document with help of some text editor...

Jan
If you find Phoca extensions useful, please support the project
hsivakci
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Jun 2008, 03:00

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by hsivakci »

I have checkeed the font. it is freesans as it should be.

I am having the same message after changing Output( 'delivery.pdf', "I" ); to Output( 'delivery.pdf', "D" );
No additional message or download.
is there anyone solved this problem ?

thankx

Huseyin SIVAKCI
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by Jan »

the problem is mostly some error message output before rendering the pdf :(
If you find Phoca extensions useful, please support the project
PGvisser
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 26 Jun 2008, 12:50

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by PGvisser »

Dear Jan,

Thanks for all the good work. My problem is that I made all necessary changes following your instuction guide but when I select the delivery Tab the message is shown "Not all products delivered" (i.e. the message 'VM_DELIVERY_NOT_COMPLETE') and nothing happend. I have tried all delivery statusses but it doesnot change my problem.

Any suggestion ?
Thanks in advance,
Peter
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by Jan »

You must create the delivery first. If you click on new delivery, be avare, there is a bug in VM1.1, it displays you other folder, so you must click on the delivery folder to end the delivery creation...

Jan
If you find Phoca extensions useful, please support the project
PGvisser
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 26 Jun 2008, 12:50

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by PGvisser »

Fantastic, it works ! thans a lot
Peter
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: VirtueMart 1.1.0 - Invoice, Delivery Note, Receipt

Post by Jan »

great to hear it, Jan
If you find Phoca extensions useful, please support the project
Post Reply