Well, its been a while since I have posted on here. Been a little busy with school, and caught up in coding. Well, here are some of the features that I have been able to get to work.
The multi-tier notes system works fine now. There are a few access options I would like to add to it, such as linking to pictures, and different ways of actually pulling it up, but for now, it allows you to view customer, vehicle, and repair order notes.
The ability to add RO’s. I dont like the layout yet, but you can create RO’s if the customer exists in the database, I have not implemented the ability to create new customers on the fly just yet. I am working on the new layout and the customer creation dialogue.
Color coded datagridview. This feature allows you to easily assess the production just by looking at your ro list. If a car is late, it shows up in red, if its on schedule, it shows up in cornflower blue or whatever that weird windows color is. Its going to have the ability to forsee if the car is going to be late depending on the status its in, which shoulld allows shop managers to redirect resources to make sure the car leaves on time.
Dates management dialogue. This screen allows you to change the status of the RO and will the main focus of production management. There will be an equation that determines which day it should be in what process depending on the percent set by the admin.
And finally, the Scheduler. This tools is no where near done, but still has some nice functionality. The reason that this tool is so important is it allows you to schedule in work, and not overload your employees. By taking the average number of hours your techs turn in a week, it allows you to schedule work, and not exceed the amount of hours your techs can turn. Of course, you can over schedule, but it will warn you that you are over the limit. So far, it allows you only to view what is scheduled, but by the end it will query the database, and see how many hours the techs are turning in your department, and then it will set your maximum hours.
There are more functions to come, but this is what I have so far.



