Simulation
—
Financial scenarios
Beta Founders
—
Applications
Founding Members
—
50% off for life signups
Latest Signups
Core Files
| File | Location | Last known update | Notes |
| trojan-erp.jsx | ~/trojan-erp/src/ | 10 Apr 2026 | ~42,850 lines · 27/27 sim · ReactDOM portal |
| admin.html | ~/trion-admin/ | 10 Apr 2026 | This dashboard |
| index.html | ~/trion-landing/ | 8 Apr 2026 | Landing page + signups |
| invoice.html | ~/trion-app/ | 5 Apr 2026 | Public invoice view |
| sign.html | ~/trion-app/ | Session 20 | Digital signature page |
| po-sign.html | ~/trion-app/ | Session 20 | PO signature page |
| send-email.js | ~/trion-app/api/ | Session 22 | Resend proxy |
| shopify.js | ~/trojan-erp/api/ | Session 23 | Shopify API proxy |
| session26-handover.html | Local / Downloads | 10 Apr 2026 | S26 handover + diagnostic |
Live URLs
Infrastructure
| Service | Account | Detail |
| Supabase | Pro | gnfxnrkgfxjsvcwhpllv · public + tenant_sme |
| Vercel | Pro | 5 projects · TTH, SME, Landing, App, Admin |
| Resend | Pro | trojantreasure.com + trion-neuro-network.ai |
| Shopify | aimsoflife | aimsoflife.myshopify.com · 78 orders |
| DNS | Simply.com | trion-neuro-network.ai · trojantreasure.com |
Key SQL to Know
Schema cache reload (run after ALTER TABLE)
NOTIFY pgrst, 'reload schema';
Check ledger balance
SELECT SUM(debit) dr, SUM(credit) cr
FROM journal_lines;
Beta + Founding signups
SELECT * FROM beta_applications
ORDER BY submitted_at DESC;
SELECT * FROM founding_members
ORDER BY submitted_at DESC;
OSS Q1 2026 breakdown
SELECT vat_code, COUNT(*) n,
SUM(jl.credit) vat
FROM journal_entries je
JOIN journal_lines jl ON ...
WHERE je.vat_code='3c'
GROUP BY 1;
Open Invoices
—
Approved / sent
COGS Coverage
—
Fulfilled SOs