Which tables and fields show the relationship between payments holder and Projects

SOLVED

Hello everyone,

I'm going to create a report using Crystal report that shows payment info for each purchase invoice including cheque#, payment date, invoice#, Project name I know that Payment info stored in tPmtHdr and was able to almost create the report, but the only thing I couldn't figure it out is how to include project name in the report :( 

Does anybody know how to create relationship between  tPmtHdr  and tProject?

Thank you in advance.

Parents
  • 0
    You need to go back through the Invoice Lookup information in the datadict.pdf to find the correct information if you need invoice information or the Journal Entry tables depending on which information you really want.

    However, I didn't think the invoice number paid was part of tPmtHdr because there can be many invoices per payment, so I would have thought you would need to go back through the tVenTr and tVenTrDt tables to get the invoice numbers. I don't usually use tPmtHdr so I might have missed something.
Reply
  • 0
    You need to go back through the Invoice Lookup information in the datadict.pdf to find the correct information if you need invoice information or the Journal Entry tables depending on which information you really want.

    However, I didn't think the invoice number paid was part of tPmtHdr because there can be many invoices per payment, so I would have thought you would need to go back through the tVenTr and tVenTrDt tables to get the invoice numbers. I don't usually use tPmtHdr so I might have missed something.
Children