fix: correct accountant's name Rayan -> Ryan

Renames across the deck, README, brief, and the ledger's
Expenses:Salaries account. bean-check still passes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-07-31 17:42:27 +02:00
commit 0cce0089d1
6 changed files with 13 additions and 13 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 well walk', value: 'Jan → Jul 2026' },
]
</script>

View file

@ -52,7 +52,7 @@ import { money } from '../data'
>
<h3 class="text-2xl font-bold text-slate-50">Let's give the collective its books.</h3>
<p class="mt-3 text-slate-300">
Pat &amp; Rayan can have Project Lantern and the next project running on this within
Pat &amp; Ryan can have Project Lantern and the next project running on this within
weeks.
</p>
<a