Implemented frontend for account

This commit is contained in:
Edgar P. Burkhart 2023-04-22 12:03:08 +02:00
parent bb4a8c5db1
commit 719436f9ad
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
16 changed files with 97 additions and 61 deletions

View file

@ -1,6 +1,6 @@
from category.models import Category
from main.forms import NummiFileInput, NummiForm
from Statement.models import Statement
from statement.models import Statement
from .models import Invoice, Transaction