Fri, 20 Sep 2019 20:12:36 +0200 Michiel Broek Reworked the splitted batches, the data is now in a separate table and there is only one product record. file | diff | annotate
Wed, 18 Sep 2019 14:40:34 +0200 Michiel Broek Prepare screens for product divide batch. file | diff | annotate
Mon, 16 Sep 2019 16:12:15 +0200 Michiel Broek Disabled some console.log items. file | diff | annotate
Fri, 13 Sep 2019 21:30:39 +0200 Michiel Broek Recalculate mash after changing mash parameters. file | diff | annotate
Fri, 13 Sep 2019 20:48:35 +0200 Michiel Broek Load new url in database write callback file | diff | annotate
Fri, 13 Sep 2019 15:09:04 +0200 Michiel Broek In the product editor mash tab, display the total mash volume and the total mash time. file | diff | annotate
Thu, 12 Sep 2019 17:00:01 +0200 Michiel Broek Recalculate water and sparge water after changing the mash infuse volume file | diff | annotate
Thu, 12 Sep 2019 15:50:09 +0200 Michiel Broek Code cleanup using gjslint file | diff | annotate
Sat, 07 Sep 2019 10:47:24 +0200 Michiel Broek Delayed databind file | diff | annotate
Fri, 06 Sep 2019 22:59:59 +0200 Michiel Broek Code optimisation for compressed javascript in the product editor file | diff | annotate
Thu, 05 Sep 2019 21:25:13 +0200 Michiel Broek Fixed unused variables. file | diff | annotate
Thu, 05 Sep 2019 20:14:16 +0200 Michiel Broek Switched to compressed javascript and css files using the yui-compressor file | diff | annotate
Thu, 05 Sep 2019 14:43:04 +0200 Michiel Broek Code cleanup and compress. file | diff | annotate
Mon, 26 Aug 2019 16:01:27 +0200 Michiel Broek Implemented products.secondary_end_sg field. The missing values are updated by the crontask. file | diff | annotate
Sun, 25 Aug 2019 13:22:00 +0200 Michiel Broek Version 0.3.15. Implemented final pH during packaging. Updated prod_new, prod_duplicate, prod_edit, rec_toproduct for this new field and several other fields added in previous versions. file | diff | annotate
Sat, 24 Aug 2019 21:52:46 +0200 Michiel Broek Version 0.3.14. Added yeast viability calculations for liquid yeast packs. file | diff | annotate
Sat, 24 Aug 2019 19:48:23 +0200 Michiel Broek Added comments about pitchrate file | diff | annotate
Wed, 21 Aug 2019 14:03:08 +0200 Michiel Broek In the misc popup use 2 decimals for the misc amount. file | diff | annotate
Sun, 14 Jul 2019 17:08:54 +0200 Michiel Broek Fixed possible division/zero. Code compress and some cleanup. file | diff | annotate
Sun, 14 Jul 2019 15:25:23 +0200 Michiel Broek Added Round() function. Start new sugar calculations. Compressed some code. Dropped seanterrill refracto formula and switched back to brouwhulp/halberstadt formula and allow SVG above 100% for saisons. file | diff | annotate
Sun, 30 Jun 2019 13:56:06 +0200 Michiel Broek Fixed a bug where the mash amound went to NaN after changing a fermentable. file | diff | annotate
Sun, 30 Jun 2019 13:18:36 +0200 Michiel Broek Merged brew_sparge_temperature with sparge_temp and brew_sparge_volume with sparge_volume. file | diff | annotate
Fri, 21 Jun 2019 16:55:36 +0200 Michiel Broek Removed some notes from the source. Added kcal/l calculation. file | diff | annotate
Thu, 20 Jun 2019 19:58:23 +0200 Michiel Broek Added cron upgrade tasks to initialize the priming_water amounts. Fixed these to be a float instead of integer. file | diff | annotate
Thu, 20 Jun 2019 15:21:29 +0200 Michiel Broek Added bottle and kegs priming water fields and calculations. file | diff | annotate
Thu, 20 Jun 2019 13:55:12 +0200 Michiel Broek Added packaging volume and add water or liquer to the beer after fermentation. Auto divide changing volumes between bottles and fusts. Upgrade the database in the crontask. Added these fields to the packaging tab screen. file | diff | annotate
Sat, 15 Jun 2019 17:19:07 +0200 Michiel Broek Changed residuential co2 calculation to the more modern one. Added calculation of maximum bottle pressure during bottle priming. file | diff | annotate
Fri, 14 Jun 2019 20:19:04 +0200 Michiel Broek Reduce fermentables after packaging. Always enable the packaging tab but only enable the packaging date in the lagering state. This allows early priming sugar settings. file | diff | annotate
Fri, 14 Jun 2019 17:08:05 +0200 Michiel Broek Improved fermentables grid display for priming sugars. file | diff | annotate
Fri, 14 Jun 2019 15:57:57 +0200 Michiel Broek De database velden bottle_priming_sugar en keg_priming_sugar worden niet meer gebruikt. file | diff | annotate
Thu, 13 Jun 2019 21:28:17 +0200 Michiel Broek Added fermentablesugars dropdown table. The calcCarbonation function now works with the new dropdown lists. Selecting a priming sugar adds or updates the sugar in the fermentables table. file | diff | annotate
Wed, 12 Jun 2019 16:41:38 +0200 Michiel Broek Added fermentable added value 5 for kegs. Ignore bottle and kegs sugars when calculating fermentables. Better rounding of results when manipulating fermentables in the recipe. file | diff | annotate
Tue, 04 Jun 2019 19:50:06 +0200 Michiel Broek Added console logging in the grid write callback functions. Removed grid sorting, it is done on the server side. Alert popup for block row edit functions. Better grid live updates. In recipe and product print show the whirlpool time. The checklist now shows misc ingredients added in the mash. Show hops added in the whirlpool. Most ingredient names are now quoted. file | diff | annotate
Sun, 02 Jun 2019 12:48:54 +0200 Michiel Broek Added 15 fields to the recipes table. Added 18 fields to the products table. These are calculated values that are now stored in the database so export programs can use these values without calculating them again. Product and recipe print have water and mash schedule added. Product print has brewday results added if the brewday is over. The ingredients layout changed in the product and recipe prints. file | diff | annotate
Fri, 31 May 2019 13:44:32 +0200 Michiel Broek Use extra decimal in yeast starter calculation. Show correct Cellen/ml °P even when the starter does not provide enough cells. Starter display results are written in a for loop. file | diff | annotate
Thu, 30 May 2019 20:47:08 +0200 Michiel Broek Adjusted the hop progress bars. file | diff | annotate
Thu, 30 May 2019 17:39:53 +0200 Michiel Broek Improved the progress bars for the fermentables and hops in the editor screens. file | diff | annotate
Thu, 30 May 2019 14:07:50 +0200 Michiel Broek Added multiple column sort that is possible with the latest jqwidgets to the production and recipe editors. Now the fermentables, hops, yeasts and misc ingredients now sorted in a logical order. file | diff | annotate
Sun, 26 May 2019 20:37:28 +0200 Michiel Broek Inventory fermentables convert diastatic power between kolbach and lintner. In recipe and product editors calculate the recipe lintner value. For now a raw presentation of the outcome. file | diff | annotate
Sun, 26 May 2019 16:09:50 +0200 Michiel Broek Reset starter values when saving a product without a starter. The yeast calculator only calculates a starter when enabled. Calculate the cells/ml/plato field. Disable starter buttons when the product brewday is over. file | diff | annotate
Wed, 15 May 2019 16:44:09 +0200 Michiel Broek Added some info yo the about screen. Added calculating beer color using the method documented by Dirk Naudt. This looks like originated from a European Brewing Convention in 1948. file | diff | annotate
Mon, 13 May 2019 16:26:28 +0200 Michiel Broek Added color method written by Hans Halberstadt. file | diff | annotate
Sat, 11 May 2019 23:13:40 +0200 Michiel Broek Added flags for each ingredient group for the supplies state. On the main screen show the state of the supplies if the product stage is not yet packaged. Calculate the state of the supplies for fermentables, hops, yeasts and miscs. In the grids don't show the inventory values after they are used and reduced. On the fermentables tab show the weight of the grains to mash. file | diff | annotate
Sat, 11 May 2019 16:55:41 +0200 Michiel Broek Reduce inventory is now done in a cron job at moments when there are ingredients used. So the inventory should be uptodate at all times. file | diff | annotate
Thu, 09 May 2019 14:53:10 +0200 Michiel Broek Version 0.1.2 Calculate mash thickness. file | diff | annotate
Tue, 30 Apr 2019 16:12:09 +0200 Michiel Broek Updated sparge water acid calculation using the latest revision of A.J. deLange pdf document. Tis gives a slightly higher result for the amount of acid to add. The source table data for Lactic is updated, so mash pH is a bit higher too which is better. file | diff | annotate
Mon, 29 Apr 2019 20:46:03 +0200 Michiel Broek Improved BUGU descriptions. file | diff | annotate
Mon, 29 Apr 2019 17:10:38 +0200 Michiel Broek Finished bitterness and cl/so4 ratio calculations and design aids. Translated water error messages. Fixed recipes menu width. file | diff | annotate
Thu, 25 Apr 2019 21:52:35 +0200 Michiel Broek Fixed hop aroma calculation for dryhop additions file | diff | annotate
Tue, 23 Apr 2019 19:53:26 +0200 Michiel Broek Added product forum export and changed the export menu. file | diff | annotate
Thu, 18 Apr 2019 21:26:06 +0200 Michiel Broek Fixed mash step name field editing. file | diff | annotate
Sat, 30 Mar 2019 20:10:34 +0100 Michiel Broek Fix clearing water 2 volume during product load. file | diff | annotate
Mon, 25 Mar 2019 20:47:25 +0100 Michiel Broek Fix for adding mash steps. file | diff | annotate
Wed, 13 Mar 2019 21:31:04 +0100 Michiel Broek Display alcohol tolerance in the yeast editor. Display in red when the recipe estimate is higher then the yeast tolerance. file | diff | annotate
Wed, 13 Mar 2019 20:17:15 +0100 Michiel Broek Warn if a fermentabe ingredient is used above the maximum in batch percentage. file | diff | annotate
Wed, 06 Mar 2019 14:18:05 +0100 Michiel Broek The fermentation input values were too soon disabled. file | diff | annotate
Mon, 04 Mar 2019 19:47:47 +0100 Michiel Broek Can switch between Wait and Brewday states. Only display valid mash efficiency results. file | diff | annotate
Mon, 04 Mar 2019 15:33:34 +0100 Michiel Broek Better handling of efficience and est_og changes. file | diff | annotate
Mon, 04 Mar 2019 14:20:48 +0100 Michiel Broek See if we can solve the sometimes not saved data. file | diff | annotate
Mon, 04 Mar 2019 11:40:33 +0100 Michiel Broek Disable taste entries only after the product is locked. file | diff | annotate
(0) -100 -60 tip

mercurial