noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_misc.php File Reference

this file respond to an ajax request The parameters are More...

Go to the source code of this file.

Variables

global $cn
 
global $g_parameter
 
global $g_user = new Noalyss_user($cn)
 
if( $op=="progressBar") if($op=='password_chk') $html = var_export($_REQUEST, true)
 
global $http =new HttpInput()
 
if(LOGINPUT) if($op=='widget') $path
 for widget we call immediately a file outside the ajax folder
 
if($gDossier<>0) else
 
 if (! defined( 'ALLOWED')) define( 'ALLOWED'
 
 try
 

Detailed Description

this file respond to an ajax request The parameters are

  • gDossier
  • $op operation the file has to execute Part 1 dsp_tva fill a ipopup with a choice of possible VAT
    • if code is set then fill the field code
    • if compute is set then add event to call clean_tva and compute_ledger
      See also
      Acc_Ledger_Sale\input Part 2 dl : display form to modify, add and delete lettering for a given operation

Definition in file ajax_misc.php.

Variable Documentation

◆ $cn

global $cn

Definition at line 78 of file ajax_misc.php.

◆ $g_parameter

global $g_parameter

Definition at line 78 of file ajax_misc.php.

◆ $g_user

$g_user = new Noalyss_user($cn)

Definition at line 78 of file ajax_misc.php.

◆ $html

if($op=="progressBar") if ( $op=='password_chk') $html = var_export($_REQUEST, true)

Definition at line 127 of file ajax_misc.php.

◆ $http

$http =new HttpInput()

Definition at line 43 of file ajax_misc.php.

◆ $path

if(LOGINPUT) if ( $op=='widget') $path

for widget we call immediately a file outside the ajax folder

Definition at line 157 of file ajax_misc.php.

Referenced by noalyss_class_autoloader().

◆ else

if ( $gDossier<>0) else
Initial value:
{
$cn=new Database()
contains the class for connecting to Noalyss

Definition at line 92 of file ajax_misc.php.

◆ if

if(! defined('ALLOWED')) define('ALLOWED' ( ! defined 'ALLOWED')

Definition at line 38 of file ajax_misc.php.

◆ try

try
Initial value:
{
$op= $http->request("op")
$op

Definition at line 45 of file ajax_misc.php.