Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. <span class="form-full">
  2. <span class="subtitle">Balance Due Date Basis</span>
  3. <asp:RadioButtonList ID="rblBalanceDueBasis" runat="server" Enabled="false">
  4. <asp:ListItem Value="1">Days before departure the balance is due</asp:ListItem>
  5. <asp:ListItem Value="2">Specific Date</asp:ListItem>
  6. </asp:RadioButtonList>
  7.  
  8. <asp:TextBox ID="txtDBD" runat="server" ReadOnly="True"></asp:TextBox>
  9. <asp:TextBox ID="txtBalanceDueDate" runat="server" ReadOnly="True"></asp:TextBox>
  10.  
  11. <asp:Label ID="lblPT" runat="server"></asp:Label>
  12.  
  13. <asp:Label ID="lblLower" runat="server"></asp:Label>
  14. <asp:TextBox ID="tbLossTolerence" runat="server" ReadOnly="True"></asp:TextBox>
  15.  
  16. <asp:Label ID="lblUpper" runat="server"></asp:Label>
  17. <asp:TextBox ID="tbProfitTolerence" runat="server" ReadOnly="True"></asp:TextBox>
  18.  
  19. <asp:Label ID="lblRoundt" runat="server" Text="Roundup Threshold"></asp:Label>
  20. <asp:TextBox ID="txtRoundThreshold" runat="server" ReadOnly="True"></asp:TextBox>
  21.  
  22. <asp:Label ID="lblRoundi" runat="server" Text="Roundup&nbsp;Interval"></asp:Label>
  23. <asp:TextBox ID="txtRoundInterval" runat="server" ReadOnly="True"></asp:TextBox>
  24.  
  25. <asp:Label ID="lblDepRules" runat="server" Text="Deposit Rules"></asp:Label>
  26. <asp:DropDownList ID="ddlDepRules" runat="server" readonly="True" Enabled="False">
  27. </asp:DropDownList>
  28.  
  29. <span id="spnDBDDocDeadline" runat="server" visible="false">
  30. <asp:Label ID="lblDBDDocDeadline" runat="server" Text="DBD Documents Due"></asp:Label>
  31. <asp:TextBox ID="DBDDocDeadline" runat="server" ReadOnly="True"></asp:TextBox>
  32. </span>
  33.  
  34. <asp:CheckBox ID="chkExcludeFromExport" Enabled="false" Text="Exclude from Travelcat Export" runat="server"></asp:CheckBox>
  35. <asp:CheckBox ID="chkExcludeFromIMS" Enabled="False" Visible="False" Text="Exclude from IACSIMS File" runat="server"></asp:CheckBox>
  36.  
  37. <asp:CheckBox ID="chkEditCosts" Enabled="false" Text="Enable editing of costs in quote costings screen" runat="server" ToolTip=" "></asp:CheckBox>
  38. <asp:CheckBox ID="chkInvoiceBehaviour" runat="server" Enabled="false" Visible="false" Text="test"></asp:CheckBox>
  39.  
  40. <asp:CheckBox ID="chkAllowGridView" Enabled="False" Text="Default Grid View in Accommodation Search" runat="server" ToolTip=" "></asp:CheckBox>
  41.  
  42. <asp:CheckBox ID="chkCancFeeAsPackage" Enabled="False"
  43. Text="Cancellation fee as package" runat="server" onclick="javascript:CheckUseComponentCancellationFees(this);" ToolTip="Cancellation fee as package functionality is only available when 'Use Component Cancellation Fees' functionality is enabled"></asp:CheckBox>
  44.  
  45. <asp:CheckBox ID="chkComponentCanxFees" Enabled="false" Text="Use Component Cancellation Fees" runat="server" />
  46.  
  47. <asp:CheckBox ID="chkVillaCodeDisplay" Visible="False" Enabled="False" Text="Villa Code Display" runat="server" ToolTip=" "></asp:CheckBox>
  48.  
  49. <asp:CheckBox ID="chkHideTransferDefaultBtn" Visible="True" Enabled="False"
  50. Text="Hide Default buttons on transfer search" runat="server"
  51. ToolTip="Suppresses the 'Default' and 'Default Private' buttons on the transfer search screen"></asp:CheckBox>
  52.  
  53. <asp:CheckBox ID="chkUnlockAllCosts" Visible="True" Enabled="False"
  54. Text="Unlock All Costs" runat="server" ToolTip="Unlock all component costs on Bookings using this Product"></asp:CheckBox>
  55.  
  56. <span id="spnIgnoreTicketDateForDeposit" runat="server" visible="true">
  57. <asp:CheckBox ID="chkIgnoreTicketDateForDeposit" Visible="True" Enabled="False"
  58. Text="Ignore ticket by date for flight deposit" runat="server" ToolTip="Override the BR that calculates flight deposit based on ticketing date"></asp:CheckBox>
  59. <asp:Label ID="lblGeminiProductLink" Visible="False" runat="server"></asp:Label>
  60. </span>
  61.  
  62. <span id="spnPONumberOnQuotesAndBookings" runat="server" visible="false">
  63. <asp:CheckBox ID="chkEnablePONumberOnQuotesAndBookings" runat="server" Text="Enable purchase order number on Quote"
  64. Enabled="false" /><br />
  65. <asp:CheckBox ID="chkAgencyContactMandatoryOnQuote" runat="server" Text="Make Agency Contact mandatory on Quote"
  66. Enabled="false" />
  67. </span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement