Set up scheduler in 4.2

Hello,

Can anyone guide me as to how I use the scheduler in KReporter 4.2?

I would like to have a number of reports emailed out each week to the management team within my business.

I can’t seem to figure out why it is not sending and I cannot find any documentation on this. Any ideas?

Many thanks,

Jonnie,

KReporter documentation is to be found under https://spicecrm.gitbooks.io/kreporter-4-x/content/

Schedule report topic is under https://spicecrm.gitbooks.io/kreporter-4-x/content/integration/plugins/schedule_report.html

Val

Hi Val,

Thank you for your email and links.

When creating a scheduler I do not appear to have ‘Process Scheduled KReports’ as an option in the job url drop down.

Do I have to manually put a path in to the ‘Job URL’ field? If so, what is the complete path I should enter?

Many thanks,

Jonnie

Jonnie,

a language file might be missing. Do you find custom\Extension\modules\Schedulers\Ext\Language\en_us.KReporterExtension.php ?

The scheduler file might be missing. Do you find custom\Extension\modules\Schedulers\Ext\ScheduledTasks\kreports.schedulertask.php ?

Val

Hi Val,

I have checked the suggested paths. There is a file located here: - custom\Extension\modules\Schedulers\Ext\ScheduledTasks\kreports.schedulertask.php

However there is only a ‘folder’ named en_us.KReporterExtension.php which is empty.

I have also checked the permissions and they are correct.

Am I missing a file?

Regards,

Jonnie

Jonnie,

yes, language file is missing. Probably missed during packaging.
Please create file custom\Extension\modules\Schedulers\Ext\Language\en_us.KReporterExtension.php
And write following code in it:

<?php $mod_strings['LBL_RUNSCHEDULEDKREPORTS'] = 'Process scheduled KReports'; ?>

Save, then go to CRM > Administration > Repair > repair/Rebuild

After that you should see ‘Process scheduled KReports’ in the job list in your Scheduler entry.

Val

Thank you Val.

That has solved the problem.