We have an excel spreadsheet used to track sales orders and there are mega formulas for all the different customer pricing options. Because I am almost done my VB6 course, I offered to convert this to a database and create a new user interface.
I'm on my own as there is no other expertise in the company and this is alot more complicated than the simple database "employee info" examples in my course. Even my final project is going to be alot simpler.
I have classes and collections drawn up for the usual lookup lists (Company, Customer, Products) but how do I know I've accounted for everything? I'm at the Detailed Object MOdel drawing stage where it shows the classes, and their properties and methods. I don't really know what methods I need to put there.
I also will have an Order table that will store all the final calculations and entries for a customer order. Some of the calculations will be overridden with values. Do I need a class for all the calculations too?
If I have a specific question, it would be how complicated do you think this is, and how long will this take me to program? My boss made a comment like "It's not a 4 week project is it?" and I said "yeah ... it is". He has no IT background.
This is only one of two complicated projects where I think I've bitten off more than I can chew. What have I gotten myself into?
I'm on my own as there is no other expertise in the company and this is alot more complicated than the simple database "employee info" examples in my course. Even my final project is going to be alot simpler.
I have classes and collections drawn up for the usual lookup lists (Company, Customer, Products) but how do I know I've accounted for everything? I'm at the Detailed Object MOdel drawing stage where it shows the classes, and their properties and methods. I don't really know what methods I need to put there.
I also will have an Order table that will store all the final calculations and entries for a customer order. Some of the calculations will be overridden with values. Do I need a class for all the calculations too?
If I have a specific question, it would be how complicated do you think this is, and how long will this take me to program? My boss made a comment like "It's not a 4 week project is it?" and I said "yeah ... it is". He has no IT background.
This is only one of two complicated projects where I think I've bitten off more than I can chew. What have I gotten myself into?