You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
9.9 KiB
144 lines
9.9 KiB
6 months ago
|
<?xml version='1.0' encoding='UTF-8' ?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||
|
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||
|
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
||
|
xmlns:f="http://xmlns.jcp.org/jsf/core"
|
||
|
xmlns:p="http://primefaces.org/ui"
|
||
|
xmlns:c="http://xmlns.jcp.org/jsp/jstl/core">
|
||
|
|
||
|
<body>
|
||
|
<center>
|
||
|
<ui:composition template="./template/Principal.xhtml">
|
||
|
|
||
|
<ui:define name="top">
|
||
|
SISTEMA DE INVENTARIO
|
||
|
</ui:define>
|
||
|
|
||
|
<ui:define name="left">
|
||
|
<div class="card">
|
||
|
<h:form>
|
||
|
<p:growl id="messages"/>
|
||
|
|
||
|
<p:menubar>
|
||
|
<p:menuitem value="Agregar" icon="pi pi-fw pi-plus"
|
||
|
action="TipoCrear.xhtml"
|
||
|
actionListener="#{demoBeanTipo.preparar()}"/>
|
||
|
|
||
|
|
||
|
<p:menuitem value="Departamento" icon="pi pi-fw pi-building " action="Departamento.xhtml"/>
|
||
|
<p:menuitem value="Marca" icon="pi pi-fw pi-tag" action="Marca.xhtml"/>
|
||
|
<p:menuitem value="Producto" icon="pi pi-fw pi-shopping-bag" action="Producto.xhtml"/>
|
||
|
<p:menuitem value="Proveedor" icon="pi pi-fw pi-truck" action="Provedor.xhtml"/>
|
||
|
<!-- comment <p:menuitem value="Registro" icon="pi pi-fw pi-book " disabled="true" action="Registro.xhtml"/> -->
|
||
|
<p:menuitem value="Tipo" icon="pi pi-fw pi-table" disabled="true" action="Tipo.xhtml"/>
|
||
|
<p:menuitem value="Usuario" icon="pi pi-fw pi-user" action="Usuario.xhtml"/>
|
||
|
<p:menuitem value="Inicio" icon="pi pi-fw pi-home" action="Menu.xhtml"/>
|
||
|
<p:divider layout="vertical"/>
|
||
|
</p:menubar>
|
||
|
</h:form>
|
||
|
</div>
|
||
|
</ui:define>
|
||
|
|
||
|
<ui:define name="right">
|
||
|
|
||
|
</ui:define>
|
||
|
|
||
|
<ui:define name="content">
|
||
|
<h:form style="text-align: left; margin-top: 20px;">
|
||
|
<div style="margin-bottom: 10px;">
|
||
|
|
||
|
|
||
|
|
||
|
<!-- comment
|
||
|
<p:commandButton action=" " disabled="true" style="padding: 2px 4px; font-size: 4px; font-weight: bold; color: #dddddd; background-color: #dddddd; border: 0px solid #dddddd; border-radius: 4px; cursor: pointer; box-shadow: 0 0px 0px rgba(0, 0, 0, 0); transition: transform 0.3s ease;"/>
|
||
|
|
||
|
<h:commandButton action="Departamento.xhtml" value="Departamento" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Marca.xhtml" value="Marca" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Producto.xhtml" value="Producto" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Provedor.xhtml" value="Proveedor" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Registro.xhtml" value="Registro" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Tipo.xhtml" value="Tipo" disabled="true" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 3px;" />
|
||
|
<h:commandButton action="Usuario.xhtml" value="Usuario" style="padding: 12px 24px; font-size: 15px; font-weight: bold; color: #001f3f; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 6px;" />
|
||
|
<p:commandButton action=" " disabled="true" style="padding: 2px 4px; font-size: 4px; font-weight: bold; color: #dddddd; background-color: #dddddd; border: 0px solid #dddddd; border-radius: 4px; cursor: pointer; box-shadow: 0 0px 0px rgba(0, 0, 0, 0); transition: transform 0.3s ease;"/>
|
||
|
<p:commandButton action="Menu.xhtml"
|
||
|
actionListener="Menu.xhtml"
|
||
|
value=" Inicio "
|
||
|
ajax="false"/>
|
||
|
-->
|
||
|
</div>
|
||
|
</h:form>
|
||
|
<f:view>
|
||
|
|
||
|
|
||
|
<h:form>
|
||
|
|
||
|
<h3><h:outputText value="Tipos "/></h3>
|
||
|
|
||
|
|
||
|
<p:dataTable value="#{demoBeanTipo.tipos}" var="item"
|
||
|
widgetVar="tipos"
|
||
|
emptyMessage="No coincide con ningun registro"
|
||
|
filteredValue="#{demoBeanTipo.filteredCustomers3}"
|
||
|
globalFilterFunction="#{demoBeanTipo.globalFilterFunction}">
|
||
|
<f:facet name="header">
|
||
|
<div class="flex justify-content-end" style="position: absolute; right: 40px; top: 190px; ">
|
||
|
<p:inputText id="globalFilter" onkeyup="PF('tipos').filter()" style="width:300px"
|
||
|
placeholder="Buscar" />
|
||
|
</div>
|
||
|
</f:facet>
|
||
|
|
||
|
|
||
|
<p:column>
|
||
|
<f:facet name="header">
|
||
|
<h:outputText value="Id"/>
|
||
|
</f:facet>
|
||
|
<h:outputText value="#{item.id}"/>
|
||
|
</p:column>
|
||
|
<p:column>
|
||
|
<f:facet name="header">
|
||
|
<h:outputText value="Nombre"/>
|
||
|
</f:facet>
|
||
|
<h:outputText value="#{item.nombre}"/>
|
||
|
</p:column>
|
||
|
<p:column>
|
||
|
<f:facet name="header">
|
||
|
<h:outputText value="Status"/>
|
||
|
</f:facet>
|
||
|
<h:outputText value="#{item.status == 1 ? 'activo':'inactivo'}"/>
|
||
|
</p:column>
|
||
|
|
||
|
|
||
|
<p:column>
|
||
|
<f:facet name="header">
|
||
|
<h:outputText value="Opciones"/>
|
||
|
</f:facet>
|
||
|
<p:commandButton action="TipoCrear.xhtml" icon="pi pi-fw pi-pencil"
|
||
|
actionListener="#{demoBeanTipo.prepararEditar(item)}"
|
||
|
value="Editar"
|
||
|
style="padding: 2px 8px; font-size: 11px; font-weight: bold; color: #3366FF; background-color: #fff; border: 2px solid #3366FF; border-radius: 8px; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease ; margin-right: 6px;"
|
||
|
ajax="false"/>
|
||
|
<p:commandButton action="TipoEliminar.xhtml" icon="pi pi-fw pi-trash"
|
||
|
actionListener="#{demoBeanTipo.prepararEliminar(item)}"
|
||
|
value="Eliminar"
|
||
|
style=" padding: 2px 8px; font-size: 11px; font-weight: bold; color: #990000; background-color: #fff; border: 2px solid #FF0000; border-radius: 8px; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; margin-right: 6px;"
|
||
|
ajax="false"/>
|
||
|
|
||
|
|
||
|
</p:column>
|
||
|
</p:dataTable>
|
||
|
</h:form>
|
||
|
</f:view>
|
||
|
|
||
|
</ui:define>
|
||
|
|
||
|
<ui:define name="bottom">
|
||
|
|
||
|
</ui:define>
|
||
|
|
||
|
</ui:composition>
|
||
|
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|