|
|
@ -84,7 +84,7 @@ class RecouvrementController extends AdminController |
|
|
|
|
|
|
|
|
// Ajustements avec recouvrements et sorties caisse |
|
|
// Ajustements avec recouvrements et sorties caisse |
|
|
$total_mvola_final = $total_mvola - $me - $mb + $bm; |
|
|
$total_mvola_final = $total_mvola - $me - $mb + $bm; |
|
|
$total_espece_final = $es1_orders + $es2_orders + $es_avances - $total_sortie_caisse; |
|
|
$total_espece_final = $total_espece + $me + $be - $total_sortie_caisse; |
|
|
$total_virement_bancaire_final = $total_vb - $be - $bm + $mb; |
|
|
$total_virement_bancaire_final = $total_vb - $be - $bm + $mb; |
|
|
|
|
|
|
|
|
return [ |
|
|
return [ |
|
|
@ -97,7 +97,6 @@ class RecouvrementController extends AdminController |
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function fetchRecouvrementData() |
|
|
public function fetchRecouvrementData() |
|
|
{ |
|
|
{ |
|
|
helper(['url', 'form']); |
|
|
helper(['url', 'form']); |
|
|
|