User Interface low complexity mobile
1
Dependencies
0
Dependents
1
Entities
0
Integrations

Description

Reusable dropdown/picker widget for selecting the active reporting period scoped to the user's organization. Supports both mobile and admin portal contexts.

Feature: Bufdir Report Generation

reporting-period-selector-widget

Responsibilities

  • Load available reporting periods for the current organization
  • Render period options with start/end dates and status
  • Emit selected period to parent widget or service

Interfaces

onPeriodChanged(period: ReportingPeriod): void
getAvailablePeriods(orgId: String): Future<List<ReportingPeriod>>

Relationships

Dependencies (1)

Components this component depends on

Related Data Entities (1)

Data entities managed by this component