You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If people have multiple sets of wheels or tires, this project could calculate the number of miles on separate sets of tires.
For example, I switch between summer and winter wheels, and want to know how may miles are on each set. I calculate it by manually entering the date and mileage, as seen here:
The text was updated successfully, but these errors were encountered:
In 1.2.6 which will be released on 03/15/2024, there will be an enhancement for odometer records, you can tag the odometer records like so:
Notice there is a total distance traveled on the odometer record and that some of the records are tagged with "goodyear" and some are tagged with "cooper" you can probably tag it with wintertires or summer tires, alternatively you can also create an extra field like I did which allows me to enter the full tire name similar to your spreadsheet.
Now, if I sort it by tag "goodyear" :
Notice the total distance traveled has been updated to only show total distance traveled by records with the "goodyear" tag.
If you don't want to use tagging, you can also do a search like this:
Notice that "Tires" will refer to the name of the extra column/field you added, in this case it's tires but it can be whatever you want, and then "Cooper" just refers to the data in the column that contains the keyword "Cooper"
This is scheduled to be released 3/15 so it's not available yet.
If people have multiple sets of wheels or tires, this project could calculate the number of miles on separate sets of tires.
For example, I switch between summer and winter wheels, and want to know how may miles are on each set. I calculate it by manually entering the date and mileage, as seen here:
The text was updated successfully, but these errors were encountered: