noalyss Version-9
Variables
ajax_anc_key_compute.php File Reference

Compute the amount. More...

Go to the source code of this file.

Variables

 $amount =$http->get('amount',"number")
 
 $compute_key =new Anc_Key($key)
 
 $http =new HttpInput()
 
 $pos =strrpos($target,"t")
 
 $row =substr($target,$pos+1)
 
 $target =$http->get('t')
 
 try
 

Detailed Description

Compute the amount.

This file compute the amount and distribute it following the given distribution key given in parameter. Parameters are :

Definition in file ajax_anc_key_compute.php.

Variable Documentation

◆ $amount

$amount =$http->get('amount',"number")

◆ $compute_key

$compute_key =new Anc_Key($key)

Definition at line 50 of file ajax_anc_key_compute.php.

◆ $http

$http =new HttpInput()

Definition at line 35 of file ajax_anc_key_compute.php.

◆ $pos

$pos =strrpos($target,"t")

◆ $row

$row =substr($target,$pos+1)

Definition at line 52 of file ajax_anc_key_compute.php.

◆ $target

$target =$http->get('t')

Definition at line 41 of file ajax_anc_key_compute.php.

Referenced by Document_Export\move_file().

◆ try

try
Initial value:
{
$key=$http->get('key',"number")

Definition at line 37 of file ajax_anc_key_compute.php.