Noted some ideas and added some in the menu.

Wed, 21 Nov 2018 21:01:57 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 21 Nov 2018 21:01:57 +0100
changeset 109
3c334f3ca7f9
parent 108
a466373bc23f
child 110
0f128201a031

Noted some ideas and added some in the menu.

README.design file | annotate | diff | comparison | revisions
www/includes/global.inc.php file | annotate | diff | comparison | revisions
--- a/README.design	Wed Nov 21 19:58:47 2018 +0100
+++ b/README.design	Wed Nov 21 21:01:57 2018 +0100
@@ -98,15 +98,19 @@
 	fermenter set stage
 
 
-Product: code en naam.
-	BIRTH date
-	Recept.
-	Locatie: Plan - Wacht - Brouw - Vergisting - Verpakken - Hergisting - Rijpen - Proeven - Afgesloten.
-	                          |         |            |           |
-	                          |         |            |           +--------	Log/rapport
-	                          |         |            +--------------------	rapport/etiketten
-	                          |         +---------------------------------	Log/rapport
-	                          +-------------------------------------------	Log/rapport
-	Stage:	Plan Wait Brew Primary Secondary Tertiary Package Carbonation Mature Taste Ready Closed
+Product: code, uuid en naam.
+	Stage:  Plan Wait Brew Primary Secondary Tertiary Package Carbonation Mature Taste Ready Closed
+	                    |     |       |         |        |          |
+	                    |     |       |         |        |          +-------------	Log/rapport
+	                    |     |       |         |        +------------------------	rapport/etiketten
+	                    |     +-------+---------+---------------------------------	Log/rapport
+	                    +---------------------------------------------------------	Log/rapport
 
+	Main table: prod_main.
+	  In progress: overview, view graphs, view logs, update state. Enter recipe editor. Tabbed screens.
+          Start new: some sort of wizzard like a new recipe.
+	  Archive: select via name/code/date.
+	  Calendar: shows upcoming events.
+	Recipes are linked to prod_recipes.
+	  Recipes can be copied to 'recipes', imported from 'recipes'/'prod_recipes' or created manual.
 
--- a/www/includes/global.inc.php	Wed Nov 21 19:58:47 2018 +0100
+++ b/www/includes/global.inc.php	Wed Nov 21 21:01:57 2018 +0100
@@ -183,6 +183,18 @@
       </ul>
      </li>
      <li>Productie
+      <ul>
+       <li>In bewerking</li>
+       <li>Start nieuw</li>
+       <li>Archief
+	<ul>
+         <li>Op naam</li>
+         <li>Op code</li>
+         <li>Op datum</li>
+        </ul>
+       </li>
+       <li>Kalender</li>
+      </ul>
      </li>
      <li>Recepten
       <ul>

mercurial