“Vision Helpdesk 3.9.0 released with a lot of fixes and improvements.”

Vision Helpdesk is a Web-Based True Satellite Helpdesk Software that allows you to manage support for Multiple Companies at one place.
With single front-end and each company having its own client portal makes it true satellite helpdesk.
You will need a Valid License key to install and run Vision Helpdesk.
Changes Detail
Features
- Ticket Billing now supports payment gateway integration with Authorize.net
- Recurring invoice generation feature with product billing
- Test POP3 / IMAP log-in credentials while saving settings in email queue.
- Custom Ticket Hash generation using prefix
- Disable or Enable Register link on client portal
Fixed Bugs
- Blank screen issue with invalid log-in on client portal
- Advance search and report export output changed
- Work report export issue fixed
Classes
class_billing.php
class_client.php
class_setting.php
class_ticket.php
Design
design/images/vis_settings.png
design/style.css
Console
cron.php
Language
english.php
Modules
module_billing.php
module_client.php
module_parser.php
module_export.php
module_report.php
module_setting.php
module_ticket.php
Plugins
plugins/gatway/authorize.net/
Templates/clients
gateway.php
header.php
invoice_details.php
invoice_list.php
Templates/manage
billing_setting.php
invoice_list.php
mailqueue_list.php
portal_setting.php
portal_setting.php
product_add.php
product_edit.php
product_list.php
setting_menu.php
ticket_module_setting.php
transactions_log.php
transactions_log_details.php
Database changes
ALTER TABLE `avis_gateway` ADD `gateway_type` TINYINT( 1 ) NOT NULL, ADD `gateway_mode` TINYINT( 1 ) NOT NULL;
CREATE TABLE IF NOT EXISTS `avis_gateway_log` (
`log_id` int(15) NOT NULL AUTO_INCREMENT,
`invoice_id` int(15) NOT NULL,
`gateway_id` tinyint(1) NOT NULL,
`txn_data` text CHARACTER SET utf8 NOT NULL,
`status` text CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (`log_id`)
);
ALTER TABLE `avis_product` ADD `is_recurring` TINYINT( 1 ) NOT NULL ;
ALTER TABLE `avis_ticket` ADD INDEX ( `ticket_hash` , `domain_id` ) ;
[otw_is sidebar=otw-sidebar-8]
More Information
|
[otw_is sidebar=otw-sidebar-7] |
