carlos@0
|
1 |
<!--
|
carlos@0
|
2 |
*************************************************************************
|
carlos@0
|
3 |
* The contents of this file are subject to the Openbravo Public License
|
carlos@0
|
4 |
* Version 1.0 (the "License"), being the Mozilla Public License
|
carlos@0
|
5 |
* Version 1.1 with a permitted attribution clause; you may not use this
|
carlos@0
|
6 |
* file except in compliance with the License. You may obtain a copy of
|
carlos@0
|
7 |
* the License at http://www.openbravo.com/legal/license.html
|
carlos@0
|
8 |
* Software distributed under the License is distributed on an "AS IS"
|
carlos@0
|
9 |
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
carlos@0
|
10 |
* License for the specific language governing rights and limitations
|
carlos@0
|
11 |
* under the License.
|
carlos@0
|
12 |
* The Original Code is Openbravo ERP.
|
carlos@0
|
13 |
* The Initial Developer of the Original Code is Openbravo SL
|
carlos@0
|
14 |
* All portions are Copyright (C) 2001-2006 Openbravo SL
|
carlos@0
|
15 |
* All Rights Reserved.
|
carlos@0
|
16 |
* Contributor(s): ______________________________________.
|
carlos@0
|
17 |
************************************************************************
|
carlos@0
|
18 |
-->
|
carlos@0
|
19 |
<HTML>
|
carlos@0
|
20 |
<HEAD>
|
carlos@0
|
21 |
<TITLE>Indirect expenses report</TITLE>
|
carlos@0
|
22 |
<SCRIPT language="JavaScript" type="text/javascript" id="paramDirection">var baseDirection = "../../../../../web/";</SCRIPT>
|
carlos@0
|
23 |
<SCRIPT language="JavaScript" src="../../../../../web/js/messages.js" type="text/javascript"></SCRIPT>
|
carlos@0
|
24 |
<SCRIPT language="JavaScript" src="../../../../../web/js/utils.js" type="text/javascript"></SCRIPT>
|
carlos@0
|
25 |
<SCRIPT language="JavaScript" src="../../../../../web/js/jscalendar/calendar.js" type="text/javascript"></SCRIPT>
|
carlos@0
|
26 |
<SCRIPT language="JavaScript" src="../../../../../web/js/jscalendar/lang/calendar-es.js" type="text/javascript" id="fieldCalendar"></SCRIPT>
|
carlos@0
|
27 |
<script language="JavaScript" src="../../../../../web/js/default/DateTextBox.js" type="text/javascript"></script>
|
carlos@0
|
28 |
<SCRIPT language="JavaScript" src="../../../../../web/js/String.js" type="text/javascript"></SCRIPT>
|
carlos@0
|
29 |
<SCRIPT language="JavaScript" src="../../../../../web/js/TypeAheadCombo.js" type="text/javascript"></SCRIPT>
|
carlos@0
|
30 |
<SCRIPT language="JavaScript" type="text/javascript" id="paramLanguage"> LNG_POR_DEFECTO = "en_US";</SCRIPT>
|
carlos@0
|
31 |
<SCRIPT language="JavaScript" type="text/javascript">
|
carlos@0
|
32 |
function depurar() {
|
carlos@0
|
33 |
var frm=document.frmMain;
|
carlos@0
|
34 |
return true;
|
carlos@0
|
35 |
}
|
carlos@0
|
36 |
|
carlos@0
|
37 |
function onloadFunctions() {
|
carlos@0
|
38 |
new TypeAheadCombo("inpClaveCategoriaProducto");
|
carlos@0
|
39 |
}
|
carlos@0
|
40 |
</SCRIPT>
|
carlos@0
|
41 |
</HEAD>
|
david@347
|
42 |
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="onloadFunctions();setFocusFirstControl();">
|
carlos@0
|
43 |
<H1>Excel InOut report</H1>
|
carlos@0
|
44 |
<FORM method="POST" action="InformeInOut.xls" name="frmMain">
|
carlos@0
|
45 |
<INPUT type="hidden" name="Command"></INPUT>
|
carlos@0
|
46 |
<TABLE width="80%" border="0" cellspacing="0" cellpadding="0">
|
carlos@0
|
47 |
<TR>
|
carlos@0
|
48 |
<TD width="24%" > <SPAN >From</SPAN></TD>
|
carlos@0
|
49 |
<TD width="19%"> <INPUT type="text" name="inpDesde" id="paramDesde" size="10" maxlength="10" value="" onkeup="auto_complete_date(this);return true;"></INPUT>
|
carlos@0
|
50 |
<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;" >
|
carlos@0
|
51 |
<img width="16" height="16" alt="Calendar" title="Calendar" border="0" src="../../../../../web/images/BtnCal.gif" id="buttonCalendar"></IMG></A></TD>
|
carlos@0
|
52 |
<TD width="12%" > <SPAN >To</SPAN></TD>
|
carlos@0
|
53 |
<TD width="19%"> <INPUT type="text" name="inpHasta" id="paramHasta" value="" size="10" maxlength="10" onkeup="auto_complete_date(this);return true;"></INPUT>
|
carlos@0
|
54 |
<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;" >
|
carlos@0
|
55 |
<img width="16" height="16" alt="Calendar" title="Calendar" border="0" src="../../../../../web/images/BtnCal.gif" id="buttonCalendar"></IMG></A></TD>
|
carlos@0
|
56 |
<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;" >
|
carlos@0
|
57 |
<img width="16" height="16" src="../../../../../web/images/Find.jpg" alt="Search" title="Search" border="0" id="buttonSearch"></IMG></A></TD>
|
carlos@0
|
58 |
</TR>
|
carlos@0
|
59 |
</TABLE>
|
carlos@0
|
60 |
<BR></BR>
|
carlos@0
|
61 |
<TABLE width="48%" border="0" cellspacing="0" cellpadding="0">
|
carlos@0
|
62 |
<TR>
|
carlos@0
|
63 |
<TD width="34%"> <SPAN >Product Category</SPAN></TD>
|
carlos@0
|
64 |
<TD width="66%"> <SELECT name="inpClaveCategoriaProducto" id="inpClaveCategoriaProducto">
|
carlos@0
|
65 |
<OPTION value=""></OPTION><DIV id="reportProductCategory_M">
|
carlos@0
|
66 |
<OPTION id="discard">xxAntartida Ultracongeldos</OPTION>
|
carlos@0
|
67 |
<OPTION id="discard">xxContado</OPTION></DIV>
|
carlos@0
|
68 |
</SELECT></TD>
|
carlos@0
|
69 |
</TR>
|
carlos@0
|
70 |
</TABLE>
|
carlos@0
|
71 |
<HR></HR>
|
carlos@0
|
72 |
</FORM>
|
carlos@0
|
73 |
</BODY>
|
carlos@0
|
74 |
</HTML>
|