| New Feature This feature has been available since version 1.6.8 |
To enable Accounting functionality properly it's necessary to execute periodically some SQL procedures on the DB. These procedures should be included in automated cron tasks: these are the necessary lines to be added to system's crontab:
| Warning Please, change host, port, user and passwords parameter to fit actual configuration |
CRON Tasks for Accounting Procedures
| Handy tip Optionally for MySQL 5.1 and newer we can avoid using Cron tasks by enabling MySQL Event System with the following script. Event Tasks for Accounting Procedures for MySQL and newer |

