|
ORE Studio 0.0.4
|
Supported report category classifications. More...
#include <report_type.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| std::string | code |
| Unique report type code. | |
| std::string | name |
| Human-readable name for the report type. | |
| std::string | description |
| Detailed description of the report type. | |
| int | display_order |
| Order for UI display purposes. | |
| std::string | modified_by |
| Username of the person who last modified this report type. | |
| std::string | performed_by |
| Username of the account that performed this action. | |
| std::string | change_reason_code |
| Code identifying the reason for the change. | |
| std::string | change_commentary |
| Free-text commentary explaining the change. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version of the record was recorded. | |
Supported report category classifications.
Reference data table defining valid report type classifications. Examples: 'risk', 'grid'.
Report types are managed by the system tenant and drive which configuration block is used when creating a report definition.
| std::string code |
Unique report type code.
Examples: 'risk', 'grid'.
| std::string change_reason_code |
Code identifying the reason for the change.
References change_reasons table (soft FK).