TAB_JUSTIFICATIF Class
Entity's document (timesheet, expenses, request of absences, payment).
ID_PARENT
Int(11)Entity's identifier :
- Expenses : if TAB_JUSTIFICATIF.JUSTIF_TYPE is
0
, cf. TAB_LISTEFRAIS.ID_LISTEFRAIS - Timesheet : if TAB_JUSTIFICATIF.JUSTIF_TYPE is
1
, cf. TAB_LISTETEMPS.ID_LISTETEMPS - Request of absences : if TAB_JUSTIFICATIF.JUSTIF_TYPE is
2
, cf. TAB_LISTEABSENCES.ID_LISTEABSENCES - Payment : if TAB_JUSTIFICATIF.JUSTIF_TYPE is
3
, cf. TAB_PAIEMENT.ID_PAIEMENT - Invoice : if TAB_JUSTIFICATIF.JUSTIF_TYPE is
4
, cf. TAB_FACTURATION.ID_FACTURATION
Default: 0
ID_SIGNATURE
Int(11)Signature related to the document:
- Signature: TAB_SIGNATURE.ID_SIGNATURE.
Default: 0
JUSTIF_TYPE
Tinyint(1)Entity's type :
0
: Expenses1
: Timesheet2
: Request of absences3
: Payment4
: Invoice
Default: 0
PARENT_FILE_ID
Int(11)file parent id when proof is a copy of another proof (ex: when creating invoice).
- Proof: TAB_JUSTIFICATIF.ID_JUSTIFICATIF.
Default: 0