Subversion Repositories SmartDukaan

Rev

Rev 12798 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12798 Rev 13997
Line 19... Line 19...
19
            #end
19
            #end
20
            <br />
20
            <br />
21
            <form action="/inventory/invoice" method="post" >
21
            <form action="/inventory/invoice" method="post" >
22
                <table border="1">
22
                <table border="1">
23
                    <tr >
23
                    <tr >
24
                        <td ><label >Date (DD-MM-YYYY)</label></td>
24
                        <td ><label >Invoice Receive Date: </label></td>
25
                        <td ><input type="text" name="date"/></td>
25
                        <td ><input type="date" name="date"/></td>
26
                    </tr>
26
                    </tr>
27
					<tr> 
27
					<tr> 
28
                        <td><label >Invoice Date (DD-MM-YYYY)</label></td>
28
                        <td><label >Actual Invoice Date: </label></td>
29
						<td ><input type="text" name="invoiceDate"/></td>
29
						<td ><input type="date" name="invoiceDate"/></td>
30
					</tr>
30
					</tr>
31
                    <tr >
31
                    <tr >
32
                        <td ><label >Supplier</label></td>
32
                        <td ><label >Supplier</label></td>
33
                        <td >
33
                        <td >
34
                            <select name="supplierId">
34
                            <select name="supplierId">