Author |
Message |
theghetto
Newbie
Joined: 17 Feb 2010
Online Status: Offline
Posts: 8
|
 Topic: Print additional details on last page Posted: 29 Apr 2013 at 1:09pm |
Hi, I'm hoping someone can suggest a good way to do the following.
We print a picking slip used by the warehouse to pull items for an order.
Currently the warehouse locations are stored in a separate database. When the warehouse receives the picking slip on their printer, they manually look up and write down the locations for each item and give it to the forklift guy.
So, the goal is to pull the location detail from the other database, and add it to the picking slip. I've done this, and I've got the locations printing under each line item.
What I'd like to do is list them all together on the last page for organized usage, but I'm trying to avoid requiring the user to print an additional report manually.
Can you print additional detail for each record at the end of the report? Perhaps store the selection criteria in a string or something?
Or what might be even easier, is triggering a second report that contains the new details, but uses the same selection criteria. Is this possible?
Thank yoU!
Edited by theghetto - 29 Apr 2013 at 1:16pm
|
IP Logged |
|
DBlank
Moderator
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
|
 Posted: 29 Apr 2013 at 1:26pm |
consider a shared variable formula or using a sub report or possibly even a crosstab
|
IP Logged |
|
theghetto
Newbie
Joined: 17 Feb 2010
Online Status: Offline
Posts: 8
|
 Posted: 29 Apr 2013 at 1:42pm |
Thanks for your help,
But can you be more specific on your suggestion?
If I place the subreport in a footer, it will only display the extra details of the last record. How do I get it to display the details of all the records in the report?
Thank you!
|
IP Logged |
|
DBlank
Moderator
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
|
 Posted: 29 Apr 2013 at 1:44pm |
can you show some sample data?
|
IP Logged |
|
theghetto
Newbie
Joined: 17 Feb 2010
Online Status: Offline
Posts: 8
|
 Posted: 30 Apr 2013 at 7:20am |
Here's the basic thing I'm trying to do on the same report. Line item details from the order at top, warehouse locations at the end of the report:
ITEM # QTY Description
ep-12345 10,000 plastic bottle
ht-28273 500 trigger sprayer
aac-234 5,000 aerosol can
aac-2783 5,000 can end
-----------------------------------------------
ITEM Location Cartons pieces/carton
ep-12345 RACK 12-E 3 2,000
ep-12345 RACK 12-D 1 2,000
ep-12345 RACK 18-A 1 2,000
ht-28273 G-7 1 500
aac-234 B-1 5 500
aac-234 C-9 5 500
aac-2783 RACK 8-A 1 1,000
aac-2783 D-4 4 1,000
|
IP Logged |
|
theghetto
Newbie
Joined: 17 Feb 2010
Online Status: Offline
Posts: 8
|
 Posted: 30 Apr 2013 at 9:09am |
Oh man...
I was caught up in trying to pass the item number to the subreport rather then the order number.
Simple sub report in the footer does the trick.
Thanks
Edited by theghetto - 30 Apr 2013 at 9:09am
|
IP Logged |
|
|