Regalamiunsorriso/rus/admin/contab/ordiniView.jsp
2026-03-14 20:04:39 +01:00

63 lines
No EOL
3.9 KiB
Text

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/windowView.dwt" codeOutsideHTMLIsLocked="false" -->
<jsp:useBean id="utenteLogon" type="com.ablia.common.UsersI" class="com.ablia.common.Users" scope="session" ></jsp:useBean>
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" ></jsp:useBean>
<jsp:useBean id="productInfo" class="java.lang.String" type="java.lang.String" scope="session" ></jsp:useBean>
<jsp:useBean id="msg" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
<jsp:useBean id="logon" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
<jsp:useBean id="grantMsg" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" ></jsp:useBean>
<jsp:useBean id="df" class="com.ablia.util.SimpleDateFormat" scope="request" type="com.ablia.util.SimpleDateFormat" ></jsp:useBean><head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<%@ taglib uri="/WEB-INF/ablia.tld" prefix="ab" %>
<%@ page language="java" import="com.ablia.jsp.*" %>
<!-- InstanceBeginEditable name="taglib" --><!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="title" --><title>Dettaglio ordini 0.1</title><!-- InstanceEndEditable -->
<link rel="stylesheet" href="../_V2/_css/style.css">
<link rel="stylesheet" href="../_V2/_css/tab.css">
<link rel="stylesheet" href="../_V2/windowfiles/dhtmlwindow.css" type="text/css" />
<!-- InstanceBeginEditable name="css" --><!-- InstanceEndEditable -->
</head>
<jsp:include page="../_V2/_inc/_allJs.jsp" flush="true" />
<body><!-- InstanceBeginEditable name="Script" --><!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="Bean" --><jsp:useBean id="CR" class="com.ablia.contab.RigaDocumentoCR" type="com.ablia.contab.RigaDocumentoCR" scope="request" >
</jsp:useBean>
<jsp:useBean id="list" scope="request" class="com.ablia.util.Vectumerator" type="com.ablia.util.Vectumerator">
</jsp:useBean><!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="body" -->
<table width="499" border="0">
<tr class="riga1">
<td width="454" align="center" style="font-size:16px">Dettaglio ordini per<br />
<%=CR.getArticolo().getDescrizioneCompleta()%></td>
<td width="35" align="center" style="font-size:24px"><a href="javascript:closeMW()"><img src="../_V2/img/Icons/48x48/shadow/delete2.gif" alt="Chiudi" title="Chiudi" width="24" height="24" /></a></td>
</tr>
</table>
<table width="499" border="0">
<tr class="riga1 intTabella">
<td width="56" >Doc.</td>
<td width="271" >Fornitore</td>
<td width="271" >Variante</td>
<td width="122" >Data</td>
<td width="32" >Q.t&agrave;</td>
</tr> <ab:whilevec rowbeanclass="com.ablia.contab.RigaDocumento" vectumerator="list">
<tr>
<td ><%= rowBean.getDocumento().getNumeroDocumentoCompleto() %></td>
<td ><%= rowBean.getDocumento().getClifor().getDescrizioneCompleta() %></td>
<td ><%= rowBean.getDescrizioneRigaCompleta() %></td>
<td ><%= df.format(rowBean.getDocumento().getDataDocumento()) %></td>
<td ><%= rowBean.getUdmQuantita()%></td>
</tr></ab:whilevec>
</table>
<!-- InstanceEndEditable -->
<form method="post" action="" name="menu" >
<input type="hidden" name="cmd"><input type="hidden" name="hrf"><input type="hidden" name="lang"><input type="hidden" name="pageNumber">
<input type="hidden" name="act">
<input name="id_users" type="hidden" value="<%=utenteLogon.getId_users()%>">
<!-- InstanceBeginEditable name="MenuVar" --><!-- InstanceEndEditable -->
</form>
</body>
<!-- InstanceEnd --></html>