Guest Posted May 15, 2008 Posted May 15, 2008 Pretty basic question, I know, but I need to print out a list of my inventory with the item name and the model numbers that I have assigned to them. Anybody wanna direct me how to do this? As always, thanking this forum for their help. Michelle
arietis Posted May 17, 2008 Posted May 17, 2008 Pretty basic question, I know, but I need to print out a list of my inventory with the item name and the model numbers that I have assigned to them. Anybody wanna direct me how to do this? As always, thanking this forum for their help. i've heard of a contribution that creates a pdf for your catalog. i forget the exact name of it, but you can search for it. the contribution may not provide numbers for the inventory items, but it'd be a starting point at least. sorry, but that's all i got. it's either that, or dust off your php skills and write something yourself. :) you can probably find appropriate select statements in the new_products.php code and then just output some html around it for formatting. it shouldn't be too bad.
Guest Posted May 17, 2008 Posted May 17, 2008 i've heard of a contribution that creates a pdf for your catalog. i forget the exact name of it, but you can search for it. the contribution may not provide numbers for the inventory items, but it'd be a starting point at least. sorry, but that's all i got. it's either that, or dust off your php skills and write something yourself. :) you can probably find appropriate select statements in the new_products.php code and then just output some html around it for formatting. it shouldn't be too bad. thanks for the direction.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.