Below is the list of files and folders that were modified in version change from Vision Helpdesk V2.2.4 to V2.3.2
manage/font (New folder font added)
manage/classes/class_parser.php
manage/classes/class_sms.php
manage/classes/class_tools.php
manage/classes/class_connection.php
manage/classes/class_ticket.php
manage/classes/class_mail.php
manage/classes/class_admin.php
manage/classes/class_search.php
manage/classes/class_login.php
manage/classes/class_export.php
manage/classes/class_pdf.php
manage/classes/class_report.php
manage/classes/class_parser.php
manage/classes/class_parsercore.php
manage/functions/function_tickets.php
manage/functions/function_export.php
manage/functions/function_admin.php
manage/modules/module_ticket.php
manage/modules/module_repository.php
manage/modules/module_search.php
manage/modules/module_export.php
manage/modules/module_admin.php
manage/js/tickets.js
manage/js/admin_leftpane.js
manage/css/style.css
manage/images/print.gif
manage/images/action.gif
manage/tools.php
manage/pop3.php
manage/admin.php
manage/ticket.php
manage/display.php
manage/search.php
manage/export.php
manage/globals.php
class_connection.php
class_action.php
action.php
global.php
languages/Dutch.php
path_to_WHMCS/module/support/vision/class_action
MYSQL Changesalter table `vis_auditlog` ,add column `tkid` int(15) DEFAULT '0' NULL after `ticket_id`;
CREATE TABLE `vis_fetchmail` (`fid` int(15) NOT NULL auto_increment, `uniqueid` varchar(255) default NULL, PRIMARY KEY (`fid`));
truncate table `vis_groupaccess`;
insert into `vis_groupaccess` values (1,1,0,0),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1),(6,1,5,1),(7,1,6,1),(8,1,7,1),(9,1,8,1),(10,1,9,1),(11,1,10,1),(12,1,11,1),(13,1,12,1),(14,1,13,1),(15,1,14,1),(16,1,15,1),(17,1,16,1),(18,1,17,1),(19,1,18,1),(20,1,19,1),(21,1,20,1),(22,1,21,1),(23,1,22,1),(24,1,23,1),(25,1,22,1),(26,1,23,1),(27,2,0,0),(28,2,1,0),(29,2,2,0),(30,2,3,0),(31,2,4,0),(32,2,5,0),(33,2,6,0),(34,2,7,0),(35,2,8,0),(36,2,9,0),(37,2,10,0),(38,2,11,0),(39,2,12,0),(40,2,13,0),(41,2,14,0),(42,2,15,0),(43,2,16,0),(44,2,17,0),(45,2,18,0),(46,2,19,0),(47,2,20,0),(48,2,21,0),(49,2,22,0),(50,2,23,0),(51,2,22,0),(52,2,23,0);
insert into vis_settings(`title`, `content`, `dmid`, `groupid`) values("language", "English.php", 1, 1)
update vis_settings content="2.3.2 (Stable)" where title="version";