Version 1.0.8 Released #147
Closed
hargata
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this release, there are few quality of life improvements, bug fixes, and feature enhancements.
Requisition Supplies when Adding Plans/Service/Repair/Upgrade records
After you've selected the supplies it will automatically calculate the sum of the cost for you and update the "Cost" field accordingly.
Note that once the Plan/Service/Repair/Upgrade record has been added, the supplies are claimed immediately and the quantity will decrease by the amount specified, this cannot be reversed.
I.e. if you accidentally inputted the wrong amount, you will have to correct it within the supplies tab manually and re-calculate the cost.
POST API Endpoints for Records
You can now add service/gas/upgrade/repair/tax/odometer records via the POST API Endpoints.
New Setting Added - Past Due Recurring Reminders no longer refreshes itself by default
Previous behavior with 1.0.7 indicates that recurring reminders that are past due will automatically push itself back/refresh when it becomes past due, this is no longer the default behavior and can be re-enabled in the Settings page.
Added button to manually refresh a Recurring Reminder that is in "Very Urgent" or "Past Due" status
Along with the above change, there is also now a button to manually refresh / push back the recurring reminder if you have already performed the task required. Note that this button only shows up when it's in Very Urgent or Past Due status.
New Setting Added - Auto Insert Odometer Records
This setting, when enabled, will automatically insert odometer records when the user adds a service/upgrade/repair/gas record or when they mark a Task in the Planner as "Completed". Note that this odometer record is only added when those records are added, editing an existing record WILL NOT update the odometer record that was created by it.
Barchart Fixes on Report Page - No more misleading chart colors
Previously, the barchart colors are hardcoded on a gradient scale, instead of having colors assigned to them based on high / low costs or fuel mileage. This has now been fixed, so that higher costs are red and lower costs are green and the opposite for fuel mileage, higher is green, lower is red.
Updated Formula for Calculating Average Fuel Mileage.
Previously, average fuel mileage is easily skewed by records where the MPG is not calculated as those are weighed equally and have an underlying value of 0, new formula excludes those records from being included in the average MPG calculation.
Beta Was this translation helpful? Give feedback.
All reactions