Commissions Manager Release 1.2.0
Changelog
Type | Description |
---|---|
New |
The module now has a front-end page that can be used by salespeople to view, search and filter earnings and existing commissions (preview) |
New |
The access to the new front-end page can be turned on/off from the configuration of the module |
New |
When the access to the new front-end page is enabled, the module automatically adds a button in the navbar (preview) |
New |
Earnings page now shows Date Paid column for paid commissions |
Improved |
Earnings page has been updated so that it looks more compact |
Improved |
Small improvements to HTML/CSS |
Improved |
The info-box of Earning page has been updated to include more informations |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:ALTER TABLE `mod_cmtransactions` ADD `datepaid` DATETIME NULL AFTER `date`; |