Organisms
Payroll Receipt
Shows each one of the receipts by passing an item with the receipt information.
Prop Name
Type
Description
item
any
Item that contains the payroll receipt details like pay date, earnings and taxes
<PayrollReceipt item={item} />Payroll Transaction Card
Shows each one of the movements by passing an item with the movement information.
Prop Name
Type
Description
item
any
Item that contains the transaction information
<PayrollTransactionCard item={item} />Last updated
Was this helpful?