window.location.replace("/compte-' . core::getGet("add") . '.html");'; exit(); } ?>

Banque : Insérer une ligne dans l'épargne financière

"Importer un CSV", "arbo" => array( "Comptes bancaires" => NULL, $banque["label"] => "/compte-4.html", "Insérer une ligne" => NULL) )); $lastLigne = banque::lastArrayRecord(4); // ID du compte épargne if($lastLigne["debit"] == "0.00" AND $lastLigne["credit"] == "0.00"){ $montant = "0.00"; $type = "Intial"; } elseif($lastLigne["debit"] == "0.00"){ $montant = $lastLigne["credit"]; $type = "Crédit"; } else { $montant = $lastLigne["debit"]; $type = "Débit"; } ?>
">
" max="" class="form-control" value="" name="date" placeholder="" required>
"Insérer", "text" => "Vous allez insérer une ligne dans le compte ".$banque["label"].".
Assurez-vous que les informations sont correctes avant de valider.", "class" => "btn btn-primary", ) ) ?>
" disabled>
" disabled>
" disabled>
Dernière ligne