Billing Extension Release 1.5.1

Changelog

Type Description
New
Support for Level 3 taxes based on Products/Services and/or Groups of products (preview)
New
Level 3 taxes are visible on invoice and fully customizable (preview)
New
Clients that are still using WHMCS v5 can now enjoy Bootstrap 3 on Billing Extension
New
Added support for Code Prettify by Google (preview)
Improved
Tax Rules page redesigned from scratch (preview)
Improved
Integration page redesigned from scratch (preview)
Improved
The entire Integration process has been made easier and quicker
Improved
Lots of improvements to CSS, template files, PHP and language files
Improved
Improved compatibility with WHMCS v5
Fixed
Small bug with Toggle Invoicing

Upgrade instructions

Steps Description
1 Run this query from PHPMyAdmin to your WHMCS database:

CREATE TABLE IF NOT EXISTS `mod_bxtax` (`id` int(11) NOT NULL, `refid` int(11) NOT NULL, `refid2` int(11) NOT NULL, `type` varchar(255) CHARACTER SET utf8 NOT NULL, `rate` decimal(5,2) NOT NULL, `name` text CHARACTER SET utf8) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2 If you want to use the new Level 3 taxes, visit Addons > Billing Extension > Settings > Integration > Manual Integration & Verification and recheck all steps of the integration.