Skip to content
Snippets Groups Projects
Commit 51ed9c35 authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Documentation - Refactoring

parent 52744c72
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 9 deletions
= OFFER
= Offer_entity
:hardbreaks:
......
= OFFERITEM
= Offeritem_entity
:hardbreaks:
Entity contains products that belong to the linked offer.
......
= SALESORDER
= Order_entity
:hardbreaks:
......
= SALESORDERITEM
= Orderitem_entity
:hardbreaks:
Entity contains products that belong to the linked order.
......
= Organisation_entity
An entity for handling organisations (companies).
Besides storing the main data of a company, standard values can be set:
......
= Person_entity
Manages all information belonging to the person
\ No newline at end of file
= PRODUCT
= Product_entity
:hardbreaks:
......
= PRODUCTPRICE
= Productprice_entity
:hardbreaks:
......
......@@ -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>Role_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Role_entity/documentation.adoc</documentation>
<icon>VAADIN:USER_CHECK</icon>
<title>Roles</title>
<grantCreate v="false" />
......
= Role_entity
Link the roles to the users. Also used in the authorization concept
\ No newline at end of file
= STOCK
= Stock_entity
:hardbreaks:
......
= Task_entity
CAUTION: Do not confuse these tasks with calendar-tasks(=todos). The context datamodel `Task` is not syncable to a groupware system.
\ No newline at end of file
= Turnover_entity
= TurnoverTree_entity
This entity provides information to display the Turnover via tree.
\ No newline at end of file
= Turnover
= Turnover_entity
This entity provides charts to display the Turnover.
This chart can show any data in a cumulative way:
......
= UnlinkedMailMappingLink_entity
The purpose of this whole entity is to be a dummy datamodel that allows the user to provide some information.
That's the reason why this entity has a dummy-jdito-record container that does nothing.
It does not load any "real" data and does not execute anything within the insert/update/delete progress.
......
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