feat: add Transaction Entity

This commit is contained in:
Herculino Trotta
2024-11-30 17:12:35 -03:00
parent 28c8a961bc
commit 2382abf3c0
21 changed files with 517 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
from .transactions import *
from .tags import *
from .entities import *
from .categories import *
from .actions import *
from .installment_plans import *