webERP Forum

Full Version: New Dashboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My next specification for v5.0 is a completely revamped dashboard.

https://github.com/timschofield/webERP-s.../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-s.../dashboard

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

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

Tim
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.
Thanks Paul, It's late here now, so I will look tommorrow

Tim
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!)