webERP Forum
New Dashboard - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Development Discussion & Specification (http://www.weberp.org/forum/forumdisplay.php?fid=10)
+--- Thread: New Dashboard (/showthread.php?tid=9002)



New Dashboard - TimSchofield - 12-24-2021

My next specification for v5.0 is a completely revamped dashboard.

https://github.com/timschofield/webERP-svn/wiki/Dashboard

This is highly configurable, allowing each user to see data relevant to them, but only that which your security settings allow. It updates dynamically in real time, so if a user in your branch in South America posts a transaction, your dashboard on your screen in Asia automatically updates with that transaction in real time as you look at your screen, no refreshes necessary. It is easy for companies to write their own reports for the dashboard.

The code is here:

https://github.com/timschofield/webERP-svn/tree/dashboard

This code utilises the proposed new database upgrade system, so you need to have pulled that code first.

Tim


RE: New Dashboard - TimSchofield - 02-14-2022

I have created a pull rquest for this, however it requires the database upgrade pull request to be actioned first.

Tim


RE: New Dashboard - TurboPT - 03-07-2022

Tim, tried looking at this tonight, but I do get an error (expected, didn't see any db update after setting the branch) clicking the dashboard icon.

To ensure that I understand the new db upgrade, I think that the 1.php file in this commit (there was a 1.php in the previous pull to remove the table) should be 2.php, with an added call to set the config's DBUpdateNumber = 2 as well?

No worries, just let me know and I can easily pull any change and give this another look later tonight or tomorrow evening.


RE: New Dashboard - TimSchofield - 03-07-2022

Thanks Paul, It's late here now, so I will look tommorrow

Tim


RE: New Dashboard - TurboPT - 05-20-2022

Was there any other update for this ... I feel like the dashboard may be waiting on me?
(I do want to give the dashboard change a test run and committed!)