Label Summary

= (curdate() - INTERVAL 30 DAY), 1, 0)) as total_month FROM vendor WHERE priority = 1 AND status = 'signed' "; $label_summary = $pdoWrapper->executeQuery($sql, []); if ($label_summary === false) { show_pdo_error($sql, $pdoWrapper->getLastStatement()); } $rci = 0; foreach ($label_summary as $label_summary_row) { $row_class = (++$rci & 1) ? '' : 'alt'; ?>
Last 30 Days Total
Priority 1 Labels ">