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