From: Phil D. <ph...@lo...> - 2014-12-06 04:12:22
|
Well in session.inc we have a line if ($FirstLogin AND !$SupplierLogin AND !$CustomerLogin AND $_SESSION['ShowDashboard']==1) { header('Location: ' . $PathPrefix .'Dashboard.php'); } So only if it is the first login and it is not a supplier or customer login and the system parameter for ShowDashboard is set to on.... One issue I am not sure we have coded the ShowDashboard in system parameters. I am actually wondering if this should be a user flag in www_users table so that only users with the ShowDashboard comes up. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 06/12/14 15:02, Rafael Chacón wrote: > Hi, > > Sorry for the question, but I need help... > > In webERP 4.11.5, we have a Dashboard at start-up, but in webERP 4.12 > we do not have it. > > How to setup a Dashboard at start-up like in 4.11.5 ? > > Best regards, Rafael. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |