Item Thumbnails in Picklist

Started by Rance, November 24, 2006, 09:53:22 AM

Previous topic - Next topic

Rance

Hi all,

I'm having a little trouble getting item thumbnails to print out in the picklist report. Is there a way to get this to work? I can get the item_product_thumb variable to work in an invoice type report but not in a picklist (summary?) type.

Thanks in advance,
Rance

David Johns

#1
Rance,

Here is a working example of what you are trying to do.  If you make some improvements on it that you are willing to share send the final one back to me and I can post it as well.

Thanks,
David
SuperManager Support
info@thesupermanager.com

Rance

Hi David,

Sorry for taking so long to respond, I'm finally getting back around to this project. The report you gave me works pretty well, but I'd like to not have repeat items in the list, and instead just 1 line item for each item along with a quantity for the whole range of orders.

The goal for this is we could take the picklist and go downstairs to our backstock rooms and pull items from the orders there easily. We don't really care what items go to which orders at that point, we just want to bring up to the shipping room all the items we know we'll need, and then sort them to orders as a second step. Hope that makes sense :)

Here's what I've been trying and it doesn't seem to work. I get broken links for pictures.


<table BORDER="0" CELLSPACING="0" WIDTH="100%" bordercolor="#000000"

cellpadding="5">
  <tr>
    <td WIDTH="20%" VALIGN="middle" style="border: 2 solid #000000" height="20"><p

class="tableLabels">PRODUCT ID</td>
    <td WIDTH="10%" VALIGN="middle" style="border: 2 solid #000000" height="20"><p

class="tableLabels">QTY</td>
    <td WIDTH="70%" VALIGN="middle" style="border: 2 solid #000000" height="20"><p

class="tableLabels">ITEM DESCRIPTION</td>
  </tr>
  <tr>
    <td WIDTH="20%" VALIGN="TOP" style="border-left: 1 solid #000000; border-right: 1

solid #000000"><p class="tableCenter">item_code <br /><IMG

src="item_product_picture_src" width=65 border=0></p><br></td>
    <td WIDTH="10%" VALIGN="TOP" style="border-right: 1 solid #000000"><p

class="tableCenter">item_quantity</p></td>
    <td WIDTH="70%" VALIGN="TOP" style="border-right: 1 solid #000000"><p

class="tableLeft">item_description item_options</td>
  </tr>

</table>