yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 60-sys.db
systems/60-finance/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
← Back 60-sys decisions
Tables
decisions
60
domain
0
events
42
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
122
sessions
32
sqlite_sequence
4
transfers_log
0
decisions
60 rows
60
system: 60 Finance
Backed up items 118-125 (today's grocery trip + 7-item financial batch) to Finance's Google Drive backup spreadsheet per SOP-DATA-BACKUP.md, discovering along t …
tap
⌂ Finance Hub →
id
60
system
60 Finance
date
09/08/26
subject
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
60
detail
Backed up items 118-125 (today's grocery trip + 7-item financial batch) to Finance's Google Drive backup spreadsheet per SOP-DATA-BACKUP.md, discovering along the way that Finance actually has two separate, unreconciled backup mechanisms: server-side Finance_Ledger_MASTER.xlsx (SOP-FINANCE-LEDGER.md, not reachable via HTTP - 403 on backups/ dir, no API found) and this Drive-based one (SOP-DATA-BACKUP.md, spreadsheet_id 1HmgBi1AvXEA8lPBYyqRYotesB8qrixYTfOYqepoCw0c, gdrive-api.php?action=sheets_append - a real working endpoint). TASKGATE correctly routed to SOP-DATA-BACKUP.md. First call failed with token in JSON body (unauthorized); token must be passed as a URL query param instead - documented here for next time. Appended 1 accidental TEST row while diagnosing the auth format (row 2, A2:F2) - left in place rather than attempting a delete with no documented delete/update mechanism (SOP-GDRIVE-SERVICE-ACCOUNT.md explicitly says drive_update doesn't work yet); same precedent already exists in Travel's own sheet per this SOP's own text. Then appended the real 8 rows (A3:F10) covering items 118-125 with Date/Category/Description/Amount/Status/Notes matching Finance's seeded header. Server-side Finance_Ledger_MASTER.xlsx remains unreconciled/inaccessible - flagged to USR369, not silently resolved.
▼ Show timestamps
created_at
2026-09-08 08:19:29
⊞ Full detail →
59
system: 60 Finance
Processed a large pickup backlog (25 pending personal transfers, 28 pending community messages, gap since 08/26 close) and logged 7 cross-system financial recor …
tap
⌂ Finance Hub →
id
59
system
60 Finance
date
09/08/26
subject
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
59
detail
Processed a large pickup backlog (25 pending personal transfers, 28 pending community messages, gap since 08/26 close) and logged 7 cross-system financial records per SOP-FINANCE-LEDGER.md CROSS-SYSTEM INTAKE: R Burgers 09/01 $29.06 (item 119, via Health->Master relay), The Hat 08/29 $13.00 (item 120, via Daily), ARCO gas Upland 08/29 $57.25 (item 121, via Daily), Bill Linder Tires 09/04 (item 122, via Daily, FLAGGED not resolved - invoice says $900 paid but card terminal receipt shows $927 non-cash total, unconfirmed which posted, marked urgent priority for USR369), Haircut 09/05 $30 cash (item 123, via Daily), The Hat lunch 09/05 $35.23 (item 124, via Daily), Arco gas 09/05 $64.53 (item 125, via Daily -- noted this same fill-up also arrived as a separate direct Health->Finance transfer, logged once not duplicated). Checked all 6 new merchant/dates against the 20 most recent Finance items via get_items before writing, no existing matches found, all confirmed new. Also surfaced two platform bugs found in the queue (not fixed by Finance, Server/CC-owned): confirmed reproducible personal-queue inbox-api.php resolve non-persistence bug from Health[70], and did not send confirm-receipt transfers back to Daily/Health because of the separately-documented action=drop broadcast-to-all-systems bug -- flagging both to USR369 rather than triggering the broadcast bug or silently skipping the confirmation requirement.
▼ Show timestamps
created_at
2026-09-08 08:17:23
⊞ Full detail →
58
system: 60 Finance
Logged Food4Less grocery receipt 09/01/26, $110.68, 34 itemized purchases. Root cause/context: photo receipt uploaded by USR369 with explicit note that Markus p …
tap
⌂ Finance Hub →
id
58
system
60 Finance
date
09/01/26
subject
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
58
detail
Logged Food4Less grocery receipt 09/01/26, $110.68, 34 itemized purchases. Root cause/context: photo receipt uploaded by USR369 with explicit note that Markus paid $0 this trip (household/USR369 covered full tab), differing from several recent trips where Markus's EBT covered a partial share. Steps: (1) TASKGATE matched SOP-GROCERY-TRACKER.md, (2) logged trip to 60-sys.db items table (id 118) via add_item per SOP-FINANCE-LEDGER.md dual-write pattern, (3) backed up frontend/60-Finance/grocery.html per D353/BACKUP.php before edit (CURRENT/PREVIOUS rotation confirmed), (4) parsed live grocery.html DATA object, appended 1 trips entry (markus_share=0, david_net=110.68, item_count=34) and 34 purchases entries reconstructed from receipt OCR, (5) wrote back via file_write_web.php, (6) fetched live file back and confirmed purchases 242->276 and trips 14->15, last trip fields and item sum both match exactly. Files touched: 60-sys.db (items id 118), frontend/60-Finance/grocery.html. Note: OCR reconstruction had some ambiguity pairing a few items to their weight-priced lines (Navels/Pastrami/Bananas region) due to photo distortion shifting line order; resolved via per-item weight-times-unit-price cross-check against receipt's own weight annotations, and the full 34-item sum was verified to match the receipt's printed balance ($110.68) exactly as a checksum.
▼ Show timestamps
created_at
2026-09-01 14:32:57
⊞ Full detail →
57
Grocery tracker dedup - 2 duplicate trips removed, verified not duplicate purchase data
system: 60 Finance
Verified field-by-field that 07/28 and 07/30 trip entries in grocery.html were genuine duplicates (same real event logged twice), not distinct events, before re …
tap
⌂ Finance Hub →
id
57
system
60 Finance
date
08/24/26
subject
Grocery tracker dedup - 2 duplicate trips removed, verified not duplicate purchase data
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
57
detail
Verified field-by-field that 07/28 and 07/30 trip entries in grocery.html were genuine duplicates (same real event logged twice), not distinct events, before removing. Purchase-line data unaffected.
▼ Show timestamps
created_at
2026-08-24 18:04:58
⊞ Full detail →
56
Deduped 2 duplicate trip entries in grocery.html (07/28, 07/30)
system: 60 Finance
USR369 asked to verify suspected duplicates before touching anything. Compared field-by-field: 07/28 had two trip summary rows for the same real event (one from …
tap
⌂ Finance Hub →
id
56
system
60 Finance
date
08/24/26
subject
Deduped 2 duplicate trip entries in grocery.html (07/28, 07/30)
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
56
detail
USR369 asked to verify suspected duplicates before touching anything. Compared field-by-field: 07/28 had two trip summary rows for the same real event (one from my earlier session with no itemized purchases, one from another session with 45 real itemized purchase lines attached) - confirmed genuine duplicate, kept the itemized version, removed the empty one. 07/30 had two nearly-identical trip summary rows both pointing at the same 15 real purchase line items already in the purchases array (no duplicate purchase data, just a duplicate summary row) - removed one. Also checked for exact-duplicate purchase-line rows across the whole file and found 2 (Kroger Salted Butter and Bar-S Bacon, both dated 06/30/26) - verified these are NOT errors, the original source receipt genuinely rang up the same item twice as separate line entries, left them as-is. Backed up grocery.html before editing per D353/SOP-GROCERY-TRACKER.md.
▼ Show timestamps
created_at
2026-08-24 18:04:03
⊞ Full detail →
55
10 uploaded xlsx files reviewed - no new transactions found, all already logged
system: 60 Finance
USR369 uploaded 10 xlsx files (6 unique after MD5 dedup - 4 were exact duplicates). Read every sheet across all 7 files (DailyLife_Financial_Records, Finance60_ …
tap
⌂ Finance Hub →
id
55
system
60 Finance
date
08/24/26
subject
10 uploaded xlsx files reviewed - no new transactions found, all already logged
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
55
detail
USR369 uploaded 10 xlsx files (6 unique after MD5 dedup - 4 were exact duplicates). Read every sheet across all 7 files (DailyLife_Financial_Records, Finance60_MasterRecords, Finance60_Records_Jul01_Jul14, Finance_Budget_Jul2026, Finance_Records_06-30-26_to_07-02-26, Finance_Records_06_15_26-06_30_26, Financial_Records_07-04-26_to_07-05-26). Cross-checked every line item against 60-sys.db items table. Result: every single transaction in every file is already logged in Finance's live database - these were prior-session exports/snapshots, not new source data. Accounts/Bills/Investments sheets in Finance_Records_06_15_26-06_30_26.xlsx were unpopulated templates, not real balance data. Confirmed (not resolved) the Markus JT reimbursement ambiguity is genuinely old: DailyLife file shows status PENDING, Finance60_MasterRecords file shows status PAID-within-$675-Venmo-unconfirmed-allocation - same conflict already flagged in Finance's records, not a new discrepancy. Noted a 1-cent rounding variance ($165.3125 raw math vs $165.32 used everywhere else) - not worth correcting given $165.32 is the dominant figure across 3 separate source files.
▼ Show timestamps
created_at
2026-08-24 17:25:57
⊞ Full detail →
54
June 2026 gap resolved as false alarm; events-table duplication found and reported
system: 60 Finance
Verified via Notion query that all 33 June 2026 records were already in Finance items table before this session - Daily cross-system-wrote duplicates into Finan …
tap
⌂ Finance Hub →
id
54
system
60 Finance
date
08/24/26
subject
June 2026 gap resolved as false alarm; events-table duplication found and reported
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
54
detail
Verified via Notion query that all 33 June 2026 records were already in Finance items table before this session - Daily cross-system-wrote duplicates into Finance events table trying to fix a gap that never existed. No get_events/list_events action exists to safely dedupe. Reported both issues to Server[40].
▼ Show timestamps
created_at
2026-08-24 08:30:23
⊞ Full detail →
53
June 2026 expenses gap resolved as false alarm; events-table duplication found and reported
system: 60 Finance
USR369 asked to check on Daily's claimed resend of 33 June 2026 records. Verified via Notion query (33 rows, dates 06/07-06/30/26 matching exactly). Cross-check …
tap
⌂ Finance Hub →
id
53
system
60 Finance
date
08/24/26
subject
June 2026 expenses gap resolved as false alarm; events-table duplication found and reported
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
53
detail
USR369 asked to check on Daily's claimed resend of 33 June 2026 records. Verified via Notion query (33 rows, dates 06/07-06/30/26 matching exactly). Cross-checked Finance's own items table and found all 33 already existed there before this session (ids ~88-103) - the same rows I'd already backfilled into Notion on 08/21/26. Root cause: SOP-DAILY-INTAKE.md's history section flagged this as a gap based on an unconfirmed TRANSFER status, not actual missing data - Daily's live DB never had it (true) but Finance's items table did the whole time. Daily then cross-system-wrote the same 33 rows into Finance's own events table (events count 4->42, +38 not +33 as claimed), creating duplication across items/events/Notion. Could not safely dedupe: Finance's data/api.php has no get_events/list_events action, so event row IDs can't be discovered to trash them. Reported both the missing API action and the count mismatch to Server[40] (msg 1151). Also corrected two stale knowledge-60.md WISDOM entries that would have kept falsely re-flagging June as a gap at every future open.
▼ Show timestamps
created_at
2026-08-24 08:29:35
⊞ Full detail →
52
Finance Records Notion backfill - 102 records, full history
system: 60 Finance
Full historical backfill of Notion Finance Records: pulled all 106 items from 60-sys.db (open+resolved+closed), excluded test/non-transaction entries, parsed re …
tap
⌂ Finance Hub →
id
52
system
60 Finance
date
08/21/26
subject
Finance Records Notion backfill - 102 records, full history
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
52
detail
Full historical backfill of Notion Finance Records: pulled all 106 items from 60-sys.db (open+resolved+closed), excluded test/non-transaction entries, parsed remaining items for amount/date/category/payment/status, wrote 102 pages to Notion via notion-create-pages in 3 batches. Verified via before/after row count (2 to 104).
▼ Show timestamps
created_at
2026-08-21 20:58:39
⊞ Full detail →
51
Finance Records Notion backfill - 102 records, full history
system: 60 Finance
tap
⌂ Finance Hub →
id
51
system
60 Finance
date
08/21/26
subject
Finance Records Notion backfill - 102 records, full history
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
51
▼ Show timestamps
created_at
2026-08-21 20:58:20
⊞ Full detail →
50
Notion Finance Records full historical backfill
system: 60 Finance
Root cause: Finance Records (Notion) only had 2 entries (Daily's new direct-write routing per 08/19/26 jurisdiction update); the other 104 historical items live …
tap
⌂ Finance Hub →
id
50
system
60 Finance
date
08/21/26
subject
Notion Finance Records full historical backfill
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
50
detail
Root cause: Finance Records (Notion) only had 2 entries (Daily's new direct-write routing per 08/19/26 jurisdiction update); the other 104 historical items lived only in 60-sys.db items table, going back to 07/01/26 Joshua Tree trip. USR369 asked to backfill everything Notion-side. Steps: pulled full item history (open+resolved+closed, 106 rows), excluded 1 test entry + 2 items already in Notion, parsed remaining 103 (1 further excluded as non-transaction GAP note) via regex for amount/date/category/payment method/status from free-text detail fields, manually corrected known misparses (ATM withdrawal amount, Markus JT reimbursement amount, Stater Bros split-payment share), wrote 102 pages to Notion Finance Records (collection 5da98030-5e58-44ea-9250-08b6923d7575) in 3 batches via notion-create-pages.
▼ Show timestamps
created_at
2026-08-21 20:57:22
⊞ Full detail →
49
add_decision live verify test (from Builder 20)
system: 60 Finance
Cross-system spot-check that the 08/05/26 add_decision 500-error fix is still live
tap
⌂ Finance Hub →
id
49
system
60 Finance
date
08/07/26
subject
add_decision live verify test (from Builder 20)
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
49
detail
Cross-system spot-check that the 08/05/26 add_decision 500-error fix is still live
▼ Show timestamps
created_at
2026-08-07 08:07:03
⊞ Full detail →
48
T-BUGFIX diagnostic test - Server 40 verifying add_decision fix
system: 60 Finance
tap
⌂ Finance Hub →
id
48
system
60 Finance
date
08/05/26
subject
T-BUGFIX diagnostic test - Server 40 verifying add_decision fix
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
48
▼ Show timestamps
created_at
2026-08-05 17:49:32
⊞ Full detail →
47
T711 absorbed
system: 06
Self-close T-codes on completion
tap
id
47
system
06
date
2026-07-25
subject
T711 absorbed
approved_by
David
se_id
—
tr_id
—
_rowid
47
detail
Self-close T-codes on completion
▼ Show timestamps
created_at
2026-07-24 21:00:38
⊞ Full detail →
46
Enterprise Jeep exchange
system: 06
Mirage 9RRT865 to Jeep 9UNW670 same RA#4C9FST return 07/28 Mastercard *7096
tap
id
46
system
06
date
2026-07-25
subject
Enterprise Jeep exchange
approved_by
David
se_id
—
tr_id
—
_rowid
46
detail
Mirage 9RRT865 to Jeep 9UNW670 same RA#4C9FST return 07/28 Mastercard *7096
▼ Show timestamps
created_at
2026-07-24 21:00:38
⊞ Full detail →
45
Auto Glass receipt confirmed
system: 06
Invoice #10583 Rialto — lifetime warranty glass + tint
tap
id
45
system
06
date
2026-07-25
subject
Auto Glass receipt confirmed
approved_by
David
se_id
—
tr_id
—
_rowid
45
detail
Invoice #10583 Rialto — lifetime warranty glass + tint
▼ Show timestamps
created_at
2026-07-24 21:00:38
⊞ Full detail →
44
07/24/26 expenses logged
system: 06
8 items IDs 22-29 — gas glass lunch rental ATM BK Chevron Jeep exchange
tap
id
44
system
06
date
2026-07-25
subject
07/24/26 expenses logged
approved_by
David
se_id
—
tr_id
—
_rowid
44
detail
8 items IDs 22-29 — gas glass lunch rental ATM BK Chevron Jeep exchange
▼ Show timestamps
created_at
2026-07-24 21:00:38
⊞ Full detail →
43
Backed up server + Drive
system: 06
backups/60-finance/budget/ + Google Drive Finance [60] folder
tap
id
43
system
06
date
2026-07-24
subject
Backed up server + Drive
approved_by
David
se_id
—
tr_id
—
_rowid
43
detail
backups/60-finance/budget/ + Google Drive Finance [60] folder
▼ Show timestamps
created_at
2026-07-24 08:32:45
⊞ Full detail →
42
Google Drive folder + file
system: 06
Finance [60] yttcom folder ID 1xlxldM8pV1aEMhWg1w_WFi2gnc5Pt4jt file ID 1KD_bfAdiTmT0Oyrm9CGqE7TaLnQg5HGa
tap
id
42
system
06
date
2026-07-24
subject
Google Drive folder + file
approved_by
David
se_id
—
tr_id
—
_rowid
42
detail
Finance [60] yttcom folder ID 1xlxldM8pV1aEMhWg1w_WFi2gnc5Pt4jt file ID 1KD_bfAdiTmT0Oyrm9CGqE7TaLnQg5HGa
▼ Show timestamps
created_at
2026-07-24 08:32:45
⊞ Full detail →
41
Master records xlsx built
system: 06
Finance60_MasterRecords_Jun07_Jul14_2026.xlsx — 4 tabs 46 expenses 11 income no duplicates
tap
id
41
system
06
date
2026-07-24
subject
Master records xlsx built
approved_by
David
se_id
—
tr_id
—
_rowid
41
detail
Finance60_MasterRecords_Jun07_Jul14_2026.xlsx — 4 tabs 46 expenses 11 income no duplicates
▼ Show timestamps
created_at
2026-07-24 08:32:45
⊞ Full detail →
40
directive-06.md v1.7
system: 06
COMMS mandatory + decade code + all directives current
tap
id
40
system
06
date
2026-07-20
subject
directive-06.md v1.7
approved_by
David
se_id
—
tr_id
—
_rowid
40
detail
COMMS mandatory + decade code + all directives current
▼ Show timestamps
created_at
2026-07-20 01:02:03
⊞ Full detail →
39
Decade code standard — Finance [60]
system: 06
System code 06 for gov/ + inbox only. Decade 60 for display + transfers + COMMS.
tap
id
39
system
06
date
2026-07-20
subject
Decade code standard — Finance [60]
approved_by
David
se_id
—
tr_id
—
_rowid
39
detail
System code 06 for gov/ + inbox only. Decade 60 for display + transfers + COMMS.
▼ Show timestamps
created_at
2026-07-20 01:02:03
⊞ Full detail →
38
COMMS wired Finance [60]
system: 06
ping open/close/refresh. get_traffic at open.
tap
id
38
system
06
date
2026-07-20
subject
COMMS wired Finance [60]
approved_by
David
se_id
—
tr_id
—
_rowid
38
detail
ping open/close/refresh. get_traffic at open.
▼ Show timestamps
created_at
2026-07-20 01:02:03
⊞ Full detail →
37
Series J deployed
system: 06
EXEC_OPEN_Finance.60.J.txt live. COMMS mandatory.
tap
id
37
system
06
date
2026-07-20
subject
Series J deployed
approved_by
David
se_id
—
tr_id
—
_rowid
37
detail
EXEC_OPEN_Finance.60.J.txt live. COMMS mandatory.
▼ Show timestamps
created_at
2026-07-20 01:02:03
⊞ Full detail →
36
directive-06.md v1.6 + knowledge-06.md v1.5
system: 06
All current directives and wisdom entries
tap
id
36
system
06
date
2026-07-19
subject
directive-06.md v1.6 + knowledge-06.md v1.5
approved_by
David
se_id
—
tr_id
—
_rowid
36
detail
All current directives and wisdom entries
▼ Show timestamps
created_at
2026-07-19 10:49:58
⊞ Full detail →
35
Series I + ORIENT-REG.md + D353-D361 absorbed
system: 06
API paths updated, directive v1.6, knowledge v1.5
tap
id
35
system
06
date
2026-07-19
subject
Series I + ORIENT-REG.md + D353-D361 absorbed
approved_by
David
se_id
—
tr_id
—
_rowid
35
detail
API paths updated, directive v1.6, knowledge v1.5
▼ Show timestamps
created_at
2026-07-19 10:49:58
⊞ Full detail →
34
June 2026 expenses missing — request sent to Daily [05]
system: 06
inbox #289. No June data in platform.
tap
id
34
system
06
date
2026-07-19
subject
June 2026 expenses missing — request sent to Daily [05]
approved_by
David
se_id
—
tr_id
—
_rowid
34
detail
inbox #289. No June data in platform.
▼ Show timestamps
created_at
2026-07-19 10:49:58
⊞ Full detail →
33
Finance_Budget_Jul2026_v1.0.xlsx built and deployed
system: 06
5 tabs 49 formulas 0 errors. apps/ + backups/60-finance/budget/
tap
id
33
system
06
date
2026-07-19
subject
Finance_Budget_Jul2026_v1.0.xlsx built and deployed
approved_by
David
se_id
—
tr_id
—
_rowid
33
detail
5 tabs 49 formulas 0 errors. apps/ + backups/60-finance/budget/
▼ Show timestamps
created_at
2026-07-19 10:49:58
⊞ Full detail →
32
Transfer 344 fully resolved
system: 06
Goodwill $15.98 ID19 + TJ Maxx +$7.69 ID20
tap
id
32
system
06
date
2026-07-15
subject
Transfer 344 fully resolved
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
32
detail
Goodwill $15.98 ID19 + TJ Maxx +$7.69 ID20
description
Transfer 344 fully resolved
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
31
Markus rent +$675 Venmo logged
system: 06
ID 18 June House rent
tap
id
31
system
06
date
2026-07-15
subject
Markus rent +$675 Venmo logged
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
31
detail
ID 18 June House rent
description
Markus rent +$675 Venmo logged
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
30
Expenses logged 07/11+07/14
system: 06
9 items total IDs 13-21
tap
id
30
system
06
date
2026-07-15
subject
Expenses logged 07/11+07/14
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
30
detail
9 items total IDs 13-21
description
Expenses logged 07/11+07/14
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
29
directive-06.md v1.4
system: 06
D272-D291 + Wisdom + OPEN standing order
tap
id
29
system
06
date
2026-07-15
subject
directive-06.md v1.4
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
29
detail
D272-D291 + Wisdom + OPEN standing order
description
directive-06.md v1.4
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
28
handoff-06.md D284 format
system: 06
Mandatory structure applied
tap
id
28
system
06
date
2026-07-15
subject
handoff-06.md D284 format
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
28
detail
Mandatory structure applied
description
handoff-06.md D284 format
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
27
LINK-60.md created
system: 06
D277 Finance link registry in gov/
tap
id
27
system
06
date
2026-07-15
subject
LINK-60.md created
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
27
detail
D277 Finance link registry in gov/
description
LINK-60.md created
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
26
Series H deployed
system: 06
EXEC_OPEN_Finance.60.H.txt live
tap
id
26
system
06
date
2026-07-15
subject
Series H deployed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
26
detail
EXEC_OPEN_Finance.60.H.txt live
description
Series H deployed
▼ Show timestamps
created_at
2026-07-15 02:03:09
⊞ Full detail →
25
32 inbox absorbed
system: 06
D109 D213 D220 D231 D232 D233 D267 in gov files
tap
id
25
system
06
date
2026-07-13
subject
32 inbox absorbed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
25
detail
D109 D213 D220 D231 D232 D233 D267 in gov files
description
32 inbox absorbed
▼ Show timestamps
created_at
2026-07-13 17:15:41
⊞ Full detail →
24
directive-06.md v1.1
system: 06
D231 close report format added
tap
id
24
system
06
date
2026-07-13
subject
directive-06.md v1.1
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
24
detail
D231 close report format added
description
directive-06.md v1.1
▼ Show timestamps
created_at
2026-07-13 17:15:41
⊞ Full detail →
23
Series G deployed
system: 06
EXEC_OPEN_Finance.60.G.txt live
tap
id
23
system
06
date
2026-07-13
subject
Series G deployed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
23
detail
EXEC_OPEN_Finance.60.G.txt live
description
Series G deployed
▼ Show timestamps
created_at
2026-07-13 17:15:41
⊞ Full detail →
22
gov/ directory — 5 files at systems/60-finance/gov/
system: 06
knowledge v1.2 jurisdiction v1.1 directive v1.1 handoff v1.0 todo v1.0
tap
id
22
system
06
date
2026-07-13
subject
gov/ directory — 5 files at systems/60-finance/gov/
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
22
detail
knowledge v1.2 jurisdiction v1.1 directive v1.1 handoff v1.0 todo v1.0
description
gov/ directory — 5 files at systems/60-finance/gov/
▼ Show timestamps
created_at
2026-07-13 17:15:41
⊞ Full detail →
21
32 inbox standing orders absorbed — Finance current with platform
system: 06
D109/D213/D220/D231/D232/D233/D267 reflected in gov/ files.
tap
id
21
system
06
date
2026-07-13
subject
32 inbox standing orders absorbed — Finance current with platform
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
21
detail
D109/D213/D220/D231/D232/D233/D267 reflected in gov/ files.
description
32 inbox standing orders absorbed — Finance current with platform
▼ Show timestamps
created_at
2026-07-13 17:15:13
⊞ Full detail →
20
directive-06.md v1.1 — D231 close report format added
system: 06
Subject: [FINANCE] Session [#] CLOSE. POST to inbox target 01.
tap
id
20
system
06
date
2026-07-13
subject
directive-06.md v1.1 — D231 close report format added
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
20
detail
Subject: [FINANCE] Session [#] CLOSE. POST to inbox target 01.
description
directive-06.md v1.1 — D231 close report format added
▼ Show timestamps
created_at
2026-07-13 17:15:13
⊞ Full detail →
19
EXEC_OPEN Series G deployed
system: 06
Lean format. Uses OPEN.php step 1. CLOSE.php at close.
tap
id
19
system
06
date
2026-07-13
subject
EXEC_OPEN Series G deployed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
19
detail
Lean format. Uses OPEN.php step 1. CLOSE.php at close.
description
EXEC_OPEN Series G deployed
▼ Show timestamps
created_at
2026-07-13 17:15:13
⊞ Full detail →
18
gov/ directory created — all 5 files live at systems/60-finance/gov/
system: 06
knowledge v1.2, jurisdiction v1.1, directive v1.1, handoff v1.0, todo v1.0
tap
id
18
system
06
date
2026-07-13
subject
gov/ directory created — all 5 files live at systems/60-finance/gov/
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
18
detail
knowledge v1.2, jurisdiction v1.1, directive v1.1, handoff v1.0, todo v1.0
description
gov/ directory created — all 5 files live at systems/60-finance/gov/
▼ Show timestamps
created_at
2026-07-13 17:15:13
⊞ Full detail →
17
32 inbox standing orders absorbed — Finance current with platform
system: 06
D109/D213/D220/D231/D232/D233/D267 reflected in gov/ files.
tap
id
17
system
06
date
2026-07-13
subject
32 inbox standing orders absorbed — Finance current with platform
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
17
detail
D109/D213/D220/D231/D232/D233/D267 reflected in gov/ files.
description
32 inbox standing orders absorbed — Finance current with platform
▼ Show timestamps
created_at
2026-07-13 17:14:54
⊞ Full detail →
16
directive-06.md v1.1 — D231 close report format added
system: 06
Subject: [FINANCE] Session [#] CLOSE. POST to inbox target 01.
tap
id
16
system
06
date
2026-07-13
subject
directive-06.md v1.1 — D231 close report format added
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
16
detail
Subject: [FINANCE] Session [#] CLOSE. POST to inbox target 01.
description
directive-06.md v1.1 — D231 close report format added
▼ Show timestamps
created_at
2026-07-13 17:14:54
⊞ Full detail →
15
EXEC_OPEN Series G deployed
system: 06
Lean format. Uses OPEN.php step 1. CLOSE.php at close.
tap
id
15
system
06
date
2026-07-13
subject
EXEC_OPEN Series G deployed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
15
detail
Lean format. Uses OPEN.php step 1. CLOSE.php at close.
description
EXEC_OPEN Series G deployed
▼ Show timestamps
created_at
2026-07-13 17:14:54
⊞ Full detail →
14
gov/ directory created — all 5 files live at systems/60-finance/gov/
system: 06
knowledge v1.2, jurisdiction v1.1, directive v1.1, handoff v1.0, todo v1.0
tap
id
14
system
06
date
2026-07-13
subject
gov/ directory created — all 5 files live at systems/60-finance/gov/
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
14
detail
knowledge v1.2, jurisdiction v1.1, directive v1.1, handoff v1.0, todo v1.0
description
gov/ directory created — all 5 files live at systems/60-finance/gov/
▼ Show timestamps
created_at
2026-07-13 17:14:54
⊞ Full detail →
13
All 32 inbox standing orders absorbed and actioned — Finance now current with platform
system: 06
D109/D110/D116/D125/D108/D213/D220/D231/D232/D233/D267 all reflected in gov/ files.
tap
id
13
system
06
date
07/13/26
subject
All 32 inbox standing orders absorbed and actioned — Finance now current with platform
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
13
detail
D109/D110/D116/D125/D108/D213/D220/D231/D232/D233/D267 all reflected in gov/ files.
description
All 32 inbox standing orders absorbed and actioned — Finance now current with platform
▼ Show timestamps
created_at
2026-07-13 14:14:38
⊞ Full detail →
12
directive-06.md updated v1.1 — D231 close report format added
system: 06
Subject: [FINANCE] Session [#] CLOSE — one sentence. Content: FLAGS. POST to inbox target 01.
tap
id
12
system
06
date
07/13/26
subject
directive-06.md updated v1.1 — D231 close report format added
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
12
detail
Subject: [FINANCE] Session [#] CLOSE — one sentence. Content: FLAGS. POST to inbox target 01.
description
directive-06.md updated v1.1 — D231 close report format added
▼ Show timestamps
created_at
2026-07-13 14:14:38
⊞ Full detail →
11
EXEC_OPEN Series G deployed — systems/60-finance/EXEC_OPEN_Finance.60.G.txt
system: 06
Lean format under 60 lines. Uses OPEN.php at step 1. CLOSE.php at close.
tap
id
11
system
06
date
07/13/26
subject
EXEC_OPEN Series G deployed — systems/60-finance/EXEC_OPEN_Finance.60.G.txt
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
11
detail
Lean format under 60 lines. Uses OPEN.php at step 1. CLOSE.php at close.
description
EXEC_OPEN Series G deployed — systems/60-finance/EXEC_OPEN_Finance.60.G.txt
▼ Show timestamps
created_at
2026-07-13 14:14:38
⊞ Full detail →
10
gov/ directory created — all 5 files live at systems/60-finance/gov/
system: 06
knowledge-06.md v1.2, jurisdiction-06.md v1.1, directive-06.md v1.1, handoff-06.md v1.0, todo-06.md v1.0
tap
id
10
system
06
date
07/13/26
subject
gov/ directory created — all 5 files live at systems/60-finance/gov/
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
10
detail
knowledge-06.md v1.2, jurisdiction-06.md v1.1, directive-06.md v1.1, handoff-06.md v1.0, todo-06.md v1.0
description
gov/ directory created — all 5 files live at systems/60-finance/gov/
▼ Show timestamps
created_at
2026-07-13 14:14:38
⊞ Full detail →
9
knowledge-06.md updated v1.1
system: 06
Transfer SEEN capture protocol + inbox POST deliver rule. records.db D215.
tap
id
9
system
06
date
2026-07-11
subject
knowledge-06.md updated v1.1
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
9
detail
Transfer SEEN capture protocol + inbox POST deliver rule. records.db D215.
description
knowledge-06.md updated v1.1
▼ Show timestamps
created_at
2026-07-11 09:05:54
⊞ Full detail →
8
R Burgers 07/10/26 — $28.76 logged — US Bank
system: 06
David+Vilma lunch. Item ID 12. records.db D214.
tap
id
8
system
06
date
2026-07-11
subject
R Burgers 07/10/26 — $28.76 logged — US Bank
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
8
detail
David+Vilma lunch. Item ID 12. records.db D214.
description
R Burgers 07/10/26 — $28.76 logged — US Bank
▼ Show timestamps
created_at
2026-07-11 09:05:54
⊞ Full detail →
7
Shoes 07/10/26 — $64.64 logged — US Bank
system: 06
Item ID 11. records.db D213.
tap
id
7
system
06
date
2026-07-11
subject
Shoes 07/10/26 — $64.64 logged — US Bank
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
7
detail
Item ID 11. records.db D213.
description
Shoes 07/10/26 — $64.64 logged — US Bank
▼ Show timestamps
created_at
2026-07-11 09:05:54
⊞ Full detail →
6
Food 4 Less 07/10/26 — $171.88 logged — Visa *1056
system: 06
55 items. 2070 W. Redlands Blvd. Item ID 10. records.db D212.
tap
id
6
system
06
date
2026-07-11
subject
Food 4 Less 07/10/26 — $171.88 logged — Visa *1056
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
6
detail
55 items. 2070 W. Redlands Blvd. Item ID 10. records.db D212.
description
Food 4 Less 07/10/26 — $171.88 logged — Visa *1056
▼ Show timestamps
created_at
2026-07-11 09:05:54
⊞ Full detail →
5
knowledge-06.md and jurisdiction-06.md created v1.0
system: 06
knowledge: bootstrap pattern, DB logging, Grocery Tracker, code map. jurisdiction: Finance scope definition.
tap
id
5
system
06
date
2026-07-08
subject
knowledge-06.md and jurisdiction-06.md created v1.0
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
5
detail
knowledge: bootstrap pattern, DB logging, Grocery Tracker, code map. jurisdiction: Finance scope definition.
description
knowledge-06.md and jurisdiction-06.md created v1.0
▼ Show timestamps
created_at
2026-07-08 11:29:53
⊞ Full detail →
4
EXEC_OPEN Finance Series E deployed
system: 06
Adds ORIENT step, outbound-pending check, backup protocol, dual session write, SESSION CHECK D104, multi-file rule D108.
tap
id
4
system
06
date
2026-07-08
subject
EXEC_OPEN Finance Series E deployed
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
4
detail
Adds ORIENT step, outbound-pending check, backup protocol, dual session write, SESSION CHECK D104, multi-file rule D108.
description
EXEC_OPEN Finance Series E deployed
▼ Show timestamps
created_at
2026-07-08 11:29:53
⊞ Full detail →
3
Joshua Tree expenses logged — David+Vilma share $514.92
system: 06
07/01-07/03/26. Source: ZIP spreadsheets. 1 event + 9 items in 60-sys.db. Ashley owes $165.32 PENDING. El Salvador deferred.
tap
id
3
system
06
date
2026-07-08
subject
Joshua Tree expenses logged — David+Vilma share $514.92
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
3
detail
07/01-07/03/26. Source: ZIP spreadsheets. 1 event + 9 items in 60-sys.db. Ashley owes $165.32 PENDING. El Salvador deferred.
description
Joshua Tree expenses logged — David+Vilma share $514.92
▼ Show timestamps
created_at
2026-07-08 11:29:53
⊞ Full detail →
2
Grocery Price Tracker deployed to backend/ed/grocery/
system: 06
58KB HTML via Python urllib bootstrap. URL confirmed HTTP 200.
tap
id
2
system
06
date
2026-07-08
subject
Grocery Price Tracker deployed to backend/ed/grocery/
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
2
detail
58KB HTML via Python urllib bootstrap. URL confirmed HTTP 200.
description
Grocery Price Tracker deployed to backend/ed/grocery/
▼ Show timestamps
created_at
2026-07-08 11:29:53
⊞ Full detail →
1
Finance config.json updated v1.6-PENDING to v1.8 UP HERE
system: 06
Bootstrap deploy — dirname(dirname(__DIR__)) fix. Config version:1.8 status:UP HERE v1.8.
tap
id
1
system
06
date
2026-07-08
subject
Finance config.json updated v1.6-PENDING to v1.8 UP HERE
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
1
detail
Bootstrap deploy — dirname(dirname(__DIR__)) fix. Config version:1.8 status:UP HERE v1.8.
description
Finance config.json updated v1.6-PENDING to v1.8 UP HERE
▼ Show timestamps
created_at
2026-07-08 11:29:53
⊞ Full detail →
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