@@ -3,13 +3,13 @@ Family Accounting Tool
3
3
4
4
[ ![ CI Status] ( https://github.com/nymanjens/facto/actions/workflows/ci.yml/badge.svg )] ( https://github.com/nymanjens/facto/actions )
5
5
6
- Familiy Accounting Tool keeps track of every transaction your family makes. Its goal is to:
6
+ Family Accounting Tool keeps track of every transaction your family makes. Its goal is to:
7
7
8
- - Extract usefull statistics from the data<br >
8
+ - Extract useful statistics from the data<br >
9
9
_ E.g.: How much is spent on food each month?_
10
10
- Calculate internal debt<br >
11
11
_ E.g.: Alice buys toilet paper for the whole family with her own money. This tool then registers
12
- that the family ows Alice the cost of the toilet paper._
12
+ that the family owes Alice the cost of the toilet paper._
13
13
- Provide a way to check if no money is disappearing in unexpected expenses<br >
14
14
_ E.g.: You will notice when there are hidden banking costs_
15
15
@@ -96,12 +96,12 @@ To effectively use this tool, you must learn to input the transactions correctly
96
96
it's important to understand the meaning of categories and accounts.
97
97
98
98
### Categories
99
- These are used to split up your expenses into categories. Every account has some special
99
+ These are used to split up your expenses into categories. Every account has some
100
100
special categories:
101
101
102
102
- **Accounting category:**<br>
103
- Used for non-real income/expenses. This category will be ignored when analysing the montly
104
- surplus/deficit in terms of expenses. Use this category e.g. when the expense will be payed
103
+ Used for non-real income/expenses. This category will be ignored when analysing the monthly
104
+ surplus/deficit in terms of expenses. Use this category e.g. when the expense will be paid
105
105
back by your employer
106
106
- **Endowment category:**<br>
107
107
Used for money transfer to the common account (see example in the next section)
@@ -126,9 +126,9 @@ Special fields:
126
126
- **Beneficiary:**<br>
127
127
In case of an expense: The one that will benefit from the expense<br>
128
128
In case of an income: The one that was paid
129
- - **Payed with/to:**<br>
130
- In case of an expense: Payed with<br>
131
- In case of an income: Payed to
129
+ - **Paid with/to:**<br>
130
+ In case of an expense: Paid with<br>
131
+ In case of an income: Paid to
132
132
- **Flow:**<br>
133
133
In case of an expense: Negative number representing the price<br>
134
134
In case of an income: Positive number
0 commit comments