-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buchung geprüft Markieren. Buchungsliste teilweise aktualisieren #637
base: master
Are you sure you want to change the base?
Conversation
Ich bekomme diese Exception wenn ich geprüft setze. Die Buchung ist in keinem Hibiscus Konto. [Tue Feb 04 14:43:44 CET 2025][ERROR][main][de.willuhn.jameica.gui.GUI.loop] main loop crashed, retry |
Bei mir kommt es zu einer Fehlermeldung wenn ich eine neue Splittbuchungen speichern will. Damit kann man keine mehr erzeugen. |
Ich hab die Fehler behoben und den Code vereinfacht |
@@ -111,7 +104,6 @@ public void handleAction(Object context) throws ApplicationException | |||
} | |||
} | |||
} | |||
control.getBuchungsList(); | |||
if (ba == null) | |||
{ | |||
GUI.getStatusBar().setSuccessText("Buchungsarten gel�scht"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich frage mich echt, warum hier das 'ö' in "gelöscht" nicht richtig dargestellt wird, die Sonderumlaute in BuchungMenu.java
jedoch schon. Na egal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sieht vom Code her schon mal gut aus.
Ich habe die Möglichkeit Buchungen als Geprüft zu markieren hinzugefügt.
In der Buchungsliste kann auf ungeprüfte Buchungen gefiltert werden.
Wenn in den Einstellungen aktiviert, wird der Status automatisch mit Hibiscus synchronisiert.
In dem Zuge habe ich eine AutoUpdateTablePart erstellt, die beim Speichern eines Elements automatisch dieses neu in der Tabelle lädt. Dadurch ist die BuchungMessage überflüssig geworden. Lediglich bei Splitbuchung auflösen muss die Liste noch ganz neu geladen werden.
Die SplitbuchungWiederherstelungAction habe ich aus dem Menü extrahiert und eine eigene Datei erstellt.