SuperManager User Forum

Main Category => Printing Reports => Topic started by: ajentp on September 08, 2008, 07:56:26 AM

Title: Automatic print out of packing slip
Post by: ajentp on September 08, 2008, 07:56:26 AM
I am trying to set auto print for the packing slip every time orders are downloaded in SM. So what I did is to check  "Auto print for new orders" in Store setting. The features works fine as long as single order downloaded. However when more than one orders are there, the packing slip of one order overlap to other order.  Same thing also happened when we select multiple orders and try to print packing slip through "print report"

I tried to work out with HTML in packing slip/ invoice, but it does not quite work. I am just wondering if there is any solution for it.

Thank You
Title: Re: Automatic print out of packing slip
Post by: Mike Griggs on September 08, 2008, 08:03:29 AM
Hello,
Please check the following..

1. Click "View->Store Settings" and then click the "Reports" tab
2. Click on the report/invoice template and then confirm that the "Type" "Invoice" is selected

Also, please check your html and make sure that the following style is included in your style tag..

.pagebreak   { page-break-before: always; word-spacing: 0; text-align: Center; text-indent: 0;
               line-height: 100%; font-size: 0px; margin: 0 }


Please let me know if this worked for you.

Thanks!
Mike
Title: Re: Automatic print out of packing slip
Post by: ajentp on September 11, 2008, 11:23:19 AM
Thank You Mike.

It is working now. It was missing the script you mentioned.

Ahsan