Skip to content
Snippets Groups Projects
Commit f4c5fbba authored by Mohamed Mansour's avatar Mohamed Mansour
Browse files

Documentaion Order_entity

parent ea326194
No related branches found
No related tags found
No related merge requests found
......@@ -478,6 +478,7 @@
</entityActionField>
<entityField>
<name>ORDERTYPE</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/ordertype/documentation.adoc</documentation>
<title>Order Type</title>
<consumer>KeywordOrderTypes</consumer>
<mandatory v="true" />
......@@ -511,6 +512,7 @@
</entityField>
<entityField>
<name>DUNNINGDATE</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/dunningdate/documentation.adoc</documentation>
<title>Dunning date</title>
<contentType>DATE</contentType>
<resolution>DAY</resolution>
......@@ -518,6 +520,7 @@
</entityField>
<entityField>
<name>DUNNINGLEVEL</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/dunninglevel/documentation.adoc</documentation>
<title>Dunning level</title>
<consumer>KeywordDunningLevels</consumer>
<stateProcess>%aditoprj%/entity/Order_entity/entityfields/dunninglevel/stateProcess.js</stateProcess>
......@@ -640,6 +643,7 @@
</entityParameter>
<entityField>
<name>PAYMENTTERMS</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/paymentterms/documentation.adoc</documentation>
<title>Payment term</title>
<consumer>KeywordPaymentTerms</consumer>
<mandatory v="true" />
......@@ -648,6 +652,7 @@
</entityField>
<entityField>
<name>DELIVERYTERMS</name>
<documentation>%aditoprj%/entity/Order_entity/entityfields/deliveryterms/documentation.adoc</documentation>
<title>Delivery specification</title>
<consumer>KeywordDeliveryTerms</consumer>
<mandatory v="true" />
......
......@@ -7,9 +7,18 @@ It provides data from database table _SALESORDER_.
== Actions
* _Copy order_: All values, orderitems included, are copyed and inserted in a new order (new order code, versnr. _1_).
* _New order version_: All values, orderitems included, are copyed and inserted in a **new order version** (versnr. + _1_).
* _Copy order_: All values, orderitems included, are copied and inserted in a new order (new order code, versnr. _1_).
* _New order version_: All values, orderitems included, are copied and inserted in a **new order version** (versnr. + _1_).
* _New activity_: All values are copied and inserted in a new activity (new activity code, versnr. _1_).
* _New task_: All values are copied and inserted in a new task (new task code, versnr. _1_).
* _Transfer delivery note_: All values are copied and inserted in a new order with OrderType Delivery note (new order code, versnr. _1_).
* _Transfer invoice_: All values are copied and inserted in a new order with OrderType invoice (new order code, versnr. _1_).
* _Set sent_: Sets the sent checkbox to active.
* _cancel_: sets the cancel checkbox to active.
* _set dunning_: opens a new edit context but only with the dunning date and dunning level fields for the user to enter the dunning date and levels.
* _set paid_: opens a new edit context but only with the pay date and paid fields for the user to enter the pay date and paid amount.
* _print reminder_: opens the reminder report for the current order.
* _print order_: opens the order report for the current order.
== Submodules
* Orderitem
\ No newline at end of file
==Delivery terms
Contains the delivery terms as keywords to choose from. (frei Haus, CIF, ab werk)
\ No newline at end of file
==Dunning date
Contains the dunning date.
\ No newline at end of file
==Dunning level
Contains the dunning level 1 or 2
\ No newline at end of file
==Order type
Contains the order type as keywords to choose from. (Order confirmation, delivery note, invoice, credit, cancellation).
\ No newline at end of file
==Payment terms
Contains the delivery terms to choose from. Saved as keywords. (7 days netto, 30 days netto, 8 days 2% skotto 30 days netto)
\ 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