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 a69ca79ab4a92ddf176b24075e3c4952be30cf53
Author: holivier <holiv...@apache.org>
AuthorDate: Tue Feb 25 19:58:49 2020 +0100

    Documented: Manufacturing Calendar migration to asciidoc
    (OFBIZ-11416)
    
    For all of files content has been directly put in
    mfg-calendar.adoc
---
 .../src/docs/asciidoc/_include/mfg-calendar.adoc   | 51 +++++++++++++++++
 .../docs/asciidoc/_include/mfg-calendar_NL.adoc    | 64 ++++++++++++++++++++++
 .../src/docs/asciidoc/manufacturing.adoc           |  2 +
 .../src/docs/asciidoc/manufacturing_NL.adoc        |  2 +
 4 files changed, 119 insertions(+)

diff --git 
a/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar.adoc 
b/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar.adoc
new file mode 100644
index 0000000..294f960
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar.adoc
@@ -0,0 +1,51 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= Calendar
+To be able to do planification, it's necessary to know when each resources 
(machine) are available.
+
+Calendar help you to define each period with availability.
+
+
+== Calendar management in UI
+=== Find calendars
+This screen displays an overview of exisiting production calendars. +
+From this screen you can
+
+* select one to edit it
+* create a new calendar by clicking 'New Calendar'
+
+=== Create/modify calendar
+In this screen you can create new calendars and change existing calendars.
+
+=== Find calendar weeks
+This screen displays an overview all calendar weeks From here you can create 
new calendar weeks.
+
+=== Create/edit calendar week
+In this screen you can define a new calendar week and modify an existing 
calendar week.
+
+For a new calendar week give it a name and a description. +
+Set for each day the start time and the capacity.
+
+=== Calendar exception week
+This screen displays a list of the exception weekks of the calendar. +
+In this screen you can also add a new exception week to the overview.
+
+=== Calendar exception day
+This screen displays a list of the exception days of the calendar. +
+In this screen you can also add a new exception day to the curent calendar.
diff --git 
a/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar_NL.adoc 
b/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar_NL.adoc
new file mode 100644
index 0000000..aa511c6
--- /dev/null
+++ b/applications/manufacturing/src/docs/asciidoc/_include/mfg-calendar_NL.adoc
@@ -0,0 +1,64 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+= Calendar
+To be able to do planification, it's necessary to know when each resources 
(machine) are available.
+
+Calendar help you to define each period with availability.
+
+
+== Calendar management in UI
+=== Kalenders aanmaken en vinden
+Dit schermt stelt je in staat nieuwe productiekalenders te definieren. +
+Tevens worden hier de beschikbare kalenders getoond.
+
+Vanaf hier kun je doorklikken naar:
+
+* kalenders
+* kalenderweken
+
+==== Nieuwe kalender aanmaken
+Klik op de knop 'Nieuwe kalender' om een nieuwe kalender te definieren.
+
+==== Overzicht kalenders
+Dit overzicht toont de beschikbare kalenders. +
+Klik op de kalender ID (in de eerste kolom) om een kalender aan te passen. +
+Klik op de knop 'Wis' om een kalender te verwijderen.
+
+
+=== Wijzigen kalender
+In dit scherm kun je de omschrijving en de gekoppelde kalenderweek definitie 
van de kalender wijzigen.
+
+=== Kalenderweken
+Dit scherm toont de kalenderweken die opgenomen kunnen worden in een 
productiekalender. +
+Het scherm stelt je tevens in staat een kalenderweek toe te voegen en te 
wijzigen.
+
+
+=== Aanmaken en wijzigen kalenderweek
+In dit scherm kun je nieuwe kalenderweken aanmaken en bestaande wijzigen.
+
+Geef de nieuwe kalenderweek een naam en een omschrijving. +
+Zet voor iedere dag de starttijd en de capaciteit.
+
+=== Kalender uitzonderingsweken
+Dit scherm toont de uitzonderingsweken van een productiekalender. +
+Het scherm stelt je tevens in staat een uitzonderingsweek toe te voegen en te 
wijzigen.
+
+=== Kalender uitzonderingsdagen
+Dit scherm toont de uitzonderingsdagen van een productiekalender. +
+Het scherm stelt je tevens in staat een uitzonderingsdag toe te voegen en te 
wijzigen.
diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc 
b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
index 1eec52e..62ad6f6 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing.adoc
@@ -33,3 +33,5 @@ include::_include/mfg-production-run.adoc[leveloffset=+1]
 include::_include/mfg-routing.adoc[leveloffset=+1]
 
 include::_include/mfg-routing-task.adoc[leveloffset=+1]
+
+include::_include/mfg-calendar.adoc[leveloffset=+1]
diff --git a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc 
b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
index 936e72d..3b53b1a 100644
--- a/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
+++ b/applications/manufacturing/src/docs/asciidoc/manufacturing_NL.adoc
@@ -34,3 +34,5 @@ include::_include/mfg-routing_NL.adoc[leveloffset=+1]
 
 include::_include/mfg-routing-task_NL.adoc[leveloffset=+1]
 
+include::_include/mfg-calendar_NL.adoc[leveloffset=+1]
+

Reply via email to