| 30164 |
manish |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
| 32771 |
raveendra. |
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportsbillingstatement.smartdukaanbillingstatement")
|
| 30164 |
manish |
5 |
</h3>
|
|
|
6 |
<ol class="breadcrumb">
|
| 32771 |
raveendra. |
7 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportsbillingstatement.home")</a></li>
|
|
|
8 |
<li><i class="icon_document_alt"></i>#springMessage("reportsbillingstatement.smartdukaanbillingstatement")
|
| 30164 |
manish |
9 |
</li>
|
|
|
10 |
</ol>
|
|
|
11 |
</div>
|
|
|
12 |
</div>
|
|
|
13 |
<div class="row col-lg-12" style="float: right;">
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
| 32771 |
raveendra. |
17 |
#springMessage("reportsbillingstatement.from") <input type="date" id="startDate-partner-billing-report" placeholder="" name="" value="$startDate" >
|
| 30164 |
manish |
18 |
|
| 32771 |
raveendra. |
19 |
#springMessage("reportsbillingstatement.to") <input type="date" id="endDate-partner-billing-report" placeholder="" value="$endDate">
|
| 30164 |
manish |
20 |
|
| 32771 |
raveendra. |
21 |
<button type="submit" class="download-partner-billing-report">#springMessage("reportsbillingstatement.downloadreport") </button>
|
| 30164 |
manish |
22 |
</div>
|
|
|
23 |
<div class="col-lg-12">
|
|
|
24 |
<table class="table table-border table-condensed table-bordered" id="partnerBillingSummaryReports" style="width:100%">
|
|
|
25 |
|
|
|
26 |
<thead class="row htable" style="background:#F5F5F5;">
|
|
|
27 |
<tr style="color:black;">
|
| 32771 |
raveendra. |
28 |
<th>#springMessage("reportsbillingstatement.orderid")</th>
|
|
|
29 |
<th>#springMessage("reportsbillingstatement.creationdate") </th>
|
|
|
30 |
<th>#springMessage("reportsbillingstatement.billingdate")</th>
|
|
|
31 |
<th>#springMessage("reportsbillingstatement.deliveredon")</th>
|
|
|
32 |
<th>#springMessage("reportsbillingstatement.scannedinon")</th>
|
|
|
33 |
<th>#springMessage("reportsbillingstatement.transactionid")</th>
|
| 30164 |
manish |
34 |
|
| 32771 |
raveendra. |
35 |
<th>#springMessage("reportsbillingstatement.masterorderid")</th>
|
|
|
36 |
<th>#springMessage("reportsbillingstatement.airwaybillno")</th>
|
|
|
37 |
<th>#springMessage("reportsbillingstatement.statussubgroupp")</th>
|
|
|
38 |
<th>#springMessage("reportsbillingstatement.statusname")</th>
|
|
|
39 |
<th>#springMessage("reportsbillingstatement.customerid")</th>
|
| 30164 |
manish |
40 |
|
| 32771 |
raveendra. |
41 |
<th>#springMessage("reportsbillingstatement.customername")</th>
|
|
|
42 |
<th>#springMessage("reportsbillingstatement.itemid")</th>
|
|
|
43 |
<th>#springMessage("reportsbillingstatement.brand")</th>
|
|
|
44 |
<th>#springMessage("reportsbillingstatement.modelname")</th>
|
|
|
45 |
<th>#springMessage("reportsbillingstatement.modelnumber")</th>
|
| 30164 |
manish |
46 |
|
| 32771 |
raveendra. |
47 |
<th>#springMessage("reportsbillingstatement.color")</th>
|
|
|
48 |
<th>#springMessage("reportsbillingstatement.sellingprice")</th>
|
|
|
49 |
<th>#springMessage("reportsbillingstatement.quantity")</th>
|
|
|
50 |
<th>#springMessage("reportsbillingstatement.totalprice")</th>
|
|
|
51 |
<th>#springMessage("reportsbillingstatement.invoicenumber")</th>
|
| 32909 |
shampa |
52 |
<th>Seller Name</th>
|
|
|
53 |
<th>Gst Number</th>
|
|
|
54 |
<th>Hsn Code</th>
|
|
|
55 |
|
| 30164 |
manish |
56 |
|
| 32771 |
raveendra. |
57 |
<th>#springMessage("reportsbillingstatement.igstrate")</th>
|
|
|
58 |
<th>#springMessage("reportsbillingstatement.cgstrate")</th>
|
|
|
59 |
<th>#springMessage("reportsbillingstatement.sgstrate")</th>
|
| 30164 |
manish |
60 |
|
|
|
61 |
</tr>
|
|
|
62 |
</thead>
|
|
|
63 |
<tbody>
|
|
|
64 |
#foreach($pbsr in $partnerBillingSummaryReports )
|
|
|
65 |
<tr>
|
|
|
66 |
<td>$pbsr.getId()</td>
|
| 30183 |
manish |
67 |
<td>$pbsr.getCreateTimestamp().format($datehiphenFormatter)</td>
|
| 30164 |
manish |
68 |
|
|
|
69 |
#if($pbsr.getBillingTimestamp())
|
| 30183 |
manish |
70 |
<td>$pbsr.getBillingTimestamp().format($datehiphenFormatter)</td>
|
| 30164 |
manish |
71 |
#else
|
|
|
72 |
<td>--</td>
|
|
|
73 |
#end
|
|
|
74 |
|
|
|
75 |
#if($pbsr.getDeliveryTimestamp())
|
| 30183 |
manish |
76 |
<td>$pbsr.getDeliveryTimestamp().format($datehiphenFormatter)</td>
|
| 30164 |
manish |
77 |
|
|
|
78 |
#else
|
|
|
79 |
<td>--</td>
|
|
|
80 |
#end
|
|
|
81 |
#if($pbsr.getPartnerGrnTimestamp())
|
| 30183 |
manish |
82 |
<td>$pbsr.getPartnerGrnTimestamp().format($datehiphenFormatter)</td>
|
| 30164 |
manish |
83 |
#else
|
|
|
84 |
<td>--</td>
|
|
|
85 |
#end
|
|
|
86 |
|
|
|
87 |
<td>$pbsr.getTransactionId()</td>
|
|
|
88 |
<td>$pbsr.getLogisticsTransactionId()</td>
|
|
|
89 |
<td>$pbsr.getAirwayBillNumber()</td>
|
|
|
90 |
<td>$pbsr.getStatusSubGroup()</td>
|
|
|
91 |
<td>$pbsr.getStatusName()</td>
|
|
|
92 |
|
|
|
93 |
<td>$pbsr.getRetailerId()</td>
|
|
|
94 |
<td>$pbsr.getRetailerName()</td>
|
|
|
95 |
<td>$pbsr.getItemId()</td>
|
|
|
96 |
<td>$pbsr.getBrand()</td>
|
|
|
97 |
<td>$pbsr.getModelName()</td>
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
<td>$pbsr.getModelNumber()</td>
|
|
|
101 |
<td>$pbsr.getColor()</td>
|
|
|
102 |
<td>$pbsr.getUnitPrice()</td>
|
|
|
103 |
<td>$pbsr.getQuantity()</td>
|
|
|
104 |
<td>$pbsr.getTotalPrice()</td>
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
<td>$pbsr.getInvoiceNumber()</td>
|
| 32909 |
shampa |
108 |
<td>$pbsr.getSellerName()</td>
|
|
|
109 |
<td>$pbsr.getGstNumber()</td>
|
|
|
110 |
<td>$pbsr.getHsnCode()</td>
|
| 30164 |
manish |
111 |
<td>$pbsr.getIgstRate()</td>
|
|
|
112 |
<td>$pbsr.getCgstRate()</td>
|
|
|
113 |
<td>$pbsr.getSgstRate()</td>
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
|
|
|
117 |
</tr>
|
|
|
118 |
#end
|
|
|
119 |
|
|
|
120 |
</tbody>
|
|
|
121 |
|
|
|
122 |
</table>
|
|
|
123 |
</div>
|
|
|
124 |
|
|
|
125 |
</section>
|
|
|
126 |
|
|
|
127 |
|
|
|
128 |
|
|
|
129 |
<script>
|
|
|
130 |
|
|
|
131 |
var dtable = $('#partnerBillingSummaryReports').DataTable(
|
|
|
132 |
{
|
|
|
133 |
"scrollX": true,
|
|
|
134 |
"bPaginate": true,
|
|
|
135 |
"bLengthChange": true,
|
|
|
136 |
"bFilter": true,
|
|
|
137 |
"bInfo": false,
|
|
|
138 |
"bAutoWidth": false,
|
|
|
139 |
|
|
|
140 |
|
|
|
141 |
});
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
|
|
|
145 |
</script>
|
|
|
146 |
|