This commit is contained in:
30
source/MBI/labor.aspx
Normal file
30
source/MBI/labor.aspx
Normal file
@@ -0,0 +1,30 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="labor.aspx.cs" Inherits="AyaNovaMBI.labor" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title>labor</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<asp:Label id="l1" runat="server" text="LT:WorkorderItemLabor.Label.ServiceStartDate"></asp:Label><br />
|
||||
<asp:TextBox ID="edstart" runat="server" ></asp:TextBox><br />
|
||||
<asp:Label id="l2" runat="server" text="LT:WorkorderItemLabor.Label.ServiceStopDate"></asp:Label><br />
|
||||
<asp:TextBox ID="edstop" runat="server" ></asp:TextBox><br />
|
||||
<asp:Label id="l3" runat="server" text="LT:WorkorderItemLabor.Label.ServiceRateQuantity"></asp:Label><br />
|
||||
<asp:TextBox ID="edquant" runat="server" ></asp:TextBox><br />
|
||||
<asp:Label id="l4" runat="server" text="LT:WorkorderItemLabor.Label.NoChargeQuantity"></asp:Label><br />
|
||||
<asp:TextBox ID="ednc" runat="server" ></asp:TextBox><br />
|
||||
<asp:Label id="l5" runat="server" text="LT:WorkorderItemLabor.Label.ServiceRateID"></asp:Label><br />
|
||||
<asp:DropDownList ID="cbrate" runat="server" ></asp:DropDownList><br />
|
||||
<asp:Label id="l6" runat="server" text="LT:WorkorderItemLabor.Label.TaxCodeID"></asp:Label><br />
|
||||
<asp:DropDownList ID="cbtax" runat="server" ></asp:DropDownList><br />
|
||||
<asp:Label id="l7" runat="server" text="LT:WorkorderItemLabor.Label.ServiceDetails"></asp:Label><br />
|
||||
<asp:TextBox id="eddetails" runat="server" width="99%" rows="5" textmode="MultiLine" /><br />
|
||||
|
||||
<asp:Button id="bok" runat="server" Text="OK" OnClick="bok_Click" /><br />
|
||||
<asp:Button id="bcancel" runat="server" text="Cancel" OnClick="bcancel_Click" />
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user