Verified Commit 931bfcbc authored by Jakob Moser's avatar Jakob Moser
Browse files

Improve docs

parent 03962168
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@ from decimal import Decimal

@dataclass(frozen=True, eq=False)
class BudgetaryItem:
    """Entry in a budget plan.
    """Item in a budget plan.

    Has an id, a name and an amount, e.g.,
    740.0208, Projekte und Veranstaltungen kultureller Art, 550.00 €

    Every payment order needs to reference a budgetary item out of which the money is taken.
    """

    id: str