ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-payslips
UpdatePayslipData
Interface UpdatePayslipData
interface
UpdatePayslipData
{
period
?:
string
;
grossSalary
?:
number
;
netSalary
?:
number
;
deductions
?:
number
;
bonuses
?:
number
;
workingDays
?:
number
;
workingHours
?:
number
;
overtimeHours
?:
number
;
status
?:
"DRAFT"
|
"SENT"
|
"PAID"
;
notes
?:
string
;
payslipLines
?:
Omit
<
PayslipLine
,
"id"
|
"createdAt"
|
"payslipId"
>
[]
;
}
Index
Properties
period?
gross
Salary?
net
Salary?
deductions?
bonuses?
working
Days?
working
Hours?
overtime
Hours?
status?
notes?
payslip
Lines?
Properties
Optional
period
period
?:
string
Optional
gross
Salary
grossSalary
?:
number
Optional
net
Salary
netSalary
?:
number
Optional
deductions
deductions
?:
number
Optional
bonuses
bonuses
?:
number
Optional
working
Days
workingDays
?:
number
Optional
working
Hours
workingHours
?:
number
Optional
overtime
Hours
overtimeHours
?:
number
Optional
status
status
?:
"DRAFT"
|
"SENT"
|
"PAID"
Optional
notes
notes
?:
string
Optional
payslip
Lines
payslipLines
?:
Omit
<
PayslipLine
,
"id"
|
"createdAt"
|
"payslipId"
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
period
gross
Salary
net
Salary
deductions
bonuses
working
Days
working
Hours
overtime
Hours
status
notes
payslip
Lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...