noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
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 :

  • gDossier
  • t the element HTML to use as target
  • amount the amount to distribute
  • key the Distribution key to use

Definition in file ajax_anc_key_compute.php.

Variable Documentation

◆ $amount

◆ $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

◆ $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.