From 5d0ab08b77ce0e960d5a40cde1709482bba1e2fa Mon Sep 17 00:00:00 2001 From: Rafael Blasco Date: Thu, 11 Oct 2018 13:39:47 +0200 Subject: [PATCH] Add Loan Type info in README Loan types info: `APR `_, `EAR `_, `Real Rate `_. --- account_loan/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/account_loan/README.rst b/account_loan/README.rst index 485c49b2..0aa34af4 100644 --- a/account_loan/README.rst +++ b/account_loan/README.rst @@ -12,7 +12,11 @@ Moreover, you can check the pending amount to be paid and reduce the debt. It currently supports two kinds of debts: -* Loans: a standard debt with banks, that only creates account moves +* Loans: a standard debt with banks, that only creates account moves. + Loan types info: + `APR `_, + `EAR `_, + `Real Rate `_. * Leases: a debt with a bank where purchase invoices are necessary Installation