README.design

Sun, 02 Jun 2019 19:56:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 Jun 2019 19:56:44 +0200
changeset 393
5020feba78ec
parent 391
a1bcebc61ddd
child 398
7e8f1a7ddeeb
permissions
-rw-r--r--

Moved the reduce inventory code from the crontask to the db_productsphp file so the reduce is done only after a save of a record.

373
ee16d9b844d8 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.
Michiel Broek <mbroek@mbse.eu>
parents: 370
diff changeset
1
ee16d9b844d8 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.
Michiel Broek <mbroek@mbse.eu>
parents: 370
diff changeset
2 MIT licentie?
ee16d9b844d8 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.
Michiel Broek <mbroek@mbse.eu>
parents: 370
diff changeset
3
0
033898178630 Versio 0.0.2 initial check in
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
174
12aacf0da982 Updated the README
Michiel Broek <mbroek@mbse.eu>
parents: 114
diff changeset
5 Main table: products.
109
3c334f3ca7f9 Noted some ideas and added some in the menu.
Michiel Broek <mbroek@mbse.eu>
parents: 108
diff changeset
6 Calendar: shows upcoming events.
194
d202777ebae5 Added design notes for the csv log format from fermenters. In bmsd configuration added the web_root entry. Switched fermenter DLOG messages to store the log in flat csv files instead of the database. This is much faster and the graphs look better.
Michiel Broek <mbroek@mbse.eu>
parents: 180
diff changeset
7
d202777ebae5 Added design notes for the csv log format from fermenters. In bmsd configuration added the web_root entry. Switched fermenter DLOG messages to store the log in flat csv files instead of the database. This is much faster and the graphs look better.
Michiel Broek <mbroek@mbse.eu>
parents: 180
diff changeset
8 -----------------------------------------------------------------------------
d202777ebae5 Added design notes for the csv log format from fermenters. In bmsd configuration added the web_root entry. Switched fermenter DLOG messages to store the log in flat csv files instead of the database. This is much faster and the graphs look better.
Michiel Broek <mbroek@mbse.eu>
parents: 180
diff changeset
9
290
12aa92828e24 Added view archives by name
Michiel Broek <mbroek@mbse.eu>
parents: 268
diff changeset
10 TODO:
12aa92828e24 Added view archives by name
Michiel Broek <mbroek@mbse.eu>
parents: 268
diff changeset
11
12aa92828e24 Added view archives by name
Michiel Broek <mbroek@mbse.eu>
parents: 268
diff changeset
12 Export ingredienten naar xml.
12aa92828e24 Added view archives by name
Michiel Broek <mbroek@mbse.eu>
parents: 268
diff changeset
13
313
9f45d09c2071 Added alcohol tolerance field in the yeasts database.
Michiel Broek <mbroek@mbse.eu>
parents: 312
diff changeset
14 Extra:
9f45d09c2071 Added alcohol tolerance field in the yeasts database.
Michiel Broek <mbroek@mbse.eu>
parents: 312
diff changeset
15
314
f943efa07d9f Added yeast duplicate button
Michiel Broek <mbroek@mbse.eu>
parents: 313
diff changeset
16 Gisten diastaticus bit toevoegen.
313
9f45d09c2071 Added alcohol tolerance field in the yeasts database.
Michiel Broek <mbroek@mbse.eu>
parents: 312
diff changeset
17 Gist typen: kveik en brett? Apart of niet.
9f45d09c2071 Added alcohol tolerance field in the yeasts database.
Michiel Broek <mbroek@mbse.eu>
parents: 312
diff changeset
18
389
eb8ce63eb489 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.
Michiel Broek <mbroek@mbse.eu>
parents: 381
diff changeset
19 Popups in de editors met rekenhulpjes.
370
e6ac8d7ed08b Version 0.3.1
Michiel Broek <mbroek@mbse.eu>
parents: 364
diff changeset
20
374
f56c269dddfb Add bug remark
Michiel Broek <mbroek@mbse.eu>
parents: 373
diff changeset
21 Beerxml cool tot temp toevoegen.
f56c269dddfb Add bug remark
Michiel Broek <mbroek@mbse.eu>
parents: 373
diff changeset
22
391
a1bcebc61ddd Added mash schedule and brewday data to the product print pages.
Michiel Broek <mbroek@mbse.eu>
parents: 389
diff changeset
23 Koolzuurdruk tabel inbouwen.
a1bcebc61ddd Added mash schedule and brewday data to the product print pages.
Michiel Broek <mbroek@mbse.eu>
parents: 389
diff changeset
24
393
5020feba78ec Moved the reduce inventory code from the crontask to the db_productsphp file so the reduce is done only after a save of a record.
Michiel Broek <mbroek@mbse.eu>
parents: 391
diff changeset
25 Fix grid popup edit updates in products and recipes.
5020feba78ec Moved the reduce inventory code from the crontask to the db_productsphp file so the reduce is done only after a save of a record.
Michiel Broek <mbroek@mbse.eu>
parents: 391
diff changeset
26 Also miscs during fermentation cannot have a time value.

mercurial