First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
15
www/admin/tessuto/_fetchComboFilatoColore.jsp
Normal file
15
www/admin/tessuto/_fetchComboFilatoColore.jsp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
|
||||
<label for="txtRicerca">Colore:</label>
|
||||
<br>
|
||||
<select name="id_articoloFilatoColore" id="id_articoloFilatoColore" class="form-control input-sm select2" style="width: 100%;">
|
||||
<acx:optionvec boundcolumn="id_articoloFilatoColore" desccolumn="coloreFilato.descrizione" vectumerator="listaColori"> </acx:optionvec>
|
||||
</select>
|
||||
12
www/admin/tessuto/_inc_articoloTessutoE.jsp
Normal file
12
www/admin/tessuto/_inc_articoloTessutoE.jsp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!-- Modal clienti e fornitori -->
|
||||
<div id="tessutoModalDialog" class="modal fade" role="dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<input type="hidden" id="tessutoRetForm" name="tessutoRetForm">
|
||||
<input type="hidden" id="tessutoRetItems" name="tessutoRetItems">
|
||||
|
||||
<div id="tessutoContainer"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="../tessuto/_js/tex-articoloTessutoE.js"></script>
|
||||
|
||||
47
www/admin/tessuto/_inc_articoloTessuto_accoppiato_m.jsp
Normal file
47
www/admin/tessuto/_inc_articoloTessuto_accoppiato_m.jsp
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<!--_inc_articoloTessuto_accoppiato_m.jsp-->
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean2" class="it.acxent.tex.anag.ArticoloTessutoAccoppiato" type="it.acxent.tex.anag.ArticoloTessutoAccoppiato" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
<input name="id_articoloTessutoAccoppiato" type="hidden" id="id_articoloTessutoAccoppiato" >
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<label>Scegli tessuto:</label>
|
||||
<br>
|
||||
<acx:inputajax bean="bean2" boundcolumn="id_articoloTessutoComponente" action='/admin/tessuto/ArticoloTessuto.abl?flgTipoRicerca=2&flgTipoTessutoM=-2&searchTxt='
|
||||
nchar="0" nrow="40" returndata="id_articoloTessutoComponente,,descrizioneGreggio" nextacion=""
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneGreggio" type="text" class="form-control input-sm ajSearchText" id="descrizioneGreggio" value="" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
<div class="col-lg-1"> <a class="btn btn-primary btn-sm btn-associative pull-right" href="javascript:addTessutAccoppiato()">Inserisci </a> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-lg-6">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Elenco tessuti Accoppiati</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoAccoppiato" vectumerator="listaArticoloTessutoAccoppiato">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:delTessutoAccoppiato(<%=rowBean.getId_articoloTessutoAccoppiato()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a> </div></td>
|
||||
<td data-title="Tessuto Acc."><%=rowBean.getArticoloTessutoComponente().getDescrizioneCompleta()%></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
54
www/admin/tessuto/_inc_articoloTessuto_componenti.jsp
Normal file
54
www/admin/tessuto/_inc_articoloTessuto_componenti.jsp
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<!--_inc_articoloTessuto_componenti.jsp-->
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanAC" class="it.acxent.tex.anag.ArticoloTessutoComponente" type="it.acxent.tex.anag.ArticoloTessutoComponente" scope="request" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row" id="no-more-tables">
|
||||
<div class="col-lg-3" >
|
||||
<label><acx:lang>Componente</acx:lang>:</label>
|
||||
<input type="hidden" class="form-control input-sm" name="id_articoloTessutoComponente" id="id_articoloTessutoComponente" maxlength="2" value="<%= beanAC.getId_articoloTessutoComponente() %>">
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="id_componente" id="id_componente">
|
||||
<acx:optionvec boundcolumn="id_componente" desccolumn="descrizioneCompleta" lang="<%=lang%>" vectumerator="listaComponenti" value="<%=beanAC.getId_componente()%>"> </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-3" >
|
||||
<label><acx:lang>Percentuale</acx:lang>:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm numberinput" name="percentuale" id="percentuale" value="<%= nf.format(beanAC.getPercentuale()) %>" <%= Ab.jsCrS("addComponente()") %>>
|
||||
</div>
|
||||
<div class="col-lg-2" > <br>
|
||||
<a href="javascript:addComponente()" class="btn btn-primary pull-right"><acx:lang>Inserisci</acx:lang></a> </div>
|
||||
<div class="col-lg-3" > <br><acx:if wherecondition="<%=bean.getTotPercentualeComponenti()>0 && bean.getTotPercentualeComponenti()!=100%>"><i class="fa fa-warning fa-2x" style="color:darkorange"></i> <span class="text-red"><acx:lang>Attenzione! Percentuale diversa da 100%</acx:lang></span></acx:if>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box-body table-responsive">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th><acx:lang>Componente</acx:lang></th>
|
||||
<th><acx:lang>Percentuale</acx:lang></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoComponente" vectumerator="listaTessutoComponenti">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:delComponente(<%=rowBean.getId_articoloTessutoComponente()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a></div></td>
|
||||
<td data-title="<acx:lang>Componente</acx:lang>"><%= rowBean.getComponente().getDescrizioneCompleta(lang) %></td>
|
||||
<td data-title="<acx:lang>Percentuale</acx:lang>" class="text-right"><%= nf.format(rowBean.getPercentuale()) %></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
56
www/admin/tessuto/_inc_articoloTessuto_composizione_m.jsp
Normal file
56
www/admin/tessuto/_inc_articoloTessuto_composizione_m.jsp
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<!_inc_articoloTessuto_composizione_m.jsp-->
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean2" class="it.acxent.tex.anag.ArticoloTessutoFilato" type="it.acxent.tex.anag.ArticoloTessutoFilato" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-xs-12">
|
||||
<label for="txtRicerca">Filato+ colore:</label>
|
||||
<input name="id_articoloTessutoFilato" type="hidden" id="id_articoloTessutoFilato" value="<%=bean2.getId_articoloTessutoFilato()%>">
|
||||
<acx:inputajax boundcolumn="id_articoloFilatoColore" bean="bean2" action='<%="/admin/filato/ArticoloFilatoColore.abl?searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion="percentuale"
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneFilato" type="text" class="form-control input-sm ajSearchText" id="descrizioneFilato" value="<%= bean2.getArticoloFilatoColore().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>%:</label>
|
||||
<input type="text" class="form-control input-sm numberinput" name="percentuale" id="percentuale" value="<%= nf.format(bean2.getPercentuale()) %>" <%= Ab.jsCrS("addFilatoM()") %> >
|
||||
</div>
|
||||
<div class="col-lg-1 col-xs-6"> <a class="btn btn-primary btn-sm btn-associative pull-right" href="javascript:addFilatoM()">Inserisci </a> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<h2>Filati composizione Tessuto</h2><acx:if wherecondition="<%=!bean.isPercArticoloTessutoFilatoOk()%>"> <span class="text-danger"> Attenzione! Perc. tot=<%=bean.getPercArticoloTessutoFilato()%> </span></acx:if>
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Filato</th>
|
||||
<th>Colore</th>
|
||||
<th>%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoFilato" vectumerator="listaArticoloTessutoFilato">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:modFilatoM(<%=rowBean.getId_articoloTessutoFilato()%>);"><i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i></a> <a href="javascript:delFilatoM(<%=rowBean.getId_articoloTessutoFilato()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a> </div></td>
|
||||
<td data-title="Filato"> <%=rowBean.getArticoloFilatoColore().getArticoloFilato().getDescrizione()%> </td>
|
||||
<td data-title="Colore"><%=rowBean.getArticoloFilatoColore().getColoreFilato().getDescrizione()%></td>
|
||||
<td data-title="%"><%=nf.format(rowBean.getPercentuale())%></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
76
www/admin/tessuto/_inc_articoloTessuto_fornitore.jsp
Normal file
76
www/admin/tessuto/_inc_articoloTessuto_fornitore.jsp
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanAF" scope="request" class="it.acxent.art.ArticoloFornitore" type="it.acxent.art.ArticoloFornitore" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
<acx:if wherecondition="<%=bean.getId_articoloTessuto()==0%>">
|
||||
<h1><acx:lang>Per inserire devi prima salvare il record</acx:lang></h1>
|
||||
</acx:if>
|
||||
<acx:else>
|
||||
<input name="dataUltimoPrezzo" type="hidden" id="dataUltimoPrezzo" value="<%=df.format(beanAF.getDataUltimoPrezzo())%>" >
|
||||
<input name="costoVecchio" type="hidden" id="costoVecchio" value="<%=nf.format(beanAF.getCostoVecchio())%>">
|
||||
|
||||
<input name="id_articoloFornitore" type="hidden" id="id_articoloFornitore" value="<%=beanAF.getId_articoloFornitore()%>">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<label><acx:lang>Fornitore/Confezionista</acx:lang></label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" name="id_clifor" id="id_clifor" >
|
||||
<acx:optionvec boundcolumn="id_fornitore" desccolumn="descrizioneCompleta" vectumerator="listaFornitori" value="<%=beanAF.getId_fornitore()%>"> </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label><acx:lang>Cod. Fornitore</acx:lang>:</label>
|
||||
<br>
|
||||
<input class="form-control input-sm" type="text" id="codiceFornitore" name="codiceFornitore" size="10" maxlength="20" value="<%= beanAF.getCodiceFornitore() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label><acx:lang>Costo (Imp.)</acx:lang>:</label>
|
||||
<br>
|
||||
<input class="form-control input-sm" type="text" id="costo" name="costo" size="10" maxlength="20" value="<%= nf.format(beanAF.getCosto()) %>">
|
||||
</div>
|
||||
<div class="col-lg-1">
|
||||
<label><acx:lang>Abituale</acx:lang>:</label>
|
||||
<br />
|
||||
<input type="checkbox" <%= beanAF.getFlgAbituale()==1?"checked":""%> name="ckflgAbituale" id="ckflgAbituale">
|
||||
<input type="hidden" name="flgAbituale" id="flgAbituale" value="<%=beanAF.getFlgAbituale()%>">
|
||||
</div>
|
||||
<div class="col-lg-1">
|
||||
<label for="txtRicerca"> </label>
|
||||
<br>
|
||||
<a href="javascript:addFornitore();"><i class="fa fa-plus fa-2x" aria-hidden="true"></i></a> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-striped" style="border: 1px solid #ededed;">
|
||||
<tr>
|
||||
<th width="6%"> </th>
|
||||
<th><acx:lang>Fornitore/Confezionista</acx:lang></th>
|
||||
<th ><acx:lang>Cod. Fornitore</acx:lang> </th>
|
||||
<th><acx:lang>Costo (imp.)</acx:lang></th>
|
||||
<th><acx:lang>Costo Vecchio (imp)</acx:lang></th>
|
||||
<th><acx:lang>Data ult. costo </acx:lang></th>
|
||||
<th><acx:lang>Abituale</acx:lang></th>
|
||||
</tr>
|
||||
<acx:whilevec rowbeanclass="it.acxent.art.ArticoloFornitore" vectumerator="listaArticoloFornitori">
|
||||
<tr>
|
||||
<td><a href="javascript:modifyFornitore(<%=rowBean.getId_articoloFornitore()%>);"><i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i></a> <a href="javascript:delFornitore(<%=rowBean.getId_articoloFornitore()%>)"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a></td>
|
||||
<td><%= rowBean.getFornitore().getCognome() %></td>
|
||||
<td><%= rowBean.getCodiceFornitore() %></td>
|
||||
<td><%= nf.format(rowBean.getCosto()) %></td>
|
||||
<td><%= nf.format(rowBean.getCostoVecchio()) %></td>
|
||||
<td><%= df.format(rowBean.getDataUltimoPrezzo()) %></td>
|
||||
<td align="center"><acx:if wherecondition="<%= rowBean.getFlgAbituale()==1 %>"> <i class="fa fa-check" aria-hidden="true" title="Abituale"></i> </acx:if></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</acx:else>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
56
www/admin/tessuto/_inc_articoloTessuto_navetta.jsp
Normal file
56
www/admin/tessuto/_inc_articoloTessuto_navetta.jsp
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca"> Altezza utile:</label>
|
||||
<br>
|
||||
<input name="altezzaMin" type="text" class="form-control input-sm numberinput" id="altezzaMin" value="<%= bean.getAltezzaMin() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Altezza max.:</label>
|
||||
<br>
|
||||
<input name="altezzaMax" type="text" class="form-control input-sm numberinput" id="altezzaMax" value="<%= bean.getAltezzaMax() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Lunghezza finita:</label>
|
||||
<br>
|
||||
<input name="lunghezzaFinita" type="text" class="form-control input-sm numberinput" id="lunghezzaFinita" value="<%= bean.getLunghezzaFinita() %>">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Peso min.:</label>
|
||||
<br>
|
||||
<input name="pesoMin" type="text" class="form-control input-sm numberinput" id="pesoMin" value="<%= nf.format(bean.getPesoMin()) %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Peso max.:</label>
|
||||
<br>
|
||||
<input name="pesoMax" type="text" class="form-control input-sm numberinput" id="pesoMax" value="<%= nf.format(bean.getPesoMax()) %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Peso mtq:</label>
|
||||
<br>
|
||||
<input name="pesoMq" type="text" class="form-control input-sm numberinput" id="pesoMq" value="<%= nf.format(bean.getPesoMq()) %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Unità di misura:</label>
|
||||
<br>
|
||||
<select name="flgUdm" id="flgUdm" class="form-control input-sm select2" style="width: 100%;">
|
||||
<option value="1" <%=bean.getFlgUdm()==1?"selected":"" %>>nr.</option>
|
||||
<option value="2" <%=bean.getFlgUdm()==2?"selected":"" %>>kg.</option>
|
||||
<option value="3" <%=bean.getFlgUdm()==3?"selected":"" %>>mt.</option>
|
||||
<option value="4" <%=bean.getFlgUdm()==4?"selected":"" %>>l.</option>
|
||||
<option value="5" <%=bean.getFlgUdm()==5?"selected":"" %>>mq.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
17
www/admin/tessuto/_inc_articoloTessuto_note.jsp
Normal file
17
www/admin/tessuto/_inc_articoloTessuto_note.jsp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<%-- RIGA 1 --%>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="descrizione">Note Tessuto:</label>
|
||||
<br>
|
||||
<textarea id="notaTessuto" name="notaTessuto" cols="50" rows="4" class="form-control input-sm"><%= bean.getNotaTessuto() %></textarea>
|
||||
</div>
|
||||
</div>
|
||||
45
www/admin/tessuto/_inc_articoloTessuto_simboli.jsp
Normal file
45
www/admin/tessuto/_inc_articoloTessuto_simboli.jsp
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!--_inc_articoloTessuto_simboli.jsp -->
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
|
||||
|
||||
<div class="row"><input type="hidden" name="lavaggio" value="<%= bean.getSimboliLavaggio().getLavaggio().getCodiceSimbolo() %>">
|
||||
<input type="hidden" name="candeggio" value="<%= bean.getSimboliLavaggio().getCandeggio().getCodiceSimbolo() %>">
|
||||
<input type="hidden" name="stiratura" value="<%= bean.getSimboliLavaggio().getStiratura().getCodiceSimbolo() %>">
|
||||
<input type="hidden" name="pulituraSecco" value="<%= bean.getSimboliLavaggio().getPulituraSecco().getCodiceSimbolo() %>">
|
||||
<input type="hidden" name="asciugatura" value="<%= bean.getSimboliLavaggio().getAsciugatura().getCodiceSimbolo() %>">
|
||||
<div class="col-lg-12">
|
||||
<label>Simboli di lavaggio:</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-2 col-xs-2">
|
||||
<label>Lavaggio:</label>
|
||||
<br>
|
||||
<a href="javascript:ruotaLavaggio()"><img src="../_V4/_img/Icons/simboliLavaggio/<%= bean.getSimboliLavaggio().getLavaggio().getCodiceSimbolo() %>.gif" alt="Lavaggio" name="img_lavaggio" width="64" border="0"></a> </div>
|
||||
<div class="col-lg-2 col-xs-2">
|
||||
<label>Candeggio:</label>
|
||||
<br>
|
||||
<a href="javascript:ruotaCandeggio()"><img src="../_V4/_img/Icons/simboliLavaggio/<%= bean.getSimboliLavaggio().getCandeggio().getCodiceSimbolo() %>.gif" alt="Candeggio" name="img_candeggio" width="64" border="0"></a> </div>
|
||||
<div class="col-lg-2 col-xs-2">
|
||||
<label>Stiro:</label>
|
||||
<br>
|
||||
<a href="javascript:ruotaStiratura()"><img src="../_V4/_img/Icons/simboliLavaggio/<%= bean.getSimboliLavaggio().getStiratura().getCodiceSimbolo() %>.gif" alt="Stiratura" name="img_stiratura" width="64" border="0"></a> </div>
|
||||
<div class="col-lg-2 col-xs-2">
|
||||
<label>Pulitura a secco:</label>
|
||||
<br>
|
||||
<a href="javascript:ruotaPulituraSecco()"><img src="../_V4/_img/Icons/simboliLavaggio/<%= bean.getSimboliLavaggio().getPulituraSecco().getCodiceSimbolo() %>.gif" alt="Pulitura a Secco" name="img_pulituraSecco" width="64" border="0"></a> </div>
|
||||
<div class="col-lg-2 col-xs-2">
|
||||
<label>Asciugatura:</label>
|
||||
<br>
|
||||
<a href="javascript:ruotaAsciugatura()"><img src="../_V4/_img/Icons/simboliLavaggio/<%= bean.getSimboliLavaggio().getAsciugatura().getCodiceSimbolo() %>.gif" alt="Asciugatura" name="img_asciugatura" width="64" border="0"></a> </div>
|
||||
</div>
|
||||
49
www/admin/tessuto/_inc_articoloTessuto_varianti.jsp
Normal file
49
www/admin/tessuto/_inc_articoloTessuto_varianti.jsp
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
<input type="hidden" class="form-control input-sm" name="id_articoloTessutoColore" id="id_articoloTessutoColore" maxlength="2">
|
||||
<div class="row" id="no-more-tables">
|
||||
<div class="col-lg-3 col-xs-12" >
|
||||
<label><acx:lang>Colore da aggiungere</acx:lang>:</label>
|
||||
<acx:inputajax bean="null" boundcolumn="id_colore" action='<%="/admin/artConfig/Colore.abl?&searchTxt="%>'
|
||||
nchar="0" returndata="id_colore,descrizioneColore" nextacion="addColore()"
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="nuovoColoreTessuto()" >
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneColore" type="text" class="form-control input-sm ajSearchText" id="descrizioneColore" value="" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-xs-12" > <br>
|
||||
<a href="javascript:addColore()" class="btn btn-primary pull-right"><acx:lang>Inserisci</acx:lang></a> </div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box-body table-responsive">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th><acx:lang>Colore</acx:lang></th>
|
||||
<th>Dispo</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoColore" vectumerator="listaTessutoColori">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:delColore(<%=rowBean.getId_articoloTessutoColore()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a></div></td>
|
||||
<td data-title="<acx:lang>Colore</acx:lang>"><%= rowBean.getColore().getDescrizioneCompleta(lang) %></td>
|
||||
<td data-title="<acx:lang>Colore</acx:lang>"><%= rowBean.getQuantitaMagazzinoMovimentoHtml() %></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row" id="no-more-tables">
|
||||
<div class="col-lg-3" >
|
||||
<label>Colore:</label>
|
||||
<input type="hidden" class="form-control input-sm" name="id_articoloTessutoColore" id="id_articoloTessutoColore" maxlength="2">
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="id_colore" id="id_colore">
|
||||
<acx:optionvec boundcolumn="id_colore" desccolumn="descrizione" vectumerator="listaColori" > </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-2" > <br>
|
||||
<a href="javascript:addColore()" class="btn btn-primary pull-right">Inserisci</a> </div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box-body table-responsive">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Colore</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoColore" vectumerator="listaTessutoColori">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:delColore(<%=rowBean.getId_articoloTessutoColore()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a></div></td>
|
||||
<td data-title="Colore"><%= rowBean.getColore().getDescrizione(lang) %></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
471
www/admin/tessuto/_js/tex-articoloTessuto.js
Normal file
471
www/admin/tessuto/_js/tex-articoloTessuto.js
Normal file
|
|
@ -0,0 +1,471 @@
|
|||
// pkg_tipoPagamento
|
||||
|
||||
///////////////////////////////////////////
|
||||
////////T O O L B A R /////////////////////
|
||||
///////////////////////////////////////////
|
||||
|
||||
/* COPPIA FORMFIELD MODALFIELD PER CARICAMENTO DATI */
|
||||
/* DALLA MODAL ALLA MAIN E VICEVERSA per cnuovo o midifico clifor*/
|
||||
var retItemsColoreTessuto = [{
|
||||
"formField": "id_colore",
|
||||
"modalField": "id_colore"
|
||||
}, {
|
||||
"formField": "descrizioneColore",
|
||||
"modalField": "descrizioneColore"
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
/////////////////////////////////////////////7
|
||||
function checkFields()
|
||||
/////////////////////////////////////////////7
|
||||
{
|
||||
//R per required
|
||||
//isNum per numerico
|
||||
//isNumKey è una chiave.. uguale a isNum>0 ma cambio il messaggio
|
||||
//isNum>x per numerico maggiore di x
|
||||
//isNum<x per numerico minore di x
|
||||
//isEmail per indirizzo email
|
||||
//inRange1:10 per ..
|
||||
//3 stringhe
|
||||
//1: nome del field
|
||||
//2: se '' visualizza il nome del field, altrimenti questo campo
|
||||
//3: R/N+''/isNum/isEmail/inRangea:b
|
||||
return Ab.validateForm('flgTipoat', 'Tipologia', 'R', 'id_tipo', 'Tipo', 'RisNumKey');
|
||||
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////7
|
||||
function checkSearchFields()
|
||||
/////////////////////////////////////////////7
|
||||
{
|
||||
if (document.main.crNS == 1)
|
||||
return false;
|
||||
else {
|
||||
//return Ab.validateForm('descrizione','Descrizione','R','numero','Numero','RisNum>0','eMail','','NisEmail');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
function checkBoxes()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
//Ab.setChekBoxValue("dettaglio","flgSommaCRL","1","0");
|
||||
|
||||
}
|
||||
|
||||
function checkRadio() {
|
||||
//Ab.setRadioButtonValue("dettaglio","flgPlaAntPos");
|
||||
}
|
||||
|
||||
function checkBoxesCR()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
//Ab.setChekBoxValue("ricerca","flgSommaCRL","1","0");
|
||||
}
|
||||
|
||||
function checkRadioCR() {
|
||||
//Ab.setRadioButtonValue("ricerca","flgPlaAntPos");
|
||||
|
||||
}
|
||||
|
||||
/***************************************************/
|
||||
/***************************************************/
|
||||
/** COMANDI PER INSERIRE COMPOSIZIONE FILATO
|
||||
/***************************************************/
|
||||
/***************************************************/
|
||||
function addFilatoM() {
|
||||
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
if (Ab.validateForm('id_articoloFilato', 'Filato', 'R', 'id_coloreFilato', 'Colore Filato', 'R', 'percentuale', 'percentuale', 'RisNum>0')) {
|
||||
f.cmd.value = "addFilatoM";
|
||||
f.act.value = "";
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
function modFilatoM(l_id)
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
{
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
// FACCIO IL SUBMIT
|
||||
f.cmd.value = "modFilatoM";
|
||||
f.act.value = "";
|
||||
f.id_articoloTessutoFilato.value = l_id;
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function delFilatoM(l_id)
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
if (Ab.confirmDelete()) {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
// FACCIO IL SUBMIT
|
||||
f.cmd.value = "delFilatoM";
|
||||
f.act.value = "";
|
||||
f.id_articoloTessutoFilato.value = l_id;
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*******************************************/
|
||||
/*******************************************/
|
||||
/* fetch che carica il colore dato il filato /*
|
||||
/*******************************************/
|
||||
/*******************************************/
|
||||
function caricaColore() {
|
||||
var id_articoloFilato = $("#id_articoloFilato").val(),
|
||||
actionPage = $("#actionPage").val();
|
||||
|
||||
|
||||
if (id_articoloFilato == 0) {
|
||||
alert('pio');
|
||||
} else {
|
||||
//alert("cmd=caricaColoreFilato&id_articoloFilato=" + id_articoloFilato);
|
||||
Ab.fetch4(actionPage, "cmd=caricaColoreFilato&id_articoloFilato=" + id_articoloFilato, null, "postCaricaColore()");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
function postCaricaColore(response) {
|
||||
//in response ho il risultato di _fetchCombFilatoColore.jsp
|
||||
|
||||
$("#coloreFilato").html(response);
|
||||
Ab.setFocus("id_articoloFilatoColore");
|
||||
|
||||
}
|
||||
|
||||
|
||||
/***************************************************/
|
||||
/***************************************************/
|
||||
/** COMANDI PER INSERIRE TESSUTO ACCOPPIATO
|
||||
/***************************************************/
|
||||
/***************************************************/
|
||||
function addTessutAccoppiato() {
|
||||
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
if (Ab.validateForm('id_articoloFilato', 'Filato', 'R', 'id_coloreFilato', 'Colore Filato', 'R', 'percentuale', 'percentuale', 'RisNum>0')) {
|
||||
f.cmd.value = "addTessutAccoppiato";
|
||||
f.act.value = "";
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function delTessutoAccoppiato(l_id)
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
Ab.confirmDelete4(function () {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
// FACCIO IL SUBMIT
|
||||
f.cmd.value = "delTessutAccoppiato";
|
||||
f.act.value = "";
|
||||
f.id_articoloTessutoAccoppiato.value = l_id;
|
||||
Ab.submitAj('main');
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
/* DETTAGLIO tessuto su popup */
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
function dettaglioArticoloTessutoCR(l_id, l_idAv) {
|
||||
/*
|
||||
var f = document.main;
|
||||
theAction=webApp+"/admin/art/Articolo.abl?cmd=viewM&id_articolo="+l_id;
|
||||
wArticolo=window.open(theAction, "Lista_Varianti","width=810,height=600,status=yes,resizable=yes,top=100,left=100,scrollbars=yes");
|
||||
wArticolo.focus();
|
||||
*/
|
||||
|
||||
//alert ("../tessuto/ArticoloTessutoColore.abl?cmd=dettaglioDisponibilita&id_articoloTessuto=" + l_id );
|
||||
$(".mov-body").load("../tessuto/ArticoloTessutoColore.abl?cmd=dettaglioDisponibilita&id_articoloTessuto=" + l_id);
|
||||
|
||||
$("#modalMov").modal("show");
|
||||
|
||||
|
||||
/*
|
||||
$( "#dettaglioWin" ).dialog("option", "title", "Dettaglio Articolo Varianti");
|
||||
$("#dettaglioWin").load("Articolo.abl?cmd=viewM&id_articolo="+l_id);
|
||||
$("#dettaglioWin").dialog("open");
|
||||
*/
|
||||
}
|
||||
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
/* gestione componente*/
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
function addComponente() {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
if (Ab.validateForm('id_componente', 'Componente', 'R', 'percentuale', 'percentuale', 'RisNum>0')) {
|
||||
f.cmd.value = "addComponente";
|
||||
f.act.value = "";
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function delComponente(l_id) {
|
||||
|
||||
Ab.confirmDelete4(function () {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
// FACCIO IL SUBMIT
|
||||
f.cmd.value = "delComponente";
|
||||
f.act.value = "";
|
||||
|
||||
f.id_articoloTessutoComponente.value = l_id;
|
||||
Ab.submitAj('main');
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
/* gestione colore*/
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
function addColore() {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
if (Ab.validateForm('id_colore', 'Colore', 'R')) {
|
||||
f.cmd.value = "addColore";
|
||||
f.act.value = "";
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function delColore(l_id) {
|
||||
|
||||
Ab.confirmDelete4(function () {
|
||||
var f = document.main;
|
||||
f.action = f.actionPage.value;
|
||||
// FACCIO IL SUBMIT
|
||||
f.cmd.value = "delColore";
|
||||
f.act.value = "";
|
||||
f.id_articoloTessutoColore.value = l_id;
|
||||
Ab.submitAj('main');
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
/* BOTTONE NUOVOCOLORE CAMPO AJAX
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
function nuovoColoreTessuto() {
|
||||
newColore("main", retItemsColoreTessuto);
|
||||
}
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
/* dopo aver salvato il colore vodo ad associarlo all'ordine di taglio
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
function extraPostSaveColore() {
|
||||
addColore();
|
||||
}
|
||||
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
/* gestione costi fornitore del tesuto
|
||||
/************************************************/
|
||||
/************************************************/
|
||||
function addFornitore()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
var f = document.main;
|
||||
if (Ab.validateForm('id_clifor', 'Fornitore', 'R')) {
|
||||
checkBoxes();
|
||||
f.cmd.value = "addFornitore";
|
||||
f.act.value = "";
|
||||
f.action = f.actionPage.value;
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
function delFornitore(l_id)
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
Swal.fire({
|
||||
title: "Elimina Articolo Fornitore",
|
||||
text: "Verra' eliminato il record articolo fornitore. Sei Sicuro?",
|
||||
icon: "warning",
|
||||
showDenyButton: true,
|
||||
showCancelButton: false,
|
||||
confirmButtonText: `Si`,
|
||||
denyButtonText: `No`,
|
||||
cancelButtonText: `Annulla`,
|
||||
}).then((result) => {
|
||||
/* Read more about isConfirmed, isDenied below */
|
||||
if (result.isConfirmed) {
|
||||
//////////////////////////////////
|
||||
$("#main").attr("action", $("#actionPage").val());
|
||||
//$("#flgReport").val("S");
|
||||
$("#cmd", "#main").val("delFornitore");
|
||||
$("#act", "#main").val("");
|
||||
$("#cmd2").val("");
|
||||
$("#id_articoloFornitore").val(l_id);
|
||||
//$("#pageNumber").val("1");
|
||||
Ab.submitAj('main');
|
||||
//////////////////////////////////
|
||||
} else if (result.isDenied) {
|
||||
//Swal.fire('Changes are not saved', '', 'info')
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
function modifyFornitore(l_id)
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
var f = document.main;
|
||||
f.cmd.value = "modFornitore";
|
||||
f.act.value = "";
|
||||
//f.cmd.value="md";
|
||||
//f.act.value="refreshFornitore";
|
||||
f.id_articoloFornitore.value = l_id;
|
||||
f.action = f.actionPage.value;
|
||||
Ab.submitAj('main');
|
||||
|
||||
}
|
||||
|
||||
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
/* aggiunge riga tessuto a lavorazione tessuto*/
|
||||
/***********************************************/
|
||||
/***********************************************/
|
||||
function addRigaTessutoLavTessuto()
|
||||
|
||||
//prima cosa salvo le quantità sui campi hidden
|
||||
//alert('pio');
|
||||
//1 FT fatt vendita
|
||||
//2 FB fattura accompagnatoria
|
||||
//3 fa fattura acquisto
|
||||
//4 bo bolla di accompagnamento
|
||||
//5 prenotazione
|
||||
//Ab.prendiElementoDaId("ADDRIGA").disable;
|
||||
|
||||
{
|
||||
var f = document.main;
|
||||
|
||||
//checkBoxes();
|
||||
f.action = f.actionPage.value;
|
||||
var cf;
|
||||
//gestione euro
|
||||
Ab.aggiustaInputText(f.descrizioneRiga);
|
||||
Ab.aggiustaInputText(f.notaRigaDocumento);
|
||||
|
||||
|
||||
//alert(f.flgTipologia.value);
|
||||
//alert(f.flgClienteFornitore.value);
|
||||
//aggiorniamo la quantiaa
|
||||
//FILATO SOLO KG!!!!!!!
|
||||
|
||||
if ($("#flgUdm").val() == 2)
|
||||
$("#quantita").val($("#kgT").val());
|
||||
else if ($("#flgUdm").val() == 3)
|
||||
$("#quantita").val($("#mtT").val());
|
||||
|
||||
|
||||
//CONTROLLO CAMPI OBBLIGATORI
|
||||
|
||||
if (f.flgClienteFornitore.value == "F")
|
||||
cf = checkTessutoLavTessutoF();
|
||||
else if (f.flgClienteFornitore.value == "C")
|
||||
cf = checkTessutoLavTessutoC();
|
||||
else if (f.flgClienteFornitore.value == "A")
|
||||
cf = checkTessutoLavTessutoA();
|
||||
else {
|
||||
cf = false;
|
||||
alert("ERRORE! Tipo documento no valido");
|
||||
}
|
||||
|
||||
|
||||
if (cf) {
|
||||
f.cmd.value = "addRigaTessuto";
|
||||
//f.act.value="addRigaFilato";
|
||||
$("#currentFocus").val("searchArticolo");
|
||||
//f.flgCaricaArticoli.value=1;
|
||||
//Ab.popUp("ELAB");
|
||||
// Ab.submitAj('main');
|
||||
//
|
||||
Ab.submitAj('main');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*******************************************/
|
||||
/* campi obbligatori per documenti a fornitori*/
|
||||
function checkTessutoLavTessutoF() {
|
||||
//alert('f');
|
||||
var f = document.main;
|
||||
if (f.flgUsaSeriale.value == 1 && document.main.flgTipologia.value != 3 && !Ab.validateForm('seriale', 'Lotto', 'R'))
|
||||
return false;
|
||||
//imponibile in rosso
|
||||
|
||||
var checkMag = true;
|
||||
if ($("#magPartenzaDaScegliere").val() == "true") {
|
||||
checkMag = Ab.validateForm('id_magFisicoPartenza', 'Magazzino Partenza', 'RisNumKey');
|
||||
}
|
||||
|
||||
if (checkMag) {
|
||||
if ($("#magArrivoDaScegliere").val() == "true") {
|
||||
checkMag = Ab.validateForm('id_magFisicoArrivo', 'Magazzino Arrivo', 'RisNumKey');
|
||||
}
|
||||
}
|
||||
if (checkMag) {
|
||||
|
||||
return Ab.validateForm('id_clifor', 'Fornitore', 'RisNumKey', 'quantita2', 'quantita2', 'RisNum>0');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*******************************************/
|
||||
/* campi obbligatori per documenti a clienti*/
|
||||
function checkTessutoLavTessutoC() {
|
||||
//alert('C');
|
||||
var f = document.main;
|
||||
if (f.flgUsaSeriale.value == 1 && document.main.flgTipologia.value != 3 && !Ab.validateForm('seriale2', 'Seriale articolo', 'R'))
|
||||
return false;
|
||||
//prezzoPubblicoConIva in rosso
|
||||
if (f.prezzoPubblicoConIva.value == "0,00" || f.prezzoPubblicoConIva.value == "") {
|
||||
var theIdStyle = document.getElementById('prezzoPubblicoConIva').style;
|
||||
theIdStyle.backgroundColor = "#ff0000";
|
||||
}
|
||||
//corrispettivi.... se emetti fattura id_clifor2 obbligatorio flgEmettiFatturaScontrino
|
||||
//s09-02-2010 viene chamato da add riga... non controllo id_clilfor2
|
||||
// if(f.id_tipoDocumento.value!=1 || (f.id_tipoDocumento.value==1 && f.flgEmettiFatturaScontrino.value==0) ||(f.id_tipoDocumento.value==1 && //Ab.validateForm('id_clifor2','Cliente/Fornitore','RisNumKey')))
|
||||
return Ab.validateForm('id_clifor', 'Cliente/Fornitore', 'R', 'descrizioneRiga2', 'Articolo', 'R', 'quantita', 'quantita2', 'RisNum>0', 'id_iva2', 'codice iva', 'RisNumKey');
|
||||
// else
|
||||
// return false;
|
||||
}
|
||||
116
www/admin/tessuto/_js/tex-articoloTessutoE.js
Normal file
116
www/admin/tessuto/_js/tex-articoloTessutoE.js
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
/***** GESTIONE MODIFICA E NUOVO CLIENTE TRAMITE MODAL ***/
|
||||
/** vedere come è gestita su ab-document.js**/
|
||||
/** ha bisogno di un mapping returnItems tra i campi del form di partenza e la modal che salva e modifica i dati */
|
||||
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
/** NUOVO tessuto SU MODAL*/
|
||||
/* vedi _inc_tessutoE.jsp */
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
function newTessuto(form, retItems) {
|
||||
$("#tessutoRetForm").val(form);
|
||||
$("#tessutoRetItems").val(JSON.stringify(retItems));
|
||||
|
||||
//alert($("#tessutoRetForm").val()+" "+$("#tessutoRetItems").val());
|
||||
|
||||
Ab.fetch("../tessuto/ArticoloTessuto.abl", "cmd=ni&sw=1", "tessutoContainer", "postLoadTessuto()", true);
|
||||
|
||||
setTimeout(function () {
|
||||
{
|
||||
Ab.setFocus("descrizione");
|
||||
//Ab.setFocus($("#descrizione", "#tessutoModal"));
|
||||
|
||||
}
|
||||
|
||||
}, 500);
|
||||
}
|
||||
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
/* MODIFICA CLIENTE SU MODAL */
|
||||
/** carica i dati tramite una fetch e li mette nel div tessutoContainer*/
|
||||
/* vedi _inc_tessutoE.jsp */
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
function modTessuto(form, retItems) {
|
||||
|
||||
var id = $("#id_articoloTessuto").val();
|
||||
//alert(id);
|
||||
if (id != "" && id != 0) {
|
||||
|
||||
|
||||
$("#tessutoRetForm").val(form);
|
||||
$("#tessutoRetItems").val(JSON.stringify(retItems));
|
||||
|
||||
if (id != "") {
|
||||
//sw=1 chiama la pagina tessutoE.jsp che carico in tessutocontainer
|
||||
Ab.fetch("../tessuto/ArticoloTessuto.abl", "cmd=md&sw=1&id_articoloTessuto=" + id, "tessutoContainer", "postLoadTessuto()", true);
|
||||
} else {
|
||||
swal("Errore!", "Selezionare un Tessuto!", "error");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
/** SEMPLICEMENTE POPUP MODAL CON CLIENTE */
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
function postLoadTessuto() {
|
||||
$('#tessutoModalDialog').modal("show");
|
||||
}
|
||||
|
||||
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
/* Salvataggio nuovi dati tramite fetch */
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
function saveTessuto() {
|
||||
if (Ab.validateForm('descrizione', 'Descrizione', 'R')) {
|
||||
//
|
||||
|
||||
//$("#descrizioneTessuto", "#tessutoModal").val($("#codiceTessuto", "#tessutoModal").val() + " " + $("#descrizione_it", "#tessutoModal").val() + " " + $("#descrizione_cn", "#tessutoModal").val())
|
||||
|
||||
var campitessuto = $("#tessutoModal").serialize();
|
||||
|
||||
//alert("prima di fetch"+$("#descrizioneTessuto", "#tessutoModal").val()+" id: "+$("#id_tessuto", "#tessutoModal").val());
|
||||
|
||||
Ab.fetch("../tessuto/ArticoloTessuto.abl", "cmd=asq&act=save&sw=1&" + campitessuto, "tessutoContainer", "postSaveTessuto()");
|
||||
}
|
||||
}
|
||||
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
/* Callback del salvataggio nuovi dati: legge i campi da caricare che sono stati inseriti (come json) nel campo tessutoRetItems*/
|
||||
/* come oggetti chiave (campo della form chiamante) / valore (campo della form nella modal dei clienti)*/
|
||||
/***************************************************************/
|
||||
/***************************************************************/
|
||||
function postSaveTessuto(response) {
|
||||
//nella response ho l'id
|
||||
//alert($("#descrizioneTessuto", "#tessutoModal").val()+" id: "+$("#id_tessuto", "#tessutoModal").val());
|
||||
var form = "#" + $("#tessutoRetForm").val(),
|
||||
retItems = JSON.parse($("#tessutoRetItems").val());
|
||||
|
||||
|
||||
|
||||
for (var i = 0, len = retItems.length; i < len; i++) {
|
||||
var item = retItems[i];
|
||||
|
||||
//console.log(item.formField + " - " + $("#" + item.formField, form).val() + " / " + item.modalField + " - " + $("#" + item.modalField, "#tessutoModal").val() + " / " + $("#" + item.formField, form).prop('tagName'));
|
||||
|
||||
$("#" + item.formField, form).val($("#" + item.modalField, "#tessutoModal").val());
|
||||
}
|
||||
|
||||
$('#tessutoModalDialog').modal('hide');
|
||||
setTimeout(function () {
|
||||
{
|
||||
extraPostSaveTessuto();
|
||||
|
||||
}
|
||||
|
||||
}, 200);
|
||||
|
||||
|
||||
}
|
||||
29
www/admin/tessuto/_js/tex-daProdurre.js
Normal file
29
www/admin/tessuto/_js/tex-daProdurre.js
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
/////////////////////////////////////////////7
|
||||
function checkFields()
|
||||
/////////////////////////////////////////////7
|
||||
{
|
||||
return Ab.validateForm('descrizione','Descrizione','R');
|
||||
}
|
||||
|
||||
function checkBoxesCR()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
//var f = document.main;
|
||||
//if (f.ckFlgValido.checked) f.flgValido.value="S";else f.flgValido.value="N";
|
||||
}
|
||||
|
||||
function checkRadioCR()
|
||||
{
|
||||
/*var f = document.main;
|
||||
|
||||
if(f.rbFlgPagata[0].checked)
|
||||
f.flgPagata.value=f.rbFlgPagata[0].value;
|
||||
else
|
||||
if(f.rbFlgPagata[1].checked)
|
||||
f.flgPagata.value=f.rbFlgPagata[1].value;
|
||||
else
|
||||
f.flgPagata.value="";
|
||||
*/
|
||||
|
||||
}
|
||||
41
www/admin/tessuto/articoloFilatoColoreSerAjST.jsp
Normal file
41
www/admin/tessuto/articoloFilatoColoreSerAjST.jsp
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" ></jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator"></jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" -->
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloFilatoColoreCR" type="it.acxent.tex.anag.ArticoloFilatoColoreCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable --><acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<!-- UTILIZZATO PER LO SCARICO QUINDI HO BISOGNO DELLE QUANTITA' (MA ANCHE NO) SICURAMENTE DEI PREZZI-->
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloFilatoColore" vectumerator="list">
|
||||
<%RI.setRiValues("");
|
||||
RI.addRiValues(rowBean.getId_articoloFilatoColore());
|
||||
RI.addRiValues(rowBean.getId_articoloFilato());
|
||||
RI.addRiValues(rowBean.getId_coloreFilato());
|
||||
RI.addRiValues(rowBean.getMagFisico().getDescrizione()+" "+rowBean.getDescrizioneCompleta());
|
||||
RI.addRiValues(rowBean.isUsaLotti()==true?1:0);
|
||||
RI.addRiValues(rowBean.getId_iva(CR.getClifor()));
|
||||
// i filati saranno sempre con udm kg e tiplogia kg!!!
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgUdm());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgKg());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgMt());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgNr());
|
||||
//
|
||||
RI.addRiValues(rowBean.getSeriale());
|
||||
//RI.addRiValues("33,33");
|
||||
//RI.addRiValues(nf.format(rowBean.getPrezzoArticolo(CR.getClifor()).getPercSconto())); //RI.addRiValues(nf.format(rowBean.getPrezzoArticolo(CR.getClifor()).getPrezzoBase())); //RI.addRiValues(nf.format(rowBean.getPrezzoArticoloIva(CR.getClifor()).getPrezzoBase()));
|
||||
|
||||
%>
|
||||
<%-- +" ----- "+ RI.getRiValues() --%>
|
||||
<li><%=Ab.inputAjSearchDiv4(list.getIndex(),RI.getSelectedKey(),RI.getDivList(),list.getIndex()+"-"+ rowBean.getMagFisico().getDescrizione()+" "+rowBean.getDescrizioneCompleta() +" lotto: "+rowBean.getSeriale() +" Kg. "+nf.format(rowBean.getQuantitaAfc())) %>
|
||||
</li>
|
||||
</acx:whilevec>
|
||||
</ul><!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon><div id="stRow"><p>ATTENZIONE! Sessione scaduta.</p></div></acx:else_logon><!-- InstanceEnd -->
|
||||
281
www/admin/tessuto/articoloTessuto.jsp
Normal file
281
www/admin/tessuto/articoloTessuto.jsp
Normal file
|
|
@ -0,0 +1,281 @@
|
|||
<!-- InstanceBegin template="/Templates/4LTEContent.dwt" codeOutsideHTMLIsLocked="false" --><%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" 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>
|
||||
<input type="hidden" name="_async" id="_async">
|
||||
<jsp:useBean id="encType" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
|
||||
<input name="beanMsg" type="hidden" id="beanMsg" value="<%=Ab.formatBeanMsg( msg, grantMsg)%>">
|
||||
<input name="logonRes" type="hidden" id="logonRes" value="<%=logon%>">
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="readonly" class="java.lang.String" type="java.lang.String" scope="request" >
|
||||
</jsp:useBean>
|
||||
<acx:if_logon_ok trueifnotsecure="true"><!-- InstanceBeginEditable name="bean" -->
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Anagrafica Tessuti">
|
||||
<!-- pagine di dettaglio -->
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanAC" class="it.acxent.tex.anag.ArticoloTessutoComponente" type="it.acxent.tex.anag.ArticoloTessutoComponente" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<!-- pagine di ricerca -->
|
||||
<!-- InstanceEndEditable -->
|
||||
<!--- intestazione stampa -->
|
||||
<div class="row visible-print-block">
|
||||
<div class="col-lg-12">
|
||||
<div id="printTitleContent" class="pageTitle pull-left">Stampa</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-toolbar hidden-print">
|
||||
<div class="row row-breadcrumb">
|
||||
<div class="col-lg-8">
|
||||
<ol class="breadcrumb">
|
||||
<!-- InstanceBeginEditable name="breadcrumb" -->
|
||||
<li><a href="javascript:Ab.dashboard()"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li ><a href="javascript:Ab.callAbl('/admin/tessuto/ArticoloTessuto',null,'back')">Elenco Anagrafica Tessuti</a></li>
|
||||
<li class="active">Dettaglio Anagrafica Tessutox</li>
|
||||
<!-- InstanceEndEditable -->
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-4 lastUpdInfo"><!-- InstanceBeginEditable name="lastupdate" --> <%=bean.getLastUpdInfo()%> <!-- InstanceEndEditable --></div>
|
||||
</div>
|
||||
<div class="box box-header">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><!-- InstanceBeginEditable name="toolbar" --> <a class="btn btn-app btn-app-sm" href="javascript:newCommandPD()"> <i class="fa fa-file-o" title="<acx:lang>Nuovo Record</acx:lang>"></i>
|
||||
<acx:lang>Nuovo</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:saveCommand()"> <i class="fa fa-floppy-o" title="<acx:lang>Salva Record</acx:lang>"></i>
|
||||
<acx:lang>Salva</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:Ab.printW()"> <i class="fa fa-print" title="<acx:lang>Stampa</acx:lang>"></i>
|
||||
<acx:lang>Stampa</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:deleteCommand()"> <i class="fa fa-trash-o" title="<acx:lang>Cancella Record</acx:lang>"></i>
|
||||
<acx:lang>Elimina</acx:lang>
|
||||
</a><!-- InstanceEndEditable --></div>
|
||||
<div class="col-lg-4" >
|
||||
<p id="messaggi" class="messaggi"><%=Ab.formatBeanMsg( msg, grantMsg)%></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content">
|
||||
<form method="post" action="" name="main" id="main" <%=encType%>>
|
||||
<jsp:include page="../_V4/_inc/_formMainFields.jsp" flush="true" />
|
||||
<!-- InstanceBeginEditable name="logonOk" -->
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tessuto/ArticoloTessuto.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="D">
|
||||
<input name="lastUpdTmst" id="lastUpdTmst" type="hidden" value="<%= bean.getLastUpdTmstString() %>">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= bean.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= bean.getCurrentFocus() %>">
|
||||
<input type="hidden" id="id_articoloTessuto" name="id_articoloTessuto" value="<%=bean.getId_articoloTessuto()%>">
|
||||
|
||||
<!-- dettaglio -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box box-dettaglio">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>Tipologia:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgTipoAT" id="flgTipoAT" onChange="refresh()">
|
||||
<acx:optionflg boundcolumn="flgTipoAT" valuelist="0,1"> </acx:optionflg>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-1 col-xs-6">
|
||||
<label for="txtRicerca">Codice:</label>
|
||||
<br>
|
||||
<input name="codiceAT" type="text" class="form-control input-sm" id="codiceAT" value="<%= bean.getCodiceAT() %>" maxlength="30" >
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label for="txtRicerca">Descrizione:</label>
|
||||
<br>
|
||||
<input name="descrizione" type="text" class="form-control input-sm" id="descrizione" value="<%= bean.getDescrizione() %>" maxlength="30" defaultFocus="focus">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Tipo:</label>
|
||||
<br>
|
||||
<acx:inputajax bean="bean" boundcolumn="id_tipo" action='<%="/admin/artConfig/Tipo.abl?flgSoloFoglie=1&flgAFT=2&searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion="id_iva"
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneTipo" type="text" class="form-control input-sm ajSearchText" id="descrizioneTipo" value="<%= bean.getTipo().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
<div class="col-lg-1 col-xs-6">
|
||||
<label>Stagione:</label>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="id_stagione" id="id_stagione">
|
||||
<acx:optionvec boundcolumn="id_stagione" desccolumn="descrizione" vectumerator="listaStagioni" value="<%=bean.getId_stagione()%>"> </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-1 col-xs-6">
|
||||
<label>Aliquota IVA:</label>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="id_iva" id="id_iva">
|
||||
<acx:optionvec boundcolumn="id_iva" desccolumn="descrizione" vectumerator="listaIva" value="<%=bean.getId_iva()%>"> </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label for="txtRicerca"> Stato tessuto:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgStato" id="flgStato">
|
||||
<option value="0" <%=bean.getFlgStato()==0?"selected":"" %>>In produzione</option>
|
||||
<option value="1" <%=bean.getFlgStato()==1?"selected":"" %>>Fuori produzione</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label>Codice doganale:</label>
|
||||
<br>
|
||||
<input name="codiceDoganale" type="text" class="form-control input-sm numberinput" id="codiceDoganale" value="<%= bean.getCodiceDoganale() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Prezzo base:</label>
|
||||
<br>
|
||||
<input name="prezzoBase" type="text" class="form-control input-sm numberinput" id="prezzoBase" value="<%= nf.format(bean.getPrezzoBase()) %>" <%= Ab.jsCrS() %>>
|
||||
</div>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==0%>">
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>Tipo:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgTipoTessutoM" id="flgTipoTessutoM" onChange="refresh()">
|
||||
<acx:optionflg boundcolumn="flgTipoTessutoM" valuelist="0,1,2,3" > </acx:optionflg>
|
||||
</select>
|
||||
</div>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_FINITO%>">
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>Greggio di partenza:</label>
|
||||
<br>
|
||||
<acx:inputajax bean="bean" boundcolumn="id_articoloTessuto" resultboundcolumn="id_articoloTessutoPadre" action='/admin/tessuto/ArticoloTessuto.abl?flgTipoRicerca=2&flgTipoTessutoM=0&searchTxt='
|
||||
nchar="0" nrow="40" returndata="" nextacion=""
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneGreggio" type="text" class="form-control input-sm ajSearchText" id="descrizioneGreggio" value="<%= bean.getArticoloTessutoPadre().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
</div>
|
||||
|
||||
<!-- se confezione....-->
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label>Capi Per telo:</label>
|
||||
<br>
|
||||
<input name="capiPerTelo" type="text" class="form-control input-sm numberinput" id="capiPerTelo" value="<%= bean.getCapiPerTelo() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Num. Teli Massimo:</label>
|
||||
<br>
|
||||
<input name="numTeliMax" type="text" class="form-control input-sm numberinput" id="numTeliMax" value="<%= bean.getNumTeliMax() %>">
|
||||
</div>
|
||||
</div><div class="row">
|
||||
<div class="col-lg-12 col-xs-12">
|
||||
<label>Disponibilita':</label>
|
||||
<%=bean.getQuantitaMagazzinoMovimentoHtml()%> <a href="javascript:dettaglioArticoloTessutoCR(<%=bean.getId_articoloTessuto()%>)"> <i class="fa fa-file-text-o" aria-hidden="true" title="Dettaglio Articolo Tessuto "></i> </a> </div>
|
||||
</div>
|
||||
<div class="row tabs">
|
||||
<div class="col-lg-12">
|
||||
<!-- Custom Tabs -->
|
||||
<div class="nav-tabs-custom">
|
||||
<ul class="nav nav-tabs" id="tabs">
|
||||
<li class="active"><a href="#SIMBOLI" data-toggle="tab">Simboli lavaggio</a></li>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==0%>">
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_GREGGIO_O_TINTO%>">
|
||||
<li><a href="#COMPOSIZIONE" data-toggle="tab">Composizione Greggio</a></li>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_FINITO%>">
|
||||
<li><a href="#COMPONENTI" data-toggle="tab">Componenti Tessuto</a></li>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<li><a href="#VAR" data-toggle="tab">Varianti</a></li>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_ACCOPPIATO%>">
|
||||
<li><a href="#ACCOPPIATO" data-toggle="tab">Tessuto Accoppiato</a></li>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==1%>">
|
||||
<li><a href="#DATITECNICI" data-toggle="tab">Dati Tecnici</a></li>
|
||||
<li><a href="#NAVETTA" data-toggle="tab">Dati Tessuto</a></li>
|
||||
</acx:if>
|
||||
</ul>
|
||||
<div class="tab-content active">
|
||||
<div class="tab-pane active" id="SIMBOLI">
|
||||
<jsp:include page="_inc_articoloTessuto_simboli.jsp" flush="true" />
|
||||
</div>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==0%>">
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_GREGGIO_O_TINTO%>">
|
||||
<div class="tab-pane" id="COMPOSIZIONE">
|
||||
<jsp:include page="_inc_articoloTessuto_composizione_m.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_FINITO%>">
|
||||
<div class="tab-pane" id="COMPONENTI">
|
||||
<jsp:include page="_inc_articoloTessuto_componenti.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<div class="tab-pane" id="VAR">
|
||||
<jsp:include page="_inc_articoloTessuto_varianti.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_ACCOPPIATO%>">
|
||||
<div class="tab-pane" id="ACCOPPIATO">
|
||||
<jsp:include page="_inc_articoloTessuto_accoppiato_m.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="myModal" class="modal fade" role="dialog"> </div>
|
||||
<!-- InstanceEndEditable -->
|
||||
<input name="dummy" readonly type="text" id="dummy" style="display: none">
|
||||
</form>
|
||||
</section>
|
||||
<!-- SCRIPT DI RESET -->
|
||||
<script language="JavaScript" src="../_V4/_js/_reset.js"></script>
|
||||
<!-- InstanceBeginEditable name="js-pagina" -->
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
<jsp:include page="../artConfig/_inc_coloreE.jsp" flush="true"></jsp:include>
|
||||
<script language="JavaScript" src="../tessuto/_js/tex-articoloTessuto.js"></script>
|
||||
<script language="JavaScript" src="../_V4/_js/simboliLavaggio.js"></script>
|
||||
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="extra" --> <!-- Modal -->
|
||||
<div id="modalMov" class="modal fade" role="dialog">
|
||||
<div class="modal-dialog">
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title">Dettaglio Articoli Tessuto</h4>
|
||||
</div>
|
||||
<div class="modal-body mov-body">
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Chiudi</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- InstanceEndEditable --> </acx:if_logon_ok>
|
||||
<acx:else_logon>Redirect to login<script>Ab.dashboard();</script></acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
37
www/admin/tessuto/articoloTessutoAjST.jsp
Normal file
37
www/admin/tessuto/articoloTessutoAjST.jsp
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!--articoloTessutoAjST.jsp-->
|
||||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" ></jsp:useBean><jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" ></jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator"></jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" -->
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoCR" type="it.acxent.tex.anag.ArticoloTessutoCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable --><acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessuto" vectumerator="list">
|
||||
<%RI.setRiValues("");
|
||||
RI.addRiValues(rowBean.getId_articoloTessuto());
|
||||
RI.addRiValues(rowBean.getId_articoloTessutoColore());
|
||||
RI.addRiValues(rowBean.getDescrizioneCompleta(lang));
|
||||
RI.addRiValues(rowBean.isUsaLotti()==true?1:0);
|
||||
RI.addRiValues(rowBean.getId_iva());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgUdm());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgKg());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgMt());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgNr());
|
||||
RI.addRiValues(rowBean.getLunghezzaFinita());
|
||||
RI.addRiValues(rowBean.getDescrizioneAltezze());
|
||||
RI.addRiValues(rowBean.getDescrizionePesi());
|
||||
%>
|
||||
<%=Ab.inputAjSearchDiv4D(list.getIndex(),RI.getSelectedKey(),RI.getDivList(),rowBean.getDescrizioneCompleta(lang)+" "+rowBean.getTipologiaArticolo().getFlgUdm()) %>
|
||||
|
||||
</acx:whilevec>
|
||||
</ul><!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon><div id="stRow"><p>ATTENZIONE! Sessione scaduta.</p></div></acx:else_logon><!-- InstanceEnd -->
|
||||
195
www/admin/tessuto/articoloTessutoCR.jsp
Normal file
195
www/admin/tessuto/articoloTessutoCR.jsp
Normal file
|
|
@ -0,0 +1,195 @@
|
|||
<!-- InstanceBegin template="/Templates/4LTEContent.dwt" codeOutsideHTMLIsLocked="false" --><%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" 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>
|
||||
<input type="hidden" name="_async" id="_async">
|
||||
<jsp:useBean id="encType" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
|
||||
<input name="beanMsg" type="hidden" id="beanMsg" value="<%=Ab.formatBeanMsg( msg, grantMsg)%>">
|
||||
<input name="logonRes" type="hidden" id="logonRes" value="<%=logon%>">
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="readonly" class="java.lang.String" type="java.lang.String" scope="request" >
|
||||
</jsp:useBean>
|
||||
<acx:if_logon_ok trueifnotsecure="true"><!-- InstanceBeginEditable name="bean" -->
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Anagrafica Tessuti - ricerca">
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoCR" type="it.acxent.tex.anag.ArticoloTessutoCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable -->
|
||||
<!--- intestazione stampa -->
|
||||
<div class="row visible-print-block">
|
||||
<div class="col-lg-12">
|
||||
<div id="printTitleContent" class="pageTitle pull-left">Stampa</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-toolbar hidden-print">
|
||||
<div class="row row-breadcrumb">
|
||||
<div class="col-lg-8">
|
||||
<ol class="breadcrumb">
|
||||
<!-- InstanceBeginEditable name="breadcrumb" -->
|
||||
<li><a href="javascript:Ab.dashboard()"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li class="active">Elenco Anagrafiche Tessuti</li>
|
||||
<!-- InstanceEndEditable -->
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-4 lastUpdInfo"><!-- InstanceBeginEditable name="lastupdate" --><!-- InstanceEndEditable --></div>
|
||||
</div>
|
||||
<div class="box box-header">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><!-- InstanceBeginEditable name="toolbar" --><a class="btn btn-app btn-app-sm" href="javascript:newCommand()"> <i class="fa fa-file-o" title="<acx:lang>Nuovo Record</acx:lang>"></i><acx:lang>Nuovo</acx:lang></a><a class="btn btn-app btn-app-sm" href="javascript:Ab.printW()"> <i class="fa fa-print" title="<acx:lang>Stampa Pagina</acx:lang>"></i><acx:lang>Stampa</acx:lang></a><a class="btn btn-app btn-app-sm " href="javascript:report()"> <i class="fa fa-bar-chart" title="<acx:lang>Report</acx:lang>"></i><acx:lang>Report</acx:lang></a>
|
||||
<!-- InstanceEndEditable --></div>
|
||||
<div class="col-lg-4" >
|
||||
<p id="messaggi" class="messaggi"><%=Ab.formatBeanMsg( msg, grantMsg)%></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content">
|
||||
<form method="post" action="" name="main" id="main" <%=encType%>>
|
||||
<jsp:include page="../_V4/_inc/_formMainFields.jsp" flush="true" />
|
||||
<!-- InstanceBeginEditable name="logonOk" -->
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tessuto/ArticoloTessuto.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="R">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= CR.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= CR.getCurrentFocus() %>">
|
||||
<div class="row hidden-print">
|
||||
<div class="col-lg-12">
|
||||
<div class="box box-ricerca">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Descrizione: </label>
|
||||
<input name="id_articoloTessuto" id="id_articoloTessuto" type="hidden" value="<%=CR.getId_articoloTessuto()%>">
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" id="searchTxt" name="searchTxt" size="25" maxlength="30" value="<%=CR.getSearchTxt()%>" defaultFocus="focus" submit>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Tipo:</label>
|
||||
<br><acx:inputajax boundcolumn="id_tipo" bean="bean" action='<%="/admin/artConfig/Tipo.abl?flgSoloFoglie=-1&flgAFT=2&searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion=""
|
||||
usesubmit="true" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneTipo" type="text" class="form-control input-sm ajSearchText" id="descrizioneTipo" value="<%= CR.getTipo().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>Tipo Tessuto Mag.:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgTipoTessutoM" id="flgTipoTessutoM" onChange="searching()">
|
||||
<acx:optionflg boundcolumn="flgTipoTessutoM" valuelist="-1,0,1,2,3" > </acx:optionflg>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a class="btn-search btn btn-app btn-app-sm pull-right" href="javascript:searching()"> <i class="fa fa-search" title="Cerca"></i>Cerca </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box">
|
||||
<!-- .box-header -->
|
||||
<div class="box-header clearfix hidden-print">
|
||||
<jsp:include page="../_V4/_inc/_inc_paginazione.jsp" flush="true" />
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body " id="no-more-tables">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Codice</th>
|
||||
<th>Descrizione</th>
|
||||
<th>Tipo </th>
|
||||
<th>Tipologia</th>
|
||||
|
||||
<th>Prezzo</th>
|
||||
<th>Disponibilità<br>
|
||||
<span class="text-primary">qt.</span>+<span class=" text-purple"> lav.</span>+<span class=" text-green"> arr.</span>- <span class="text-danger"> imp. </span>=TOT</th>
|
||||
<th>Stato tessuto</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessuto" vectumerator="list">
|
||||
<tr>
|
||||
<td class="comandi2x text-center">
|
||||
<div class="inline text-center hidden-print">
|
||||
<a href="javascript:modifyCommand('<%=rowBean.getId_articoloTessuto()%>');"><i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i></a>
|
||||
<a href="javascript:deleteCommandCR('<%=rowBean.getId_articoloTessuto()%>','<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a>
|
||||
</div>
|
||||
</td>
|
||||
<td data-title="Codice"><%= rowBean.getCodiceAT() %></td>
|
||||
<td data-title="Descrizione"><%= rowBean.getDescrizioneCompletaLista() %></td>
|
||||
<td data-title="Tipo"><%= rowBean.getTipo().getDescrizioneCompleta() %></td>
|
||||
<td data-title="Tipologia"><%= rowBean.getTipoAT() %> <acx:if wherecondition="<%=rowBean.getFlgTipoAT()==0%>">-<%= rowBean.getTipoTessutoM() %></acx:if></td>
|
||||
<td data-title="Prezzo Base" class="text-center"><%= nf.format(rowBean.getPrezzoBase()) %></td>
|
||||
<td data-title="Disponibilita'" ><%=rowBean.getQuantitaMagazzinoMovimentoHtml()%>
|
||||
<a href="javascript:dettaglioArticoloTessutoCR(<%=rowBean.getId_articoloTessuto()%>)">
|
||||
<i class="fa fa-file-text-o" aria-hidden="true" title="Dettaglio Articolo Tessuto "></i>
|
||||
</a></td>
|
||||
<td data-title="Stato" class="text-center">
|
||||
<acx:if wherecondition="<%=rowBean.getFlgStato()==0%>">
|
||||
In prod.
|
||||
</acx:if>
|
||||
<acx:else>
|
||||
Fuori prod.
|
||||
</acx:else>
|
||||
</td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box-footer clearfix hidden-print">
|
||||
<jsp:include page="../_V4/_inc/_inc_paginazione.jsp" flush="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
<input name="dummy" readonly type="text" id="dummy" style="display: none">
|
||||
</form>
|
||||
</section>
|
||||
<!-- SCRIPT DI RESET -->
|
||||
<script language="JavaScript" src="../_V4/_js/_reset.js"></script>
|
||||
<!-- InstanceBeginEditable name="js-pagina" -->
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
<script language="JavaScript" src="../tessuto/_js/tex-articoloTessuto.js"></script>
|
||||
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="extra" --> <!-- Modal -->
|
||||
<div id="modalMov" class="modal fade" role="dialog">
|
||||
<div class="modal-dialog">
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title">Dettaglio Articoli Tessuto</h4>
|
||||
</div>
|
||||
<div class="modal-body mov-body">
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Chiudi</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- InstanceEndEditable --> </acx:if_logon_ok>
|
||||
<acx:else_logon>Redirect to login<script>Ab.dashboard();</script></acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
73
www/admin/tessuto/articoloTessutoColoreDispo.jsp
Normal file
73
www/admin/tessuto/articoloTessutoColoreDispo.jsp
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<!--articoloTessutoColoreDispo.jsp-->
|
||||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" ></jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator"></jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" -->
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoColoreCR" type="it.acxent.tex.anag.ArticoloTessutoColoreCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable --><acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<!-- UTILIZZATO PER LO SCARICO QUINDI HO BISOGNO DELLE QUANTITA' (MA ANCHE NO) SICURAMENTE DEI PREZZI-->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box">
|
||||
<!-- .box-header -->
|
||||
<div class="col-lg-12" > Cambia visualizzazione Dettaglio / Compatta <button type="button" data-toggle="collapse" data-target=".detail"> <span class="collapse detailx in"> <i class="fa fa-toggle-on"></i></span> <span class="collapse detailx out"><i class="fa fa-toggle-off"></i> </span></button></div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body " id="no-more-tables">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
<th>Descrizione </th>
|
||||
<th><span class="collapse detail in">Lotto</span></th>
|
||||
<th> <span class="text-primary"> disp.=</span></th>
|
||||
<th>
|
||||
Lav +</th>
|
||||
<th><span class=" text-green"> arr. +</span></th>
|
||||
<th><span class="text-danger"> imp. </span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoColore" vectumerator="list" columntosum="quantitaAtc;realTimeQuantitaInArrivo;realTimeQuantitaImpegnata;realTimeQuantitaLavorazione" headercolumn="descrizioneCompleta">
|
||||
<acx:wvheader vectumerator="list">
|
||||
<% list.resetAllPartialResults(); %></acx:wvheader>
|
||||
<tr class="collapse in detail">
|
||||
|
||||
|
||||
<td data-title="Descrizione"><%= rowBean.getDescrizioneCompleta() %></td>
|
||||
<td align="right" data-title="Natura/Tinto" ><%= rowBean.getSeriale() %>
|
||||
|
||||
</td>
|
||||
<td align="right" data-title="Kg Disp."><%=rowBean.getArticoloTessuto().getTipologiaArticolo().getUdm()%><%= nf.format(rowBean.getQuantitaAtc()) %></td>
|
||||
<td align="right" data-title="Kg. in arr." ><%=nf.format(rowBean.getRealTimeQuantitaLavorazione())%></td>
|
||||
<td align="right" data-title="Kg. in arr." ><%=nf.format(rowBean.getRealTimeQuantitaInArrivo())%></td>
|
||||
|
||||
<td align="right" data-title="Kg. Imp."><%=nf.format(rowBean.getRealTimeQuantitaImpegnata())%></td>
|
||||
</tr>
|
||||
<acx:wvfooter><tr>
|
||||
|
||||
|
||||
<td data-title="Totale " colspan="2" class="tableWvfooter">Tot. <%= rowBean.getDescrizioneCompleta() %></td>
|
||||
|
||||
|
||||
|
||||
<td align="right" class="tableWvfooter" data-title="Kg Disp."><%= nf.format(list.getSumPartialResult("quantitaAtc")) %></td>
|
||||
<td align="right" class="tableWvfooter" data-title="Kg. in arr."><%= nf.format(list.getSumPartialResult("realTimeQuantitaLavorazione")) %></td>
|
||||
<td align="right" class="tableWvfooter" data-title="Kg. in arr."><%= nf.format(list.getSumPartialResult("realTimeQuantitaInArrivo")) %></td>
|
||||
|
||||
<td align="right" class="tableWvfooter" data-title="Kg. Imp."><%= nf.format(list.getSumPartialResult("realTimeQuantitaImpegnata")) %></td>
|
||||
</tr></acx:wvfooter>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon><div id="stRow"><p>ATTENZIONE! Sessione scaduta.</p></div></acx:else_logon><!-- InstanceEnd -->
|
||||
58
www/admin/tessuto/articoloTessutoColoreSerAjST.jsp
Normal file
58
www/admin/tessuto/articoloTessutoColoreSerAjST.jsp
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<!--articoloTessutoColoreSerAjST.jsp-->
|
||||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" -->
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoColoreCR" type="it.acxent.tex.anag.ArticoloTessutoColoreCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable -->
|
||||
<acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoColore" vectumerator="list">
|
||||
<%RI.setRiValues("");
|
||||
RI.addRiValues(rowBean.getId_articoloTessutoColore());
|
||||
RI.addRiValues(rowBean.getId_articoloTessuto());
|
||||
RI.addRiValues(rowBean.getId_colore());
|
||||
RI.addRiValues(rowBean.getMagFisico().getDescrizione()+" "+rowBean.getDescrizioneCompleta());
|
||||
RI.addRiValues(rowBean.isUsaLotti()==true?1:0);
|
||||
RI.addRiValues(rowBean.getId_iva(CR.getClifor()));
|
||||
// i filati saranno sempre con udm kg e tiplogia kg!!!
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgUdm());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgKg());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgMt());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgNr());
|
||||
//
|
||||
RI.addRiValues(rowBean.getSeriale());
|
||||
//qta disponibile
|
||||
if(rowBean.getTipologiaArticolo().getFlgUdm()==2)
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getUdm()+" "+nf.format(rowBean.getQuantitaV()));
|
||||
else
|
||||
if(rowBean.getTipologiaArticolo().getFlgUdm()==3)
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getUdm()+" "+nf.format(rowBean.getQuantitaV()));
|
||||
//RI.addRiValues("33,33");
|
||||
//RI.addRiValues(nf.format(rowBean.getPrezzoArticolo(CR.getClifor()).getPercSconto())); //RI.addRiValues(nf.format(rowBean.getPrezzoArticolo(CR.getClifor()).getPrezzoBase())); //RI.addRiValues(nf.format(rowBean.getPrezzoArticoloIva(CR.getClifor()).getPrezzoBase()));
|
||||
|
||||
%>
|
||||
<%-- +" ----- "+ RI.getRiValues() --%>
|
||||
<li><%=Ab.inputAjSearchDiv4(list.getIndex(),RI.getSelectedKey(),RI.getDivList(),list.getIndex()+"-"+rowBean.getDescrizioneCompleta() +" lotto: "+rowBean.getSeriale() +" "+rowBean.getTipologiaArticolo().getUdm()+" "+nf.format(rowBean.getQuantitaAtc())) %> </li>
|
||||
</acx:whilevec>
|
||||
</ul>
|
||||
<!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon>
|
||||
<div id="stRow">
|
||||
<p>ATTENZIONE! Sessione scaduta.</p>
|
||||
</div>
|
||||
</acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
70
www/admin/tessuto/articoloTessutoE.jsp
Normal file
70
www/admin/tessuto/articoloTessutoE.jsp
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Colore">
|
||||
<!-- pagine di dettaglio -->
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title">Tessuto </h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form name="tessutoModal" id="tessutoModal" method="post">
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tesssuto/ArticoloTessuto.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="D">
|
||||
<input name="lastUpdTmst" id="lastUpdTmst" type="hidden" value="<%= bean.getLastUpdTmstString() %>">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= bean.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= bean.getCurrentFocus() %>">
|
||||
<input type="hidden" id="id_articoloTessuto" name="id_articoloTessuto" maxlength="" value="<%=bean.getId_articoloTessuto()%>">
|
||||
<input type="hidden" id="descrizioneColore" name="descrizioneColore" maxlength="" value="<%=bean.getDescrizioneCompleta(lang)%>">
|
||||
|
||||
<input type="hidden" id="dummy" name="dummy" maxlength="" >
|
||||
|
||||
<div class="row">
|
||||
<!-- <div class="col-lg-4 col-xs-6">
|
||||
<label>Tipologia:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgTipoAT" id="flgTipoAT" onChange="refresh()">
|
||||
<acx:optionflg boundcolumn="flgTipoAT" valuelist="0,1"> </acx:optionflg>
|
||||
</select>
|
||||
</div>-->
|
||||
<div class="col-lg-4 col-xs-6">
|
||||
<label for="txtRicerca">Codice:</label>
|
||||
<br>
|
||||
<input name="codiceAT" type="text" class="form-control input-sm" id="codiceAT" value="<%= bean.getCodiceAT() %>" maxlength="30" >
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-6">
|
||||
<label for="txtRicerca">Descrizione:</label>
|
||||
<br>
|
||||
<input name="descrizione" type="text" class="form-control input-sm" id="descrizione" value="<%= bean.getDescrizione() %>" maxlength="30" defaultFocus="focus">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Prezzo base:</label>
|
||||
<br>
|
||||
<input name="prezzoBase" type="text" class="form-control input-sm numberinput" id="prezzoBase" value="<%= nf.format(bean.getPrezzoBase()) %>" <%= Ab.jsCrS() %>>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer"> <a class="btn btn-default" href="javascript:saveTessuto()"> <i class="fa fa-floppy-o" title="Salva Record"></i> Salva</a>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-sign-out" aria-hidden="true"></i> Chiudi</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="../tessuto/_js/tex-articoloTessutoE.js"></script>
|
||||
252
www/admin/tessuto/articoloTessuto_conf.jsp
Normal file
252
www/admin/tessuto/articoloTessuto_conf.jsp
Normal file
|
|
@ -0,0 +1,252 @@
|
|||
<!-- InstanceBegin template="/Templates/4LTEContent.dwt" codeOutsideHTMLIsLocked="false" --><%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" 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>
|
||||
<input type="hidden" name="_async" id="_async">
|
||||
<jsp:useBean id="encType" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
|
||||
<input name="beanMsg" type="hidden" id="beanMsg" value="<%=Ab.formatBeanMsg( msg, grantMsg)%>">
|
||||
<input name="logonRes" type="hidden" id="logonRes" value="<%=logon%>">
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="readonly" class="java.lang.String" type="java.lang.String" scope="request" >
|
||||
</jsp:useBean>
|
||||
<acx:if_logon_ok trueifnotsecure="true"><!-- InstanceBeginEditable name="bean" -->
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Anagrafica Tessuti">
|
||||
<!-- pagine di dettaglio -->
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanAC" class="it.acxent.tex.anag.ArticoloTessutoComponente" type="it.acxent.tex.anag.ArticoloTessutoComponente" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<!-- pagine di ricerca -->
|
||||
<!-- InstanceEndEditable -->
|
||||
<!--- intestazione stampa -->
|
||||
<div class="row visible-print-block">
|
||||
<div class="col-lg-12">
|
||||
<div id="printTitleContent" class="pageTitle pull-left">Stampa</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-toolbar hidden-print">
|
||||
<div class="row row-breadcrumb">
|
||||
<div class="col-lg-8">
|
||||
<ol class="breadcrumb">
|
||||
<!-- InstanceBeginEditable name="breadcrumb" -->
|
||||
<li><a href="javascript:Ab.dashboard()"><i class="fa fa-dashboard"></i>
|
||||
<acx:lang>Home</acx:lang>
|
||||
</a></li>
|
||||
<li ><a href="javascript:Ab.callAbl('/admin/tessuto/ArticoloTessuto',null,'back')">
|
||||
<acx:lang>Elenco Anagrafica Tessuti</acx:lang>
|
||||
</a></li>
|
||||
<li class="active">
|
||||
<acx:lang>Dettaglio Anagrafica Tessuto</acx:lang>
|
||||
</li>
|
||||
<!-- InstanceEndEditable -->
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-4 lastUpdInfo"><!-- InstanceBeginEditable name="lastupdate" --> <%=bean.getLastUpdInfo()%> <!-- InstanceEndEditable --></div>
|
||||
</div>
|
||||
<div class="box box-header">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><!-- InstanceBeginEditable name="toolbar" --> <a class="btn btn-app btn-app-sm" href="javascript:newCommandPD()"> <i class="fa fa-file-o" title="<acx:lang>Nuovo Record</acx:lang>"></i>
|
||||
<acx:lang>Nuovo</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:saveCommand()"> <i class="fa fa-floppy-o" title="<acx:lang>Salva Record</acx:lang>"></i>
|
||||
<acx:lang>Salva</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:Ab.printW()"> <i class="fa fa-print" title="<acx:lang>Stampa</acx:lang>"></i>
|
||||
<acx:lang>Stampa</acx:lang>
|
||||
</a><a class="btn btn-app btn-app-sm" href="javascript:deleteCommand()"> <i class="fa fa-trash-o" title="<acx:lang>Cancella Record</acx:lang>"></i>
|
||||
<acx:lang>Elimina</acx:lang>
|
||||
</a><!-- InstanceEndEditable --></div>
|
||||
<div class="col-lg-4" >
|
||||
<p id="messaggi" class="messaggi"><%=Ab.formatBeanMsg( msg, grantMsg)%></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content">
|
||||
<form method="post" action="" name="main" id="main" <%=encType%>>
|
||||
<jsp:include page="../_V4/_inc/_formMainFields.jsp" flush="true" />
|
||||
<!-- InstanceBeginEditable name="logonOk" -->
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tessuto/ArticoloTessuto.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="D">
|
||||
<input name="lastUpdTmst" id="lastUpdTmst" type="hidden" value="<%= bean.getLastUpdTmstString() %>">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= bean.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= bean.getCurrentFocus() %>">
|
||||
<input type="hidden" id="id_articoloTessuto" name="id_articoloTessuto" value="<%=bean.getId_articoloTessuto()%>">
|
||||
<!-- tipo tessuto per conf 1, finito -->
|
||||
<input type="hidden" id="flgTipoTessutoM" name="flgTipoTessutoM" value="1">
|
||||
<!-- tipologia maglieria 0-->
|
||||
<input type="hidden" id="flgTipoAT" name="flgTipoAT" value="0">
|
||||
|
||||
<!-- dettaglio -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box box-dettaglio">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-1 col-xs-6">
|
||||
<label for="txtRicerca">
|
||||
<acx:lang>Codice</acx:lang>:</label>
|
||||
<br>
|
||||
<input name="codiceAT" type="text" class="form-control input-sm" id="codiceAT" value="<%= bean.getCodiceAT() %>" maxlength="30" >
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label for="txtRicerca">
|
||||
<acx:lang>Descrizione</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<input name="descrizione" type="text" class="form-control input-sm" id="descrizione" value="<%= bean.getDescrizione() %>" maxlength="30" defaultFocus="focus">
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<label for="txtRicerca">
|
||||
<acx:lang>Tipo</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<acx:inputajax bean="bean" boundcolumn="id_tipo" action='<%="/admin/artConfig/Tipo.abl?flgSoloFoglie=1&flgAFT=2&searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion="id_iva"
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneTipo" type="text" class="form-control input-sm ajSearchText" id="descrizioneTipo" value="<%= bean.getTipo().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>
|
||||
<acx:lang>Aliquota IVA</acx:lang>
|
||||
:</label>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="id_iva" id="id_iva">
|
||||
<acx:optionvec boundcolumn="id_iva" desccolumn="descrizione" vectumerator="listaIva" value="<%=bean.getId_iva()%>"> </acx:optionvec>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- se confezione....-->
|
||||
|
||||
<div class="col-lg-2">
|
||||
<label>
|
||||
<acx:lang>Capi Per telo</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<input name="capiPerTelo" type="text" class="form-control input-sm numberinput" id="capiPerTelo" value="<%= bean.getCapiPerTelo() %>">
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>
|
||||
<acx:lang>Num. Teli Max</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<input name="numTeliMax" type="text" class="form-control input-sm numberinput" id="numTeliMax" value="<%= bean.getNumTeliMax() %>">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xs-6">
|
||||
<label for="txtRicerca">
|
||||
<acx:lang>Cod. forn. (,cod1,cod2,cod3,.....)</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" id="codiciAlternativiAt" name="codiciAlternativiAt" maxlength="254" value="<%= bean.getCodiciAlternativiAt() %>" >
|
||||
</div>
|
||||
<div class="col-lg-3 col-xs-6">
|
||||
<label for="txtRicerca">
|
||||
<acx:lang>Ultimo Pr. Acquisto /mt</acx:lang>
|
||||
:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" id="ultimoPrezzoAcquisto" name="ultimoPrezzoAcquisto" maxlength="10" value="<%= nf.format(bean.getUltimoPrezzoAcquisto()) %>" submit>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row tabs">
|
||||
<div class="col-lg-12">
|
||||
<!-- Custom Tabs -->
|
||||
<div class="nav-tabs-custom">
|
||||
<ul class="nav nav-tabs" id="tabs">
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==0%>">
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_FINITO%>">
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<li class="active"><a href="#VAR" data-toggle="tab">
|
||||
<acx:lang>Varianti</acx:lang>
|
||||
</a></li>
|
||||
</acx:if>
|
||||
<li><a href="#COMPONENTI" data-toggle="tab">
|
||||
<acx:lang>Componenti Tessuto</acx:lang>
|
||||
</a></li>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getTipo().getFlgFornitori()==1%>">
|
||||
<li><a href="#FORN" data-toggle="tab">Forn.</a></li>
|
||||
</acx:if>
|
||||
|
||||
<li><a href="#NOTE" data-toggle="tab">
|
||||
<acx:lang>Note</acx:lang>
|
||||
</a></li>
|
||||
</ul>
|
||||
<div class="tab-content active">
|
||||
<div class="tab-pane " id="SIMBOLI">
|
||||
<jsp:include page="_inc_articoloTessuto_simboli.jsp" flush="true" />
|
||||
</div>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoAT()==0%>">
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_GREGGIO_O_TINTO%>">
|
||||
<div class="tab-pane" id="COMPOSIZIONE">
|
||||
<jsp:include page="_inc_articoloTessuto_composizione_m.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_FINITO%>">
|
||||
<div class="tab-pane" id="COMPONENTI">
|
||||
<jsp:include page="_inc_articoloTessuto_componenti.jsp" flush="true" />
|
||||
</div>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<div class="tab-pane active" id="VAR">
|
||||
<jsp:include page="_inc_articoloTessuto_varianti.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%=bean.getFlgTipoTessutoM()==bean.TIPO_TESSUTO_M_ACCOPPIATO%>">
|
||||
<div class="tab-pane" id="ACCOPPIATO">
|
||||
<jsp:include page="_inc_articoloTessuto_accoppiato_m.jsp" flush="true" />
|
||||
</div>
|
||||
</acx:if>
|
||||
</acx:if>
|
||||
<div class="tab-pane" id="FORN">
|
||||
<jsp:include page="_inc_articoloTessuto_fornitore.jsp" flush="true" />
|
||||
</div>
|
||||
<div class="tab-pane" id="NOTE">
|
||||
<jsp:include page="_inc_articoloTessuto_note.jsp" flush="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-xs-12 hidden-xs"></div>
|
||||
<div class="col-lg-2 col-xs-12">
|
||||
<input type="button" value="<acx:lang>SALVA</acx:lang>" class="btn btn-block btn-primary btn-success" onClick="javascript:saveCommand()" id="nuovoArticolo" >
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
<input name="dummy" readonly type="text" id="dummy" style="display: none">
|
||||
</form>
|
||||
</section>
|
||||
<!-- SCRIPT DI RESET -->
|
||||
<script language="JavaScript" src="../_V4/_js/_reset.js"></script>
|
||||
<!-- InstanceBeginEditable name="js-pagina" -->
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
<jsp:include page="../artConfig/_inc_coloreE.jsp" flush="true"></jsp:include>
|
||||
<script language="JavaScript" src="../tessuto/_js/tex-articoloTessuto.js"></script>
|
||||
<script language="JavaScript" src="../_V4/_js/simboliLavaggio.js"></script>
|
||||
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="extra" --> <!-- InstanceEndEditable --> </acx:if_logon_ok>
|
||||
<acx:else_logon>Redirect to login<script>Ab.dashboard();</script></acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
36
www/admin/tessuto/articoloTessuto_confAjST.jsp
Normal file
36
www/admin/tessuto/articoloTessuto_confAjST.jsp
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" ></jsp:useBean><jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" ></jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator"></jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" -->
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoCR" type="it.acxent.tex.anag.ArticoloTessutoCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable --><acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessuto" vectumerator="list">
|
||||
<%RI.setRiValues("");
|
||||
RI.addRiValues(rowBean.getId_articoloTessuto());
|
||||
RI.addRiValues(rowBean.getId_articoloTessutoColore());
|
||||
RI.addRiValues(rowBean.getDescrizioneCompleta(lang));
|
||||
RI.addRiValues(rowBean.isUsaLotti()==true?1:0);
|
||||
RI.addRiValues(rowBean.getId_iva());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgUdm());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgKg());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgMt());
|
||||
RI.addRiValues(rowBean.getTipologiaArticolo().getFlgNr());
|
||||
RI.addRiValues(rowBean.getLunghezzaFinita());
|
||||
RI.addRiValues(rowBean.getDescrizioneAltezze());
|
||||
RI.addRiValues(rowBean.getDescrizionePesi());
|
||||
%>
|
||||
<%=Ab.inputAjSearchDiv4D(list.getIndex(),RI.getSelectedKey(),RI.getDivList(),rowBean.getDescrizioneCompleta(lang)) %>
|
||||
|
||||
</acx:whilevec>
|
||||
</ul><!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon><div id="stRow"><p>ATTENZIONE! Sessione scaduta.</p></div></acx:else_logon><!-- InstanceEnd -->
|
||||
170
www/admin/tessuto/articoloTessuto_confCR.jsp
Normal file
170
www/admin/tessuto/articoloTessuto_confCR.jsp
Normal file
|
|
@ -0,0 +1,170 @@
|
|||
<!-- InstanceBegin template="/Templates/4LTEContent.dwt" codeOutsideHTMLIsLocked="false" --><%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" 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>
|
||||
<input type="hidden" name="_async" id="_async">
|
||||
<jsp:useBean id="encType" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
|
||||
<input name="beanMsg" type="hidden" id="beanMsg" value="<%=Ab.formatBeanMsg( msg, grantMsg)%>">
|
||||
<input name="logonRes" type="hidden" id="logonRes" value="<%=logon%>">
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="readonly" class="java.lang.String" type="java.lang.String" scope="request" >
|
||||
</jsp:useBean>
|
||||
<acx:if_logon_ok trueifnotsecure="true"><!-- InstanceBeginEditable name="bean" -->
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Anagrafica Tessuti - ricerca">
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.ArticoloTessutoCR" type="it.acxent.tex.anag.ArticoloTessutoCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable -->
|
||||
<!--- intestazione stampa -->
|
||||
<div class="row visible-print-block">
|
||||
<div class="col-lg-12">
|
||||
<div id="printTitleContent" class="pageTitle pull-left">Stampa</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-toolbar hidden-print">
|
||||
<div class="row row-breadcrumb">
|
||||
<div class="col-lg-8">
|
||||
<ol class="breadcrumb">
|
||||
<!-- InstanceBeginEditable name="breadcrumb" -->
|
||||
<li><a href="javascript:Ab.dashboard()"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li class="active">Elenco Anagrafiche Tessuti</li>
|
||||
<!-- InstanceEndEditable -->
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-4 lastUpdInfo"><!-- InstanceBeginEditable name="lastupdate" --><!-- InstanceEndEditable --></div>
|
||||
</div>
|
||||
<div class="box box-header">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><!-- InstanceBeginEditable name="toolbar" --><a class="btn btn-app btn-app-sm" href="javascript:newCommand()"> <i class="fa fa-file-o" title="<acx:lang>Nuovo Record</acx:lang>"></i><acx:lang>Nuovo</acx:lang></a><a class="btn btn-app btn-app-sm" href="javascript:Ab.printW()"> <i class="fa fa-print" title="<acx:lang>Stampa Pagina</acx:lang>"></i><acx:lang>Stampa</acx:lang></a><a class="btn btn-app btn-app-sm " href="javascript:report()"> <i class="fa fa-bar-chart" title="<acx:lang>Report</acx:lang>"></i><acx:lang>Report</acx:lang></a>
|
||||
<!-- InstanceEndEditable --></div>
|
||||
<div class="col-lg-4" >
|
||||
<p id="messaggi" class="messaggi"><%=Ab.formatBeanMsg( msg, grantMsg)%></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content">
|
||||
<form method="post" action="" name="main" id="main" <%=encType%>>
|
||||
<jsp:include page="../_V4/_inc/_formMainFields.jsp" flush="true" />
|
||||
<!-- InstanceBeginEditable name="logonOk" -->
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tessuto/ArticoloTessuto.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="R">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= CR.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= CR.getCurrentFocus() %>">
|
||||
<div class="row hidden-print">
|
||||
<div class="col-lg-12">
|
||||
<div class="box box-ricerca">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Descrizione: </label>
|
||||
<input name="id_articoloTessuto" id="id_articoloTessuto" type="hidden" value="<%=CR.getId_articoloTessuto()%>">
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" id="searchTxt" name="searchTxt" size="25" maxlength="30" value="<%=CR.getSearchTxt()%>" defaultFocus="focus" submit>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Tipo:</label>
|
||||
<br><acx:inputajax boundcolumn="id_tipo" bean="bean" action='<%="/admin/artConfig/Tipo.abl?flgSoloFoglie=-1&flgAFT=2&searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion=""
|
||||
usesubmit="true" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneTipo" type="text" class="form-control input-sm ajSearchText" id="descrizioneTipo" value="<%= CR.getTipo().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>Tipo Tessuto Mag.:</label>
|
||||
<br>
|
||||
<select class="form-control input-sm select2" style="width: 100%;" name="flgTipoTessutoM" id="flgTipoTessutoM" onChange="searching()">
|
||||
<acx:optionflg boundcolumn="flgTipoTessutoM" valuelist="-1,0,1,2,3" > </acx:optionflg>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a class="btn-search btn btn-app btn-app-sm pull-right" href="javascript:searching()"> <i class="fa fa-search" title="Cerca"></i>Cerca </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box">
|
||||
<!-- .box-header -->
|
||||
<div class="box-header clearfix hidden-print">
|
||||
<jsp:include page="../_V4/_inc/_inc_paginazione.jsp" flush="true" />
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body " id="no-more-tables">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Codice</th>
|
||||
<th>Descrizione</th>
|
||||
<th>Tipo </th>
|
||||
<th>Disponibilità<br>
|
||||
<span class="text-primary">qt.</span>+<span class=" text-green"> arr.</span>- <span class="text-danger"> imp. </span>=TOT</th>
|
||||
<th>Capi x Telo</th>
|
||||
<th>Num. Teli Max</th>
|
||||
<th>Codici Forn</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessuto" vectumerator="list">
|
||||
<tr>
|
||||
<td class="comandi2x text-center">
|
||||
<div class="inline text-center hidden-print">
|
||||
<a href="javascript:modifyCommand('<%=rowBean.getId_articoloTessuto()%>');"><i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i></a>
|
||||
<a href="javascript:deleteCommandCR('<%=rowBean.getId_articoloTessuto()%>','<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a>
|
||||
</div>
|
||||
</td>
|
||||
<td data-title="Codice"><%= rowBean.getCodiceAT() %></td>
|
||||
<td data-title="Descrizione"><%= rowBean.getDescrizioneCompletaLista() %></td>
|
||||
<td data-title="Tipo"><%= rowBean.getTipo().getDescrizioneCompleta() %></td>
|
||||
<td data-title="Disponibilita'" ><%=rowBean.getQuantitaMagazzinoMovimentoHtml()%>
|
||||
<a href="javascript:dettaglioArticoloTessutoCR(<%=rowBean.getId_articoloTessuto()%>)">
|
||||
<i class="fa fa-file-text-o" aria-hidden="true" title="Dettaglio Articolo Tessuto TO DO "></i>
|
||||
</a></td>
|
||||
<td data-title="Capi per Telo" class="text-center"><%=rowBean.getCapiPerTelo()%></td>
|
||||
<td data-title="Num. Teli Max" class="text-center"><%=rowBean.getNumTeliMax()%></td>
|
||||
<td data-title="Codici Forn." class="text-center"><%=rowBean.getCodiciAlternativiAt()%></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box-footer clearfix hidden-print">
|
||||
<jsp:include page="../_V4/_inc/_inc_paginazione.jsp" flush="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
<input name="dummy" readonly type="text" id="dummy" style="display: none">
|
||||
</form>
|
||||
</section>
|
||||
<!-- SCRIPT DI RESET -->
|
||||
<script language="JavaScript" src="../_V4/_js/_reset.js"></script>
|
||||
<!-- InstanceBeginEditable name="js-pagina" -->
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
<script language="JavaScript" src="../tessuto/_js/tex-articoloTessuto.js"></script>
|
||||
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="extra" --> <!-- InstanceEndEditable --> </acx:if_logon_ok>
|
||||
<acx:else_logon>Redirect to login<script>Ab.dashboard();</script></acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
192
www/admin/tessuto/daProdurreCR.jsp
Normal file
192
www/admin/tessuto/daProdurreCR.jsp
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
<!-- InstanceBegin template="/Templates/4LTEContent.dwt" codeOutsideHTMLIsLocked="false" --><%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="lang" 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>
|
||||
<input type="hidden" name="_async" id="_async">
|
||||
<jsp:useBean id="encType" class="java.lang.String" type="java.lang.String" scope="request" ></jsp:useBean>
|
||||
<input name="beanMsg" type="hidden" id="beanMsg" value="<%=Ab.formatBeanMsg( msg, grantMsg)%>">
|
||||
<input name="logonRes" type="hidden" id="logonRes" value="<%=logon%>">
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="readonly" class="java.lang.String" type="java.lang.String" scope="request" >
|
||||
</jsp:useBean>
|
||||
<acx:if_logon_ok trueifnotsecure="true"><!-- InstanceBeginEditable name="bean" -->
|
||||
<input name="pageTitle" type="hidden" id="pageTitle" value="Da produrre">
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="CR" class="it.acxent.tex.anag.DatiTecniciTessutoCR" type="it.acxent.tex.anag.DatiTecniciTessutoCR" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.tex.anag.DatiTecniciTessuto" type="it.acxent.tex.anag.DatiTecniciTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanB" class="it.acxent.tex.anag.BaseTessuto" type="it.acxent.tex.anag.BaseTessuto" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="listaFilati" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</jsp:useBean>
|
||||
<!-- InstanceEndEditable -->
|
||||
<!--- intestazione stampa -->
|
||||
<div class="row visible-print-block">
|
||||
<div class="col-lg-12">
|
||||
<div id="printTitleContent" class="pageTitle pull-left">Stampa</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-toolbar hidden-print">
|
||||
<div class="row row-breadcrumb">
|
||||
<div class="col-lg-8">
|
||||
<ol class="breadcrumb">
|
||||
<!-- InstanceBeginEditable name="breadcrumb" -->
|
||||
<li><a href="javascript:Ab.dashboard()"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||
<li class="active">Da produrre</li>
|
||||
<!-- InstanceEndEditable -->
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-4 lastUpdInfo"><!-- InstanceBeginEditable name="lastupdate" --><!-- InstanceEndEditable --></div>
|
||||
</div>
|
||||
<div class="box box-header">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><!-- InstanceBeginEditable name="toolbar" --><a class="btn btn-app btn-app-sm" href="javascript:newCommand()"> <i class="fa fa-file-o" title="<acx:lang>Nuovo Record</acx:lang>"></i><acx:lang>Nuovo</acx:lang></a><a class="btn btn-app btn-app-sm" href="javascript:Ab.printW()"> <i class="fa fa-print" title="<acx:lang>Stampa Pagina</acx:lang>"></i><acx:lang>Stampa</acx:lang></a><a class="btn btn-app btn-app-sm " href="javascript:report()"> <i class="fa fa-bar-chart" title="<acx:lang>Report</acx:lang>"></i><acx:lang>Report</acx:lang></a>
|
||||
<!-- InstanceEndEditable --></div>
|
||||
<div class="col-lg-4" >
|
||||
<p id="messaggi" class="messaggi"><%=Ab.formatBeanMsg( msg, grantMsg)%></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="content">
|
||||
<form method="post" action="" name="main" id="main" <%=encType%>>
|
||||
<jsp:include page="../_V4/_inc/_formMainFields.jsp" flush="true" />
|
||||
<!-- InstanceBeginEditable name="logonOk" -->
|
||||
<input type="hidden" name="actionPage" id="actionPage" value="../tessuto/DaProdurre.abl">
|
||||
<input name="pageType" type="hidden" id="pageType" value="R">
|
||||
<input name="currentTab" type="hidden" id="currentTab" value="<%= CR.getCurrentTab() %>">
|
||||
<input name="currentFocus" type="hidden" id="currentFocus" value="<%= CR.getCurrentFocus() %>">
|
||||
|
||||
<input type="hidden" id="id_datiTecniciTessuto" name="id_datiTecniciTessuto" value="<%=CR.getId_datiTecniciTessuto()%>">
|
||||
|
||||
|
||||
<div class="row hidden-print">
|
||||
<div class="col-lg-12">
|
||||
<div class="box box-ricerca">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<label for="txtRicerca">Articolo tessuto:</label>
|
||||
<br>
|
||||
<input readonly name="id_articoloTessuto" type="hidden" id="id_articoloTessuto" value="<%= CR.getId_articoloTessuto() %>" size="3" maxlength="30" />
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneTessuto" type="text" class="form-control input-sm ajSearchText" id="descrizioneTessuto" value="<%= CR.getArticoloTessuto().getDescrizione() %>" size="80%" maxlength="60" <%=Ab.jsAjSearchText4("/admin/tessutoConfig/ArticoloTessuto.abl?searchTxt=","descrizioneTessuto","listaTessuti","main.id_articoloTessuto,main.descrizioneTessuto",0,"serie")%> />
|
||||
<span class="input-group-addon "> <a href="javascript:Ab.clrField('main','id_articoloTessuto','descrizioneTessuto')"> <i class="fa fa-refresh fa-sm"></i> </a> </span> </div>
|
||||
<%=Ab.divAjSearchDiv4("listaTessuti")%> <%=Ab.jsSetFocus("descrizioneTessuto")%> </div>
|
||||
<div class="col-lg-2">
|
||||
<label>Serie:</label>
|
||||
<br>
|
||||
<input name="serie" id="serie" type="text" class="form-control input-sm numberinput" value="<%= CR.getSerie() %>">
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<label>Variante:</label>
|
||||
<br>
|
||||
<input name="colore" id="colore" type="text" class="form-control input-sm" value="<%= CR.getColore() %>">
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<label>Num. pezze:</label>
|
||||
<br>
|
||||
<input name="numPezze" id="numPezze" type="text" class="form-control input-sm numberinput" value="<%= CR.getNumPezze() %>" <%= Ab.jsCrS("searching()") %>>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a class="btn-search btn btn-app btn-app-sm pull-right" href="javascript:searching()"> <i class="fa fa-search" title="Cerca"></i>Calcola </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="box">
|
||||
<div class="col-lg-3">
|
||||
<label>Articolo Padre:</label>
|
||||
<br>
|
||||
<%= bean.getArticoloTessuto().getDescrizione() %>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Serie Padre:</label>
|
||||
<br>
|
||||
<%= bean.getSerie() %>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Variante Padre:</label>
|
||||
<br>
|
||||
<acx:if wherecondition="<%= bean.getFlgTintoFiloPezza() == 0 %>">
|
||||
<%= beanB.getColore() %>
|
||||
</acx:if>
|
||||
<acx:else>
|
||||
<%= beanB.getFondo().getDescrizione() %>
|
||||
</acx:else>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<label>Lunghezza greggia:</label>
|
||||
<br>
|
||||
<%= bean.getLunghezzaGreggia() %>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body " id="no-more-tables">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>O/T</th>
|
||||
<th>Filato</th>
|
||||
<th>Colore</th>
|
||||
<th>Qta</th>
|
||||
<th>Qta tot (gr/mt*lungGreggia*numPezze) / 1000</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.BaseTessutoFilato" vectumerator="listaFilati">
|
||||
<tr>
|
||||
<td data-title="O/T">
|
||||
<%=rowBean.getTramaOrdito()%>
|
||||
</td>
|
||||
<td data-title="Filato"><%= rowBean.getArticoloFilatoColore().getArticoloFilato().getDescrizione() %></td>
|
||||
<td data-title="Colore"><%= rowBean.getArticoloFilatoColore().getColoreFilato().getDescrizione() %></td>
|
||||
<td data-title="Qta (gr/mt)" class="text-right">
|
||||
<%= nf.format(rowBean.getGrPerMetro())%> gr/mt</td>
|
||||
<td data-title="Qta totale (kg)" class="text-right">
|
||||
<%= nf.format((rowBean.getGrPerMetro() * bean.getLunghezzaGreggia() * CR.getNumPezze()) / 1000)%> kg
|
||||
</td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
<input name="dummy" readonly type="text" id="dummy" style="display: none">
|
||||
</form>
|
||||
</section>
|
||||
<!-- SCRIPT DI RESET -->
|
||||
<script language="JavaScript" src="../_V4/_js/_reset.js"></script>
|
||||
<!-- InstanceBeginEditable name="js-pagina" -->
|
||||
<!-- SCRIPT PERSONALIZZATI DELLA PAGINA -->
|
||||
<script language="JavaScript" src="../tessuto/_js/tex-daProdurre.js"></script>
|
||||
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="extra" --> <!-- InstanceEndEditable --> </acx:if_logon_ok>
|
||||
<acx:else_logon>Redirect to login<script>Ab.dashboard();</script></acx:else_logon>
|
||||
<!-- InstanceEnd -->
|
||||
77
www/admin/tessuto/xxxarticoloTessutoViewMovimentoRD.jsp
Normal file
77
www/admin/tessuto/xxxarticoloTessutoViewMovimentoRD.jsp
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="bean" class="it.acxent.art.Articolo" type="it.acxent.art.Articolo" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="mag_fisico" class="it.acxent.anag.MagFisico" type="it.acxent.anag.MagFisico" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="beanAV" class="it.acxent.art.ArticoloVariante" type="it.acxent.art.ArticoloVariante" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator">
|
||||
</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="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<!--<script language="JavaScript" src="_js/acxent-articolo.js">
|
||||
</script>
|
||||
<acx:if_logon_ok trueifnotsecure="true"> <!--
|
||||
<script language="JavaScript">alert("inizio");
|
||||
</script>
|
||||
-->
|
||||
|
||||
<section class="content">
|
||||
<div class="row">
|
||||
<div col="lg-12">
|
||||
<acx:if wherecondition="<%=beanAV.getId_articoloVariante()>0%>"> <strong>Dettaglio Articolo Variante <%= beanAV.getDescrizioneCompleta() %></strong> <br>
|
||||
Quantità totale in magazzino: <strong><%=beanAV.getQuantitaMagazzinoMovimentoHtml()%></strong> </acx:if>
|
||||
<acx:else> <strong>Dettaglio Articolo <%= bean.getDescrizioneCompleta() %></strong> <br>
|
||||
Quantità totale in magazzino: <strong><%=bean.getQuantitaMagazzinoMovimentoHtml()%></strong> </acx:else>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div col="lg-12">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<tr>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<th align="left">Variante </th>
|
||||
<th align="left" >Codice</th>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaTagliaEffettivo()==2 %>">
|
||||
<th align="left" >Taglia</th>
|
||||
</acx:if>
|
||||
<th align="left" >Disp.</th>
|
||||
<%=mag_fisico.getHtmlTableHeaderInterni()%>
|
||||
</tr>
|
||||
<acx:whilevec rowbeanclass="it.acxent.contab.RigaDocumento" vectumerator="listaArticoliVarianteMovimentoRD">
|
||||
<tr>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaVarianti()==1 %>">
|
||||
<td align="left" ><acx:if wherecondition="<%=rowBean.getArticoloVariante().getFlgNascondi()==1%>"> <i class="fa fa-ban" title="Nascosto"></i> </acx:if>
|
||||
<acx:if wherecondition="<%=rowBean.getArticoloVariante().getId_vetrina()>0%>"> <i class="fa fa-picture-o" title="Vetrina <%=rowBean.getArticoloVariante().getVetrina().getDescrizione()%>"></i> </acx:if>
|
||||
<%= rowBean.getArticoloVariante().getNomeV() %></td>
|
||||
<td align="left" class="testoPiccolissimo"><%= rowBean.getArticoloVariante().getCodiceVariante() %>
|
||||
<acx:if wherecondition='<%=!rowBean.getArticoloVariante().getCodiciAlternativiV().equals("")%>'><%= rowBean.getArticoloVariante().getCodiciAlternativiV() %></acx:if></td>
|
||||
</acx:if>
|
||||
<acx:if wherecondition="<%= bean.getTipo().getFlgUsaTagliaEffettivo()==2 %>">
|
||||
<td class="testoPiccolissimo" align="left"><%= rowBean.getArticoloTaglia().getTaglia().getDescrizione() %></td>
|
||||
</acx:if>
|
||||
<td align="left" ><acx:if wherecondition="<%= bean.getTipo().getFlgUsaTagliaEffettivo()==2 %>"><%= rowBean.getArticoloTaglia().getQuantitaMagazzinoMovimentoHtml()%></acx:if>
|
||||
<acx:else><%= rowBean.getArticoloVariante().getQuantitaMagazzinoMovimentoHtml()%></acx:else></td>
|
||||
<%=rowBean.getArticoloVariante().getHtmlTableDispoMagInterni()%>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
<tr>
|
||||
<td bordercolor="#FFCCFF" colspan="3"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</acx:if_logon_ok>
|
||||
Loading…
Add table
Add a link
Reference in a new issue