Travel Log Module - Beta Release
This module allows a user to create Travel Logs that track mileage for commutes, cycling, road trips, etc. The original intent for this module was to create a cyclist log, but I made it more generic and flexible so that it can be adapted for other uses, such as commuter logs, carbon footprint calculation, etc.
I created normalized tables, which seems to be an exception in Drupal development, perhaps for performance reasons. But I saw an opportunity to provide all kinds of reporting and analysis (Business Intelligence background) to provide added value to the community.
Here's a description of what this module does
Travel Log
Core functionality. Create and manage multiple travel logs per user. Each user can manage his/her own logs.
If using the Open Flash Chart API, users will see a bar chart showing a summary of their total monthly mileage.
Core functionality Each Travel Log has a list of entries. Say for example, To and From work. You can track the mileage, duration, date and provide a name and description for each log entry.
Travel Log Rides
If you have multiple bikes, cars, motorcycles. You can track how many miles you put on a certain bike. Say for example, if you have a road bike and a mountain bike.
Travel Log Types