2025-06
This commit is contained in:
parent
2a83bd0079
commit
3999ecdac3
10 changed files with 807 additions and 7 deletions
|
@ -86,10 +86,10 @@ def guess_contra(entry):
|
|||
return "Uitgaven:Bar:Snacks"
|
||||
|
||||
if entry.payee == "STATIEGELD NEDERLAND; NL59ABNA0100073913":
|
||||
return "Uitgaven:Bar"
|
||||
return "Inkomsten:Statiegeld"
|
||||
|
||||
if entry.narration.startswith("Decla") and posting.units.number < 0:
|
||||
return "Passiva:Declaraties"
|
||||
return "Passiva:Crediteuren"
|
||||
|
||||
if have_keyword(
|
||||
"deposit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue