Report over PO #

 4 Replies
 0 Subscribed to this topic
 43 Subscribed to this forum
Sort:
Author
Messages
sgoins
Basic Member Send Private Message
Posts: 4
Basic Member
I am trying to find a way to run AP report that provides both invoice # as well as PO#. Just wondering if anybody had any suggestions on the best way to do this? Any help would be appreciated.

Thanks!
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Do you use Crystal at your site?
What kind of information besides PO# and Invoice# are you after?

We've got a bunch of Crystal report written that return this kind of information... If you can define just what you're after, I can share one with you.
Ruma Malhotra
Veteran Member Send Private Message
Posts: 412
Veteran Member
If you are looking for purchase orders related to the invoice and you use some kind of a query tool you can use the table APINVOICe. this contains PO_NUMBER field that has the purchase oder number related to the invoice
sgoins
Basic Member Send Private Message
Posts: 4
Basic Member
Ruma,

We were able to write a sql query over the APINVOICE table. Thanks for your help!

Greg,

We do not use Crystal, but thanks for the reply!
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
APDISTRIB and/or APINVOICE are the two tables that we use most to get this kind of information.