ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/expense-report
CreateEmployeeExpenseData
Interface CreateEmployeeExpenseData
interface
CreateEmployeeExpenseData
{
employeeId
:
string
;
date
:
string
;
type
:
|
"TRAINING"
|
"EQUIPMENT"
|
"MAINTENANCE"
|
"LOGISTICS"
|
"MEAL"
|
"TRANSPORT"
|
"ACCOMMODATION"
|
"OFFICE_SUPPLIES"
|
"SAFETY_EQUIPMENT"
|
"PRODUCTION_MATERIALS"
|
"QUALITY_CONTROL"
|
"COMMUNICATION"
|
"MISC"
;
description
:
string
;
amount
:
number
;
currency
?:
string
;
receiptUrl
?:
string
;
status
?:
"EN_ATTENTE"
|
"PAYE"
|
"NON_PAYE"
|
"REFUSE"
;
}
Index
Properties
employee
Id
date
type
description
amount
currency?
receipt
Url?
status?
Properties
employee
Id
employeeId
:
string
date
date
:
string
type
type
:
|
"TRAINING"
|
"EQUIPMENT"
|
"MAINTENANCE"
|
"LOGISTICS"
|
"MEAL"
|
"TRANSPORT"
|
"ACCOMMODATION"
|
"OFFICE_SUPPLIES"
|
"SAFETY_EQUIPMENT"
|
"PRODUCTION_MATERIALS"
|
"QUALITY_CONTROL"
|
"COMMUNICATION"
|
"MISC"
description
description
:
string
amount
amount
:
number
Optional
currency
currency
?:
string
Optional
receipt
Url
receiptUrl
?:
string
Optional
status
status
?:
"EN_ATTENTE"
|
"PAYE"
|
"NON_PAYE"
|
"REFUSE"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
employee
Id
date
type
description
amount
currency
receipt
Url
status
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...