Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
list_tva.inc.php File Reference

show all the declaration by date More...

Go to the source code of this file.

Variables

 $choice = new ISelect('type')
 
$choice value
 
$choice selected = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : 0
 
$choice javascript = ' onchange="submit(this)"'
 
 $url = HtmlInput::request_to_string(array('ac', 'plugin_code', 'gDossier', 'sa', 'type'))
 
 $sort = new Sort_Table()
 
 $option_order = (isset($_GET['ord'])) ? $_GET['ord'] : 'dd'
 
 $sql_order = $sort->get_sql_order($option_order)
 
switch($choice->selected$sql = $sql . $sql_order
 
 $res = $cn->get_array($sql)
 
 endfor
 

Detailed Description

show all the declaration by date

Definition in file list_tva.inc.php.

Variable Documentation

$choice = new ISelect('type')

Definition at line 36 of file list_tva.inc.php.

$option_order = (isset($_GET['ord'])) ? $_GET['ord'] : 'dd'

Definition at line 57 of file list_tva.inc.php.

$res = $cn->get_array($sql)
$sort = new Sort_Table()

Definition at line 53 of file list_tva.inc.php.

switch ($choice->selected) $sql = $sql . $sql_order

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

$sql_order = $sort->get_sql_order($option_order)

Definition at line 59 of file list_tva.inc.php.

$url = HtmlInput::request_to_string(array('ac', 'plugin_code', 'gDossier', 'sa', 'type'))

Definition at line 52 of file list_tva.inc.php.

endfor

Definition at line 132 of file list_tva.inc.php.

$choice javascript = ' onchange="submit(this)"'

Definition at line 44 of file list_tva.inc.php.

$choice selected = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : 0

Definition at line 43 of file list_tva.inc.php.

$choice value
Initial value:
= array(
array('label' => 'Toutes', 'value' => 0),
array('label' => 'Déclarations', 'value' => 1),
array('label' => 'Listings assujetti', 'value' => 2),
array('label' => 'Listings intracom', 'value' => 3)
)

Definition at line 37 of file list_tva.inc.php.