54 get data from multiple tables postgres (#72)

Create first dash board including header, basic company information and
finance plot

---------

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
KM-R
2023-09-03 16:18:19 +02:00
committed by GitHub
parent 011184b898
commit 80faf57c77
7 changed files with 485 additions and 23 deletions

View File

@ -0,0 +1,7 @@
"""Test for the company stats dashboard."""
from aki_prj23_transparenzregister.ui import company_finance_dash
def test_import() -> None:
"""Checks if an import co company_stats_dash can be made."""
assert company_finance_dash is not None