to_array(); if (DEBUGNOALYSS > 1) echo \Noalyss\Dbg::hidden_info("data", $data); $poste = new \IPoste("oe_poste"); $poste->value = $data['oed_poste']; $poste->id = 'oe_poste'; $poste->set_attribute('gDossier', Dossier::id()); $poste->set_attribute('jrn', 0); $poste->set_attribute('account', 'oe_poste'); $label_id= uniqid('label'); $poste->set_attribute('label',$label_id); $poste->dbl_click_history(); $card = new \ICard("qcode"); $card->value = $data['oed_qcode']; $card->set_dblclick("fill_ipopcard(this);"); $card->set_attribute('label', "label"); $card->set_function('fill_data'); $card->javascript=sprintf(' onchange="fill_data_onchange(\'%s\');" ', $card->name); $label = new IText("label", $data['oed_label']); $label->id=$label_id; $label->size = 80; $amount = new INum("amount", $data['oed_amount']); $checkbox = new ICheckBox("debit"); $checkbox->value = 't'; $checkbox->selected =($data['oed_debit'] == 't')?true:false; $checkbox->javascript='onclick="display_dcside(this)"'; echo \HtmlInput::title_box("", "operation_exercice_bx"); ?>