|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
input the source of the opening / closing operation More...
Go to the source code of this file.
Variables | |
| $array = array() | |
| $avail = $g_user->get_available_folder() | |
| $cl_exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc") | |
| global | $cn |
| $date = new IDate("date_opening") | |
| $exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc") | |
| global | $g_parameter |
| global | $g_user |
| $i = 0 | |
| foreach($avail as $r) | $sAvail = new ISelect('dos_id') |
| $sclExercice = new ISelect("exercice_cl") | |
| $sExercice = new ISelect("exercice") | |
| $sAvail | id = "dos_id" |
| $sAvail | javascript = sprintf('onchange="operation_exercice.update_periode(%d)"',Dossier::id()) |
| $sAvail | selected = Dossier::id() |
| $sAvail | value = $array |
input the source of the opening / closing operation
Definition in file operation_exercice-input_source.php.
| $array = array() |
Definition at line 61 of file operation_exercice-input_source.php.
| $avail = $g_user->get_available_folder() |
Definition at line 58 of file operation_exercice-input_source.php.
Referenced by Fiche\get_bk_account().
| $cl_exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc") |
Definition at line 112 of file operation_exercice-input_source.php.
| global $cn |
Definition at line 28 of file operation_exercice-input_source.php.
| $date = new IDate("date_opening") |
Definition at line 57 of file operation_exercice-input_source.php.
| $exercice = $cn->make_array("select distinct p_exercice,p_exercice_label from parm_periode order by p_exercice desc") |
Definition at line 74 of file operation_exercice-input_source.php.
| global $g_parameter |
Definition at line 30 of file operation_exercice-input_source.php.
| global $g_user |
Definition at line 29 of file operation_exercice-input_source.php.
| $i = 0 |
Definition at line 62 of file operation_exercice-input_source.php.
Definition at line 68 of file operation_exercice-input_source.php.
| $sclExercice = new ISelect("exercice_cl") |
Definition at line 113 of file operation_exercice-input_source.php.
| $sExercice = new ISelect("exercice") |
Definition at line 75 of file operation_exercice-input_source.php.
| $sclExercice id = "dos_id" |
Definition at line 69 of file operation_exercice-input_source.php.
| $sAvail javascript = sprintf('onchange="operation_exercice.update_periode(%d)"',Dossier::id()) |
Definition at line 72 of file operation_exercice-input_source.php.
| $sAvail selected = Dossier::id() |
Definition at line 70 of file operation_exercice-input_source.php.
| $sclExercice value = $array |
Definition at line 71 of file operation_exercice-input_source.php.