Some final patches

Sat, 18 Aug 2018 23:13:07 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 18 Aug 2018 23:13:07 +0200
changeset 29
a12d0a4d621e
parent 28
ac959f98e107
child 30
f5ab22446aa5

Some final patches

README.design file | annotate | diff | comparison | revisions
www/Makefile file | annotate | diff | comparison | revisions
www/import/from_brouwhulp.php file | annotate | diff | comparison | revisions
--- a/README.design	Sat Aug 18 23:09:07 2018 +0200
+++ b/README.design	Sat Aug 18 23:13:07 2018 +0200
@@ -29,12 +29,12 @@
 
 Database inventaris:		Werking	Maten
 ----------------------------	-------	-------
-inventory_equipments		Ok.
+inventory_equipments		Ok.	Ok.
 inventory_fermentables		Ok.
 inventory_hops			Ok.
 inventory_mash_profiles		Ok zonder de steps.
 inventory_miscs			Ok.
-inventory_styles
+inventory_styles		Ok.	Ok.
 inventory_suppliers		Ok.
 inventory_water_profiles	Ok.
 inventory_water_sources		Ok.
--- a/www/Makefile	Sat Aug 18 23:09:07 2018 +0200
+++ b/www/Makefile	Sat Aug 18 23:13:07 2018 +0200
@@ -7,7 +7,8 @@
 		  getnode.php getnodes.php config.php.dist index.php \
 		  inv_fermentables.php  inv_hops.php  inv_mash_profiles.php  \
 		  inv_miscs.php  inv_suppliers.php  inv_water_profiles.php  \
-		  inv_water_sources.php  inv_yeasts.php \
+		  inv_water_sources.php  inv_yeasts.php inv_equipments.php \
+		  inv_styles.php \
 		  mon_brewer.php mon_fermenter.php mon_node.php
 SUB		= version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
 		  jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
--- a/www/import/from_brouwhulp.php	Sat Aug 18 23:09:07 2018 +0200
+++ b/www/import/from_brouwhulp.php	Sat Aug 18 23:13:07 2018 +0200
@@ -439,8 +439,8 @@
 //do_miscs();
 //do_waters();
 //do_equipments();
-//do_styles();
-do_mash();
+do_styles();
+//do_mash();
 
 mysqli_close($db);
 

mercurial