From f0c6e4fc942b14cf86c478bc0bf26bf321bb772e Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Sat, 27 Aug 2022 12:32:26 +0530 Subject: [PATCH] update doc --- docs/src/accounts.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/accounts.md b/docs/src/accounts.md index 448db4fb..dfcef733 100644 --- a/docs/src/accounts.md +++ b/docs/src/accounts.md @@ -4,6 +4,17 @@ Even though **ledger** doesn't have any Account naming convention, **paisa** makes lot of assumptions and expects you to follow the same naming convention. +There are four types of account namely + +1. Assets +1. Liabilities +1. Income +1. Expenses + +### Checking + +Your checking account should be named `Assets:Checking`. + ### Assets All your assets should go under `Assets:`. The level of granularity is @@ -22,3 +33,7 @@ All your income should come from `Income:`. ### Tax Income tax paid to government should be credited to `Expenses:Tax` account + +### Expenses + +All your expenses should go to `Expenses:{category}` accounts.