The AccountingPeriod represents a defined time
frame for financial reporting and operations. It is often used in
conjunction with other financial objects to manage and track
transactions.
Related Types:
ActualCost: Tracks costs incurred
during the accounting period.
Budget: Represents planned financial
allocations for the period.
Key Fields:
id: Unique identifier for the accounting period.
start_date and end_date: Define the
duration of the period.
active: Indicates whether the period is currently
active.
Usage and Relationships
The AccountingPeriod represents a defined time frame for financial reporting and operations. It is often used in conjunction with other financial objects to manage and track transactions.
Related Types:
Key Fields:
id
: Unique identifier for the accounting period.start_date
andend_date
: Define the duration of the period.active
: Indicates whether the period is currently active.