Hello Guys, i would like to make a program to monitor my household water and electric consumption. It doesn't need to be interactive itself with the water and electric meters the user would need to input reading himself after taking them. I would like it to be user friendly so that the wife or any other member of the family would be able to use it.
my idea is to have a window with input fields were the user is asked to enter water readings, electric readings date readings have been taken and time.(these need to be stored so that calculation can be done ) after the user will continue to enter data.
Obviously the program has to hold meter charges for water and electric meters, rates per units consumed on some amount of units and another rate on some other amount. For both water and electricity.
THE OUTPUT.
This would be ideal to show
Previous readings, dates readings were taken (water/electric)
Latest readings, dates readings were taken (water /electric)
Amount of days from previous to latest readings
Give estimate bills for both water and electric separately and total of both
Show meter charges and after include them in total.
Cost per day according to the days between previous and latest readings
Units consumed per day for Water and electricity.
Any idea how to go around this? Thanks in advance
Loading
azzo stonesPosted Aug 13, 2011, 3:55 PM
Sam HobbsPosted Aug 12, 2011, 8:16 PM
So start by designing the forms and the data. Your other thread about how to save the data is a good (better) start. I will take a quick look at the list you have here and suggest what forms you might want.
You will need a configuation form (call it what you want to) for the rates. I assume they will be constant and the same for a household. You might want to think about what to do if the rates change but initially at least you can ignore that possibility.
You can have a form for current (new) readings. That data could be stored with the date of the reading. If relevant, you can use the current date for the date of the reading.
A form showing results. You can have a grid with one row for each reading.
You need to decide whether you want to use Windows Forms or WPF. If you are not sure, the start with one for now and you can learn the other later. Most developers around here will say that Windows Forms are old technology and not worth learning, but if you want a job, supposedly Windows Forms are used more frequently for desktop (non-web) applications. One advantage of WPF is that Silverlight is used very much for web sites and Silverlight is a subset of WPF.
azzo stonesPosted Aug 11, 2011, 10:08 AM
theLizardPosted Aug 11, 2011, 5:39 AM
azzo stonesPosted Aug 10, 2011, 10:12 AM
Sam HobbsPosted Aug 9, 2011, 9:38 PM
azzo stonesPosted Aug 9, 2011, 10:33 AM
Jiteendra SampathiraoPosted Aug 9, 2011, 8:11 AM
Let me know which type of reports do you want..Pictorial reports or Data view reports.....
for pictorial reports use nevron charts or fusion charts.....
for dataview reports use crystal reports....
Use Sql server databse or mysql will be good..
hope it help you........