Go to the source code of this file.
Variables | |
$tot = bcadd($tot_vat,$row['price']) | |
$tot_cum_nd = 0 | |
$tot_cum_nd_tva = 0 | |
$tot_cum_price = 0 | |
$tot_cum_tvac = 0 | |
$tot_cum_vat = 0 | |
$tot_price = bcadd($row['nd_amount'],$row['dep_priv']) | |
$tot_vat = bcadd($row['nd_tva'],$row['nd_tva_recup']) | |
endfor |
$tot = bcadd($tot_vat,$row['price']) |
Definition at line 70 of file impress_reconciliation_detail.php.
$tot_cum_nd = 0 |
Definition at line 33 of file impress_reconciliation_detail.php.
$tot_cum_nd_tva = 0 |
Definition at line 34 of file impress_reconciliation_detail.php.
$tot_cum_price = 0 |
Definition at line 31 of file impress_reconciliation_detail.php.
$tot_cum_tvac = 0 |
Definition at line 35 of file impress_reconciliation_detail.php.
$tot_cum_vat = 0 |
Definition at line 32 of file impress_reconciliation_detail.php.
$tot_price = bcadd($row['nd_amount'],$row['dep_priv']) |
Definition at line 53 of file impress_reconciliation_detail.php.
$tot_vat = bcadd($row['nd_tva'],$row['nd_tva_recup']) |
Definition at line 64 of file impress_reconciliation_detail.php.
Definition at line 73 of file impress_reconciliation_detail.php.