Blesta Addons Posted March 27, 2016 Report Posted March 27, 2016 also from using v2 , we have found in v3 that invoice past due date has the same color as other invoice, it would be nice to see a red color in invoice date due . client and admin side . a condition like client side <td<?php echo ($invoices[$i]->date_due < date("c") ? " class=\"text-danger\"" : "") ;?>> admin side <td<?php echo ($invoices[$i]->date_due < date("c") ? " class=\"red_txt\"" : "") ;?>> we prefer to see it in the core files . evolvewh, a.daniello and Michael 3 Quote
Paul Posted March 28, 2016 Report Posted March 28, 2016 That's right, we did have this in v2 didn't we? It's a nice feature because I don't have to do date math in my head to know if the customer is behind. CORE-2145 Michael, a.daniello and activa 3 Quote
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.