TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Formularios/ModificaNumeroRemesa.aspx
asaenz d1acfe3500 Solucion inicial
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C549
2022-06-16 14:35:51 +00:00

81 lines
5.8 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="ModificaNumeroRemesa.aspx.cs" Inherits="ModificaNumeroRemesa" Title="Modificar número de remesa" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 21px; text-align: right">
<asp:ImageButton ID="ibtnAyuda" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/ayuda.png"
ToolTip="Obtener ayuda general sobre este proceso" /></td>
</tr>
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 21px; text-align: center">
<asp:Label ID="Label1" runat="server" Text="Aplicar transacciones a SCI" ToolTip="Cambia el número de remesa para que pueda coincidir con el número de depósito"></asp:Label></td>
</tr>
<tr>
<td style="width: 19px; height: 21px; text-align: left">
<asp:Label ID="lbCodRecaudador" runat="server" Text="Código de recaudador: " Width="151px" ToolTip="Digite el nombre del recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 21px; text-align: left">
<asp:TextBox ID="txtCodRecaudador" runat="server" ToolTip="Digite el nombre del recaudador"></asp:TextBox>
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="CONAE"></asp:ListItem>
<asp:ListItem Value="COSRV"></asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="rfvCodRecaudador" runat="server" ControlToValidate="txtCodRecaudador"
ErrorMessage="Digite el código de recaudador"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="lbRemesaActual" runat="server" Text="Número remesa recaudador:" Width="178px" ToolTip="Corresponde al número de remesa enviada por el recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
&nbsp;<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem Value="111111"></asp:ListItem>
<asp:ListItem Value="222222"></asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="rfvNumRemesa" runat="server" ControlToValidate="DropDownList2"
ErrorMessage="Digite el número de remesa del recaudador" Display="Dynamic"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="lbRemesaNueva" runat="server" Text="Número boleta real:" Width="106px" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="txtRemesaNueva" runat="server" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:TextBox>
<asp:RequiredFieldValidator ID="rfvRemesaNueva" runat="server" ControlToValidate="txtRemesaNueva"
Display="Dynamic" ErrorMessage="Digite el nuevo número de remesa"></asp:RequiredFieldValidator>
<asp:Label ID="Label4" runat="server" Text="BANCO DE COSTA RICA"></asp:Label></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="Label2" runat="server" Text="Monto real depositado:" ToolTip="Corresponde al nuevo número de remesa para el recaudador"
Width="106px"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="TextBoxMontoDepositado" runat="server" ToolTip="Corresponde al nuevo número de remesa para el recaudador"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtRemesaNueva"
Display="Dynamic" ErrorMessage="Monto de depósito"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 19px; height: 29px; text-align: left">
<asp:Label ID="Label3" runat="server" Text="Comentario:" ToolTip="Corresponde al nuevo número de remesa para el recaudador"
Width="106px"></asp:Label></td>
<td colspan="1" style="width: 417px; height: 29px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Height="92px" TextMode="MultiLine" Width="392px"></asp:TextBox></td>
</tr>
<tr style="text-align: center">
<td colspan="2" style="height: 37px; text-align: center">
<table style="background-color: #bdd4dc">
<tr>
<td style="width: 26px; height: 34px">
&nbsp;<asp:Button ID="Button1" runat="server" Text="Enviar a open" /></td>
<td style="width: 84px; height: 34px">
<asp:Button ID="Button2" runat="server" Text="Guardar" /></td>
<td style="width: 84px; 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>