Added prod_reduce.php to the Makefile. Inventory fermentables uses 3 decimals in stead of 1.

Wed, 13 Feb 2019 21:10:38 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Feb 2019 21:10:38 +0100
changeset 274
65ca75fc4af8
parent 273
19606adfea42
child 275
fb1e88f1c643

Added prod_reduce.php to the Makefile. Inventory fermentables uses 3 decimals in stead of 1.

www/Makefile file | annotate | diff | comparison | revisions
www/js/inv_fermentables.js file | annotate | diff | comparison | revisions
--- a/www/Makefile	Wed Feb 13 20:28:54 2019 +0100
+++ b/www/Makefile	Wed Feb 13 21:10:38 2019 +0100
@@ -11,7 +11,7 @@
 		  inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \
 		  log_fermentation.php mon_brewer.php mon_fermenter.php mon_node.php \
 		  prod_edit.php prod_export.php prod_inprod.php prod_new.php prod_print.php \
-		  profile_fermentation.php \
+		  prod_reduce.php profile_fermentation.php \
 		  profile_mash.php profile_setup.php profile_styles.php profile_water.php \
 		  rec_edit.php rec_export.php rec_main.php rec_new.php rec_print.php \
 		  version.php
--- a/www/js/inv_fermentables.js	Wed Feb 13 20:28:54 2019 +0100
+++ b/www/js/inv_fermentables.js	Wed Feb 13 21:10:38 2019 +0100
@@ -182,7 +182,7 @@
 		height: 23,
 		autoDropDownHeight: true
 	});
-	$("#inventory").jqxNumberInput( Spin1dec );
+	$("#inventory").jqxNumberInput( Spin3dec );
 	$("#production_date").jqxDateTimeInput( Dateopts );
 	$("#cost").jqxNumberInput( Spin2dec );
 	$("#tht_date").jqxDateTimeInput( Dateopts );

mercurial