Overview
BriteCore provides different reports to meet compliance, regulatory, and business administration requirements.
You can pull reports from your data using:
- Prebuilt reports: BriteCore’s prebuilt reports library includes 30+ out-of-the-box reports to address your reporting needs. Some of the prebuilt reports use SQL queries to pull data from the production database. These reports are hardcoded in the system and require source code modifications to change their output. Some of the prebuilt reports use data sets as a source of data, while others use a mix of both.
BriteCore is in the process of converting all legacy reports to use only data sets as data sources. The prebuilt reports don’t allow you to create custom schedules or exports. You can run prebuilt reports on demand.
Dynamic Reports
- Dynamic Reports: The Month End Close Package is the first dynamic report from BriteCore. Not only does it contain multiple reports that will assist you in closing your month end, it can be customized to include items from your unique lines. See Month End Close Package.
Legacy Report Type
BriteData Py reports: Custom-coded reports created using an internal report runner. BriteData Py uses Git, Panda, and Python tools to build reports and aggregate and process data. These reports rely on prepared and unprepared data sets as their sources of data. With BriteData Py reports, you can: