bugfix/rounding-taxes #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/rounding-taxes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Example config hat noch falsche Beispielwerte für den Ticket-Preis
@ -17,0 +16,4 @@{"user_name": "jason", "user_mail": "juergen@demomail.com", "password_clear_text": "jason"},# Gast + Ticket(NORMAL) + Sitzplatz{"user_name": "lisa", "user_mail": "lisa@demomail.com", "password_clear_text": "lisa"}, # Teamler{"user_name": "thomas", "user_mail": "thomas@demomail.com", "password_clear_text": "thomas"} # Teamler + AdminDiese Umbrüche gefallen mir nicht
@ -82,2 +68,2 @@return resultdef make_euro_string_from_decimal(euros: Decimal) -> str:""" Internally, all money values are cents as ints. Only when showing them to the user we generate a string.Mehrzeilige Docstrings bitte bitte so formatieren:
Auf der Arbeit hätte ich den MR so abgelehnt. Bitte ändere keine Formatierung für Codezeilen deren Logik du nicht angefasst hast. Der MR war schon großm genug, auch ohne das ich versuche den Unterschied zu finden den es nicht gibt.
Sorry, allerdings war mein PyCharm total bunt, vielleicht können wir uns irgendwie die Config von PyCharm gleich einstellen.
Habe nun alle review Punkte bearbeitet.
@ -83,1 +68,3 @@return resultdef make_euro_string_from_decimal(euros: Decimal) -> str:"""Internally, all money values are cents as ints. Only when showing them to the user we generate a string.Ich hatte gehofft das du beim ändern des Docstrings auch den Inhalt anpasst. Denn der ist jetzt nicht mehr korrekt.
done.
afe5575b34toa419ee8885