Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

impress_jrn.php File Reference

ask for Printing the ledger (pdf,html) More...

Go to the source code of this file.

Variables

 $p_cent = ( isset ( $_POST['cent']) )?'on':'off'
 $d = var_export($_POST,true)
 $Jrn = new jrn($cn,$_POST['jrn_id'])
 $submit = new widget()
 $hid = new widget("hidden")
 exit
 $all = array('value'=>0,'label'=>'Grand Livre')
 $ret [$a] = $all
 $w = new widget("select")
$w table = 1
$w label = "Choississez le journal"
 print
 $filter_year = " where p_exercice='".$User->getExercice()."'"
 $periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 $periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
print</TR >< TR > $centralise = new widget("checkbox")
 $a
$w selected = 1


Detailed Description

ask for Printing the ledger (pdf,html)

Definition in file impress_jrn.php.


Variable Documentation

$a
 

Initial value:

array(
         array('value'=>0,'label'=>'Detaillé'),
         array('value'=>1,'label'=>'Simple')
         )

Definition at line 222 of file impress_jrn.php.

$all = array('value'=>0,'label'=>'Grand Livre')
 

Definition at line 191 of file impress_jrn.php.

print</TR><TR> $centralise = new widget("checkbox")
 

Definition at line 218 of file impress_jrn.php.

$d = var_export($_POST,true)
 

Definition at line 35 of file impress_jrn.php.

Referenced by action::SaveStage2(), and Cpdf::selectFont().

$filter_year = " where p_exercice='".$User->getExercice()."'"
 

Definition at line 209 of file impress_jrn.php.

$hid = new widget("hidden")
 

Definition at line 54 of file impress_jrn.php.

$Jrn = new jrn($cn,$_POST['jrn_id'])
 

Definition at line 37 of file impress_jrn.php.

$p_cent = ( isset ( $_POST['cent']) )?'on':'off'
 

Definition at line 33 of file impress_jrn.php.

$periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 

Definition at line 215 of file impress_jrn.php.

$periode_start = make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 

Definition at line 211 of file impress_jrn.php.

$ret[$a] = $all
 

Definition at line 192 of file impress_jrn.php.

$submit = new widget()
 

Definition at line 53 of file impress_jrn.php.

$w = new widget("select")
 

Definition at line 202 of file impress_jrn.php.

exit
 

Definition at line 141 of file impress_jrn.php.

$centralise label = "Choississez le journal"
 

Definition at line 204 of file impress_jrn.php.

print
 

Definition at line 206 of file impress_jrn.php.

$w selected = 1
 

Definition at line 226 of file impress_jrn.php.

$centralise table = 1
 

Definition at line 203 of file impress_jrn.php.