$v) { ${"$a"}=$v; } } // The date list ($l_date_start,$l_date_end)=GetPeriode($p_cn,$p_periode); $flag=(isset($e_date))?1:0; $e_date=( ! isset($e_date) ) ? substr($l_date_start,2,8):$e_date; // Verify if valid date if ($flag ==1 and VerifyOperationDate($p_cn,$p_periode,$e_date) == null) { if ( $pview_only == true) return null; else $e_date=substr($l_date_start,2,8); } $e_comment=(isset($e_comment))?$e_comment:""; $r=""; if ( $pview_only == false) { $r.=JS_SEARCH_CARD; $r.=JS_CONCERNED_OP; } $r.="
"; $r.=''; $Date=new widget("text"); $Date->SetReadOnly($pview_only); $Date->table=1; $r.=""; $r.=$Date->IOValue("e_date",$e_date,"Date"); $r.=""; include_once("fiche_inc.php"); $r.=''; // bank_account operation // Save old value and set a new one $e_bank_account=( isset ($e_bank_account) )?$e_bank_account:""; $e_bank_account_label=""; // retrieve e_bank_account_label if ( isNumber($e_bank_account) == 1 ) { if ( isFicheOfJrn($p_cn,$p_jrn,$e_bank_account,'deb') == 0 ) { $msg="Fiche inexistante !!! "; echo_error($msg); echo_error($msg); echo ""; $e_bank_account=""; echo_debug(__FILE__,__LINE__,"FormFin returns NULL the bank account is not valid"); return null; } else { $a_client=GetFicheAttribut($p_cn,$e_bank_account); if ( $a_client != null) $e_bank_account_label=$a_client['vw_name']." adresse ".$a_client['vw_addr']." ".$a_client['vw_cp']; } }else { if ( $pview_only ==true) { return null; echo_debug(__FILE__,__LINE__,"FormFin returns NULL the bank account is not valid"); } } // $r.=''.InputType("Banque","js_search","e_bank_account",$e_bank_account,$pview_only,FICHE_TYPE_FIN).''; $W1=new widget("js_search"); $W1->readonly=$pview_only; $W1->label="Banque"; $W1->name="e_bank_account"; $W1->value=$e_bank_account; $W1->extra=FICHE_TYPE_FIN; // credits $W1->extra2=$p_jrn; $r.="".$W1->IOValue().""; $r.="
"; // $r.= InputType("" ,"span" ,"e_bank_account_label",$e_bank_account_label,false).''; $Span=new widget ("span"); $Span->SetReadOnly($pview_only); $r.="".$Span->IOValue("e_bank_account_label",$e_bank_account_label).""; // ComputeBanqueSaldo // if ( $pview_only == true ) { $solde=GetSolde($p_cn,GetFicheAttribut($p_cn,$e_bank_account,ATTR_DEF_ACCOUNT)); $r.=" Solde = ".$solde." "; $new_solde=$solde; } // Start the div for item to move money $r.="
"; $r.='

Actions

'; $r.=''; $r.=""; $r.=""; $r.=""; $r.=""; $r.=""; $r.=""; $r.=''; $r.=""; // Parse each " tiers" for ($i=0; $i < $p_item; $i++) { $tiers=(isset(${"e_other".$i}))?${"e_other".$i}:""; $tiers_label=""; $tiers_amount=(isset(${"e_other$i"."_amount"}))?${"e_other$i"."_amount"}:0; if ( isNumber($tiers_amount) == 0) { if ( $pview_only==true ){ $msg="Montant invalide !!! "; echo_error($msg); echo_error($msg); echo ""; return null; } $tiers_amount=0; } $tiers_comment=(isset (${"e_other$i"."_comment"}))?${"e_other$i"."_comment"}:""; // If $tiers has a value if ( isNumber($tiers) == 1 ) { if ( isFicheOfJrn($p_cn,$p_jrn,$tiers,'cred') == 0 ) { $msg="Fiche inexistante !!! "; echo_error($msg); echo_error($msg); echo ""; $tiers=""; } else { // retrieve the tva label and name $a_fiche=GetFicheAttribut($p_cn, $tiers); if ( $a_fiche != null ) { $tiers_label=$a_fiche['vw_name']; } } } ${"e_other$i"."_amount"}=(isset (${"e_other$i"."_amount"}))?${"e_other$i"."_amount"}:0; $W1=new widget("js_search"); $W1->label=""; $W1->name="e_other".$i; $W1->value=$tiers; $W1->extra='cred'; // credits $W1->extra2=$p_jrn; $W1->readonly=$pview_only; $r.="".$W1->IOValue().""; // label $other=new widget("span"); $r.="'; // if not recorded the new amount must be recalculate // if recorded the old amount is recalculated if ( $pview_only == true) $new_solde=($p_save==false)?$new_solde+$tiers_amount:$new_solde-$tiers_amount; } $r.="
codeDénominationDescriptionMontant Op. Concerné
"; $r.=$other->IOValue("e_other$i"."_label", $tiers_label); // $r.=InputType("","span", "e_other$i"."_label", $tiers_label,$pview_only); // Comment // $r.=InputType("","Text","e_other$i"."_comment",$tiers_comment,$pview_only); $wComment=new widget("text"); $wComment->table=1; $wComment->SetReadOnly($pview_only); $r.=$wComment->IOValue("e_other$i"."_comment",$tiers_comment); // amount $wAmount=new widget("text"); $wAmount->table=1; $wAmount->size=7; $wAmount->SetReadOnly($pview_only); // $r.=InputType("","TEXT","e_other$i"."_amount",$tiers_amount,$pview_only); $r.=$wAmount->IOValue("e_other$i"."_amount",$tiers_amount); ${"e_concerned".$i}=(isset(${"e_concerned".$i}))?${"e_concerned".$i}:""; // $r.=InputType("","js_concerned","e_concerned".$i,${"e_concerned".$i},$pview_only); $wConcerned=new widget("js_concerned"); $wConcerned->SetReadOnly($pview_only); $r.=$wConcerned->IOValue("e_concerned".$i,${"e_concerned".$i}); $r.='
"; if ( $pview_only==true && $p_save==false) { // check for upload piece $file=new widget("file"); $file->table=1; $r.="
"; $r.= ""; $r.="".$file->IOValue("pj","","Pièce justificative").""; $r.="
"; $r.="
"; } $r.=$p_submit; $r.="
"; $r.="
"; // if view_only is true //Put the new saldo here (old saldo - operation) if ( $pview_only==true) { // if not recorded the new amount must be recalculate if ( $p_save == false) { $r.=" Ancien Solde = ".$solde."
"; $r.=" Nouveau Solde = ".$new_solde."
"; } // if recorded the old amount is recalculated if ($p_save == true ) { $r.=" Ancien Solde = ".$new_solde."
"; $r.=" Nouveau Solde = ".$solde."
"; } } return $r; } /* function RecordFin ************************************************** * Purpose : Record an invoice in the table jrn & * jrnx * * parm : * - $p_cn Database connection * - $p_array contains all the invoice data * e_date => e : 01.01.2003 * e_bank_account => e : 3 * - $p_user userid * - $p_jrn current folder (journal) * - array e_other$i, e_other$i_amount, e_other$i_label * gen : * - none * return: * true on success */ function RecordFin($p_cn,$p_array,$p_user,$p_jrn) { echo_debug(__FILE__,__LINE__,"RecordFin"); foreach ( $p_array as $v => $e) { ${"$v"}=$e; } // Get the default period $periode=$p_user->GetPeriode(); // Test if the data are correct // Verify the date if ( isDate($e_date) == null ) { echo_error("Invalid date $e_date"); echo_debug(__FILE__,__LINE__,"Invalid date $e_date"); echo ""; return null; } // Debit = banque $poste_bq=GetFicheAttribut($p_cn,$e_bank_account,ATTR_DEF_ACCOUNT); StartSql($p_cn); $amount=0.0; // Credit = goods for ( $i = 0; $i < $nb_item;$i++) { // if tiers is set and amount != 0 insert it into the database // and quit the loop ? if ( ${"e_other$i"."_amount"} == 0 ) continue; $poste=GetFicheAttribut($p_cn,${"e_other$i"},ATTR_DEF_ACCOUNT); $amount+=${"e_other$i"."_amount"}; // Record a line for the bank // $type=( ${"e_other$i"."_amount"} < 0 )?'d':'c'; // Compute the j_grpt $seq=NextSequence($p_cn,'s_grpt'); if ( InsertJrnx($p_cn,'d',$p_user->id,$p_jrn,$poste_bq,$e_date,round(${"e_other$i"."_amount"},2),$seq,$periode) == false ) { $Rollback($p_cn);exit("error __FILE__ __LINE__"); } // Record a line for the other account // $type=( ${"e_other$i"."_amount"} < 0 )?'c':'d'; if ( ($j_id=InsertJrnx($p_cn,'c',$p_user->id,$p_jrn,$poste,$e_date,round(${"e_other$i"."_amount"},2),$seq,$periode)) == false ) { $Rollback($p_cn);exit("error __FILE__ __LINE__");} echo_debug(__FILE__,__LINE__," $j_id=InsertJrnx($p_cn,'d',$p_user,$p_jrn,$poste,$e_date,".${"e_other$i"}."_amount".",$seq,$periode);"); if ( ($jr_id=InsertJrn($p_cn,$e_date,'',$p_jrn,FormatString(${"e_other$i"."_comment"}), round(${"e_other$i"."_amount"},2),$seq,$periode))==false) { $Rollback($p_cn);exit("error __FILE__ __LINE__");} if ( isNumber(${"e_concerned".$i}) == 1 ) { InsertRapt($p_cn,$jr_id,${"e_concerned$i"}); } // Set Internal code and Comment $internal_code=SetInternalCode($p_cn,$seq,$p_jrn); $comment=$internal_code." client : ".GetFicheName($p_cn,$e_bank_account); if ( FormatString(${"e_other$i"."_comment"}) == null ) { // Update comment if comment is blank $Res=ExecSql($p_cn,"update jrn set jr_comment='".$comment."' where jr_grpt_id=".$seq); } } // for nbitem if ( isset ($_FILES)) save_upload_document($p_cn,$seq); Commit($p_cn); } ?>