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

Fid for the ajax request for cards. More...

Go to the source code of this file.

Variables

if(isset($_SESSION['isValid'])&&$_SESSION['isValid']==1)
else 
$a = '{"answer":"unauthorized"}'
 $cn = new Database(dossier::id())
 $fLabel = (isset($_REQUEST['l']))?$_REQUEST['l']:'none'
 $fPrice_purchase = (isset($_REQUEST['b']))?$_REQUEST['b']:'none'
 $fPrice_sale = (isset($_REQUEST['p']))?$_REQUEST['p']:'none'
 $fTva_id = (isset($_REQUEST['t']))?$_REQUEST['t']:'none'
global $g_user = new User($cn)
 $gDossier = dossier::id()

Detailed Description

Fid for the ajax request for cards.

See also:
fiche_search.php Valid parameter GET are
  • d type = cred, deb, all or filter or any sql where clause if the d starts with [sql]
  • j is the legdger
  • l field for the label
  • t field for the tva_id
  • p field for the price (sale)
  • b field for the price (purchase)
  • FID is the QuickCode
Note:
if the j is -1 then all the card are shown

Definition in file fid.php.


Variable Documentation

print $a = '{"answer":"unauthorized"}'

Definition at line 153 of file fid.php.

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

Definition at line 45 of file fid.php.

$fLabel = (isset($_REQUEST['l']))?$_REQUEST['l']:'none'

Definition at line 51 of file fid.php.

$fPrice_purchase = (isset($_REQUEST['b']))?$_REQUEST['b']:'none'

Definition at line 54 of file fid.php.

$fPrice_sale = (isset($_REQUEST['p']))?$_REQUEST['p']:'none'

Definition at line 53 of file fid.php.

$fTva_id = (isset($_REQUEST['t']))?$_REQUEST['t']:'none'

Definition at line 52 of file fid.php.

$g_user = new User($cn)

Definition at line 46 of file fid.php.

$gDossier = dossier::id()

Definition at line 41 of file fid.php.

 All Data Structures Namespaces Files Functions Variables Enumerations