TAB_PROJET Class
Project.
Properties
- ID_AO
- ID_CREATOR
- ID_CRMCONTACT
- ID_CRMSOCIETE
- ID_CRMTECHNIQUE
- ID_INTERMEDIAIRE_CRMCONTACT
- ID_INTERMEDIAIRE_CRMSOCIETE
- ID_POLE
- ID_PROFIL
- ID_PROFILCDP
- ID_PROJET
- ID_SOCIETE
- PRJ_ADR
- PRJ_CHANGE
- PRJ_CHANGEAGENCE
- PRJ_COMMENTAIRES
- PRJ_CONSOMMATIONVIEW
- PRJ_CORRELATIONJALON
- PRJ_CP
- PRJ_CRITERE_POSITIONNEMENT
- PRJ_DATE
- PRJ_DATELASTACTIVITY
- PRJ_DATELOTUPDATE
- PRJ_DATEUPDATE
- PRJ_DEBUT
- PRJ_DEVISE
- PRJ_DEVISEAGENCE
- PRJ_ETAT
- PRJ_FIN
- PRJ_INVESTISSEMENT
- PRJ_LOTSTAB
- PRJ_LOTVIEW
- PRJ_MIXTE
- PRJ_PAYS
- PRJ_REFERENCE
- PRJ_RESTEAFAIRE
- PRJ_STATE_REASON
- PRJ_STATE_REASON_COMMENT
- PRJ_SUBDIVISION
- PRJ_TARIFADDITIONNEL
- PRJ_TAUXHORAIRE
- PRJ_TYPE
- PRJ_TYPEREF
- PRJ_VILLE
ID_PROFILCDP
TinytextList of project's managers.
Each project's manager is described by TAB_PROFIL.ID_PROFIL.
Project's managers are separated by |
character.
PRJ_CONSOMMATIONVIEW
Tinyint(1)Type of view to display into productivity's tab :
2
: Groupments view1
: Deliveries view0
: Resources view
Used only if TAB_PROJET.PRJ_TYPE ∈ {1,2}
Default: 1
PRJ_CORRELATIONJALON
Tinyint(1)Enable/disable to synchronize TAB_PROJET.PRJ_RESTEAFAIRE with the batches/markers remains to be done :
1
: Enable0
: Disable
Used only if TAB_PROJET.PRJ_TYPE = 2
Default: 0
PRJ_CRITERE_POSITIONNEMENT
TextDelivery suggest settings (json) : All settings for delivery suggest. All allowed attributes are mapped in PositioningSuggest model
Default: ''
Example:
{"defaultPositioningSuggestCandidatesPerimeter" : 1, "defaultPositioningSuggestResourcesPerimeter" : 1, "defaultPositioningSuggestExcludedCandidatesTypes" : [1], "defaultPositioningSuggestExcludedResourcesTypes" : [1], "defaultPositioningSuggestExcludedCandidatesStates" : [3], "defaultPositioningSuggestExcludedResourcesStates" : [0], "defaultPositioningSuggestKeywordsFromOpportunity" : ["title", "tools"], "defaultPositioningSuggestFiltersFromOpportunity" : ["tools", "domains"]}
PRJ_DEVISE
Int(11)Currency.
cf. key id for JSON response data.setting.currency of API /application/dictionary
Default: 0
PRJ_DEVISEAGENCE
Int(11)Agency's currency.
cf. key id for JSON response data.setting.currency of API /application/dictionary
Default: 0
PRJ_ETAT
Int(11)State.
cf. key id for JSON response data.setting.state.project of API /application/dictionary
Default: 1
PRJ_INVESTISSEMENT
Decimal(30,10)- If TAB_PROJET.PRJ_TYPE =
3
: Investment excluding tax - If TAB_PROJET.PRJ_TYPE &isnot;
3
: Additional investment
Default: 0
PRJ_LOTSTAB
Tinyint(1)Enable/disable to show batches/markers tab on the web interface :
1
: Enable0
: Disable
Used only if TAB_PROJET.PRJ_TYPE =∈ {2,4}
Default: 0
PRJ_LOTVIEW
Tinyint(1)Enable/disable to create markers on batches :
1
: Enable0
: Disable
Used only if TAB_PROJET.PRJ_TYPE = 2
Default: 0
PRJ_TARIFADDITIONNEL
Decimal(30,10)- If TAB_PROJET.PRJ_TYPE =
3
: Price excluding tax - If TAB_PROJET.PRJ_TYPE &isnot;
3
: Additional turnover
Default: 0
PRJ_TYPE
Int(11)Mode :
-1
: Absence's inactivity-2
: Internal's inactivity- or cf. key mode for JSON response data.setting.typeOf.project of API /application/dictionary
Default: 0
PRJ_TYPEREF
Int(11)Type.
cf. key id for JSON response data.setting.typeOf.project of API /application/dictionary
Default: 0