2
0

Add Loan Type info in README

Loan types info:
   `APR <https://en.wikipedia.org/wiki/Annual_percentage_rate>`_,
   `EAR <https://en.wikipedia.org/wiki/Effective_interest_rate>`_,
   `Real Rate <https://en.wikipedia.org/wiki/Real_interest_rate>`_.
This commit is contained in:
Rafael Blasco 2018-10-11 13:39:47 +02:00 committed by Enric Tobella
parent 9d815d9c8a
commit 5d0ab08b77

View File

@ -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 <https://en.wikipedia.org/wiki/Annual_percentage_rate>`_,
`EAR <https://en.wikipedia.org/wiki/Effective_interest_rate>`_,
`Real Rate <https://en.wikipedia.org/wiki/Real_interest_rate>`_.
* Leases: a debt with a bank where purchase invoices are necessary
Installation