Billing Extension Release 1.4.5
Changelog
Type | Description |
---|---|
New |
You can now filter and export invoices on spreadsheets (preview) |
New |
You can now use VIES check result to display the right customized footer message on invoices (preview) |
New |
VIES check result is now visible on export-transactions spreadsheet (preview) |
Improved |
The code of Force TOS has been improved |
Improved |
We added an additional check regarding Force TOS feature |
Improved |
The logic behind VIES check has been improved |
Improved |
VIES check on client's profile. The Update Now was redirecting always to client with ID 1 |
Changed |
The disposition of form controls in Force TOS section has been changed |
Changed |
After so many releases, we decided to change the look of mouseover tooltips |
Fixed |
A very small glitch has been found and fixed in invoicepdf.tpl file |
Fixed |
Some country flags in MOSS page were missing |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:ALTER TABLE `mod_billingextensiontrans` ADD `vies` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `vatmoss`; |