noalyss Version-9
Variables
operation_exercice-list_draft.php File Reference

display draft OPERATION_EXERCICE More...

Go to the source code of this file.

Variables

 $a_operation
 
 $aUrl = ["ac" => $http->request("ac"), "gDossier" => Dossier::id()]
 
 $checkbox =new ICheckBox("operation_list[]")
 
 $cn =Dossier::connect()
 
 $http = new HttpInput()
 
 foreach ( $a_operation as $operation) =\HtmlInput::submit("remove",_("Efface la sélection"))
 

Detailed Description

display draft OPERATION_EXERCICE

Definition in file operation_exercice-list_draft.php.

Variable Documentation

◆ $a_operation

$a_operation
Initial value:
= $cn->get_array("select oe_id
,to_char(oe_date,'DD.MM.YY') str_date
,to_char(oe_transfer_date,'DD.MM.YY') str_transfer_date
,to_char(tech_date,'DD.MM.YY HH24:MI') draft_date
,jr_internal
,tech_user
,oe_text
,oe_type
from operation_exercice order by oe_id desc")

Definition at line 26 of file operation_exercice-list_draft.php.

◆ $aUrl

$aUrl = ["ac" => $http->request("ac"), "gDossier" => Dossier::id()]

Definition at line 36 of file operation_exercice-list_draft.php.

◆ $checkbox

$checkbox =new ICheckBox("operation_list[]")

Definition at line 37 of file operation_exercice-list_draft.php.

◆ $cn

Definition at line 25 of file operation_exercice-list_draft.php.

◆ $http

$http = new HttpInput()

Definition at line 24 of file operation_exercice-list_draft.php.

◆ foreach

foreach($a_operation as $operation) (   $a_operation as) =\HtmlInput::submit("remove",_("Efface la sélection"))

Definition at line 70 of file operation_exercice-list_draft.php.