Skip to content
Snippets Groups Projects
Commit 88a2a211 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Documentation salesproject

parent 89270ed1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>SalesprojectMilestone_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/SalesprojectMilestone_entity/documentation.adoc</documentation>
<title></title>
<grantCreate v="false" />
<grantUpdate v="false" />
......
= SalesprojectMilestone_entity
This Entity holds important steps of the salesproject. (e.g. Phase and Status changes)
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>SalesprojectPhase_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/SalesprojectPhase_entity/documentation.adoc</documentation>
<title>Phase</title>
<siblings>
<element>SalesprojectMilestone_entity</element>
......
= SalesprojectPhase_entity
This Entity is needed to select and show the current phase of a salesproject via a stepper template.
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>SalesprojectSource_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/SalesprojectSource_entity/documentation.adoc</documentation>
<title>Touchpoint</title>
<iconId>VAADIN:HANDSHAKE</iconId>
<titlePlural>Touchpoints</titlePlural>
......
= SalesprojectSource_entity
This Entity holds all sources and Touchpoints (e.g. Informationsources)
\ No newline at end of file
......@@ -2,6 +2,7 @@
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11">
<name>Salesproject_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Salesproject_entity/documentation.adoc</documentation>
<title>Salesproject</title>
<siblings>
<element>SalesprojectMilestone_entity</element>
......
......@@ -15,7 +15,3 @@ A salesproject consists of some modules:
- Classification
- Forecast
- Timetracking
== Information ==
Milestones are currently inserted on each change of Phase and State.
(with the processes db.onDBUpdate, db.onDBInsert)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment