Skip to content

Commit

Permalink
update doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Mar 7, 2024
1 parent 2af249d commit 0a60b73
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 01_02_FileFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ <h2 id="terminology"><a class="header" href="#terminology">Terminology</a></h2>
<ul>
<li>Transaction - Series of consecutive lines that represent the move of money
from one account to one (<em>or more</em>) other accounts.</li>
<li>Transaction Date - Date the transaction occured.</li>
<li>Transaction Date - Date the transaction occurred.</li>
<li>Payee - Description following on the same line as the Date. Usually the place
of business or person the transaction occured at/with.</li>
of business or person the transaction occurred at/with.</li>
<li>Posting - Line containing account and (<em>optionally</em>) amount.</li>
</ul>
<h2 id="basic-transaction-format"><a class="header" href="#basic-transaction-format">Basic transaction format</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion 02_Accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1 id="accounts"><a class="header" href="#accounts">Accounts</a></h1>
Liabilities:MasterCard
</code></pre>
<h2 id="only-leaf-max-depth-accounts"><a class="header" href="#only-leaf-max-depth-accounts">Only Leaf (Max Depth) Accounts</a></h2>
<p>If we are only intersted in the highest depth accounts and not interested
<p>If we are only interested in the highest depth accounts and not interested
in seeing all the parent account levels we can get that, just
run <code>ledger -f ledger.dat accounts -l</code></p>
<pre><code class="language-sh">Assets:Bank:Checking
Expand Down
2 changes: 1 addition & 1 deletion 02_Equity.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h1 id="equity"><a class="header" href="#equity">Equity</a></h1>
<p>Some users like to keep ledger files for each year. To aid in creating a new
starting balance for the next file, we can use the <code>ledger equity</code> command to
generate the required transaction to have the correct starting balances.</p>
<p>Let's start 2022, using all transactions upto the end of 2021. As the end date
<p>Let's start 2022, using all transactions up to the end of 2021. As the end date
on the command line is not included, we can use 2022/01/01 as the end date.</p>
<p>Run <code>ledger -f ledger.dat equity -e &quot;2022/01/01&quot;</code></p>
<pre><code class="language-sh">2021/12/31 Opening Balances
Expand Down
4 changes: 2 additions & 2 deletions 02_Stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ <h1 class="menu-title">Guide to Ledger</h1>
<div id="content" class="content">
<main>
<h1 id="stats"><a class="header" href="#stats">Stats</a></h1>
<p>A nice little summary of various ledger stats is avaible.</p>
<p>A nice little summary of various ledger stats is available.</p>
<p>Run <code>ledger -f ledger.dat stats</code></p>
<pre><code class="language-sh">Time period : 2021-12-01 to 2022-01-15 (6 weeks 3 days)
Unique payees : 8
Unique accounts : 10
Number of transactions : 12 (0.3 per day)
Number of postings : 25 (0.6 per day)
Time since last post : 1 year
Time since last post : 2 years
</code></pre>

</main>
Expand Down
2 changes: 1 addition & 1 deletion Web_AddTransaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1 class="menu-title">Guide to Ledger</h1>
<div id="content" class="content">
<main>
<h1 id="add-transaction"><a class="header" href="#add-transaction">Add Transaction</a></h1>
<p>The web interface also has the ablity to add transactions to the ledger file.</p>
<p>The web interface also has the ability to add transactions to the ledger file.</p>
<p><img src="webshots/addtrans.png" alt="add transaction" /></p>

</main>
Expand Down
2 changes: 1 addition & 1 deletion Web_Portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1 class="menu-title">Guide to Ledger</h1>
<div id="content" class="content">
<main>
<h1 id="portfolio"><a class="header" href="#portfolio">Portfolio</a></h1>
<p>The web service included in <code>ledger</code> allows tracking a porfolio of various
<p>The web service included in <code>ledger</code> allows tracking a portfolio of various
holdings. Currently stocks, mutual funds, and crypto currencies are supported.</p>
<p>Basically, you just create a portfolio configuration file where you match your
accounts to commodities and the shares of the commodity the account represents.</p>
Expand Down
16 changes: 8 additions & 8 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ <h2 id="terminology"><a class="header" href="#terminology">Terminology</a></h2>
<ul>
<li>Transaction - Series of consecutive lines that represent the move of money
from one account to one (<em>or more</em>) other accounts.</li>
<li>Transaction Date - Date the transaction occured.</li>
<li>Transaction Date - Date the transaction occurred.</li>
<li>Payee - Description following on the same line as the Date. Usually the place
of business or person the transaction occured at/with.</li>
of business or person the transaction occurred at/with.</li>
<li>Posting - Line containing account and (<em>optionally</em>) amount.</li>
</ul>
<h2 id="basic-transaction-format"><a class="header" href="#basic-transaction-format">Basic transaction format</a></h2>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h3 id="transactions-are-basic"><a class="header" href="#transactions-are-basic"
Liabilities:MasterCard
</code></pre>
<h2 id="only-leaf-max-depth-accounts"><a class="header" href="#only-leaf-max-depth-accounts">Only Leaf (Max Depth) Accounts</a></h2>
<p>If we are only intersted in the highest depth accounts and not interested
<p>If we are only interested in the highest depth accounts and not interested
in seeing all the parent account levels we can get that, just
run <code>ledger -f ledger.dat accounts -l</code></p>
<pre><code class="language-sh">Assets:Bank:Checking
Expand Down Expand Up @@ -453,7 +453,7 @@ <h2 id="account-depth"><a class="header" href="#account-depth">Account Depth</a>
<p>Some users like to keep ledger files for each year. To aid in creating a new
starting balance for the next file, we can use the <code>ledger equity</code> command to
generate the required transaction to have the correct starting balances.</p>
<p>Let's start 2022, using all transactions upto the end of 2021. As the end date
<p>Let's start 2022, using all transactions up to the end of 2021. As the end date
on the command line is not included, we can use 2022/01/01 as the end date.</p>
<p>Run <code>ledger -f ledger.dat equity -e &quot;2022/01/01&quot;</code></p>
<pre><code class="language-sh">2021/12/31 Opening Balances
Expand Down Expand Up @@ -692,14 +692,14 @@ <h2 id="accounts-1"><a class="header" href="#accounts-1">Accounts</a></h2>
2022/01/11 Panda Express Liabilities:MasterCard -17.34 -60.92
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="stats"><a class="header" href="#stats">Stats</a></h1>
<p>A nice little summary of various ledger stats is avaible.</p>
<p>A nice little summary of various ledger stats is available.</p>
<p>Run <code>ledger -f ledger.dat stats</code></p>
<pre><code class="language-sh">Time period : 2021-12-01 to 2022-01-15 (6 weeks 3 days)
Unique payees : 8
Unique accounts : 10
Number of transactions : 12 (0.3 per day)
Number of postings : 25 (0.6 per day)
Time since last post : 1 year
Time since last post : 2 years
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="overview"><a class="header" href="#overview">Overview</a></h1>
<p>The web service included in <code>ledger</code> allows for the easy and quick viewing
Expand Down Expand Up @@ -738,7 +738,7 @@ <h2 id="accounts-1"><a class="header" href="#accounts-1">Accounts</a></h2>
account.</p>
<p><img src="webshots/account.png" alt="account page" /></p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="add-transaction"><a class="header" href="#add-transaction">Add Transaction</a></h1>
<p>The web interface also has the ablity to add transactions to the ledger file.</p>
<p>The web interface also has the ability to add transactions to the ledger file.</p>
<p><img src="webshots/addtrans.png" alt="add transaction" /></p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="reports"><a class="header" href="#reports">Reports</a></h1>
<p>The web service included in <code>ledger</code> allows for the configuration of many types
Expand Down Expand Up @@ -806,7 +806,7 @@ <h2 id="net-worth-1"><a class="header" href="#net-worth-1">Net Worth</a></h2>
<p>Graph Assets against Liabilities.</p>
<p><img src="webshots/report-networth.png" alt="net worth line chart" /></p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="portfolio"><a class="header" href="#portfolio">Portfolio</a></h1>
<p>The web service included in <code>ledger</code> allows tracking a porfolio of various
<p>The web service included in <code>ledger</code> allows tracking a portfolio of various
holdings. Currently stocks, mutual funds, and crypto currencies are supported.</p>
<p>Basically, you just create a portfolio configuration file where you match your
accounts to commodities and the shares of the commodity the account represents.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 0a60b73

Please sign in to comment.