Entity's document (timesheet, expenses, request of absences, payment).

Show:

FILE_NAME

Varchar(150)

Name.


Default: ''

ID_JUSTIFICATIF

Int(11)

Unique identifier.

ID_OTHER

Int(11)

Entity related to the document:


Default: 0

ID_PARENT

Int(11)


Default: 0

ID_SIGNATURE

Int(11)

Signature related to the document:


Default: 0

JUSTIF_OTHER

Tinyint(1)

Type of proof:

  • 0 : other
  • 1 : signed proof


Default: 0

JUSTIF_TYPE

Tinyint(1)

Entity's type :

  • 0 : Expenses
  • 1 : Timesheet
  • 2 : Request of absences
  • 3 : Payment


Default: 0