Topic: Add click through to underlying document.
Hi All
Currenty in FA, one can look at a GL account and see a list of transactions (using gl_account_inquiry.php). In this list there is a column with a link to the details of the GL entry (in the # column). This calls gl_trans_view.php which shows the GL entries for the transaction.
However there is no way from here to see the underlying source document.
What I would like is to get a click-able link in gl_trans_view to the underlying source document. So that if it is a supplier document I can click through from the gl account listing, to the GL account details to the actual underlying document. This may have an attachment so then the one can click through all way to an image of the underlying document.
I suspect it would be best to split the General ledger transaction details cell in 2 - one with the document type name and one with the number as a click-able link.
Any suggestions on how I may accomplish this?