noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
impress_jrn.inc.php File Reference

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

Go to the source code of this file.

Variables

 $a = count($ret)
 $all = array('value' => 0, 'label' => 'Tous les journaux disponibles')
 $ex = new Exercice($cn)
 $exercice = (isset($_GET['exercice'])) ? $_GET['exercice'] : $g_user->get_exercice()
 $filter_year = "'"
global $g_user
 $gDossier = dossier::id()
 $label = "Choississez le journal"
 $periode_end = $cn->make_array("select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_start,p_end")
 $periode_start = $cn->make_array("select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_start,p_end")
 $ret [$a] = $all
 $w = new ISelect()
 $wex = $ex->select('exercice', $exercice, ' onchange="submit(this)"')
 if (isset($_REQUEST['bt_html']))
 print
$w selected = (isset($_GET['jrn_id'])) ? $_GET['jrn_id'] : ''
$w table = 1

Detailed Description

ask for Printing the ledger (pdf,html)

Definition in file impress_jrn.inc.php.


Variable Documentation

print</TR><TR> $a = count($ret)

Definition at line 69 of file impress_jrn.inc.php.

$all = array('value' => 0, 'label' => 'Tous les journaux disponibles')

Definition at line 70 of file impress_jrn.inc.php.

$ex = new Exercice($cn)

Definition at line 87 of file impress_jrn.inc.php.

$exercice = (isset($_GET['exercice'])) ? $_GET['exercice'] : $g_user->get_exercice()

Definition at line 74 of file impress_jrn.inc.php.

$filter_year = "'"

Definition at line 111 of file impress_jrn.inc.php.

global $g_user

Definition at line 32 of file impress_jrn.inc.php.

$gDossier = dossier::id()

Definition at line 31 of file impress_jrn.inc.php.

$label = "Choississez le journal"
print td ('Jusque ').$w->input('to_periode' $periode_end = $cn->make_array("select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_start,p_end")

Definition at line 119 of file impress_jrn.inc.php.

print td ('Depuis').$w->input('from_periode' $periode_start = $cn->make_array("select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_start,p_end")

Definition at line 113 of file impress_jrn.inc.php.

print td ($label).$w->input("jrn_id" $ret = $all

Definition at line 71 of file impress_jrn.inc.php.

$w = new ISelect()

Definition at line 103 of file impress_jrn.inc.php.

$wex = $ex->select('exercice', $exercice, ' onchange="submit(this)"')

Definition at line 88 of file impress_jrn.inc.php.

if(isset($_REQUEST['bt_html']))

Definition at line 146 of file impress_jrn.inc.php.

Definition at line 108 of file impress_jrn.inc.php.

Referenced by Database\execute_script(), and Acc_Ledger\test_me().

$w selected = (isset($_GET['jrn_id'])) ? $_GET['jrn_id'] : ''

Definition at line 106 of file impress_jrn.inc.php.

$w table = 1

Definition at line 104 of file impress_jrn.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations