noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
stock_histo_search.php
Go to the documentation of this file.
00001 <?php
00002 /*
00003  *   This file is part of NOALYSS.
00004  *
00005  *   NOALYSS is free software; you can redistribute it and/or modify
00006  *   it under the terms of the GNU General Public License as published by
00007  *   the Free Software Foundation; either version 2 of the License, or
00008  *   (at your option) any later version.
00009  *
00010  *   NOALYSS is distributed in the hope that it will be useful,
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *   GNU General Public License for more details.
00014  *
00015  *   You should have received a copy of the GNU General Public License
00016  *   along with NOALYSS; if not, write to the Free Software
00017  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018  */
00019 /* $Revision$ */
00020 
00021 // Copyright Author Dany De Bontridder danydb@aevalys.eu
00022 
00023 /**
00024  * @file
00025  * @brief show box for search
00026  *
00027  */
00028 ?>
00029 <div id="histo_search_d" class="inner_box" style="width:60%;height:280px;display:none">
00030         <?php echo  HtmlInput::title_box(_("Recherche"), "histo_search_d", "hide")?>
00031         <form method="GET">
00032                 <?php echo  HtmlInput::get_to_hidden(array("gDossier", "ac"))?>
00033                 <table>
00034                         <tr>
00035                                 <td> <?php echo _("Code Stock")?> </td>
00036                                 <td> <?php echo  $wcode_stock->input()?><?php echo  $wcode_stock->search()?> </td>
00037                         </tr>
00038                         <tr>
00039                                 <td> <?php echo _("Fiche")?> </td>
00040                                 <td> <?php echo  $wcard->input()?><?php echo  $wcard->search()?> </td>
00041                         </tr>
00042                         <tr>
00043                                 <td> <?php echo _("A partir de")?> </td>
00044                                 <td> <?php echo  $wdate_start->input()?> </td>
00045                         </tr>
00046                         <tr>
00047                                 <td> <?php echo _("Jusque")?> </td>
00048                                 <td> <?php echo  $wdate_end->input()?> </td>
00049                         </tr>
00050                         <tr>
00051                                 <td> <?php echo _("Dépôt")?> </td>
00052                                 <td> <?php echo  $wrepo->input()?> </td>
00053                         </tr>
00054                         <tr>
00055                                 <td> <?php echo _("Montant supérieur ou égal à")?>  </td>
00056                                 <td> <?php echo  $wamount_start->input()?> </td>
00057                         </tr>
00058                         <tr>
00059                                 <td> <?php echo _("Montant inférieur ou égal à")?>  </td>
00060                                 <td> <?php echo  $wamount_end->input()?> </td>
00061                         </tr>
00062 
00063                         <tr>
00064                                 <td> <?php echo _("Direction")?> </td>
00065                                 <td> <?php echo  $wdirection->input()?> </td>
00066                         </tr>
00067                 </table>
00068                 <?php echo  HtmlInput::submit("search_histo_b",_("Recherche"))?>
00069         </form>
00070 </div>
00071 
 All Data Structures Namespaces Files Functions Variables Enumerations