webERP Forum
Customer Statement from Dashboard - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Feature Requests (http://www.weberp.org/forum/forumdisplay.php?fid=5)
+--- Thread: Customer Statement from Dashboard (/showthread.php?tid=8130)



Customer Statement from Dashboard - VortecCPI - 03-10-2018

Dashboard.php
CustomerAccount.php
PrintCustStatements.php

It would be nice to be able to call CustomerAccount.php and/or PrintCustStatements.php passing/using data from Overdue Customer Balances on Dashboard.php to populate fields for the report.
I changed my Dashboard.php code from:

PHP Code:
<a href="CustomerInquiry.php?CustomerID=', $AgedAnalysis['debtorno'],'"

To:
PHP Code:
<a href="CustomerAccount.php?CustomerID=', $AgedAnalysis['debtorno'], '" target="_blank"