aarsregnskap module

class Aarsregnskap

Bases: ABC

Module for displaying annual financial statements (Årsregnskap).

label

Label for the module when initialized, displayed as “Årsregnskap”.

Type:

str

abstract layout()

Define the layout for the Aarsregnskap module.

This is an abstract method that must be implemented by subclasses to define the module’s layout.

Returns:

A Dash HTML Div component representing the layout of the module.

Return type:

html.Div

module_callbacks()

Registers Dash callbacks for the Årsregnskap module.

Return type:

None

class AarsregnskapTab

Bases: TabImplementation, Aarsregnskap

AarsregnskapTab is an implementation of the Aarsregnskap module as a tab in a Dash application.

class AarsregnskapWindow

Bases: WindowImplementation, Aarsregnskap

AarsregnskapWindow is an implementation of the Aarsregnskap module as a window in a Dash application.