mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
* Added 'REPORTS.POST_EXPORT_CMD' and 'REPORTS.WIN_POST_EXPORT_CMD' fields to the database. * Incremented the database version to 242. * Added 'RDReport::postExportCommand()' and 'RDReport::setPostExportCommand()' methods in 'lib/rdreport.cpp' and 'lib/rdreport.h'. * Added 'Linux Post Export Cmd' and 'Windows Post Export Cmd' controls to the 'Edit Report' dialog in 'rdadmin/edit_report.cpp' and 'rdadmin/edit_report.h'. * Implemented post export commands in 'lib/rdreport.cpp'.
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
REPORTS Table Layout for Rivendell
|
|
|
|
The REPORTS table holds data concerning each report configured on the system.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(10) unsigned Primary Key
|
|
NAME char(64)
|
|
DESCRIPTION char(64)
|
|
EXPORT_FILTER int(11)
|
|
EXPORT_PATH char(255)
|
|
POST_EXPORT_CMD text
|
|
WIN_EXPORT_PATH char(255)
|
|
WIN_POST_EXPORT_CMD text
|
|
EXPORT_TFC enum('N','Y')
|
|
EXPORT_MUS enum('N','Y')
|
|
FORCE_MUS enum('N','Y')
|
|
EXPORT_GEN enum('N','Y')
|
|
STATION_ID char(16)
|
|
CART_DIGITS int(10) unsigned
|
|
USE_LEADING_ZEROS enum('N','Y')
|
|
LINES_PER_PAGE int(11)
|
|
SERVICE_NAME char(64)
|
|
STATION_TYPE int(11)
|
|
STATION_FORMAT char(64)
|
|
FILTER_ONAIR_FLAG enum('N','Y')
|
|
FILTER_GROUPS enum('N','Y')
|
|
START_TIME time
|
|
END_TIME time
|