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
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
When there are multiple transactions of the same car model, even with non-conflicting end date, marking one as completed will immediately mark the car as available, even when other transactions are not completed.
Hence, I suggest to automate marking a transaction as completed when today's date passes the end date, instead of letting user mark themselves. mark can be used for ending a transaction early, so the end date will just be carried forward to today's date.