Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#470 - added section on Pay Yourself First strategy #473

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/accounts/reconciliation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Click the lock icon in the right hand corner of the account ledger.

![](/img/reconcile/reconcile-11.png)

Let's imagine that we have just checked our account balance for our Ally Savings account and the current balance is $1229.18. We enter the balance we want to match into the Reconciliation tool and press **Reconcile**.
Let's imagine that we have just checked our account balance for our Ally Savings account and the current balance is $ 1,229.18. We enter the balance we want to match into the Reconciliation tool and press **Reconcile**.

![](/img/reconcile/reconcile-2.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/budgeting/credit-cards/carrying-debt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ If you have an existing credit card debt that you need to track and gradually pa

The simplest way to track preexisting credit card debt in Actual is to create a **Credit Card** category and set it to **Rollover overspending**. When you add your existing starting balance and any preexisting transactions to your credit card account you need to ensure that the category of those transactions is set to **Credit Card**. That way you can at any time look at the **Credit Card** category balance to see the status of your preexisting debt, and you can ensure that it's getting smaller over time.

Each month when you do your budgeting, _after_ you've accounted for all other necessary expense categories, you allocate however much you want to pay down on that debt into the **Budgeted** column of the **Credit Card** category. Then when you go to pay your credit card bill you can easily find out how much you should actually pay by taking the **Credit Card** account balance and turning it positive and then adding the current **Credit Card** category balance to it. If your account balance is -5500 and your category balance is -4500 then you know that you need to pay off 5500 - 4500 = 1000. This amount will be greater than what you had put into the **Budgeted** column in case you're simultaneously following the [Within the Budget](./index.md) strategy of pre-funding new credit card purchases, and you can without worries pay off the calculated amount knowing that the money has already been explicitly set aside for this specific bill.
Each month when you do your budgeting, _after_ you've accounted for all other necessary expense categories, you allocate however much you want to pay down on that debt into the **Budgeted** column of the **Credit Card** category. Then when you go to pay your credit card bill you can easily find out how much you should actually pay by taking the **Credit Card** account balance and turning it positive and then adding the current **Credit Card** category balance to it. If your account balance is $ -5,500 and your category balance is $ -4,500 then you know that you need to pay off 5500 - 4500 = 1000. This amount will be greater than what you had put into the **Budgeted** column in case you're simultaneously following the [Within the Budget](./index.md) strategy of pre-funding new credit card purchases, and you can without worries pay off the calculated amount knowing that the money has already been explicitly set aside for this specific bill.
2 changes: 1 addition & 1 deletion docs/budgeting/joint-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ what are your common expenses regarding groceries, utility bills, dining out, gi
Both will then contribute their share of the joint expenses. This is called _planned income_.

But how do you find your just share? The most just way to do this is by percentage of normal income per partner.
If Bob makes € 4000 a month and Alice makes € 6000, the total income is 10 000. Out of
If Bob makes $ 4,000 a month and Alice makes $ 6,000, the total income is $ 10,000. Out of
this, Bob will contribute 40% to the joint expenses. To compute the percentage for Bob: 400 (Bob's income) * 100 / 10000
(total income). Alice's percentage is 60%, found by subtracting Bob's percentage from 100.

Expand Down
9 changes: 9 additions & 0 deletions docs/contributing/writing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ Docusaurus 2 provides translation using [i18n](https://docusaurus.io/docs/i18n/i

* **Time Neutral**: Use present voice, unless documentation is for experimental or unreleased features. Where time references are made, remove them upon release or removal of the feature. Example: _Filters can be used..._ instead of _As of June 2022 update, you can..._.


### A Short Style Guide

* Prefix monetary values with the $ (dollar) sign.
* Use the , (comma) sign as the thousands' separator.
* Calculations should never have the dollar prefix, nor the thousand separator signs.
* All headings must use [Title Case](https://en.wikipedia.org/wiki/Title_case) using the Chicago Manual of Style rule set.


### Format

* **Keep paragraphs short and focused**. Each paragraph should convey a single idea or concept.
Expand Down
Loading
Loading