You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ho...@apache.org on 2020/06/20 14:07:43 UTC

[ofbiz-framework] 06/10: Documented: Manufacturing Cost Component Calc migration to asciidoc (OFBIZ-11416)

This is an automated email from the ASF dual-hosted git repository.

holivier pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 166d0b33fd5f84ca6824dcdef4cdbad9d1a1add5
Author: holivier <ho...@apache.org>
AuthorDate: Wed Feb 26 14:55:46 2020 +0100

    Documented: Manufacturing Cost Component Calc migration to asciidoc
    (OFBIZ-11416)
    
    The HELP file content has been directly put in manufacturing.adoc
---
 .../manufacturing/src/docs/asciidoc/manufacturing.adoc   | 16 ++++++++++++++++
 .../src/docs/asciidoc/manufacturing_NL.adoc              | 12 ++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
index 62ad6f6..543b159 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
@@ -35,3 +35,19 @@ include::_include/mfg-routing.adoc[leveloffset=+1]
 include::_include/mfg-routing-task.adoc[leveloffset=+1]
 
 include::_include/mfg-calendar.adoc[leveloffset=+1]
+
+== Manage Cost Component Calc Entries
+Cost component calc is used to be able to calculate routing task cost. +
+In routing task cost, it's possible to associate it to a Cost Component Calc.
+
+In this screen you can create new cost calculations and modify existing calculations.
+
+=== Cost Component Calc management in UI
+==== Modify cost calculation
+The first part of the screen is to create a new cost calculation, or to modify an existing calculation. +
+Click the  'Submit'-button to save the changes.
+
+Subsequently, the screen will be refreshed and the the modified details are shown in the lower part of the screen.
+
+Click the ID of cost calculation to modify it. +
+Click the 'Delete'-button to remove a cost calculation.
\ No newline at end of file
diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
index 3b53b1a..6a5b4d8 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
@@ -36,3 +36,15 @@ include::_include/mfg-routing-task_NL.adoc[leveloffset=+1]
 
 include::_include/mfg-calendar_NL.adoc[leveloffset=+1]
 
+== kostencalculatie beheren
+Dit scherm biedt de mogelijkheid om nieuwe kostencalculaties aan te maken en te wijzigen.
+
+=== Cost Component Calc management in UI
+==== Kostencalculatie wijzigen
+Vul het eerste deel van het scherm in om de kostencalculatie aan te maken. +
+Klik vervolgens op 'Opslaan' om de gegevens vast te leggen.
+
+Het scherm wordt ververst en de ingevoerde gegevens worden in het onderste deel getoond
+
+Klik op de ID van de kostencalculatie (in de eerste kolom) om deze te wijzigen. +
+Klik op de knop 'Verwijderen' om een kostencalculatie te verwijderen.
\ No newline at end of file