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

payment mode More...

Go to the source code of this file.

Variables

 $array
 $base_url = "&ac=".$_REQUEST['ac']
 $etd = '</td>'
 $eth = '</th>'
 $etr = '</tr>'
if($sb=='change') if($sb=='save')
if(isset($_POST['delete'])) if(isset($_POST['insert']))
if($sb=='ins') 
$header = new Sort_Table()
 $order = (isset($_REQUEST['ord']))?$_REQUEST['ord']:'la'
 $sb = HtmlInput::default_value('sb', "", $_REQUEST)
 $sql = $header->get_sql_order($order)
 $td = '<TD>'
 $th = '<th>'
 $tr = '<tr>'
 if (!empty($array))

Detailed Description

payment mode

Definition in file payment_middle.inc.php.


Variable Documentation

$array
Initial value:
$cn->get_array("
        select
                        mp_id,mp_lib,mp_jrn_def_id,mp_fd_id,mp_qcode,j.jrn_def_id,
                        j.jrn_def_name as jrn_def_name,
                        j2.jrn_def_name as jrn_target,
                        fd_label,
                        coalesce(mp_qcode,'A choisir à l''encodage') as vw_name
                        from mod_payment as mp
                        left join jrn_def as j on (j.jrn_def_id=mp.jrn_def_id)
                        left join jrn_def as j2 on (j2.jrn_def_id=mp.mp_jrn_def_id)
                        left join fiche_def as fd on (mp.mp_fd_id=fd.fd_id)
                        $sql
        ")

Definition at line 128 of file payment_middle.inc.php.

$base_url = "&ac=".$_REQUEST['ac']

Definition at line 116 of file payment_middle.inc.php.

Referenced by Acc_Ledger\listing().

$etd = '</td>'

Definition at line 27 of file payment_middle.inc.php.

$eth = '</th>'

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

$etr = '</tr>'

Definition at line 29 of file payment_middle.inc.php.

if ($sb=='change') if ($sb=='save') if (isset($_POST['delete'])) if (isset($_POST['insert'])) if ($sb=='ins') $header = new Sort_Table()

Definition at line 115 of file payment_middle.inc.php.

$order = (isset($_REQUEST['ord']))?$_REQUEST['ord']:'la'

Definition at line 124 of file payment_middle.inc.php.

$sb = HtmlInput::default_value('sb', "", $_REQUEST)

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

$sql = $header->get_sql_order($order)

Definition at line 126 of file payment_middle.inc.php.

$td = '<TD>'

Definition at line 26 of file payment_middle.inc.php.

$th = '<th>'

Definition at line 30 of file payment_middle.inc.php.

$tr = '<tr>'
if(!empty($array))

Definition at line 142 of file payment_middle.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations