Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A repport for sales 2

Status
Not open for further replies.

TheKnee

Programmer
Feb 17, 2005
33
CA
I need to print out the paiment detail for a specific customer.... somebody know something about this
 
Would you like to just print a list of all payments for a customer or do you need to know each invoice that each payment is applied to? If it's just a quick list of payments, you can use Smartlist (doctype=payments, void status=normal, Customer Number=).
 
I need to know each payment is applied to.... i working to build a query in access to get a report after that.... i cant find the right table ( im still searching)

 
SELECT CUSTNMBR, APTODCNM, APTODCTY, APPTOAMT, APFRDCNM, APFRDCTY, APFRDCDT, APFRMAPLYAMT
FROM RM20201
union all
SELECT CUSTNMBR, APTODCNM, APTODCTY, APPTOAMT, APFRDCNM, APFRDCTY, APFRDCDT, APFRMAPLYAMT
FROM RM30201
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top