Hello. We are using an ERP system with a poor budgeting module. I am to decide how to best overcome it, but have hit a road block. Background:
The ERP system runs a daily routine to updates the data warehouse run on SQL Server.
On that same SQL Sever (for now anyway), we plan to have a DB seperate of the DB warehouse that will hold our budgeting projections (sales forecats for example).
What do I need:
I need a solution that will allow many users view (in a structured format) relevant data from the warehouse and update/add forecasts for future periods.
What I have done so far is create a locked down view of a particular salesperon's data in an Excel sheet. He/she then uses that prior year information to submit a forecast of future sales. A SQL DTS package runs, grabs the sheet with the forecast on it, validates it, and updates the DB daily. (It's more complicated than that, but that's the basic idea).
Now the problem I have is when the management wants to view the data and change it. They will need to see the data rolled up into totals by product category or employee, for example. Then, if a certain forecast need adjusted, management should be able to change the value and see it updated immediately.
My ideas have been to offer a web based solution or maybe a stand alone VB program that has access to the DB. I think the web based solution would be simpler and safer, but I was hoping there was another way of doing it. Creating a web application that provides multiple views of the data and drilling down seems rather complicated, though it might not be once I start.
I hope my description makes sense. Overall I just want a safe, effiecient, and innexpensive means to modify the data in my DB.
The ERP system runs a daily routine to updates the data warehouse run on SQL Server.
On that same SQL Sever (for now anyway), we plan to have a DB seperate of the DB warehouse that will hold our budgeting projections (sales forecats for example).
What do I need:
I need a solution that will allow many users view (in a structured format) relevant data from the warehouse and update/add forecasts for future periods.
What I have done so far is create a locked down view of a particular salesperon's data in an Excel sheet. He/she then uses that prior year information to submit a forecast of future sales. A SQL DTS package runs, grabs the sheet with the forecast on it, validates it, and updates the DB daily. (It's more complicated than that, but that's the basic idea).
Now the problem I have is when the management wants to view the data and change it. They will need to see the data rolled up into totals by product category or employee, for example. Then, if a certain forecast need adjusted, management should be able to change the value and see it updated immediately.
My ideas have been to offer a web based solution or maybe a stand alone VB program that has access to the DB. I think the web based solution would be simpler and safer, but I was hoping there was another way of doing it. Creating a web application that provides multiple views of the data and drilling down seems rather complicated, though it might not be once I start.
I hope my description makes sense. Overall I just want a safe, effiecient, and innexpensive means to modify the data in my DB.