diff --git a/Accounting-Presentation.md b/Accounting-Presentation.md index 9aeab22..1033ce5 100644 --- a/Accounting-Presentation.md +++ b/Accounting-Presentation.md @@ -2,7 +2,7 @@ Our goal here is to present to an incubator collective the value of accounting practices which they currently are not using. -There are currently two members of the accounting team: Pat (software) and Rayan (accountant) +There are currently two members of the accounting team: Pat (software) and Ryan (accountant) Our goal is to give a quick intro into accounting principals and then show a mock evolution of a project being done with proper accounting processes. That will be demonstrated using visualizations tracking the accounting books related to to a project: diff --git a/README.md b/README.md index a9e012c..98afc9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A slide presentation that pitches an incubator collective on adopting real accounting practices, plus the **Beancount ledger** that backs every number in it. Built on the aiolabs `boilerplate-website` (Vue 3 + Vite + Tailwind 4). -Presented by the accounting team: **Pat** (software) and **Rayan** (accountant). +Presented by the accounting team: **Pat** (software) and **Ryan** (accountant). ## Two deliverables, one story diff --git a/ledger/lantern.beancount b/ledger/lantern.beancount index 1506332..0e940be 100644 --- a/ledger/lantern.beancount +++ b/ledger/lantern.beancount @@ -34,7 +34,7 @@ option "operating_currency" "USD" 2026-01-01 open Income:PreOrders USD 2026-01-01 open Expenses:Salaries:Pat USD -2026-01-01 open Expenses:Salaries:Rayan USD +2026-01-01 open Expenses:Salaries:Ryan USD 2026-01-01 open Expenses:Salaries:Sam USD 2026-01-01 open Expenses:Contributed:Engineering USD 2026-01-01 open Expenses:Materials USD @@ -47,7 +47,7 @@ option "operating_currency" "USD" ;; Budget — the plan the seed money was raised against (Fava reads these) ;; ---------------------------------------------------------------------------- 2026-01-01 custom "budget" Expenses:Salaries:Pat "monthly" 2500.00 USD -2026-01-01 custom "budget" Expenses:Salaries:Rayan "monthly" 1500.00 USD +2026-01-01 custom "budget" Expenses:Salaries:Ryan "monthly" 1500.00 USD 2026-01-01 custom "budget" Expenses:Salaries:Sam "monthly" 2000.00 USD 2026-01-01 custom "budget" Expenses:Materials "monthly" 2500.00 USD 2026-01-01 custom "budget" Expenses:Operations:Rent "monthly" 800.00 USD @@ -83,7 +83,7 @@ option "operating_currency" "USD" 2026-01-31 * "Payroll" "January salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking @@ -113,7 +113,7 @@ option "operating_currency" "USD" 2026-02-28 * "Payroll" "February salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking @@ -146,7 +146,7 @@ option "operating_currency" "USD" 2026-03-31 * "Payroll" "March salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking @@ -184,7 +184,7 @@ option "operating_currency" "USD" 2026-04-30 * "Payroll" "April salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking @@ -216,7 +216,7 @@ option "operating_currency" "USD" 2026-05-29 * "Payroll" "May salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking @@ -242,7 +242,7 @@ option "operating_currency" "USD" 2026-06-30 * "Payroll" "June salaries" Expenses:Salaries:Pat 2500.00 USD - Expenses:Salaries:Rayan 1500.00 USD + Expenses:Salaries:Ryan 1500.00 USD Expenses:Salaries:Sam 2000.00 USD Assets:Bank:Checking diff --git a/src/features/deck/data.ts b/src/features/deck/data.ts index 5d51af2..dae8eca 100644 --- a/src/features/deck/data.ts +++ b/src/features/deck/data.ts @@ -94,7 +94,7 @@ export const balances = [ export const team = [ { name: 'Pat', role: 'Software' }, - { name: 'Rayan', role: 'Accountant' }, + { name: 'Ryan', role: 'Accountant' }, ] // Tailwind class fragments keyed by our palette names (kept explicit so the diff --git a/src/features/deck/slides/04-Project.vue b/src/features/deck/slides/04-Project.vue index 245aebc..6e82bc5 100644 --- a/src/features/deck/slides/04-Project.vue +++ b/src/features/deck/slides/04-Project.vue @@ -5,7 +5,7 @@ import { money } from '../data' const facts = [ { icon: Cpu, label: 'A hardware project', value: 'Project Lantern' }, - { icon: Users, label: 'Core team', value: 'Pat · Rayan · Sam' }, + { icon: Users, label: 'Core team', value: 'Pat · Ryan · Sam' }, { icon: Calendar, label: 'Timeline we’ll walk', value: 'Jan → Jul 2026' }, ] diff --git a/src/features/deck/slides/13-Fava.vue b/src/features/deck/slides/13-Fava.vue index 1e313df..f47dcc0 100644 --- a/src/features/deck/slides/13-Fava.vue +++ b/src/features/deck/slides/13-Fava.vue @@ -52,7 +52,7 @@ import { money } from '../data' >

Let's give the collective its books.

- Pat & Rayan can have Project Lantern — and the next project — running on this within + Pat & Ryan can have Project Lantern — and the next project — running on this within weeks.