diff --git a/page.tmpl b/page.tmpl index 8aec26c..1ad769f 100644 --- a/page.tmpl +++ b/page.tmpl @@ -34,6 +34,8 @@ –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+

$title$

+ $body$ diff --git a/src/Getting-started-FAQ.md b/src/Getting-started-FAQ.md index c66a44e..ff4e8e5 100644 --- a/src/Getting-started-FAQ.md +++ b/src/Getting-started-FAQ.md @@ -1,4 +1,4 @@ -## Getting started +% Getting started FAQ ### Ledger, hledger, beancount, etc. - which should I choose ? diff --git a/src/Importing-data.md b/src/Importing-data.md index 6efb822..993027f 100644 --- a/src/Importing-data.md +++ b/src/Importing-data.md @@ -1,3 +1,5 @@ +% Importing data + - [Ledger: The convert command](http://www.ledger-cli.org/3.0/doc/ledger3.html#The-convert-command) - [hledger: CSV format](https://hledger.org/csv.html) - [hledger: Convert CSV files](https://hledger.org/convert-csv-files.html) diff --git a/src/Inventory.md b/src/Inventory.md index f7426ab..778cc2f 100644 --- a/src/Inventory.md +++ b/src/Inventory.md @@ -1,3 +1,5 @@ +% Inventory + Tracking real-world objects. - [Accounting Savvy for Business Owners ch. 8](http://www.amazon.com/Accounting-Savvy-Business-Owners-Essentials/dp/193292518X) diff --git a/src/Investing-and-trading.md b/src/Investing-and-trading.md index ce106cf..f0e0987 100644 --- a/src/Investing-and-trading.md +++ b/src/Investing-and-trading.md @@ -1,3 +1,5 @@ +% Investing and trading + - [Beancount: Inventory Booking](https://docs.google.com/document/d/1F8IJ_7fMHZ75XFPocMokLxVZczAhrBRBVN9uMhQFCZ4), [discussion](https://groups.google.com/forum/#!searchin/ledger-cli/inventory/ledger-cli/aQvbjTZa7HE/x3KNPteJWPsJ) - [hledger: Track investments](https://hledger.org/track-investments.html) - [hledger: Track investments 2](https://hledger.org/investments.html) diff --git a/src/Invoicing.md b/src/Invoicing.md index ba61383..281d5f4 100644 --- a/src/Invoicing.md +++ b/src/Invoicing.md @@ -1,3 +1,5 @@ +% Invoicing + Businesses send invoices to clients to request payment. You may want to track, eg: - how much is due to be invoiced diff --git a/src/Looking-up-current-prices-by-ISIN.md b/src/Looking-up-current-prices-by-ISIN.md index ec5480d..1f1fa90 100644 --- a/src/Looking-up-current-prices-by-ISIN.md +++ b/src/Looking-up-current-prices-by-ISIN.md @@ -1,3 +1,5 @@ +% Looking up current prices by ISIN + Copied from a [post on beancount mailing list](https://groups.google.com/g/beancount/c/zSqZOM0a7Jk), addressing the question: Can the ISIN be used as the commodity symbol for all mutual funds, ETFs, stocks, and bonds, and to automate downloading of prices via an API? It's not that simple (though there is a script for this, that is linked to at the end). @@ -13,4 +15,4 @@ There are tools (such as OpenFIGI) to get ticker symbols from ISIN. So you coul https://gitlab.com/chrisberkhout/pricehist And there are also sources (such as Morningstar's API) which given an ISIN and an exchange, can provide you data. Here's a Github project that makes use of Morningstar's API with ISIN: -https://github.com/LunaticMuch/msdownloader \ No newline at end of file +https://github.com/LunaticMuch/msdownloader diff --git a/src/Mortgages.md b/src/Mortgages.md index d06bb26..ce0fd69 100644 --- a/src/Mortgages.md +++ b/src/Mortgages.md @@ -1,3 +1,5 @@ +% Mortgages + Buying a car or a house? You're probably getting a loan. ## Ledger / HLedger @@ -148,4 +150,4 @@ Assets:Bank 4,577.52 USD USD Assets:House:H123 1.00 H123 USD 200,000.00 220,000.00 200,000.00 220,000.00 Liabilities:Mortgage:H123 -178,698.86 USD USD -178,698.86 -178,698.86 ------------------------- ----------- -------- ------------- ------------ ---------- ----------- ------------ -``` \ No newline at end of file +``` diff --git a/src/Multiple-currencies.md b/src/Multiple-currencies.md index 5fb23be..25811fc 100644 --- a/src/Multiple-currencies.md +++ b/src/Multiple-currencies.md @@ -1,3 +1,5 @@ +% Multiple currencies + ## Paypal conversions, reimbursements A complicated real-life example (try to avoid this). diff --git a/src/Newcomer-FAQ.md b/src/Newcomer-FAQ.md index bd45b17..d241a37 100644 --- a/src/Newcomer-FAQ.md +++ b/src/Newcomer-FAQ.md @@ -1,3 +1,5 @@ +% Newcomer FAQ + ## What is this ### What is accounting, and what can it do for me? diff --git a/src/Non-profit-accounting.md b/src/Non-profit-accounting.md index e8f949b..eeca1ee 100644 --- a/src/Non-profit-accounting.md +++ b/src/Non-profit-accounting.md @@ -1,2 +1,4 @@ +% Non profit accounting + - [Non-Profit Accounting With Ledger CLI, A Tutorial](https://k.sfconservancy.org/NPO-Accounting/npo-ledger-cli/files/9f2a0cd1cc1bdeaec128e69a4b4c39687cb2c8c7/npo-ledger-cli-tutorial.md) diff --git a/src/Personal-income-and-taxes.md b/src/Personal-income-and-taxes.md index 1e27520..cfb4cfe 100644 --- a/src/Personal-income-and-taxes.md +++ b/src/Personal-income-and-taxes.md @@ -1,3 +1,5 @@ +% Personal income and taxes + Some increasingly complex/increasingly "correct" examples of managing your income and personal taxes. @@ -119,4 +121,4 @@ amount is deposited on the payment card. 2022-08-31 Tax refund Assets:Accounts Receivable:Refunds -$200.00 Assets:Checking -``` \ No newline at end of file +``` diff --git a/src/Reconciling.md b/src/Reconciling.md index 0953ae8..74b33d1 100644 --- a/src/Reconciling.md +++ b/src/Reconciling.md @@ -1,3 +1,5 @@ +% Reconciling + - ledger-mode: `C-c C-r` - [How to use ledger(1) to reconcile your chequebook with your bank statement](https://mumble.net/~campbell/2017/02/26/ledger/HOWTO-reconcile-cheques) - [How to use ledger(1) to reconcile your payments with your payment processor](https://mumble.net/~campbell/2017/02/26/ledger/HOWTO-reconcile-payments) diff --git a/src/Recording-dates.md b/src/Recording-dates.md index d865745..c29b0b9 100644 --- a/src/Recording-dates.md +++ b/src/Recording-dates.md @@ -1,3 +1,5 @@ +% Recording dates + Here are notes on recurring questions about dates. See the [summary](#summary) for the short version. ## When does a transaction really happen ? diff --git a/src/Reporting.md b/src/Reporting.md index 59c5f5b..e3ff9df 100644 --- a/src/Reporting.md +++ b/src/Reporting.md @@ -1,3 +1,5 @@ +% Reporting + - [example queries for Beancount](http://aumayr.github.io/beancount-sql-queries/) - [hledger Cookbook: Rewrite account names](https://github.com/simonmichael/hledger/wiki/Rewrite-account-names) - [Report Scripts for Ledger CLI with Gnuplot](https://www.sundialdreams.com/report-scripts-for-ledger-cli-with-gnuplot/) diff --git a/src/Restricted-stock-units.md b/src/Restricted-stock-units.md index 8e92601..ac4d4e1 100644 --- a/src/Restricted-stock-units.md +++ b/src/Restricted-stock-units.md @@ -1,3 +1,5 @@ +% Restricted stock units + > The term restricted stock unit (RSU) refers to a form of compensation issued by an employer to an employee in the form of company shares > > -- Investopedia @@ -33,4 +35,4 @@ [Investopedia Definition](https://www.investopedia.com/terms/r/restricted-stock-unit.asp) -[Stock Vesting in Beancount](https://beancount.github.io/docs/stock_vesting_in_beancount.html) \ No newline at end of file +[Stock Vesting in Beancount](https://beancount.github.io/docs/stock_vesting_in_beancount.html) diff --git a/src/Shared-expenses.md b/src/Shared-expenses.md index 2772e27..65a0720 100644 --- a/src/Shared-expenses.md +++ b/src/Shared-expenses.md @@ -1,3 +1,5 @@ +% Shared expenses + - [Beancount: Sharing Expenses in Beancount](https://beancount.github.io/docs/sharing_expenses_with_beancount.html) - [Keeping (financial) score with Ledger](http://sachachua.com/blog/2014/11/keeping-financial-score-ledger/) - [Program Your Finances: Automated Transactions](https://www.petekeen.net/program-your-finances-automated-transactions) diff --git a/src/Splitting-rent-and-utilities.md b/src/Splitting-rent-and-utilities.md index f0334fa..2beb44f 100644 --- a/src/Splitting-rent-and-utilities.md +++ b/src/Splitting-rent-and-utilities.md @@ -1,3 +1,5 @@ +% Splitting rent and utilities + Rent and Utilities can be split in different ways, in this case you pay all the bills and 2 roommates pay their share to a specific bank account. Furthermore, the roommates pay their share for the following diff --git a/src/Splitting-the-bill.md b/src/Splitting-the-bill.md index 9f41cbb..672fa0a 100644 --- a/src/Splitting-the-bill.md +++ b/src/Splitting-the-bill.md @@ -1,3 +1,5 @@ +% Splitting the bill + You went to dinner with a few friends, and the restaurant owner prefers a single bill for the table. Either you or one of your friends pays. Or you're all throwing cash on a pile and use that. diff --git a/src/Taxes.md b/src/Taxes.md index 561798f..3031c2a 100644 --- a/src/Taxes.md +++ b/src/Taxes.md @@ -1,3 +1,5 @@ +% Taxes + - [How to use ledger(1) to track US income taxes](https://mumble.net/~campbell/2017/08/06/ledger/HOWTO-track-tax) - [Another Ledger user's perspective](https://groups.google.com/d/msg/beancount/QV4qgpFbtJ8/9fSgMw-XGC8J) 2015 diff --git a/src/Time-tracking.md b/src/Time-tracking.md index 640da84..f06a5d9 100644 --- a/src/Time-tracking.md +++ b/src/Time-tracking.md @@ -1,3 +1,5 @@ +% Time tracking + You can track time in the usual journal format. Eg with h/ledger, using non-balanced postings for convenience: ```journal diff --git a/src/Trip-expenses.md b/src/Trip-expenses.md index 6dc0866..1176025 100644 --- a/src/Trip-expenses.md +++ b/src/Trip-expenses.md @@ -1,2 +1,4 @@ +% Trip expenses + - [Program your Finances: Vacation Tracking](https://www.petekeen.net/program-your-finances-vacation-tracking) 2011 diff --git a/src/index.md b/src/index.md index a338cc1..6a4798d 100644 --- a/src/index.md +++ b/src/index.md @@ -1,4 +1,4 @@ -% Plain Text Accounting portal +% Plain Text Accounting (PTA)