supware.net
original software by Doug Melton
GasLog
download
'*******************************************************************************
'GasLog v1.2.5
'********************************************************************************
by Doug Melton
2006.08.19
http://supware.net
doug@supware.net
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
Gas Log is a simple little program designed to keep track of your car's Fuel
consumption. This is important because it can help you detect when something
may be malfunctioning or outta whack.
--------------------------------------------------------------------------------
HOW TO INSTALL
--------------------------------------------------------------------------------
Just copy gaslog.exe to a directory of your choice on
your mobile, I suggest \Storage\Program Files\GasLog.
Set up a shortcut if you like. That's it!
--------------------------------------------------------------------------------
HOW TO USE
--------------------------------------------------------------------------------
Main Screen...
Gas Log starts out with a list of all your previous gas purchases. They are
sorted in reverse chronological order (with most recent on top). When you fill
up, click the "New Entry" soft button. This will take you to the edit screen.
Edit Screen...
This is fairly straightforward. You can use any date format you like, but the
default is YYYY.MM.DD. You only have to enter price per gallon, number of
gallons, and your odometer reading. Gas Log will calculate number of miles since
your last fill-up and (more importantly) miles per gallon.
Push "OK" to save the changes or "Options", "Cancel" to revert.
IMPORTANT: in order for these calculations to be accurate, you MUST fill up
your tank every time. There's really no good reason not to fill up your tank,
so just do it!
If you enter purchases in the wrong order, don't worry, Gas Log will insert
it in the right place and recalculate your consumption.
That's it!
--------------------------------------------------------------------------------
CHANGES
--------------------------------------------------------------------------------
v1.2.5 - 2006.08.19 - Added some input validation.
v1.2.4 - 2006.08.14 - Now changes # or to decimal point automatically.
- No need to go to special symbols menu.
v1.2.2 - Now displays metric in L/100km instead of km/L
- Default data file location is now the program directory,
not \storage\My Documents (since WM5.0 doesn't have that directory)
v1.2 - Added support for US or Metric labels
- Added support for choosing data file
(now you can have multiple data files or multiple "cars")
- Now automatically saves data
- Added "exit" button
- Input fields automatically switch to numeric input
- VB.NET source code included
v1.0 - initial release