sparxdes Posted February 28, 2011 Share Posted February 28, 2011 Hi all, I am wondering how I could show the customers "Overdue" amount (The amount that has gone past the due date) so I can easily know how much to call the client about and ask them that they need to pay the overdue amount. Apparently I could do it myself within the clientssummary.tpl template file my active admin template folder using just a custom {php}{/php} code block but I don't have the experience to do this. If anybody has any pointers on getting this done I would be greatly appreciated! Thanks Sheldon 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted February 28, 2011 Share Posted February 28, 2011 Have you looked at the in-built reports and some of the community provided ones on the forum ? There are examples to do exactly what you want ... 0 Quote Link to comment Share on other sites More sharing options...
sparxdes Posted March 9, 2011 Author Share Posted March 9, 2011 Hey othellotech - any chance that you can provide somewhere so that I can see how to do it? Also looking for a custom report to be made showing Income by Category/Product, are you open to this work? 0 Quote Link to comment Share on other sites More sharing options...
sparxdes Posted March 9, 2011 Author Share Posted March 9, 2011 I know that I just need to change this to be something, could you assist with this? <tr class="altrow"><td>Overdue Invoices:</td><td>{$stats.numdueinvoices} ({$stats.dueinvoicesbalance})</td></tr> 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted March 9, 2011 Share Posted March 9, 2011 There are some user-provided reports at http://forum.whmcs.com/forumdisplay.php?f=28 and the in-built reports are all "raw" php so you can see how they work and create your own versions I'd be inclined to suggest http://forum.whmcs.com/showthread.php?t=31914 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.