I am getting FuelTaxDetail objects via GetFeed, and then traversing through them to calculate all of the hourly data.
All of the rows that I create from the calculation match up with what appears in the Geotab IFTA report add-in, but the add-in contains additional rows with vehicles that I do not have in my results.(the vehicles don't have existing FuelTaxDetail objects within the datetime range either)
In my results I also have FuelTaxDetail objects that don't appear in the add-in. It could be that way because they have 0 distance, but some rows in the add-in's report do have 0 distance.
- Where is the Geotab add-in report getting all of it's data from?
- What sort of filters are being put on the data to prevent it from being included?