1
0

time planning link

This commit is contained in:
Simon Michael
2021-01-12 12:30:14 -08:00
parent 7775b07a24
commit 0c1c3df49e
2 changed files with 4 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ I'm not sure. Current plain text accounting tools can do some schema definition
<p>For individual accounting, somewhere between 500-1500 transactions and 100-400K of journal per year seems typical.</p> <p>For individual accounting, somewhere between 500-1500 transactions and 100-400K of journal per year seems typical.</p>
<p><a href="https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/" class="uri">https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/</a></p> <p><a href="https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/" class="uri">https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/</a></p>
<h5 id="how-do-i-do-budgeting">How do I do budgeting?</h5> <h5 id="how-do-i-do-budgeting">How do I do budgeting?</h5>
<p>See <a href="#budgeting">budgeting</a> below. I emulate YNAB-ish envelope budgetting (see third link).</p> <p>See <a href="#budgeting">budgeting</a> below.</p>
<!-- <!--
TODO ##### How to get started ? TODO ##### How to get started ?
@@ -1148,6 +1148,7 @@ other console/curses tools
<li><a href="https://hledger.org/timeclock.html">hledger: Timeclock files</a></li> <li><a href="https://hledger.org/timeclock.html">hledger: Timeclock files</a></li>
<li><a href="https://hledger.org/timedot.html">hledger: Timedot files</a></li> <li><a href="https://hledger.org/timedot.html">hledger: Timedot files</a></li>
<li><a href="https://github.com/anarcat/ledger-timetracking">Timetracking and billing with (h)ledger</a></li> <li><a href="https://github.com/anarcat/ledger-timetracking">Timetracking and billing with (h)ledger</a></li>
<li><a href="https://hledger.org/time-planning.html">hledger: Time planning</a></li>
<li><a href="#time-logging">time tracking tools</a></li> <li><a href="#time-logging">time tracking tools</a></li>
<li><a href="https://www.reddit.com/r/plaintextaccounting/comments/e2sd0k/ledger_cli_time_tracking_and_transaction_account/">reddit: Ledger CLI time tracking and transaction account linking</a></li> <li><a href="https://www.reddit.com/r/plaintextaccounting/comments/e2sd0k/ledger_cli_time_tracking_and_transaction_account/">reddit: Ledger CLI time tracking and transaction account linking</a></li>
</ul> </ul>

View File

@@ -418,7 +418,7 @@ For individual accounting, somewhere between 500-1500 transactions and 100-400K
https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/ https://www.reddit.com/r/plaintextaccounting/comments/dbjizl/how_big_is_your_ledgerjournal_file/
##### How do I do budgeting? ##### How do I do budgeting?
See [budgeting](#budgeting) below. I emulate YNAB-ish envelope budgetting (see third link). See [budgeting](#budgeting) below.
<!-- <!--
TODO ##### How to get started ? TODO ##### How to get started ?
@@ -1137,6 +1137,7 @@ and enables thee to stop them and control thy expenditures for definite and grat
- [hledger: Timeclock files](https://hledger.org/timeclock.html) - [hledger: Timeclock files](https://hledger.org/timeclock.html)
- [hledger: Timedot files](https://hledger.org/timedot.html) - [hledger: Timedot files](https://hledger.org/timedot.html)
- [Timetracking and billing with (h)ledger](https://github.com/anarcat/ledger-timetracking) - [Timetracking and billing with (h)ledger](https://github.com/anarcat/ledger-timetracking)
- [hledger: Time planning](https://hledger.org/time-planning.html)
- [time tracking tools](#time-logging) - [time tracking tools](#time-logging)
- [reddit: Ledger CLI time tracking and transaction account linking](https://www.reddit.com/r/plaintextaccounting/comments/e2sd0k/ledger_cli_time_tracking_and_transaction_account/) - [reddit: Ledger CLI time tracking and transaction account linking](https://www.reddit.com/r/plaintextaccounting/comments/e2sd0k/ledger_cli_time_tracking_and_transaction_account/)