Banking components
@paprel/embed-accounting ships a bank-account list and an integrated bank-account workspace.
| Element | Main attributes | Events and methods |
|---|---|---|
paprel-banking-list | None | paprel:resource-open, bank-account-select, refresh() |
paprel-bank-account-detail | account-id, inbox | transaction-select, refresh() |
HTML
<paprel-banking-list></paprel-banking-list>
<paprel-bank-account-detail
account-id="BANK_ACCOUNT_ID"
inbox="uncategorized"
></paprel-bank-account-detail>
The detail workspace combines account information with transaction inboxes, matching, and reconciliation flows. Set inbox to uncategorized, categorized, or excluded to choose the initial transaction view.
Use paprel:resource-open to map a bank-account selection to your router. The legacy bank-account-select event remains available for local wiring.