Browse Source

#29004 #29007 Changes of agent setup and daily sending report

Ime-london-webcore
Leeza Baidar 6 months ago
parent
commit
c7e7670d74
  1. 4
      Swift.web/RemittanceSystem/RemittanceReports/Reports.aspx.cs
  2. 5
      Swift.web/SwiftSystem/UserManagement/AgentSetup/Manage.aspx
  3. 15
      Swift.web/SwiftSystem/UserManagement/AgentSetup/Manage.aspx.designer.cs

4
Swift.web/RemittanceSystem/RemittanceReports/Reports.aspx.cs

@ -1046,9 +1046,9 @@ namespace Swift.web.RemittanceSystem.RemittanceReports
fieldFormat = "|||||||||||||N||N|N|N||||";
fieldAlignment = "|||||||||||||R||R|R|R|||||";
totalText = "Total";
totalFields = "12|14|15|16|19";
totalFields = "13|15|16|17|20";
subTotalBy = 4;
subTotalFields = "12|14|15|16|19";
subTotalFields = "13|15|16|17|20";
subTotalText = "<b>Sub Total</b>";
return (new TranReportDao().DailySendingReport(user, fromDate, toDate, verificationType));

5
Swift.web/SwiftSystem/UserManagement/AgentSetup/Manage.aspx

@ -121,11 +121,8 @@
</div>
<div class="col-lg-3 col-md-3 form-group">
<label class="control-label" for="">
Business License:<span style="color: red;">*</span>
Business License:
</label>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="businessLicense"
Display="Dynamic" ErrorMessage="Required!" ValidationGroup="agent" ForeColor="Red"
SetFocusOnError="True"></asp:RequiredFieldValidator>
<asp:TextBox ID="businessLicense" runat="server" CssClass="form-control"></asp:TextBox>
</div>
<div class="col-lg-3 col-md-3 form-group">

15
Swift.web/SwiftSystem/UserManagement/AgentSetup/Manage.aspx.designer.cs

@ -7,10 +7,12 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace Swift.web.SwiftSystem.UserManagement.AgentSetup {
namespace Swift.web.SwiftSystem.UserManagement.AgentSetup
{
public partial class Manage {
public partial class Manage
{
/// <summary>
/// Head1 control.
@ -120,15 +122,6 @@ namespace Swift.web.SwiftSystem.UserManagement.AgentSetup {
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox agentName;
/// <summary>
/// RequiredFieldValidator1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
/// <summary>
/// businessLicense control.
/// </summary>

Loading…
Cancel
Save