Skip to content

ReconciliationSummary

stable

Dashboard header card for reconciliation status: total items, matched %, open exceptions, oldest break age, and last run timestamp. MetricCard grid with a thin match-rate progress bar at the bottom. Optional refresh callback.

FinanceInteractive/Storybook ↗
import { ReconciliationSummary } from "@nodus/design-system/finance"
Loading demo…

Props

totalItemsrequired
Type numberDefault

Total items in the reconciliation run

matchedCountrequired
Type numberDefault

Number of matched items

openExceptionsrequired
Type numberDefault

Count of open exceptions

oldestBreakDaysrequired
Type numberDefault

Age in days of the oldest unresolved break

lastRunAtrequired
Type stringDefault

ISO 8601 timestamp of the last reconciliation run

onRefresh
Type () => voidDefault

Callback to trigger a manual reconciliation run

Metadatasemanticoutcome
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?