Entity's document (company, opportunity, project, order, product, purchase, action, delivery, positioning).

Show:

DOC_TYPE

Tinyint(1)

Entity's type :

  • 0 : Company
  • 1 : Opportunity
  • 2 : Project
  • 3 : Order
  • 4 : Product
  • 5 : Purchase
  • 6 : Action
  • 7 : Delivery
  • 9 : Positioning
  • 10 : Log
  • 11 : Contract
  • 12 : FollowedDocument


Default: 0

FILE_NAME

Varchar(150)

Name.


Default: ''

ID_DOCUMENT

Int(11)

Unique identifier.

ID_ESIGNATURE

Int(11)

Signature related to the document:


Default: 0

ID_PARENT

Int(11)

Entity's identifier :


Default: 0