Release 1.2
Compliance & Checklists
Compliance & Checklists - 1 item delivered in v1.2
What Was Delivered
- Aged RFI Status ticker for Customer view The brief here is as follows: On the Customer Dashboaard, provide me a datagrid of RFI items for projects that are BP Expected this month and keep track and months prior. SELECT a.name, a.xxxx , b.bp_expected_date FROM project_rfi_item a LEFT JOIN project b ON a.project_id = b.id WHERE (MONTH(b.bp_expected_date) = MONTH(NOW()) AND YEAR(b.bp_expected_date) = YEAR(NOW())) AND #figure out a way to determin what data the current user has access to;
Impact
Enhanced compliance tracking and checklist management, supporting quality assurance and regulatory requirements.