how to create a report to see history purchase by customer. i’d like to choose the customer and see all alternative id’s he bought. Maybe so and invoice can be included but main thing i’d like to see all alternative id’s per certain period of time.
GI report
Best answer by aaghaei
Hi
ARTran
ARInvoice
Customer
InventoryItem
INItemXRef
and they are joind as follows
ARTran.TranType = ARInvoice.DocType and ARTran.RefNbr = ARInvoice.RefNbr type Inner Join
ARInvoice.CustomerID = Customer.BAccountID Type Inner Join
ARTran.InventoryID = InventoryItem.InventoryID Inner Join
ARTran.InventoryID = INItemXRef.InventoryID (narrow to customer Customer.BAccountID = INItemXRef.BAccountID) Left Join
The alternate column is INItemXRef.AlternateID and you can add as many as parameter or filters or columns to the inquiry from the above tables
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

