Correct documentation
This commit is contained in:
parent
088c002ed1
commit
7eee155439
@ -365,9 +365,9 @@ class Fiscalyear extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Return the number of entries by fiscal year
|
* Return the number of entries by fiscal year
|
||||||
*
|
*
|
||||||
* @param int $year Year to scan
|
* @param int $datestart Date start to scan
|
||||||
* @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month
|
* @param int $dateend Date end to scan
|
||||||
* @return array Array of values
|
* @return string Number of entries
|
||||||
*/
|
*/
|
||||||
function getAccountancyEntriesByFiscalYear($datestart, $dateend)
|
function getAccountancyEntriesByFiscalYear($datestart, $dateend)
|
||||||
{
|
{
|
||||||
@ -391,9 +391,9 @@ class Fiscalyear extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Return the number of movements by fiscal year
|
* Return the number of movements by fiscal year
|
||||||
*
|
*
|
||||||
* @param string $year Year to scan
|
* @param int $datestart Date start to scan
|
||||||
* @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month
|
* @param int $dateend Date end to scan
|
||||||
* @return array Array of values
|
* @return string Number of movements
|
||||||
*/
|
*/
|
||||||
function getAccountancyMovementsByFiscalYear($datestart, $dateend)
|
function getAccountancyMovementsByFiscalYear($datestart, $dateend)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user