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) |
Scheduler Reports - rslemer - 01-06-2018 I wish when I send scheduled reports, a new option to include a URL for directly access to thats report. For example When I program a email, thru workflow, I can include a CRM Url, or Portal URL, for user access directly CRM, Likewise, rather than only include PDF or Excel ( in attachment ), I wish include a thats Report URL. My intention, is, user when receive a email, get information thru your access into CRM, for security reasons get the most updated information. RE: Scheduler Reports - joebordes - 01-11-2018 I implemented this: https://github.com/tsolucio/corebos/commit/256e9186b1eef66ef2a37c3f35687589e311ef42 thanks! RE: Scheduler Reports - rslemer - 01-11-2018 Thanks!! =0 RE: Scheduler Reports - rslemer - 01-13-2018 Joe, Has two little issues When editing a existing report, some option previous setting not returned from BD, and I think group by, and sharing not return too. RE: Scheduler Reports - rslemer - 01-13-2018 And report not translate a filed name and email text to Portuguese admin is setting pt_br language user is setting pt_br language config.inc.php. set default language to pt_br ( is still user for anything?? ) RE: Scheduler Reports - joebordes - 01-13-2018 Sorry, I don't understand, What is not translated? RE: Scheduler Reports - rslemer - 01-13-2018 See example inĀ attached images, please RE: Scheduler Reports - rslemer - 01-16-2018 Joe, URL in report scheduled works. Is possible translate term "click here" ? Other question, if user not is logged in CRM system shows login screen and shows a default module for thats user If user already logged, system shows a report directly I add this label in pt_lang RE: Scheduler Reports - joebordes - 01-16-2018 I have updated the file and it will be available soon, but the global label is here: https://github.com/tsolucio/corebos/blob/master/include/language/pt_br.lang.php#L672 The redirection is normal, we lost the direct possibility when we introduced the session security measures. RE: Scheduler Reports - rslemer - 01-16-2018 I will testing more, but I think other link, included in workflow, for example, with a CRM details, is different. I think, when workflow included a CRM details ( link in email ) system redirect thru final screen, in all the times. |