/[phpcompta]/phpcompta/include/jrn.php
ViewVC logotype

Diff of /phpcompta/include/jrn.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by sparkyx, Sun Mar 13 17:19:18 2005 UTC revision 1.27 by sparkyx, Sun Mar 13 17:35:01 2005 UTC
# Line 343  if ( $p_update == 0 )  echo "<TR><TD> <I Line 343  if ( $p_update == 0 )  echo "<TR><TD> <I
343    }// for ( $i =0 ; $i < sizeof($l_array); $i++)    }// for ( $i =0 ; $i < sizeof($l_array); $i++)
344      $file=new widget("file");      $file=new widget("file");
345      $file->table=1;      $file->table=1;
346            //document
347        $r.="<TD>".sprintf('<A class="detail" HREF="show_document.php?jrn=%s&jr_grpt_id=%s">%s</A>',
348                    $content['jr_id'],
349                    $content['jr_grpt_id'],
350                    $content['jr_pj_name'])."</TD>";
351    
352      $r.="<hr>";      $r.="<hr>";
353      $r.= "<table>";      $r.= "<table>";
354      $r.="<TR>".$file->IOValue("pj","","Pièce justificative")."</TR>";      $r.="<TR>".$file->IOValue("pj","","Pièce justificative")."</TR>";
# Line 1008  function GetDataJrnJrId ($p_cn,$p_jr_id) Line 1014  function GetDataJrnJrId ($p_cn,$p_jr_id)
1014                          j_montant,                          j_montant,
1015                          jr_montant,                          jr_montant,
1016                          j_id,                          j_id,
1017                            jr_pj_name,
1018                          jr_grpt_id,                          jr_grpt_id,
1019                          jr_comment,                          jr_comment,
1020                          to_char(jr_ech,'DD.MM.YYYY') as jr_ech,                          to_char(jr_ech,'DD.MM.YYYY') as jr_ech,
# Line 1038  function GetDataJrnJrId ($p_cn,$p_jr_id) Line 1045  function GetDataJrnJrId ($p_cn,$p_jr_id)
1045      $array['jr_rapt']=$line['jr_rapt'];      $array['jr_rapt']=$line['jr_rapt'];
1046      $array['jrn_def_type']=$line['jrn_def_type'];      $array['jrn_def_type']=$line['jrn_def_type'];
1047      $array['jr_grpt_id']=$line['jr_grpt_id'];      $array['jr_grpt_id']=$line['jr_grpt_id'];
1048        $array['jr_pj_name']=$line['jr_pj_name'];
1049      //    $array['']=$line[''];      //    $array['']=$line[''];
1050    
1051      $ret_array[$i]=$array;      $ret_array[$i]=$array;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26