Namespace BudgetStatement
source · [−]Expand description
The BudgetStatement module provides functionality for managing budget statements.
@remarks
This module exports the following:
- All the actions available of the BudgetStatement model, as well as those from the base document.
- The reducer which implements the business logic for each action.
- BudgetStatement: A class representing a budget statement object, to manage a budget statement in an imperative way.
- Utility functions to create Budget Statements and load/save to file.
Namespaces
Classes
This is an abstract class representing a document and provides methods for creating and manipulating documents.
Type Aliases
Represents a budget statement document, which extends the base Document type.
Represents the state of a budget statement.