Wed, 23 Jan 2019 22:36:31 +0100 Michiel Broek Switches yeasts inventory to indexed names and translations. Database save is using POST instead of GET. Redesigned the web page. Added total cost display which updates on inventory changes. file | diff | annotate
Tue, 22 Jan 2019 22:46:58 +0100 Michiel Broek Hops database bool to int types. Dropdown lists are using tables with indexes. Dropdown lists display in Dutch. Save and delete in the database now use POST instead of GET. Removed the useat field. Redesigned the web page. Code cleanup. file | diff | annotate
Tue, 22 Jan 2019 20:27:45 +0100 Michiel Broek Fermentables database bool to int types. Dropdown lists are using tables with indexes. Dropdown lists display in Dutch. Save and delete in the database now use POST instead of GET. Added the added and dissolved_protein fields. Removed the ibu_gal_per_lb field. Redesigned the web page. Code cleanup. file | diff | annotate
Sun, 06 Jan 2019 17:28:48 +0100 Michiel Broek When importing from brouwhulp use 0 and 1 instead of false and true for boolean variables. Added Export button to the recipe editor. Added beerxml recipe export. file | diff | annotate
Wed, 02 Jan 2019 14:49:17 +0100 Michiel Broek Added the packaging tab contents. file | diff | annotate
Thu, 27 Dec 2018 22:30:26 +0100 Michiel Broek Added f_acid_to_ph_57 to the fermentables json in the recipes. The protonDeficit now processes the grist. Water pH calculations are partly in place. Added simple BU and Cl/So4 indicators. Redesign of the water screen. file | diff | annotate
Tue, 25 Dec 2018 13:42:36 +0100 Michiel Broek Import from brouwhulp fix style color ranges. Added calcSVG and calcABV calculation. Added batch size, time, efficiency and og change actions. Added style select and redesigned the first tab to fit this in. When equipment is changed, recalculate the recipe. Added print button. file | diff | annotate
Mon, 24 Dec 2018 23:10:52 +0100 Michiel Broek Merged prod_main and prod_recipe database tables into products. Added recipe tabs in the products editor. file | diff | annotate
Mon, 24 Dec 2018 15:52:11 +0100 Michiel Broek Better stage detection during product import from brouwhulp. Added tooltips for treated water. file | diff | annotate
Sun, 23 Dec 2018 20:13:36 +0100 Michiel Broek Added some icons from Brewersfriend. They should be replaced someday. Added maximum mash weight setting to the equipment database. Usefull for brew automate and RIMS systems. During recipes import acid and base additions are translated. Brews and recipes now have 2 water sources. Added water mixer. Added basic water treatment, but not for pH yet. Redesigned the fermentables and water tabs. file | diff | annotate
Wed, 19 Dec 2018 21:58:21 +0100 Michiel Broek Source waters are fixed, removed grid editor. Redesigned the water screen. Made a simple visual if water treatments are out of range. Water mixer for standard and dillute water works. Swapped the mash and water tabs. file | diff | annotate
Mon, 17 Dec 2018 22:24:32 +0100 Michiel Broek Added several sparge_ fields in the recipes databases. Added basic water mix calculator. Added fields on the water tab for water calculations. file | diff | annotate
Sat, 15 Dec 2018 23:22:11 +0100 Michiel Broek During recipes import of miscs ingredients, convert time in Secondary to days. The hop grid also display the country of origin. Misc ingredients now use a temporary weight table just like the hops. file | diff | annotate
Mon, 10 Dec 2018 22:20:19 +0100 Michiel Broek Fixed estimate FG calculation during recipes import. Added estimate FG calculation in the recipe editor but do not yet update the recipe. Added SVG calculation to the recipes editor. Added calculations for hop aroma and flavour contribution. file | diff | annotate
Sat, 08 Dec 2018 17:11:38 +0100 Michiel Broek When importing recipes with liquid yeast divide the cost by the pack volume. Don't allow alpha editing of hops in a recipe. Fix hop use time when the hop is used when not boiling and set the fixed time. file | diff | annotate
Thu, 06 Dec 2018 23:18:27 +0100 Michiel Broek Row editors are now per cell. Added fermentable percentages editor. file | diff | annotate
Wed, 05 Dec 2018 14:43:15 +0100 Michiel Broek Added sparge pH during import. Added several calculations. Added calculated estimates to the brewday screen. file | diff | annotate
Sat, 01 Dec 2018 22:24:46 +0100 Michiel Broek Renamed some fields in prod_main to prevent ambigous names with the join. Delete product also deletes the corresponding recipe. Fixed equipment load and save. Read data from the product main joined with prod_recipes completed. The brewday page is now almost complete, the calculations must be added. file | diff | annotate
Fri, 30 Nov 2018 22:11:47 +0100 Michiel Broek Improved float precision for databases import. file | diff | annotate
Wed, 28 Nov 2018 21:57:06 +0100 Michiel Broek Small fixes for prject import from Brouwhulp. Fixes for poduct database read/write. New menu entries. Equipment select in product editor. Started brewday editor. Added conditions on some buttons and edit fields. Screen layout changes. file | diff | annotate
Thu, 22 Nov 2018 22:27:42 +0100 Michiel Broek Basic screens for brew products. file | diff | annotate
Wed, 21 Nov 2018 19:58:47 +0100 Michiel Broek Finished brews import file | diff | annotate
Tue, 20 Nov 2018 14:39:15 +0100 Michiel Broek Added brewday data file | diff | annotate
Mon, 19 Nov 2018 20:21:56 +0100 Michiel Broek Prepare for production brews databases file | diff | annotate
Mon, 19 Nov 2018 13:44:07 +0100 Michiel Broek Added uuid and locked fields to the recipes table. file | diff | annotate
Sun, 18 Nov 2018 22:15:31 +0100 Michiel Broek Updated ideas file | diff | annotate
Sat, 17 Nov 2018 21:59:06 +0100 Michiel Broek Added est_carb field import in the recipes. file | diff | annotate
Sat, 17 Nov 2018 19:44:39 +0100 Michiel Broek Fix for missing coor info on fermentables during recipes import. Log when srm or ebc values are negatie during conversions. Load setup record in global.inc.php and make some variables available for PHP and JS. file | diff | annotate
Sat, 17 Nov 2018 15:58:13 +0100 Michiel Broek Removed default water setting from the inventory_waters table. Added global setup record with default settings and the default water selection. Added a setup screen. file | diff | annotate
Thu, 15 Nov 2018 22:22:51 +0100 Michiel Broek Renamed estimate_og() to estimate_sg() formula. Updated the formulas in javascript. The calcFermenter() function now only calculates the gravities. The colors still need to be added. When a recept is loaded in the editor, all tabs are selected once to load all subgrid data. Ugly and slow but it at least it works. file | diff | annotate
Thu, 15 Nov 2018 14:27:37 +0100 Michiel Broek Include boil_size field in the recipes table. Calculate pre-boil SG. Use that in the IBU calculation. file | diff | annotate
Mon, 12 Nov 2018 16:34:43 +0100 Michiel Broek Missing Water agent costs from Brouwhulp import are now added from the imported miscs database. The printed recipe report now calculates the beer color from the ingredients. Also set during recipes import. This will later allow to set the color method for each recipe individually. file | diff | annotate
Mon, 12 Nov 2018 11:32:16 +0100 Michiel Broek Added ABV clculation. file | diff | annotate
Sun, 11 Nov 2018 23:15:46 +0100 Michiel Broek OG and FG are now calculated from the grist. The printed report has a summary an notes section at the end. The formulas are in the global formulas script. file | diff | annotate
Sun, 11 Nov 2018 17:53:33 +0100 Michiel Broek With recipe import calculate the OG file | diff | annotate
Tue, 06 Nov 2018 22:55:55 +0100 Michiel Broek Fixed most charset problems. Added fpdf library. Added inventory pdf creation. file | diff | annotate
Fri, 28 Sep 2018 17:29:23 +0200 Michiel Broek Added category and type to the recipe style. Added tooltips in the edit screen. Added Alcohol and Carbonation to the recipe style. Redesigned the main edit window and added the style limits. file | diff | annotate
Wed, 26 Sep 2018 11:45:10 +0200 Michiel Broek Improved hop selection dropdown file | diff | annotate
Sun, 23 Sep 2018 17:15:33 +0200 Michiel Broek Improved recipes import. Finished inventory_suppliers. file | diff | annotate
Sat, 22 Sep 2018 19:14:02 +0200 Michiel Broek Added inline yeast editor file | diff | annotate
Sat, 22 Sep 2018 15:02:43 +0200 Michiel Broek Added miscs inline editor. Switched to http POST because of GET limitations. file | diff | annotate
Fri, 21 Sep 2018 17:10:41 +0200 Michiel Broek Added Tinseth IBU calculation. file | diff | annotate
Thu, 20 Sep 2018 17:50:30 +0200 Michiel Broek Added hops inline editor framework file | diff | annotate
Thu, 20 Sep 2018 16:19:09 +0200 Michiel Broek Completed framework inline fermentables editor file | diff | annotate
Tue, 18 Sep 2018 23:16:14 +0200 Michiel Broek Start inline fermentables editor file | diff | annotate
Thu, 06 Sep 2018 14:22:02 +0200 Michiel Broek Beginning of water totals and selecting file | diff | annotate
Tue, 04 Sep 2018 13:44:02 +0200 Michiel Broek More recipe editor changes file | diff | annotate
Sat, 01 Sep 2018 22:24:09 +0200 Michiel Broek Next steps to implement a recipe editor file | diff | annotate
Fri, 31 Aug 2018 15:18:20 +0200 Michiel Broek Finisched recipe import. Added recipe retrieve script. file | diff | annotate
Thu, 30 Aug 2018 22:22:09 +0200 Michiel Broek Start recipes import and menus. file | diff | annotate
Wed, 29 Aug 2018 17:10:31 +0200 Michiel Broek Moved three inventory tables and screens to profiles file | diff | annotate
Mon, 27 Aug 2018 22:58:20 +0200 Michiel Broek Initial setup for mash steps editing. file | diff | annotate
Fri, 24 Aug 2018 23:00:15 +0200 Michiel Broek Enabled mash file | diff | annotate
Sun, 19 Aug 2018 17:35:16 +0200 Michiel Broek Fixed floating precision problems and also got the SRM to EBC conversion right. file | diff | annotate
Sun, 19 Aug 2018 15:36:13 +0200 Michiel Broek Inventory fermentables and hops to standard weight format. file | diff | annotate
Sat, 18 Aug 2018 23:13:07 +0200 Michiel Broek Some final patches file | diff | annotate
Sat, 18 Aug 2018 19:41:31 +0200 Michiel Broek Dropped not needed fields from mash profiles. file | diff | annotate
Sat, 18 Aug 2018 17:31:11 +0200 Michiel Broek Added first part of mash profiles. Steps are in the database but not in the web ui. file | diff | annotate
Sat, 18 Aug 2018 14:21:21 +0200 Michiel Broek Added inventory water profiles file | diff | annotate
Fri, 17 Aug 2018 15:20:56 +0200 Michiel Broek Added inventory miscs and water sources. file | diff | annotate
(0) -60 tip

mercurial