First to Site
Release 0.25

Reporting & Analytics

Reporting & Analytics - 3 items delivered in v0.25

What Was Delivered

  • Reporting Suite: When doing a report for Engineering, Permit Expected, Developer Approval. Include an column that says "Actual" in the result. Formula to come up with the Actual value is:

  • Actual Date = Received Date - Ordered Date

  • SLA Date = Ordered Date + (weeks * 5)

  • SLA Diff = SLA Date - Actual Date Get the SLA and associated dates from the Entity.

  • REports - new report please Can we have a report that shows all Projects that have had the status of Ordering Commenced, with ordering status dates and the outstanding RFIs.


Technical Notes

  • Create a report which lists any project that has RFI Items in the following statuses:

  • Pending

  • Incomplete

  • Basically anthing that is not done.

  • The specified date range will be around the project.createdAt (where project.createdAt BETWEEN Date 1 and Date 2)

  • Fields in the report should be as follows:

  • Client

  • FTS Consultant

  • Client Job No

  • Property Address

  • Date Created

  • Status

  • RFI Item

  • RFI Item Status

  • Building Permit Status

  • DA Status

  • R&C Status

  • Energy Status

  • Engineering Status

  • Planning Status

  • Action

  • VIew

  • RFI Status Report: Only display RFI items from projects that have Project.CommenceOrderingOption = "Yes"

Impact

Improved reporting accuracy and expanded analytical capabilities, supporting better data-driven decision-making.