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
Copy file name to clipboardExpand all lines: Models.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
'uuid': str, # (generated)
39
39
'date_tx': int, # (UTC)
40
40
'text_tx': str,
41
-
'betrag': float,
41
+
'amount': float,
42
42
'peer': str,
43
43
44
44
----------- optional -----------
@@ -75,7 +75,7 @@ Klassifiziert das Objekt als Regel für das Parsing.
75
75
76
76
Frei wählbarer Name der Regel.
77
77
78
-
#### .regex, r-str (optional)
78
+
#### .regex, r-str
79
79
80
80
Regex String, der auf den Buchungstext angewendet werden soll. Er muss genau eine Matching-Group enthalten. Der Wert dieses Treffers (der Gruppe) wird als Wert mit dem Namen der Regel in der Transaktion als Ergebnis gespeichert.
0 commit comments