Forums



 
May 17, 2012, 02:40:43 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Changelog for V2.6.4 to V2.7.2 Stable  (Read 1040 times)
Vision Helpdesk
Vision Helpdesk
Administrator
Full Member
*****
Posts: 147



View Profile WWW
« on: July 07, 2010, 01:11:15 AM »

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 Changes

Code:
create 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`;

« Last Edit: August 19, 2010, 01:12:57 AM by ThinkingMind » Logged

Vision Helpdesk Software
Management Team
http://www.thevisionworld.com
Follow us on Twitter
http://www.twitter.com/visionhelpdesk
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Home | Products | Purchase | Support | Company | Community Forums | Contact | Site Map
© 2008. ThinkSoftwares.Net All Rights Reserved
Terms & Conditions