Hi
I was curious if there is a way to print labels for raw material. We want Part #, Description, Qty, Lot #, Date
Please let me know if anyone is doing this?
Thank you
Hi
I was curious if there is a way to print labels for raw material. We want Part #, Description, Qty, Lot #, Date
Please let me know if anyone is doing this?
Thank you
We do this with just a BAQ report.
Our BAQ is very basic with only the Part table and a few fields.
You could add RcvDtl if you need access to a ReceiptDate, LotNum, and OurQty, etc.
Then push this to a BAQ Report where you’ll have to set up filters for PartNum and anything else you may want/need… if you’re including RcvDtl, you’ll need a way to filter to the desired specific receipt.
Design your label in SSRS/Report Builder.
Then add a menu that calls your BAQ report when/where ever you need it.
A lot of steps in-between… but those are the broad strokes.