yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 80-sys.db
systems/80-kitchen/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
80-sys decisions Row #14
Tables
decisions
62
domain
7
events
62
gov_archive
0
gov_archive_fts
0
gov_archive_fts_config
1
gov_archive_fts_data
2
gov_archive_fts_docsize
0
gov_archive_fts_idx
0
items
58
recipes
37
sessions
27
sqlite_sequence
6
transfers_log
0
decisions — Row #14
80-sys.db · systems/80-kitchen/data/
⌂ Kitchen Hub →
id
14
system
80 Kitchen
date
08/23/26
subject
DoughCalc: fixed Total Dough Weight never including add-ins (pre-existing bug, not from today's changes)
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
14
detail
Reviewing USR369's tablet screenshot (font-size fix confirmation), the listed ingredients didn't sum to the displayed total: Flour 490 + Water 355.3 + Starter 98 + Salt 10.8 + Sugar 24.5 = 978.6g, but the displayed Total Dough Weight was 954g -- exactly the sum WITHOUT the 24.5g Sugar add-in. Traced to calc(): const total = flour + waterToAdd + starterWeight + salt + oil + yeast + malt -- addIns were never part of this sum, in the ORIGINAL app design, not something introduced by any of today's fixes. This means every total shown whenever any add-in was present (garlic, herbs, seeds, dried fruit, sugar, cinnamon, malt-as-addin, etc.) has been undercounting the true dough weight since before this session, affecting anything relying on the total (pan-size comparisons, portioning). FIX: added addinGrams(item) -- converts any add-in to grams regardless of its stored display unit (tsp/tbsp/cup/g), using the known density table for recognized ingredients; custom/manual items already in grams pass through directly; a custom item in an unconvertible unit (no known density) is excluded from the total rather than guessed, to avoid fabricating a number. Summed across all add-ins and folded into calc()'s total.
▼ Show timestamps
created_at
2026-08-23 16:57:51
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor