mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2014-10-24 Fred Gleason <fredg@paravelsystems.com>
* 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'.
This commit is contained in:
@@ -65,6 +65,7 @@ EXTRA_DIST = audio_perms.txt\
|
||||
repl_cut_state.txt\
|
||||
replicator_map.txt\
|
||||
replicators.txt\
|
||||
reports.txt\
|
||||
services.txt\
|
||||
sources.txt\
|
||||
stations.txt\
|
||||
|
||||
29
docs/tables/reports.txt
Normal file
29
docs/tables/reports.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user