yttcom.net
Backend
/
Tools
/
File Editor
Backend
/
Tools
/
File Editor
/
knowledge-60.md
v1.5
knowledge-60.md
systems/60-finance/gov/knowledge-60.md
π¨ Print
π Read
β Edit
β
VERSION: v1.1 CREATED: 07/06/26 UPDATED: 07/08/26 FILE-ROLE: Knowledge β Finance [06] β lean techniques and patterns only # KNOWLEDGE β Finance [06] --- ## Bootstrap Deploy Pattern - write-api is at yttcom.net/write-api (root β not backend/) - Bootstrap path requires dirname(dirname(__DIR__)) to reach public_html from backend/tmp/ - Large files (50KB+): use Python urllib β curl hits arg length limits - system DB data-api add_decision + add_session return empty silently β use direct bootstrap SQLite writes ## Transfer Protocol - Transfers auto-mark SEEN on first pickup β capture content immediately - If missed: bootstrap PHP querying transfers/transfers.db SELECT * WHERE id=N - Finance-jurisdiction transfers (Daily Life expenses) must be opened and read at pickup β not just held by subject line ## Community Inbox Deliver - Must use POST (not GET) for deliver action ## DB Logging - Trip expenses: log as event (trip summary) + items (line entries) in 60-sys.db - Daily expenses: log as items with date/amount/card/merchant in detail field - Items use action=add_item with subject/detail/status fields ## Grocery Price Tracker - Deployed at backend/ed/grocery/Grocery_PriceTracker.html - 4 trips / 158 records carried from v1.5 ## Transfer Codes - Community inbox / [api]: system code 06 - Transfers API: decade code 60
Backend
Tools
DB Viewer
DB Admin
Server Map
File Editor