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

Diff of /phpcompta/include/user_action_fin.php

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

revision 1.25 by sparkyx, Sun Oct 23 18:55:47 2005 UTC revision 1.26 by sparkyx, Wed Oct 26 13:18:23 2005 UTC
# Line 165  echo 'Période  '.$w->IOValue("p_periode" Line 165  echo 'Période  '.$w->IOValue("p_periode"
165    echo_debug ("user_action_jrn.php");    echo_debug ("user_action_jrn.php");
166   // Date - date of payment - Customer - amount   // Date - date of payment - Customer - amount
167     $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current." and jr_def_id=".$_GET['p_jrn'];     $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current." and jr_def_id=".$_GET['p_jrn'];
168     $list=ListJrn($cn,$_GET['p_jrn'],$sql);  
169      // Nav. bar
170       $step=$_SESSION['g_pagesize'];
171       $page=(isset($_GET['offset']))?$_GET['page']:1;
172       $offset=(isset($_GET['offset']))?$_GET['offset']:0;
173       // SQL
174       list($max_line,$list)=ListJrn($cn,$_GET['p_jrn'],$sql,null,$offset);
175    
176       $bar=jrn_navigation_bar($offset,$max_line,$step,$page);
177    
178     echo $list;     echo $list;
179     echo '</div>';     echo '</div>';
180  }  }

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

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