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

print the all the operation reconciled or not, with or without the same amount More...

Go to the source code of this file.

Variables

 $acc_reconciliation =new Acc_Reconciliation($cn)
 
 $aledger =$g_user->get_ledger('ALL',3)
 
 $array =$acc_reconciliation->get_data($choice)
 
 $choice =$http->get("choice","string",0)
 
 $dend =new IDate('p_end')
 
 $dstart =new IDate('p_start')
 
 $error =0
 
global $g_user
 
 $gDossier =Dossier::id()
 
 $http =new HttpInput()
 
 $r_jrn =$http->get("r_jrn","string","")
 
 $rjrn =''
 
 $select =new ISelect("choice")
 
$acc_reconciliation a_jrn =$r_jrn
 
 catch (\Exception $e)
 
$acc_reconciliation end_day =$dend->value
 
 return
 
$select selected =$choice
 
$acc_reconciliation start_day =$dstart->value
 
 try
 
$dend value =$http->request('p_end','date',$end)
 

Detailed Description

print the all the operation reconciled or not, with or without the same amount

Definition in file impress_rec.inc.php.

Variable Documentation

◆ $acc_reconciliation

$acc_reconciliation =new Acc_Reconciliation($cn)

Definition at line 84 of file impress_rec.inc.php.

◆ $aledger

$aledger =$g_user->get_ledger('ALL',3)

Definition at line 31 of file impress_rec.inc.php.

◆ $array

$array =$acc_reconciliation->get_data($choice)

Definition at line 89 of file impress_rec.inc.php.

◆ $choice

$choice =$http->get("choice","string",0)

Definition at line 36 of file impress_rec.inc.php.

◆ $dend

$dend =new IDate('p_end')

Definition at line 48 of file impress_rec.inc.php.

◆ $dstart

$dstart =new IDate('p_start')

Definition at line 47 of file impress_rec.inc.php.

◆ $error

◆ $g_user

global $g_user

Definition at line 28 of file impress_rec.inc.php.

◆ $gDossier

$gDossier =Dossier::id()

Definition at line 91 of file impress_rec.inc.php.

◆ $http

$http =new HttpInput()

Definition at line 29 of file impress_rec.inc.php.

◆ $r_jrn

$r_jrn =$http->get("r_jrn","string","")

Definition at line 37 of file impress_rec.inc.php.

◆ $rjrn

$rjrn =''

Definition at line 34 of file impress_rec.inc.php.

◆ $select

$select =new ISelect("choice")

Definition at line 64 of file impress_rec.inc.php.

◆ a_jrn

$acc_reconciliation a_jrn =$r_jrn

Definition at line 85 of file impress_rec.inc.php.

◆ catch

catch(\Exception $e) ( \Exception $e)

Definition at line 56 of file impress_rec.inc.php.

◆ end_day

$acc_reconciliation end_day =$dend->value

Definition at line 87 of file impress_rec.inc.php.

◆ return

return

Definition at line 101 of file impress_rec.inc.php.

◆ selected

$select selected =$choice

Definition at line 72 of file impress_rec.inc.php.

◆ start_day

$acc_reconciliation start_day =$dstart->value

Definition at line 86 of file impress_rec.inc.php.

◆ try

try
Initial value:
{
$dstart->value=$http->request('p_start','date',$start)

Definition at line 51 of file impress_rec.inc.php.

◆ value

$dend value =$http->request('p_end','date',$end)

Definition at line 54 of file impress_rec.inc.php.