mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-31 06:04:54 +01:00
documentation des lib grace a phpdocumentor
This commit is contained in:
@@ -20,6 +20,28 @@
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* librairie contenant les fonctions pour afficher un thermometre
|
||||
* monetaire
|
||||
*
|
||||
* @package thermometer.php
|
||||
* @author Timothy Kanters
|
||||
* @author Rodolphe Quiedeville
|
||||
* @version 1.2
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* permet d'afficher un thermometre monetaire
|
||||
*
|
||||
* @access public
|
||||
* @param integer $actualValue
|
||||
* @param integer $pendingValue
|
||||
* @param integer $intendValue
|
||||
* @return string $thermometer $htmlLegenda
|
||||
*/
|
||||
|
||||
function moneyMeter($actualValue=0, $pendingValue=0, $intentValue=0)
|
||||
/*
|
||||
This function returns the html for the moneymeter.
|
||||
|
||||
Reference in New Issue
Block a user