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

this file is used by the autocomplete functionnality More...

Go to the source code of this file.

Variables

 $cn = new Database(dossier::id())
 $d = $_REQUEST['e']
 $filter_card = ""
global $g_user = new User($cn)
 $jrn = ( ! isset($_REQUEST['j']))?-1:$_REQUEST['j']
 Received parameters are.
 $sql = $cn->get_array($sql_str ,array($_REQUEST['FID']))

Detailed Description

this file is used by the autocomplete functionnality

See also:
ICard

Definition in file fid_card.php.


Variable Documentation

$cn = new Database(dossier::id())

Definition at line 47 of file fid_card.php.

$d = $_REQUEST['e']
if ($d== 'all') else if (strpos($d,'sql]')==true) else $filter_card = ""

Definition at line 46 of file fid_card.php.

$g_user = new User($cn)

Definition at line 51 of file fid_card.php.

$jrn = ( ! isset($_REQUEST['j']))?-1:$_REQUEST['j']

Received parameters are.

  • j for the ledger
  • e for extra (typecard)
  • type is the ledger type (ach, ven, fin, gl or nothing)
  • FID contains the string the user is typing
    Note:
    the typecard can be
  • cred card for the debit only if j is set
  • deb card for the debit only if j is set
  • filter card for debit and credit only if j OR type is set
  • list of fd_id

Definition at line 45 of file fid_card.php.

$sql = $cn->get_array($sql_str ,array($_REQUEST['FID']))

Definition at line 127 of file fid_card.php.

 All Data Structures Namespaces Files Functions Variables Enumerations