Subversion Repositories SmartDukaan

Rev

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

Rev 28494 Rev 32074
Line 14... Line 14...
14
				<i class="icon_document_alt"></i>Supplier
14
				<i class="icon_document_alt"></i>Supplier
15
			</h3>
15
			</h3>
16
			<ol class="breadcrumb">
16
			<ol class="breadcrumb">
17
				<li><i class="fa fa-home"></i><a
17
				<li><i class="fa fa-home"></i><a
18
					href="${rc.contextPath}/dashboard">Home</a></li>
18
					href="${rc.contextPath}/dashboard">Home</a></li>
19
				<li><i class="icon_document_alt"></i> Seller</li>
19
				<li><i class="icon_document_alt"></i> Supplier</li>
-
 
20
				<li><button class="btn btn-primary"  id="new-supplier" type="button">New 
-
 
21
                    </button> </li>
20
			</ol>
22
			</ol>
21
		</div>
23
		</div>
22
	</div>
24
	</div>
23
	
25
	
24
<form id="new-supplier-create-form">
-
 
25
<div class="col-lg-2">
-
 
26
        <div class="col-lg-2">
-
 
27
        <button type="button" class="btn btn-info btn-lg"  id="new-supplier">New Supplier</button>
-
 
28
    </div>                
-
 
29
  </div>
-
 
30
    
-
 
31
</from>
-
 
32
 
26
 
33
 
27
 
34
 <div class="col-lg-12">
28
 <div class="col-lg-12">
35
        <table class="table table-border table-condensed table-bordered" id="supplier" style="width:100%">
29
        <table class="table table-border table-condensed table-bordered" id="supplier" style="width:100%">
36
 
30
 
37
            <thead class="row htable" style="background:#F5F5F5;">
31
            <thead class="row htable" style="background:#F5F5F5;">
38
 
32
 
39
            <tr style="color:black;">
33
            <tr style="color:black;">
40
                 <th>Id</th>
34
                <th>Id</th>
41
                 <th>Name</th>
35
                <th>Name</th>
42
                <th>Phone</th>
36
                <th>Phone</th>
43
                <th>GSTN</th>
37
                <th>GSTN</th>
44
               
-
 
45
                <th>PO validity Days Limit</th>
38
                <th>PO validity Days Limit</th>
46
                <th>Head</th>
39
                <th>Head</th>
47
                <th>Head Email</th>
40
                <th>Head Email</th>
48
                <th>Contact Person</th>
41
                <th>Contact Person</th>
49
                <th>Contact Phone</th>
42
                <th>Contact Phone</th>
Line 72... Line 65...
72
                  <td>$supplier.getContactName()</td>
65
                  <td>$supplier.getContactName()</td>
73
                  <td>$supplier.getContactPhone()</td>
66
                  <td>$supplier.getContactPhone()</td>
74
                  <td>$supplier.getRegisteredAddress()</td>
67
                  <td>$supplier.getRegisteredAddress()</td>
75
                  <td>$supplier.getCommunicationAddress()</td>
68
                  <td>$supplier.getCommunicationAddress()</td>
76
                    <td>
69
                    <td>
77
                        <button type="submit" form="form2" value="submitInActive" data-id="$supplier.getId()"
70
                        <button type="submit" value="submitInActive" data-id="$supplier.getId()"
78
                                style="background:#f18681;"
71
                          
79
                                class="submit-inactive">InActive
72
                     class="btn btn-primary submit-inactive">In Active
80
                        </button>
73
                        </button>
81
                    </td>
74
                    </td>
82
 
75
 
83
                </tr>
76
                </tr>
84
                #end
77
                #end