<!--
*************************************************************************
* The contents of this file are subject to the Openbravo Public License
* Version 1.0 (the "License"), being the Mozilla Public License
* Version 1.1 with a permitted attribution clause; you may not use this
* file except in compliance with the License. You may obtain a copy of
* the License at http://www.openbravo.com/legal/license.html
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SL
* All portions are Copyright (C) 2001-2006 Openbravo SL
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
-->
<HTML>
<HEAD>
<TITLE>Indirect expenses report</TITLE>
<SCRIPT language="JavaScript" type="text/javascript" id="paramDirection">var baseDirection = "../../../../../web/";</SCRIPT>
<SCRIPT language="JavaScript" src="../../../../../web/js/messages.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript" src="../../../../../web/js/utils.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript" src="../../../../../web/js/jscalendar/calendar.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript" src="../../../../../web/js/jscalendar/lang/calendar-es.js" type="text/javascript" id="fieldCalendar"></SCRIPT>
<script language="JavaScript" src="../../../../../web/js/default/DateTextBox.js" type="text/javascript"></script>
<SCRIPT language="JavaScript" src="../../../../../web/js/String.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript" src="../../../../../web/js/TypeAheadCombo.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript" type="text/javascript" id="paramLanguage"> LNG_POR_DEFECTO = "en_US";</SCRIPT>
<SCRIPT language="JavaScript" type="text/javascript">
function depurar() {
var frm=document.frmMain;
return true;
}
function onloadFunctions() {
new TypeAheadCombo("inpClaveCategoriaProducto");
}
</SCRIPT>
</HEAD>
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="onloadFunctions();setFocusFirstControl();">
<H1>Excel InOut report</H1>
<FORM method="POST" action="InformeInOut.xls" name="frmMain">
<INPUT type="hidden" name="Command"></INPUT>
<TABLE width="80%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="24%" > <SPAN >From</SPAN></TD>
<TD width="19%"> <INPUT type="text" name="inpDesde" id="paramDesde" size="10" maxlength="10" value="" onkeup="auto_complete_date(this);return true;"></INPUT>
<A href="#" onclick="showCalendar('frmMain.inpDesde', document.frmMain.inpDesde.value, false);return false;" onmouseout="window.status='';return true;" onmouseover="window.status='Show calendar';return true;" >
<img width="16" height="16" alt="Calendar" title="Calendar" border="0" src="../../../../../web/images/BtnCal.gif" id="buttonCalendar"></IMG></A></TD>
<TD width="12%" > <SPAN >To</SPAN></TD>
<TD width="19%"> <INPUT type="text" name="inpHasta" id="paramHasta" value="" size="10" maxlength="10" onkeup="auto_complete_date(this);return true;"></INPUT>
<A href="#" onclick="showCalendar('frmMain.inpHasta', document.frmMain.inpHasta.value, false);return false;" onmouseout="window.status='';return true;" onmouseover="window.status='Show calendar';return true;" >
<img width="16" height="16" alt="Calendar" title="Calendar" border="0" src="../../../../../web/images/BtnCal.gif" id="buttonCalendar"></IMG></A></TD>
<TD width="26%"> <A href="#" onclick="submitCommandForm('FIND',true, null, null, 'EXCEL');return false;" onmouseover="window.status='Get indirect's report';return true;" onmouseout="window.status='';return true;" >
<img width="16" height="16" src="../../../../../web/images/Find.jpg" alt="Search" title="Search" border="0" id="buttonSearch"></IMG></A></TD>
</TR>
</TABLE>
<BR></BR>
<TABLE width="48%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="34%"> <SPAN >Product Category</SPAN></TD>
<TD width="66%"> <SELECT name="inpClaveCategoriaProducto" id="inpClaveCategoriaProducto">
<OPTION value=""></OPTION><DIV id="reportProductCategory_M">
<OPTION id="discard">xxAntartida Ultracongeldos</OPTION>
<OPTION id="discard">xxContado</OPTION></DIV>
</SELECT></TD>
</TR>
</TABLE>
<HR></HR>
</FORM>
</BODY>
</HTML>