Skip to content
Snippets Groups Projects
Commit f148251a authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1030874][ Technische Doku - Review und Ergänzen]

ORG
parent ecd3da8e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<name>Org_entity</name>
<title>Company</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Org_entity/documentation.adoc</documentation>
<iconId>VAADIN:BUILDING</iconId>
<imageProcess>%aditoprj%/entity/Org_entity/imageProcess.js</imageProcess>
<titleProcess>%aditoprj%/entity/Org_entity/titleProcess.js</titleProcess>
......@@ -331,6 +332,7 @@
<entityActionField>
<name>openEditDefaultsView</name>
<fieldType>ACTION</fieldType>
<documentation>%aditoprj%/entity/Org_entity/entityfields/openeditdefaultsview/documentation.adoc</documentation>
<title>Edit defaults</title>
<onActionProcess>%aditoprj%/entity/Org_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess>
<iconId>NEON:WRENCH</iconId>
......@@ -338,6 +340,7 @@
<entityActionField>
<name>newOffer</name>
<fieldType>ACTION</fieldType>
<documentation>%aditoprj%/entity/Org_entity/entityfields/newoffer/documentation.adoc</documentation>
<title>New offer</title>
<onActionProcess>%aditoprj%/entity/Org_entity/entityfields/newoffer/onActionProcess.js</onActionProcess>
<iconId>VAADIN:CART</iconId>
......
An entity for handling organisations (companies).
Besides storing the main data of a company, standard values can be set:
* setting the standard postal address (field directly connected to the db record container)
* setting standard comm enties (e.g. standard phone or standard email); this is done by performing additional actions onUpdate
Opens a new OFFER-entry with the current ORG as preset.
\ No newline at end of file
This action opens a view where standard values can be changed for a ORG.
For example, this could be a standard mail-address (COMM entries) or the standard (postal) address.
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