Changed all reports and admin screens to use one of two header templates
Added Calls Export Utility allowing exporting of call and lead data by defining the following parameters: date range, campaigns, in-groups, statuses, lists and user groups. A flat tab-delimited text file is exported git-svn-id: svn://192.168.202.10@1070 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -781,3 +781,9 @@ ALTER TABLE vicidial_users ADD shift_override_flag ENUM('0','1') default '0';
|
||||
ALTER TABLE vicidial_admin_log MODIFY event_type ENUM('ADD','COPY','LOAD','RESET','MODIFY','DELETE','SEARCH','LOGIN','LOGOUT','CLEAR','OVERRIDE','OTHER') default 'OTHER';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1133';
|
||||
|
||||
ALTER TABLE vicidial_users ADD export_reports ENUM('1','0') default '0';
|
||||
|
||||
ALTER TABLE vicidial_admin_log MODIFY event_type ENUM('ADD','COPY','LOAD','RESET','MODIFY','DELETE','SEARCH','LOGIN','LOGOUT','CLEAR','OVERRIDE','EXPORT','OTHER') default 'OTHER';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1134';
|
||||
|
||||
Reference in New Issue
Block a user