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
The script has a function, find_duplicate_fillups, which is currently only used as a mechanism to warn the user when a fillup is found in LubeLogger with the same date and mileage as a fillup in Fuelio, but is otherwise unmatched (e.g. different notes or switches).
As a new feature, I'd like to add a switch allowing Fuelio to be enforced as the 'source of truth', i.e. if a fillup in Lubelogger appears to be a partial duplicate (based on the logic described above), it is patched or replaced with the fillup from Fuelio.
The script has a function,
find_duplicate_fillups
, which is currently only used as a mechanism to warn the user when a fillup is found in LubeLogger with the same date and mileage as a fillup in Fuelio, but is otherwise unmatched (e.g. different notes or switches).As a new feature, I'd like to add a switch allowing Fuelio to be enforced as the 'source of truth', i.e. if a fillup in Lubelogger appears to be a partial duplicate (based on the logic described above), it is patched or replaced with the fillup from Fuelio.
Pending hargata/lubelog#541.
The text was updated successfully, but these errors were encountered: