Summary
Component: <pcp-invoice-summary>
Preview:

Description
This component presents a summary of the selected invoice for the current month, providing a clear and concise overview of its key details.
Usage
import { PcpInvoiceSummaryComponent } from '@celerofinancas/pcp-client-ui';
<pcp-invoice-summary
[filters]="{card: 1, yearMonth: 202501}"
[selectedRowsValue]="0"
(totalValue)="totalValue($event)"
/>
Component Inputs and Outputs
Inputs
| Name | Type | Default | Description | Required |
|---|---|---|---|---|
filters | {card: 1, yearMonth: 202501} | | The transactions filters to request the table data | YES |
selectedRowsValue | number | 0 | The sum of all transactions, the value of the current invoice | YES |
Outputs
| Name | Type | Description |
|---|---|---|
totalValue | EventEmitter<number> | The total value of the current invoice |
Dependencies
- @celerofinancas/class-utils
- @celerofinancas/ui-animations
- @celerofinancas/ui-common
- @celerofinancas/ui-directives
- @celerofinancas/ui-pipes