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