noalyss Version-9
|
compute the ageing balance, currently this code is not used More...
Public Member Functions | |
__construct ($p_cn) | |
display_card ($p_date_start, $p_fiche, $p_let) | |
display_category ($p_date_start, $p_cat, $p_let) | |
display_purchase ($p_date_start, $p_let) | |
Display all the operation for the customer. More... | |
display_sale ($p_date_start, $p_let) | |
Display all the operation for the supplier. More... | |
export_csv ($p_date_start, $p_let) | |
Export Aged Balance to CSV. More... | |
get_array_card ($p_type, $p_extra="") | |
Private Attributes | |
$cn | |
compute the ageing balance, currently this code is not used
Definition at line 33 of file balance_age.class.php.
Balance_Age::__construct | ( | $p_cn | ) |
Definition at line 38 of file balance_age.class.php.
References cn.
Balance_Age::display_card | ( | $p_date_start, | |
$p_fiche, | |||
$p_let | |||
) |
Definition at line 94 of file balance_age.class.php.
References $afiche, $nb_fiche, and get_array_card().
Balance_Age::display_category | ( | $p_date_start, | |
$p_cat, | |||
$p_let | |||
) |
Definition at line 102 of file balance_age.class.php.
References $afiche, $nb_fiche, and get_array_card().
Balance_Age::display_purchase | ( | $p_date_start, | |
$p_let | |||
) |
Display all the operation for the customer.
type | $p_date_start | min date of the operatin |
type | $p_let | 'unlet' only unlettered or 'let' for all |
Definition at line 117 of file balance_age.class.php.
References $afiche, $nb_fiche, and get_array_card().
Balance_Age::display_sale | ( | $p_date_start, | |
$p_let | |||
) |
Display all the operation for the supplier.
type | $p_date_start | min date of the operatin |
type | $p_let | 'unlet' only unlettered or 'let' for all |
Definition at line 131 of file balance_age.class.php.
References $afiche, $nb_fiche, and get_array_card().
Balance_Age::export_csv | ( | $p_date_start, | |
$p_let | |||
) |
Export Aged Balance to CSV.
$p_date_start | date DD.MM.YYYY | |
type | $p_let | unlet for unlettered operations |
Definition at line 144 of file balance_age.class.php.
References $card, $export, $header, $i, $nb_fiche, $nb_row, $p_let, $show, $sum_fin, $sum_gt_30_lt_60, $sum_gt_60_lt_90, $sum_gt_90, $sum_lt_30, and cn.
Balance_Age::get_array_card | ( | $p_type, | |
$p_extra = "" |
|||
) |
Definition at line 44 of file balance_age.class.php.
References $fiche, $p_type, ATTR_DEF_FIRST_NAME, ATTR_DEF_NAME, and cn.
Referenced by display_card(), display_category(), display_purchase(), and display_sale().
|
private |
Definition at line 36 of file balance_age.class.php.