Report Builder (MVP)
Reportable
Reportable now connects to MariaDB through environment variables and supports table discovery, column discovery, and one-click Excel export for selected fields.
Connection details
- Uses
DB_HOST,DB_PORT,DB_USER, andDB_PASSWORD; defaults tocstaffing_live(override withREPORTABLE_DB_NAME,REPORTABLE_DB_HOST, andREPORTABLE_DB_PORTwhen needed). If sharedDB_HOSTis localhost but no tunnel is active, Reportable will fall back toRDS_HOSTwhen available. - Discovers schema with backend metadata endpoints.
- Exports selected records to
.xlsxusing pandas + openpyxl. - Optional date filtering is supported when you choose a date/time column.
Default report: Timesheet Verification
Exports the standard Timesheet Verification report by event date range.
Default report: Employee List
Exports all employees including candidates with full details.
Default report: Scheduled and Worked Hours
Combined shift schedule and payroll hours report by event date range.
Default report: Unconfirmed Requests
Exports all employee shift requests that have not yet been confirmed by event date range.
Default report: Maps Report
Exports shift and event data including coordinates for mapping by event date range.
Default report: Global Shift Report
Detailed line item for every shift slot to compare client cancellations vs filled shifts by event date range.
FIFA - Nowsta Requests
Pulls all employees in request or confirmed status for a shift by event date range for client 1079.
Build a report
Loading tables…