doc comment accountancycategory class
This commit is contained in:
parent
0a057c8277
commit
21b429836a
@ -78,7 +78,7 @@ class AccountancyCategory // extends CommonObject
|
|||||||
public $range_account;
|
public $range_account;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var mixed Sample property 1
|
* @var int $sens Sens of the account: 0: credit - debit, 1: debit - credit
|
||||||
*/
|
*/
|
||||||
public $sens;
|
public $sens;
|
||||||
|
|
||||||
@ -722,8 +722,8 @@ class AccountancyCategory // extends CommonObject
|
|||||||
* @param string $date_end Date end
|
* @param string $date_end Date end
|
||||||
* @param int $sens Sens of the account: 0: credit - debit, 1: debit - credit
|
* @param int $sens Sens of the account: 0: credit - debit, 1: debit - credit
|
||||||
* @param string $thirdparty_code Thirdparty code
|
* @param string $thirdparty_code Thirdparty code
|
||||||
* @param string $month Specifig month - Can be empty
|
* @param int $month Specifig month - Can be empty
|
||||||
* @param string $year Specifig year - Can be empty
|
* @param int $year Specifig year - Can be empty
|
||||||
* @return integer <0 if KO, >= 0 if OK
|
* @return integer <0 if KO, >= 0 if OK
|
||||||
*/
|
*/
|
||||||
public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
|
public function getSumDebitCredit($cpt, $date_start, $date_end, $sens, $thirdparty_code='nofilter', $month=0, $year=0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user