AlfHou / hammond

Self hosted vehicle and expense management system. Like Clarkson, but better
GNU Affero General Public License v3.0
142 stars 19 forks source link

Better? mileage compute #120

Open Goloso98 opened 1 month ago

Goloso98 commented 1 month ago

Mileage was computed relative on two adjacent fillups. This provides mileage from tank full to tank full (if no missed fillup happened) Only for L/100Km, just because I was not sure if was going to break other stuff.

AlfHou commented 3 weeks ago

Hi! Sorry, I never received notification about this PR. I will review with ASAP (might take a couple of days). Thanjk you for contributing :)

Goloso98 commented 2 weeks ago

Hey, nice to ear. I mishappen and included a quick fix for viewing mileage on mobile "ui/src/router/views/vehicle.vue" as a table, since the graph was always messed up, be aware of that. Thanks for your reply!

AlfHou commented 2 weeks ago

If I understand you correctly, the changes in vehicle.vue and mileageTable.vue are not meant to be included in the PR? Or am I misunderstanding?