Hi Everyone,
Under the accounts receivable module, prints, there is a choice for running transaction reports and then i need to run the "INVOICE REGISTER" report but this report include the "customer number" and not the "customer name", it is possible to modify this report i know but how can i add to this report the customer name, please can you help me out how to add to this report the customer name ?, i know this involve probably to add some code to a prg file, to get the data field from a table that links to the the customer number, add a variable to store the customer name and add this variable to the report but i don't know where to find first the prg file can you help me ?
The prg file is ARREPT.PRG UNDER FOLDER SBT\AR, I just cannot figured out how to link arcust.company to be stored in a variable so by time the report runs it can include in each record the company name, can any one help me out where in the prg file and what piece of code should i write there, i know we need to setup a set relation from armast to arcust, then each time a customer number is found in armast it should find it on arcust and then get from there the company name, store it in variable and then add this variable to the report detail.
Need help please ?
thanks a lot
Thanks
Under the accounts receivable module, prints, there is a choice for running transaction reports and then i need to run the "INVOICE REGISTER" report but this report include the "customer number" and not the "customer name", it is possible to modify this report i know but how can i add to this report the customer name, please can you help me out how to add to this report the customer name ?, i know this involve probably to add some code to a prg file, to get the data field from a table that links to the the customer number, add a variable to store the customer name and add this variable to the report but i don't know where to find first the prg file can you help me ?
The prg file is ARREPT.PRG UNDER FOLDER SBT\AR, I just cannot figured out how to link arcust.company to be stored in a variable so by time the report runs it can include in each record the company name, can any one help me out where in the prg file and what piece of code should i write there, i know we need to setup a set relation from armast to arcust, then each time a customer number is found in armast it should find it on arcust and then get from there the company name, store it in variable and then add this variable to the report detail.
Need help please ?
thanks a lot
Thanks