<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://csswitch.github.io/jekyll-ledger-theme/feed.xml" rel="self" type="application/atom+xml" /><link href="https://csswitch.github.io/jekyll-ledger-theme/" rel="alternate" type="text/html" /><updated>2026-05-12T20:28:01+00:00</updated><id>https://csswitch.github.io/jekyll-ledger-theme/feed.xml</id><title type="html">The General Ledger</title><subtitle>Insights on accounting, finance, and numbers that matter.</subtitle><author><name>Your Name</name><email>you@example.com</email></author><entry><title type="html">Reading a Balance Sheet: A Practical Guide for Non-Accountants</title><link href="https://csswitch.github.io/jekyll-ledger-theme/2024/02/20/reading-a-balance-sheet/" rel="alternate" type="text/html" title="Reading a Balance Sheet: A Practical Guide for Non-Accountants" /><published>2024-02-20T00:00:00+00:00</published><updated>2024-02-20T00:00:00+00:00</updated><id>https://csswitch.github.io/jekyll-ledger-theme/2024/02/20/reading-a-balance-sheet</id><content type="html" xml:base="https://csswitch.github.io/jekyll-ledger-theme/2024/02/20/reading-a-balance-sheet/"><![CDATA[<p>The balance sheet is one of three core financial statements every business produces. Unlike the income statement (which shows performance over time), the balance sheet is a <strong>snapshot</strong> — it shows what a business owns, what it owes, and what’s left for the owners at a single point in time.</p>

<p>The fundamental equation it always satisfies:</p>

<blockquote>
  <p><strong>Assets = Liabilities + Equity</strong></p>
</blockquote>

<p>This equation must always balance. That’s where the name comes from.</p>

<h2 id="the-three-sections">The Three Sections</h2>

<h3 id="1-assets">1. Assets</h3>

<p>Assets are everything the business owns or is owed.</p>

<table>
  <thead>
    <tr>
      <th>Type</th>
      <th>Examples</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Current assets</strong></td>
      <td>Cash, receivables, inventory, prepaid expenses</td>
    </tr>
    <tr>
      <td><strong>Non-current assets</strong></td>
      <td>Property, equipment, intangibles, investments</td>
    </tr>
  </tbody>
</table>

<p><strong>Current assets</strong> can be converted to cash within 12 months. <strong>Non-current</strong> (or long-term) assets are held for more than a year.</p>

<h3 id="2-liabilities">2. Liabilities</h3>

<p>Liabilities are everything the business owes to others.</p>

<table>
  <thead>
    <tr>
      <th>Type</th>
      <th>Examples</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Current liabilities</strong></td>
      <td>Payables, accrued expenses, short-term debt, deferred revenue</td>
    </tr>
    <tr>
      <td><strong>Non-current liabilities</strong></td>
      <td>Long-term loans, bonds payable, lease obligations</td>
    </tr>
  </tbody>
</table>

<h3 id="3-equity">3. Equity</h3>

<p>Equity — also called net worth or shareholders’ equity — is the residual interest:</p>

<p><strong>Equity = Assets − Liabilities</strong></p>

<p>For a company, equity includes:</p>
<ul>
  <li>Paid-in capital (money invested by shareholders)</li>
  <li>Retained earnings (accumulated profits not paid as dividends)</li>
  <li>Other comprehensive income</li>
</ul>

<h2 id="what-to-look-for">What to Look For</h2>

<p><strong>Liquidity: Can the business pay its bills?</strong></p>

<p>The <em>current ratio</em> = Current Assets ÷ Current Liabilities. A ratio above 1.0 means current assets exceed current liabilities — generally a healthy sign.</p>

<p><strong>Leverage: How much does the business owe?</strong></p>

<p>The <em>debt-to-equity ratio</em> = Total Liabilities ÷ Total Equity. A very high ratio signals the business is heavily funded by debt, which increases financial risk.</p>

<p><strong>Asset quality: What makes up the assets?</strong></p>

<p>A balance sheet heavy in cash and receivables is generally more flexible than one dominated by illiquid fixed assets or goodwill from acquisitions.</p>

<h2 id="a-minimal-example">A Minimal Example</h2>

<table>
  <thead>
    <tr>
      <th>Assets</th>
      <th style="text-align: right">£</th>
      <th>Liabilities &amp; Equity</th>
      <th style="text-align: right">£</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Cash</td>
      <td style="text-align: right">25,000</td>
      <td>Accounts payable</td>
      <td style="text-align: right">12,000</td>
    </tr>
    <tr>
      <td>Receivables</td>
      <td style="text-align: right">18,000</td>
      <td>Short-term loan</td>
      <td style="text-align: right">8,000</td>
    </tr>
    <tr>
      <td>Inventory</td>
      <td style="text-align: right">10,000</td>
      <td>Long-term debt</td>
      <td style="text-align: right">15,000</td>
    </tr>
    <tr>
      <td>Equipment</td>
      <td style="text-align: right">40,000</td>
      <td>Share capital</td>
      <td style="text-align: right">20,000</td>
    </tr>
    <tr>
      <td> </td>
      <td style="text-align: right"> </td>
      <td>Retained earnings</td>
      <td style="text-align: right">38,000</td>
    </tr>
    <tr>
      <td><strong>Total assets</strong></td>
      <td style="text-align: right"><strong>93,000</strong></td>
      <td><strong>Total L+E</strong></td>
      <td style="text-align: right"><strong>93,000</strong></td>
    </tr>
  </tbody>
</table>

<p>Notice: Total Assets (£93,000) = Total Liabilities + Equity (£35,000 + £58,000 = £93,000). It balances.</p>

<h2 id="common-mistakes-when-reading-a-balance-sheet">Common Mistakes When Reading a Balance Sheet</h2>

<ol>
  <li><strong>Ignoring off-balance-sheet items</strong> — operating leases (pre-IFRS 16) and contingent liabilities may not appear directly</li>
  <li><strong>Treating book value as market value</strong> — equipment at historical cost less depreciation rarely reflects what it could sell for today</li>
  <li><strong>Ignoring the notes</strong> — footnotes disclose accounting policies, related-party transactions, and other material information</li>
</ol>

<hr />

<p>The balance sheet rewards careful reading. Once you can navigate it comfortably, you’ll have a powerful lens for understanding any business.</p>]]></content><author><name>Your Name</name><email>you@example.com</email></author><category term="Financial Reporting" /><category term="balance sheet" /><category term="financial statements" /><category term="GAAP" /><category term="business owners" /><summary type="html"><![CDATA[How to read a balance sheet and understand what it tells you about a business.]]></summary></entry><entry><title type="html">The Difference Between Cash and Accrual Accounting</title><link href="https://csswitch.github.io/jekyll-ledger-theme/2024/02/01/cash-vs-accrual-accounting/" rel="alternate" type="text/html" title="The Difference Between Cash and Accrual Accounting" /><published>2024-02-01T00:00:00+00:00</published><updated>2024-02-01T00:00:00+00:00</updated><id>https://csswitch.github.io/jekyll-ledger-theme/2024/02/01/cash-vs-accrual-accounting</id><content type="html" xml:base="https://csswitch.github.io/jekyll-ledger-theme/2024/02/01/cash-vs-accrual-accounting/"><![CDATA[<p>One of the first decisions a new business faces is the choice of accounting method: <strong>cash basis</strong> or <strong>accrual basis</strong>. It sounds technical, but it has real daily consequences for how you report income, plan taxes, and understand your financial position.</p>

<h2 id="the-core-difference">The Core Difference</h2>

<table>
  <thead>
    <tr>
      <th> </th>
      <th>Cash Basis</th>
      <th>Accrual Basis</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Revenue recorded when</td>
      <td>Cash is received</td>
      <td>Earned (invoice sent)</td>
    </tr>
    <tr>
      <td>Expenses recorded when</td>
      <td>Cash is paid</td>
      <td>Incurred (bill received)</td>
    </tr>
    <tr>
      <td>Complexity</td>
      <td>Simple</td>
      <td>More complex</td>
    </tr>
    <tr>
      <td>GAAP compliant?</td>
      <td>No (for most)</td>
      <td>Yes</td>
    </tr>
    <tr>
      <td>Best for</td>
      <td>Sole traders, freelancers</td>
      <td>Growing businesses</td>
    </tr>
  </tbody>
</table>

<h2 id="cash-basis-accounting">Cash Basis Accounting</h2>

<p>Under cash basis, you record income when money hits your account and record expenses when you pay them. Simple. Intuitive. What your bank statement says is what your books say.</p>

<p><strong>Advantages:</strong></p>
<ul>
  <li>Easy to understand and manage</li>
  <li>No need to track accounts receivable or payable</li>
  <li>Tax is paid on money you’ve actually received</li>
</ul>

<p><strong>Limitations:</strong></p>
<ul>
  <li>Doesn’t show the full picture — a profitable month on paper can hide cash problems</li>
  <li>Most lenders and investors won’t accept cash-basis financials</li>
  <li>Not permitted for companies above certain revenue thresholds in most jurisdictions</li>
</ul>

<h2 id="accrual-basis-accounting">Accrual Basis Accounting</h2>

<p>Under accrual accounting, revenue is recognised when <em>earned</em> — when you deliver the service or ship the product, regardless of when payment arrives. Similarly, expenses are recorded when <em>incurred</em>, not when paid.</p>

<p><strong>Advantages:</strong></p>
<ul>
  <li>Matches revenue with the expenses that generated it (the matching principle)</li>
  <li>Required for GAAP compliance</li>
  <li>Gives a more accurate picture of long-term profitability</li>
</ul>

<p><strong>Limitations:</strong></p>
<ul>
  <li>More complex to maintain</li>
  <li>You may owe tax on income not yet received</li>
  <li>Requires tracking accounts receivable, accounts payable, and accruals</li>
</ul>

<h2 id="which-should-you-choose">Which Should You Choose?</h2>

<p>If you are a small service business with straightforward transactions, <strong>cash basis is often fine</strong> and significantly easier to manage. The moment you start invoicing on net-30 terms, carrying inventory, or approaching revenue thresholds that require GAAP compliance — <strong>switch to accrual</strong>.</p>

<blockquote>
  <p><strong>Pro tip:</strong> If you plan to seek outside investment or a bank loan within three years, set up accrual accounting from day one. Restatements are painful and expensive.</p>
</blockquote>

<h2 id="the-hybrid-approach">The Hybrid Approach</h2>

<p>Some businesses operate on a <strong>modified cash basis</strong> — using accrual principles for long-term assets and liabilities while treating short-term items on a cash basis. This isn’t GAAP compliant but is permitted for internal management reporting.</p>

<p>Consult your CPA before choosing your method. The choice affects your tax strategy, your bank covenants, and how you read your own financial statements.</p>

<hr />

<p><em>This article is for informational purposes only. Consult a qualified accountant for advice specific to your business.</em></p>]]></content><author><name>Your Name</name><email>you@example.com</email></author><category term="Bookkeeping" /><category term="cash basis" /><category term="accrual" /><category term="small business" /><category term="GAAP" /><summary type="html"><![CDATA[A practical guide to choosing between cash and accrual accounting methods for your business.]]></summary></entry><entry><title type="html">Welcome to the General Ledger Theme</title><link href="https://csswitch.github.io/jekyll-ledger-theme/2024/01/15/welcome-to-the-general-ledger-theme/" rel="alternate" type="text/html" title="Welcome to the General Ledger Theme" /><published>2024-01-15T00:00:00+00:00</published><updated>2024-01-15T00:00:00+00:00</updated><id>https://csswitch.github.io/jekyll-ledger-theme/2024/01/15/welcome-to-the-general-ledger-theme</id><content type="html" xml:base="https://csswitch.github.io/jekyll-ledger-theme/2024/01/15/welcome-to-the-general-ledger-theme/"><![CDATA[<p>Welcome to <strong>The General Ledger</strong> — a Jekyll theme built specifically for accounting professionals, finance writers, CPAs, and bookkeepers who want a blog that looks as credible as their work.</p>

<h2 id="why-this-theme-exists">Why This Theme Exists</h2>

<p>Most blogs look like blogs. But your audience — clients, colleagues, regulators — expects something that feels <em>professional</em>. The General Ledger theme takes its cues from the accounting ledger book: columnar layouts, clean typography, a palette rooted in the deep greens of traditional accounting paper.</p>

<p>It’s built to make your financial writing feel authoritative.</p>

<h2 id="whats-included">What’s Included</h2>

<ul>
  <li><strong>Ledger-style post list</strong> — date, description, account category, and reading time in clean columns</li>
  <li><strong>Beautiful table styling</strong> — accountants work with tables; your tables deserve special treatment</li>
  <li><strong>Print-ready stylesheet</strong> — because some readers still print articles</li>
  <li><strong>Author credentials</strong> — display your CPA, CFA, or other qualifications in the header and byline</li>
  <li><strong>Dark accounting-green palette</strong> — professional, distinctive, unlike any generic theme</li>
</ul>

<h2 id="sample-table">Sample Table</h2>

<p>Here’s how financial data tables look in this theme:</p>

<table>
  <thead>
    <tr>
      <th>Account</th>
      <th style="text-align: right">Debit</th>
      <th style="text-align: right">Credit</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Cash</td>
      <td style="text-align: right">10,000</td>
      <td style="text-align: right"> </td>
    </tr>
    <tr>
      <td>Accounts Receivable</td>
      <td style="text-align: right">5,000</td>
      <td style="text-align: right"> </td>
    </tr>
    <tr>
      <td>Revenue</td>
      <td style="text-align: right"> </td>
      <td style="text-align: right">15,000</td>
    </tr>
    <tr>
      <td><strong>Total</strong></td>
      <td style="text-align: right"><strong>15,000</strong></td>
      <td style="text-align: right"><strong>15,000</strong></td>
    </tr>
  </tbody>
</table>

<p>Notice how numbers align right and the double-underline signals a balance. These are built in.</p>

<h2 id="getting-started">Getting Started</h2>

<p>Edit <code class="language-plaintext highlighter-rouge">_config.yml</code> to set your name, credentials, firm, and description. Posts go in <code class="language-plaintext highlighter-rouge">_posts/</code> following the standard Jekyll naming convention: <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-title.md</code>.</p>

<p>Your first journal entry is live. Welcome to the ledger.</p>]]></content><author><name>Your Name</name><email>you@example.com</email></author><category term="General" /><category term="jekyll" /><category term="finance" /><category term="accounting" /><summary type="html"><![CDATA[A professional Jekyll theme designed for accountants, CPAs, and finance writers.]]></summary></entry></feed>