25$cn=Dossier::connect();
27<?=HtmlInput::button_action(
_(
"Transfert"),
"$('operation_exercice_transfer_info').update();$('oe_transfer_div').show()")?>
28<div
class=
"inner_box" id=
"oe_transfer_div" style=
"display:none;position: fixed;top:25%;overflow-scrolling: auto">
29 <?= HtmlInput::title_box(
_(
"Transfert à la comptabilité"),
"oe_transfer_div") ?>
30 <form method=
"POST" id=
"operation_exercice_transfer_frm" onsubmit=
"operation_exercice.transfer();return false;">
32 echo HtmlInput::array_to_hidden(array(
"ac",
"gDossier"),
$_REQUEST);
33 echo HtmlInput::hidden(
"op",
"operation_exercice+transfer");
34 echo HtmlInput::hidden(
"oe_id", $this->operation_exercice_sql->oe_id);
40 throw new Exception(
_(
'Pas de journal disponible'));
42 echo
_(
"Journal destination"),
$wLedger->input();
45 <div
id=
"operation_exercice_transfer_info" ></div>
48 <ul
class=
"aligned-block">
50 <?= \HtmlInput::submit(
"save",
_(
"Sauve")) ?>
53 <?= \HtmlInput::button_hide(
"oe_transfer_div") ?>
_("actif, passif,charge,...")
Class for jrn, class acc_ledger for manipulating the ledger AND some acc.
static echo_file($msg, $print=true)
display the file