Embedded UI 0.1.0-beta

Financial report components

@paprel/embed-reports is the complete financial-report domain package. It uses the accounting configuration and includes five Web Components plus typed report resources.

Install and register

Shell
npm install @paprel/embed-core @paprel/embed-accounting @paprel/embed-reports
TypeScript
import { configureAccounting } from "@paprel/embed-accounting";

configureAccounting({ baseUrl, locale: "en", auth });

import "@paprel/embed-accounting";
import "@paprel/embed-reports";

No separate stylesheet import is required.

Components

ElementMain attributesMethod
paprel-trial-balanceas-of-date, currencyrefresh()
paprel-balance-sheetas-of-date, currencyrefresh()
paprel-income-statementdate-range, currencyrefresh()
paprel-cash-flowdate-range, currencyrefresh()
paprel-general-ledgerdate-range, account-id, currencyrefresh()
HTML
<paprel-trial-balance as-of-date="2026-08-25" currency="USD"></paprel-trial-balance>
<paprel-balance-sheet as-of-date="2026-08-25" currency="USD"></paprel-balance-sheet>
<paprel-income-statement date-range="2026-01-01,2026-08-25" currency="USD"></paprel-income-statement>
<paprel-cash-flow date-range="2026-01-01,2026-08-25" currency="USD"></paprel-cash-flow>
<paprel-general-ledger date-range="2026-01-01,2026-08-25" account-id="ACCOUNT_ID" currency="USD"></paprel-general-ledger>

Change an attribute to reload the relevant report, or call refresh() after an external posting or import completes. Grant the report permissions required by the surfaces you mount on the App Connect client.

Typed resources

The package exports createReportsResource and report request/response types for teams building custom report screens. These types are re-exported from the accounting resource layer so components and headless integrations share the same contract.

Evaluate Paprel

Build in sandbox, launch with a production trial

Use sandbox for developer testing with no billing. When you are ready for real workflows, start production on a monthly plan with a 14-day free trial.

API-First Delivery
Audit-Ready Controls
Sandbox And Guided Rollout
We use cookies to improve your experience.