dolibarr 19.0.3
loan.lib.php File Reference

Library for loan module. More...

Go to the source code of this file.

Functions

 loan_prepare_head ($object)
 Prepare array with list of tabs.
 
 loanCalcMonthlyPayment ($mens, $capital, $rate, $numactualloadterm, $nbterm)
 Calculate remaining loan mensuality and interests.
 

Detailed Description

Library for loan module.

Definition in file loan.lib.php.

Function Documentation

◆ loan_prepare_head()

loan_prepare_head ( $object)

Prepare array with list of tabs.

Parameters
Object$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 33 of file loan.lib.php.

References complete_head_from_modules(), Link\count(), dol_dir_list(), dol_sanitizeFileName(), and getDolGlobalString().

◆ loanCalcMonthlyPayment()

loanCalcMonthlyPayment ( $mens,
$capital,
$rate,
$numactualloadterm,
$nbterm )

Calculate remaining loan mensuality and interests.

Parameters
float$mensValue of this mensuality (interests include, set 0 if we don't paid interests for this mensuality)
float$capitalRemaining capital for this mensuality
float$rateLoan rate
int$numactualloadtermActual loan term
int$nbtermTotal number of term for this loan
Returns
array Array with remaining capital, interest, and mensuality for each remaining terms

Definition at line 102 of file loan.lib.php.

References price(), and price2num().