Scheduler Reports - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Scheduler Reports (/showthread.php?tid=833) |
RE: Scheduler Reports - rslemer - 01-19-2018 Hi What variable define scheduled report language? My admin is setting to pt_br, my user in pt_br, too, but when report is sent with a scheduled, all report labels and email text in showed to english. RE: Scheduler Reports - rslemer - 01-19-2018 labels added (01-16-2018, 11:49 PM)rslemer Wrote: I will testing more, but I think other link, included in workflow, for example, with a CRM details, is different. I am wrong both links is the same way ... include pt_br RE: Scheduler Reports - joebordes - 01-20-2018 From these lines I understand that the scheduled report is sent in the $default_language https://github.com/tsolucio/corebos/blob/master/vtigercron.php#L16 https://github.com/tsolucio/corebos/blob/master/vtigercron.php#L36 https://github.com/tsolucio/corebos/blob/master/modules/Reports/ScheduledReports.php#L386 it is either that language or the language of some admin user. I updated the Reports language file mostly using the labels that were already there. I did not update the include file because that label is already present: https://github.com/tsolucio/corebos/blob/master/include/language/pt_br.lang.php#L675 RE: Scheduler Reports - joebordes - 01-20-2018 I just tested it and it seems to be working correctly. I made a modification to translate the report name and description but that will rarely be used. RE: Scheduler Reports - rslemer - 01-20-2018 you say scheduled reports is a rarely used? my users love it ! RE: Scheduler Reports - joebordes - 01-21-2018 No, I meant that the translation of the report name and description won't be used much as you would have to edit the language files for each report and usually they are already in the language of the users. The scheduled reports themselves are VERY useful and popular :-) RE: Scheduler Reports - rslemer - 01-21-2018 Ah, ok! I did test this changes, labels are translate right, but text at email and label "click here" not yet. RE: Scheduler Reports - joebordes - 01-21-2018 It is working correctly for me. I set the admin user language and the default_language variable in config.inc.php to pt_bt [attachment=463] RE: Scheduler Reports - rslemer - 01-21-2018 Stranger, I think some items you can solved return to same problem in report module I try edit sales pipeline in demo on line, for example grouping and sharing not returned a BD values, again RE: Scheduler Reports - rslemer - 01-25-2018 How can? If I down everything by git, how can the version behave differently? I do not understand this ... |