Hi, sorry to be so vague, but this development is painstaking to withdraw from imaginationland.
First of all, this system is to manage orders in our company.
Each order has a unique name, order status, customer name, delivery address etc..
Each order can have multiple objects (let's say APPLE ) attributed to it.
Each APPLE has it's own weight, price, delivery number, etc... related to it.
I would like to create a portal which reads this information (from the database) and displays it in a Gantt-type chart system which positions the orders horizontally using the dates from the data for each order.
Raw data in this way would be quite messy still, with no way to visualise groupings of customers, unless this is coded as well.
I have seen examples of this type of information display where the chart is zoom-able (or customisable to display month, year, week, daily data), but i am unsure of what language these systems are written. AJAX?
I am well prepared to create this myself, as I have unlimited time constraints and the urge to create something which fills our needs.
I assume the database model would be relational, however would an object oriented model help in coding and/or visualising this system?
If I am still too vague, I'm quite happy to refine further.
Thank you for your responses!