ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-payslips
Payslip
Interface Payslip
interface
Payslip
{
id
:
string
;
employeeId
:
string
;
period
:
string
;
grossSalary
:
number
;
netSalary
:
number
;
deductions
:
number
;
bonuses
:
number
;
workingDays
:
number
;
workingHours
:
number
;
overtimeHours
:
number
;
status
:
"DRAFT"
|
"SENT"
|
"PAID"
;
pdfUrl
?:
string
;
notes
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
employee
:
{
id
:
string
;
firstName
:
string
;
lastName
:
string
;
employeeNumber
:
string
;
department
?:
string
;
position
?:
string
;
}
;
payslipLines
:
PayslipLine
[]
;
}
Index
Properties
id
employee
Id
period
gross
Salary
net
Salary
deductions
bonuses
working
Days
working
Hours
overtime
Hours
status
pdf
Url?
notes?
created
At
updated
At
employee
payslip
Lines
Properties
id
id
:
string
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
status
status
:
"DRAFT"
|
"SENT"
|
"PAID"
Optional
pdf
Url
pdfUrl
?:
string
Optional
notes
notes
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
employee
employee
:
{
id
:
string
;
firstName
:
string
;
lastName
:
string
;
employeeNumber
:
string
;
department
?:
string
;
position
?:
string
;
}
payslip
Lines
payslipLines
:
PayslipLine
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
employee
Id
period
gross
Salary
net
Salary
deductions
bonuses
working
Days
working
Hours
overtime
Hours
status
pdf
Url
notes
created
At
updated
At
employee
payslip
Lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...