| Line 1... |
Line 1... |
| 1 |
<section class="wrapper">
|
1 |
<section class="wrapper">
|
| 2 |
<div class="row">
|
2 |
<div class="row">
|
| 3 |
<div class="col-lg-12">
|
3 |
<div class="col-lg-12">
|
| 4 |
<h3 class="page-header"><i class="icon_document_alt"></i>FRANCHISEE SALES REPORT</h3>
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportsmysales.franchiseereport")</h3>
|
| 5 |
<ol class="breadcrumb">
|
5 |
<ol class="breadcrumb">
|
| 6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportsmysales.home")</a></li>
|
| 7 |
<li><i class="icon_document_alt"></i>Franchisee Sales Report</li>
|
7 |
<li><i class="icon_document_alt"></i>#springMessage("reportsmysales.franchiseereport")</li>
|
| 8 |
<!--Training Video -->
|
8 |
<!--Training Video -->
|
| 9 |
<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="QkGug0dZ4hM"><span
|
9 |
<li><a href="#videoModal" class="btn btn-danger" data-toggle="modal" data-src="QkGug0dZ4hM"><span
|
| 10 |
class="glyphicon glyphicon-play-circle"></span> Play Video</a></li>
|
10 |
class="glyphicon glyphicon-play-circle"></span> #springMessage("reportsmysales.playvideo")</a></li>
|
| 11 |
</ol>
|
11 |
</ol>
|
| 12 |
</div>
|
12 |
</div>
|
| 13 |
</div>
|
13 |
</div>
|
| 14 |
<div class="row col-lg-12" style="float: right;">
|
14 |
<div class="row col-lg-12" style="float: right;">
|
| 15 |
|
15 |
|
| 16 |
|
16 |
|
| 17 |
From <input type="date" id="startDate-franchisee-sales" placeholder="" name="" value="$startDate" >
|
17 |
#springMessage("reportsmysales.from") <input type="date" id="startDate-franchisee-sales" placeholder="" name="" value="$startDate" >
|
| 18 |
|
18 |
|
| 19 |
To <input type="date" id="endDate-franchisee-sales" placeholder="" value="$endDate">
|
19 |
#springMessage("reportsmysales.to") <input type="date" id="endDate-franchisee-sales" placeholder="" value="$endDate">
|
| 20 |
|
20 |
|
| 21 |
<button type="submit" class="download-franchisee-sales">Download Report </button>
|
21 |
<button type="submit" class="download-franchisee-sales">#springMessage("reportsmysales.downloadreport") </button>
|
| 22 |
</div>
|
22 |
</div>
|
| 23 |
|
23 |
|
| 24 |
<div class="col-lg-12">
|
24 |
<div class="col-lg-12">
|
| 25 |
<table class="table table-border table-condensed table-bordered" id="focoSaleReportTable" style="width:100%">
|
25 |
<table class="table table-border table-condensed table-bordered" id="focoSaleReportTable" style="width:100%">
|
| 26 |
|
26 |
|
| 27 |
<thead class="row htable" style="background:#F5F5F5;">
|
27 |
<thead class="row htable" style="background:#F5F5F5;">
|
| 28 |
|
28 |
|
| 29 |
<tr style="color:black;">
|
29 |
<tr style="color:black;">
|
| 30 |
<th> Code</th>
|
30 |
<th> #springMessage("reportsmysales.code")</th>
|
| 31 |
<th> Name</th>
|
31 |
<th> #springMessage("reportsmysales.name")</th>
|
| 32 |
<th> City</th>
|
32 |
<th> #springMessage("reportsmysales.city")</th>
|
| 33 |
<th> State</th>
|
33 |
<th> #springMessage("reportsmysales.state")</th>
|
| 34 |
|
34 |
|
| 35 |
<th> Region</th>
|
35 |
<th> #springMessage("reportsmysales.region")</th>
|
| 36 |
<th> Item Id</th>
|
36 |
<th> #springMessage("reportsmysales.itemid")</th>
|
| 37 |
<th> Brand</th>
|
37 |
<th> #springMessage("reportsmysales.brand")</th>
|
| 38 |
<th> Model Name</th>
|
38 |
<th> #springMessage("reportsmysales.modelname")</th>
|
| 39 |
<th> Model Number</th>
|
39 |
<th> #springMessage("reportsmysales.modelnumber")</th>
|
| 40 |
<th> Color</th>
|
40 |
<th> #springMessage("reportsmysales.color")</th>
|
| 41 |
<th> Quantity</th>
|
41 |
<th> #springMessage("reportsmysales.quantity")</th>
|
| 42 |
<th> dp</th>
|
42 |
<th> #springMessage("reportsmysales.dp")</th>
|
| 43 |
<th> Selling_Price</th>
|
43 |
<th> #springMessage("reportsmysales.selling_price")</th>
|
| 44 |
<th> mop</th>
|
44 |
<th> #springMessage("reportsmysales.mop")</th>
|
| 45 |
<th> Serial Number</th>
|
45 |
<th> #springMessage("reportsmysales.serialnumber")</th>
|
| 46 |
<th> Create Date</th>
|
46 |
<th> #springMessage("reportsmysales.createdate")</th>
|
| 47 |
<th> Customer Name</th>
|
47 |
<th> #springMessage("reportsmysales.customername")</th>
|
| 48 |
<th> Customer Phone</th>
|
48 |
<th> #springMessage("reportsmysales.customerphone")</th>
|
| 49 |
<th> Customer City</th>
|
49 |
<th> #springMessage("reportsmysales.customercity")</th>
|
| 50 |
<th> Customer Pincode</th>
|
50 |
<th> #springMessage("reportsmysales.customerpincode")</th>
|
| 51 |
<th> Invoice Number</th>
|
51 |
<th> #springMessage("reportsmysales.invoicenumber")</th>
|
| 52 |
<th> Purchase Reference</th>
|
52 |
<th> #springMessage("reportsmysales.purchasereference")</th>
|
| 53 |
<th> Customer Gst Number</th>
|
53 |
<th> #springMessage("reportsmysales.customergstnumber")</th>
|
| 54 |
<th> Cancelled Timestamp</th>
|
54 |
<th> #springMessage("reportsmysales.cancelledtimestamp")</th>
|
| 55 |
<th> GRN Complete Date</th>
|
55 |
<th> #springMessage("reportsmysales.grncompletedate")</th>
|
| 56 |
<th> Hygiene Rating</th>
|
56 |
<th> #springMessage("reportsmysales.hygienerating")</th>
|
| 57 |
<th> Rating</th>
|
57 |
<th> #springMessage("reportsmysales.rating")</th>
|
| 58 |
<th> Status</th>
|
58 |
<th> #springMessage("reportsmysales.status")</th>
|
| 59 |
<th> Remark</th>
|
59 |
<th> #springMessage("reportsmysales.remark")</th>
|
| 60 |
<th> Created Timestamp</th>
|
60 |
<th> #springMessage("reportsmysales.createdtimestamp")</th>
|
| 61 |
<th> Disposed Timestamp</th>
|
61 |
<th> #springMessage("reportsmysales.disposedtimestamp")</th>
|
| 62 |
<th> Next Timestamp</th>
|
62 |
<th> #springMessage("reportsmysales.nexttimestamp")</th>
|
| 63 |
<th> Activation Timestamp</th>
|
63 |
<th> #springMessage("reportsmysales.activationtimestamp")</th>
|
| 64 |
<th> Create Timestamp</th>
|
64 |
<th> #springMessage("reportsmysales.createtimestamp")</th>
|
| 65 |
<th>Label</th>
|
65 |
<th>#springMessage("reportsmysales.label")</th>
|
| 66 |
|
66 |
|
| 67 |
</tr>
|
67 |
</tr>
|
| 68 |
</thead>
|
68 |
</thead>
|
| 69 |
<tbody>
|
69 |
<tbody>
|
| 70 |
#foreach($focoSaleReport in $focoSaleReportList )
|
70 |
#foreach($focoSaleReport in $focoSaleReportList )
|