Topic: Different Color Codes for Overdue Orders
Hi ,
Under
manufacturing/search_work_orders.php
, Can we have multiple Color Ordering for Overdue Orders , By type or by Location as PER required Date
I have seen its PHP file :
$table->set_marker('check_overdue', _("Marked orders are overdue."));
Where check_overdue is a function , i have try writing if ..elseif .. if condition in it but its taking Only ONE ROW ( that FIRST IF condition as over marked color .
Kindly let me know what can be solution for it.