Below is the list of files and folders that were modified in version change from Vision Helpdesk V2.6.4 to V2.7.2 Stable
action.php
class_action.php
/manage/admin.php
/manage/ticket.php
/manage/repository.php
/manage/report.php
/manage/display.php
/manage/globals.php
/manage/parser.php
/manage/pop3.php
/manage/staff.php
/manage/functions/function_admin.php
/manage/functions/function_ticket.php
/manage/functions/function_repository.php
/manage/functions/function_report.php
/manage/functions/function_login.php
/manage/classes/class_parser.php
/manage/classes/class_parsercore.php
/manage/classes/class_admin.php
/manage/classes/class_ticket.php
/manage/classes/class_cron.php
/manage/classes/class_connection.php
/manage/classes/class_repository.php
/manage/classes/class_report.php
/manage/classes/class_login.php
/manage/classes/class_mail.php
/manage/js/admin_leftpane.js
/manage/js/admin.js
/manage/js/common.js
/manage/js/tickets.js
/manage/js/functions.js
/manage/js/report.js
/manage/js/repository.js
/manage/images/new.gif
/manage/images/stop_watch.gif
/manage/images/stop_watchd.gif
/manage/modules/module_admin.php
/manage/modules/module_ticket.php
/manage/modules/module_repository.php
Mysql Changescreate table `vis_currency` (`crid` int (15) NOT NULL AUTO_INCREMENT , `name` varchar (255) NULL , `sign` varchar (63) NULL , `state` tinyint (1) DEFAULT '1' NULL , PRIMARY KEY ( `crid` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
insert into `vis_currency` (`name`, `sign`, `state` ) values ('GBP', '£', '1' ), ('USD', '$', '1' ), ('INR', 'Rs.', '1' ), ('Euro', '€', '1' ), ( 'Yen', '¥', '1' ), ('Cent', '¢', '1' );
CREATE TABLE `vis_billsetting` (`bdid` int(15) NOT NULL AUTO_INCREMENT, `crid` int(15) DEFAULT NULL, `dmid` int(15) DEFAULT NULL, `bill_rate` float DEFAULT NULL, `rate_type` tinyint(4) DEFAULT '0', `clock_type` tinyint(1) DEFAULT '0', `client_cr` int(15) DEFAULT '0' DEFAULT '0', PRIMARY KEY (`bdid`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
alter table `vis_escalation` add column `target_sla` int (15) NULL after `cleardue`;
alter table `vis_clientgroup` add column `balance` float NULL after `gtype`;
alter table `vis_client` add column `balance` float NULL after `spam`;