Last updated 2 years ago
Was this helpful?
Shows each one of the receipts by passing an item with the receipt information.
item
any
Item that contains the payroll receipt details like pay date, earnings and taxes
<PayrollReceipt item={item} />
Shows each one of the movements by passing an item with the movement information.
Item that contains the transaction information
<PayrollTransactionCard item={item} />