/[phpcompta]/phpcompta/html/user_jrn.php
ViewVC logotype

Diff of /phpcompta/html/user_jrn.php

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

revision 1.17 by sparkyx, Sun Mar 6 18:30:10 2005 UTC revision 1.18 by stanpinte, Mon Mar 21 09:34:22 2005 UTC
# Line 105  if ( isset ($_GET['JRN_TYPE'] ) ) { Line 105  if ( isset ($_GET['JRN_TYPE'] ) ) {
105   echo '</div>';   echo '</div>';
106  }  }
107    
108    if ( $jrn_type=='FIN' )
109    {
110      //show balance of all bank accounts. Let's say their ID start with 5500
111    }
112    
113    // if a journal is selected show the journal's menu    // if a journal is selected show the journal's menu
114  if ( $_SESSION['g_jrn'] != -1 ) {  if ( $_SESSION['g_jrn'] != -1 ) {
115   $result=ShowJrn( "user_jrn.php?JRN_TYPE=".$jrn_type);   $result=ShowJrn( "user_jrn.php?JRN_TYPE=".$jrn_type);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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