implemented removal of transactions

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-14 22:37:19 +02:00
parent f6b854a227
commit 1b6f65e123
5 changed files with 55 additions and 11 deletions
@@ -131,7 +131,7 @@ public class Transaction implements Mappable {
Field.DESTINATION, destination.toMap(),
Field.AMOUNT, amount,
Field.PURPOSE, purpose,
Field.TAGS, tags
Field.TAGS, tags.stream().sorted().toList()
);
}