regular_costs #5

Merged
jlusiardi merged 19 commits from regular_costs into master 2021-06-18 20:20:13 +02:00
Owner
No description provided.
jlusiardi added 19 commits 2021-06-18 20:19:32 +02:00
879669b4f7 Updates os version to debian 9
Changes to debian9_python3 image because of outdated setup tools
Fixed a typo as well
c42a667ca4 Introduces ordering for pitstops
Pitstops are now ordered by ascending odometer value instead of
their id
1f2e33bec4 Adds check to verify the proper order of pitstops
Pitstops must keep the order of date and odometer. That means if
a pitstop's date is between two other pitstops' date than the
odometer values must be as well.
13090d2735 Updates create pitstop form
The form now uses the new odometer_date_check to allow entering
pitstops that are before the currently last pitstop.
bf4bb607d5 Introduces ordering for services
services are now ordered by ascending odometer value instead of
their id
6397d050ae services and pitstops each now respect their data on creation
On creation, the tupels of date and odometer are checked that
the service or pitstop does not violate the ordering in.
346723ae2d Makes each service/pitstop deletable
adds a delete button to each service/pitstop
ae6dfa8ae6 Fix bug with description on services
The service description was lost on any input error in the forms
for create and edit.
1d767d65a6 all pit stops can now be edited and deleted
not only the last pit stop can be edited and deleted.
6497d4677f Fixed a bug with editing services / pitstops
The event that was edited should not limit the dates and
odometers for the update.
jlusiardi merged commit 3d0bb8c83f into master 2021-06-18 20:20:13 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jlusiardi/rollerverbrauch#5
No description provided.