Subversion Repositories SmartDukaan

Rev

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

Rev 30183 Rev 32771
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>Smartdukaan Billing statement
4
			<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportsbillingstatement.smartdukaanbillingstatement")
5
			</h3>
5
			</h3>
6
			<ol class="breadcrumb">
6
			<ol class="breadcrumb">
7
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
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>Smartdukaan Billing statement
8
				<li><i class="icon_document_alt"></i>#springMessage("reportsbillingstatement.smartdukaanbillingstatement")
9
</li>						  	
9
</li>						  	
10
			</ol>
10
			</ol>
11
		</div>
11
		</div>
12
	</div>
12
	</div>
13
	<div class="row col-lg-12"  style="float: right;">
13
	<div class="row col-lg-12"  style="float: right;">
14
		
14
		
15
		  
15
		  
16
		 
16
		 
17
		  From  <input type="date" id="startDate-partner-billing-report" placeholder=""   name="" value="$startDate" >
17
		  #springMessage("reportsbillingstatement.from")  <input type="date" id="startDate-partner-billing-report" placeholder=""   name="" value="$startDate" >
18
		     
18
		     
19
		   To <input type="date" id="endDate-partner-billing-report" placeholder=""  value="$endDate">
19
		   #springMessage("reportsbillingstatement.to") <input type="date" id="endDate-partner-billing-report" placeholder=""  value="$endDate">
20
			
20
			
21
			<button type="submit" class="download-partner-billing-report">Download Report </button>
21
			<button type="submit" class="download-partner-billing-report">#springMessage("reportsbillingstatement.downloadreport") </button>
22
		</div>
22
		</div>
23
    <div class="col-lg-12">
23
    <div class="col-lg-12">
24
        <table class="table table-border table-condensed table-bordered" id="partnerBillingSummaryReports" style="width:100%">
24
        <table class="table table-border table-condensed table-bordered" id="partnerBillingSummaryReports" style="width:100%">
25
 
25
 
26
            <thead class="row htable" style="background:#F5F5F5;">
26
            <thead class="row htable" style="background:#F5F5F5;">
27
            <tr style="color:black;">
27
            <tr style="color:black;">
28
                    <th>OrderId</th> 
28
                    <th>#springMessage("reportsbillingstatement.orderid")</th>
29
                     <th>CREATION_DATE </th>
29
                     <th>#springMessage("reportsbillingstatement.creationdate") </th>
30
                    <th>BILLING_DATE</th>
30
                    <th>#springMessage("reportsbillingstatement.billingdate")</th>
31
	                 <th>DELIVERED_ON</th>
31
	                 <th>#springMessage("reportsbillingstatement.deliveredon")</th>
32
	                 <th>SCANNED_IN_ON</th>
32
	                 <th>#springMessage("reportsbillingstatement.scannedinon")</th>
33
	                 <th>Transaction_id</th>
33
	                 <th>#springMessage("reportsbillingstatement.transactionid")</th>
34
	                 
34
	                 
35
	                 <th>master_order_id</th>
35
	                 <th>#springMessage("reportsbillingstatement.masterorderid")</th>
36
	                 <th>airwaybill_no</th>
36
	                 <th>#springMessage("reportsbillingstatement.airwaybillno")</th>
37
	                 <th>statusSubGroupp</th>
37
	                 <th>#springMessage("reportsbillingstatement.statussubgroupp")</th>
38
	                 <th>statusName</th>
38
	                 <th>#springMessage("reportsbillingstatement.statusname")</th>
39
	                 <th>customer_id</th>
39
	                 <th>#springMessage("reportsbillingstatement.customerid")</th>
40
	                 
40
	                 
41
	                  <th>customer_name</th>
41
	                  <th>#springMessage("reportsbillingstatement.customername")</th>
42
	                 <th>Item_Id</th>
42
	                 <th>#springMessage("reportsbillingstatement.itemid")</th>
43
	                 <th>brand</th>
43
	                 <th>#springMessage("reportsbillingstatement.brand")</th>
44
                    <th>model_name</th>
44
                    <th>#springMessage("reportsbillingstatement.modelname")</th>
45
	                 <th>model_number</th>
45
	                 <th>#springMessage("reportsbillingstatement.modelnumber")</th>
46
	                 
46
	                 
47
	                 <th>color</th>
47
	                 <th>#springMessage("reportsbillingstatement.color")</th>
48
	                 <th>selling_price</th>
48
	                 <th>#springMessage("reportsbillingstatement.sellingprice")</th>
49
	                 <th>Quantity</th>
49
	                 <th>#springMessage("reportsbillingstatement.quantity")</th>
50
	                 <th>total_price</th>
50
	                 <th>#springMessage("reportsbillingstatement.totalprice")</th>
51
	                 <th>invoice_number</th>
51
	                 <th>#springMessage("reportsbillingstatement.invoicenumber")</th>
52
	                   
52
	                   
53
	                   <th>igstrate</th>
53
	                   <th>#springMessage("reportsbillingstatement.igstrate")</th>
54
	                   <th>cgstrate</th>
54
	                   <th>#springMessage("reportsbillingstatement.cgstrate")</th>
55
	                   <th>sgstrate</th>
55
	                   <th>#springMessage("reportsbillingstatement.sgstrate")</th>
56
	                
56
	                
57
              </tr>
57
              </tr>
58
            </thead>
58
            </thead>
59
            <tbody>
59
            <tbody>
60
                #foreach($pbsr in $partnerBillingSummaryReports )
60
                #foreach($pbsr in $partnerBillingSummaryReports )