Add a better explanation on job generation

This commit is contained in:
Laurent Destailleur 2016-06-04 14:30:05 +02:00
parent 22b231e686
commit 674164b71c
2 changed files with 6 additions and 0 deletions

View File

@ -1256,8 +1256,13 @@ else
print '<br>';
// Frequencry/Recurring section
if ($object->frequency > 0)
{
if (empty($conf->cron->enabled))
{
print info_admin($langs->trans("EnableAndSetupModuleCron", $langs->transnoentitiesnoconv("Module2300Name")));
}
print '<table class="border" width="100%">';

View File

@ -429,6 +429,7 @@ NoDetails=No more details in footer
DisplayCompanyInfo=Display company address
DisplayCompanyManager=Display manager names
DisplayCompanyInfoAndManagers=Display company and manager names
EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
# Modules
Module0Name=Users & groups