|
@@ -24,20 +24,20 @@
|
|
|
|
|
|
|
|
|
/**
|
|
|
-* Show header of a VAT report
|
|
|
-*
|
|
|
-* @param string $nom Name of report
|
|
|
-* @param string $variante Link for alternate report
|
|
|
-* @param string $period Period of report
|
|
|
-* @param string $periodlink Link to switch period
|
|
|
-* @param string $description Description
|
|
|
-* @param timestamp|integer $builddate Date generation
|
|
|
-* @param string $exportlink Link for export or ''
|
|
|
-* @param array $moreparam Array with list of params to add into form
|
|
|
-* @param string $calcmode Calculation mode
|
|
|
-* @param string $varlink Add a variable into the address of the page
|
|
|
-* @return void
|
|
|
-*/
|
|
|
+ * Show header of a VAT report
|
|
|
+ *
|
|
|
+ * @param string $nom Name of report
|
|
|
+ * @param string $variante Link for alternate report
|
|
|
+ * @param string $period Period of report
|
|
|
+ * @param string $periodlink Link to switch period
|
|
|
+ * @param string $description Description
|
|
|
+ * @param timestamp|integer $builddate Date generation
|
|
|
+ * @param string $exportlink Link for export or ''
|
|
|
+ * @param array $moreparam Array with list of params to add into form
|
|
|
+ * @param string $calcmode Calculation mode
|
|
|
+ * @param string $varlink Add a variable into the address of the page
|
|
|
+ * @return void
|
|
|
+ */
|
|
|
function report_header($nom,$variante,$period,$periodlink,$description,$builddate,$exportlink='',$moreparam=array(),$calcmode='', $varlink='')
|
|
|
{
|
|
|
global $langs;
|