88 lines
6.5 KiB
Text
88 lines
6.5 KiB
Text
<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="TransaccionesRecaudador.aspx.cs" Inherits="TransaccionesRecaudador" Title="Transacciones por recaudador" %>
|
|
|
|
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
|
|
<table class="tablaPrinc">
|
|
<tr>
|
|
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: right">
|
|
<asp:ImageButton ID="ibtnAyuda" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/ayuda.png"
|
|
ToolTip="Obtener ayuda general sobre esta consulta" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: center">
|
|
<asp:Label ID="Label1" runat="server" Text="Transacciones por recaudador" ToolTip="Consulta las transacciones que han sido registrados por los recaudadores"></asp:Label></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" style="height: 22px; text-align: left">
|
|
<asp:Label ID="lbDatos" runat="server" Font-Bold="True" Text="Paso 1: Identificar Recaudador."></asp:Label></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 22px; text-align: left">
|
|
<asp:Label ID="lbCodRecaudador" runat="server" Text="Código recaudador: " ToolTip="Corresponde al identificador en AyA del agente recaudador"></asp:Label></td>
|
|
<td style="width: 434px; height: 22px; text-align: left">
|
|
<asp:TextBox ID="txtCodRecaudador" runat="server" MaxLength="5" Width="177px" ToolTip="Corresponde al identificador en AyA del agente recaudador"></asp:TextBox>
|
|
<asp:RequiredFieldValidator ID="rfvCodRecaudador" runat="server" ControlToValidate="txtCodRecaudador"
|
|
Display="Dynamic" ErrorMessage="Digite un código de recaudador"></asp:RequiredFieldValidator></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 21px; text-align: left">
|
|
<asp:Label ID="lbNombre" runat="server" Text="Nombre recaudador:" ToolTip="Corresponde al nombre en AyA del agente recaudador"></asp:Label></td>
|
|
<td style="width: 434px; height: 21px; text-align: left">
|
|
<asp:TextBox ID="txtNombre" runat="server" Width="297px" ToolTip="Corresponde al nombre en AyA del agente recaudador"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 21px; text-align: left">
|
|
<asp:Label ID="lbIngresadoPor" runat="server" Text="Ingresado por:" ToolTip="Corresponde al usuario que registró la nueva oficina"></asp:Label></td>
|
|
<td style="width: 434px; height: 21px; text-align: left">
|
|
<asp:TextBox ID="txtIngresadoPor" runat="server" Width="118px" ToolTip="Corresponde al usuario que registró la nueva oficina"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 21px; text-align: left">
|
|
<asp:Label ID="lbFechaIngreso" runat="server" Text="Fecha ingreso:" ToolTip="Corresponde a la fecha en que se registró la oficina"></asp:Label></td>
|
|
<td style="width: 434px; height: 21px; text-align: left">
|
|
<asp:TextBox ID="txtFechaIngreso" runat="server" Width="118px" ToolTip="Corresponde a la fecha en que se registró la oficina"></asp:TextBox>
|
|
<asp:RangeValidator ID="rvFechaIngreso" runat="server" ControlToValidate="txtFechaIngreso"
|
|
ErrorMessage="Digite una fecha en formato dd/mm/aaaa válida" Display="Dynamic" MaximumValue="31/12/2999" MinimumValue="1/1/1900" Type="Date"></asp:RangeValidator>
|
|
<cc1:MaskedEditExtender ID="meeFechaIngreso" runat="server" Mask="99/99/9999" MaskType="Date"
|
|
TargetControlID="txtFechaIngreso" UserDateFormat="DayMonthYear">
|
|
</cc1:MaskedEditExtender>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 21px; text-align: left">
|
|
<asp:Label ID="lbModificadoPor" runat="server" Text="Modificado por:" ToolTip="Corresponde al usuario que modificó la oficina"></asp:Label></td>
|
|
<td style="width: 434px; height: 21px; text-align: left">
|
|
<asp:TextBox ID="txtModificadoPor" runat="server" Width="177px" ToolTip="Corresponde al usuario que modificó la oficina"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 141px; height: 21px; text-align: left">
|
|
<asp:Label ID="lbFechaModificacion" runat="server" Text="Fecha modificación:" ToolTip="Corresponde a la fecha en que se modificó la oficina"></asp:Label></td>
|
|
<td style="width: 434px; height: 21px; text-align: left">
|
|
<asp:TextBox ID="txtFechaModificacion" runat="server" Width="118px" ToolTip="Corresponde a la fecha en que se modificó la oficina"></asp:TextBox>
|
|
<asp:RangeValidator ID="rvFechaModificacion" runat="server" ControlToValidate="txtFechaModificacion"
|
|
ErrorMessage="Digite una fecha en formato dd/mm/aaaa válida" Display="Dynamic" MaximumValue="31/12/2999" MinimumValue="1/1/1900" Type="Date"></asp:RangeValidator>
|
|
<cc1:MaskedEditExtender ID="MaskedEditExtender1" runat="server" Mask="99/99/9999"
|
|
MaskType="Date" TargetControlID="txtFechaModificacion" UserDateFormat="DayMonthYear">
|
|
</cc1:MaskedEditExtender>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" style="height: 21px; text-align: center">
|
|
<table style="background-color: #bdd4dc">
|
|
<tr>
|
|
<td style="width: 26px; height: 34px">
|
|
<asp:ImageButton ID="ibtnBuscar" runat="server" ImageUrl="~/App_Themes/_basico/_imagenes/buscar.png"
|
|
ToolTip="Buscar Transacciones" OnClick="ibtnBuscar_Click" /></td>
|
|
<td style="width: 27px; height: 34px">
|
|
<asp:ImageButton ID="ibtnLimpiar" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/limpiar.png"
|
|
ToolTip="Limpiar Campos" OnClick="ibtnLimpiar_Click" /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</asp:Content>
|
|
|