Subversion Repositories SmartDukaan

Rev

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

Rev 30183 Rev 30189
Line 17... Line 17...
17
    <div class="col-lg-12">
17
    <div class="col-lg-12">
18
        <table class="table table-border table-condensed table-bordered" id="schemePayoutReportDtable" style="width:100%">
18
        <table class="table table-border table-condensed table-bordered" id="schemePayoutReportDtable" style="width:100%">
19
 
19
 
20
            <thead class="row htable" style="background:#F5F5F5;">
20
            <thead class="row htable" style="background:#F5F5F5;">
21
            <tr style="color:black;">
21
            <tr style="color:black;">
22
                    <th>Item_Id</th> 
22
                 
23
                     <th>serial_number </th>
23
                     <th>serial_number </th>
24
                    <th>Brand</th>
24
                    <th>Brand</th>
25
	                 <th>Model Name</th>
25
	                 <th>Model Name</th>
26
	                 <th>Model Number</th>
26
	                 <th>Model Number</th>
27
	                 
27
	                 
Line 30... Line 30...
30
	                 <th>Scheme_out_dp</th>
30
	                 <th>Scheme_out_dp</th>
31
	                 <th>Scheme_Id</th>
31
	                 <th>Scheme_Id</th>
32
	                 
32
	                 
33
	                 <th>Name</th>
33
	                 <th>Name</th>
34
	                  <th>Type</th>
34
	                  <th>Type</th>
35
	                 <th>amount</th>
35
	                
36
	                 <th>Purchase_Invoice</th>
36
	                 <th>Purchase_Invoice</th>
37
                    
37
                    
38
                    
38
                    
39
	                 <th>SALE_INOVOICE</th>
39
	                 <th>SALE_INOVOICE</th>
40
	                 <th>Amount</th>
40
	                 <th>Amount</th>
Line 47... Line 47...
47
              </tr>
47
              </tr>
48
            </thead>
48
            </thead>
49
            <tbody>
49
            <tbody>
50
                #foreach($schemePayoutReport in $schemePayoutReports )
50
                #foreach($schemePayoutReport in $schemePayoutReports )
51
               <tr>
51
               <tr>
52
                    <td>$schemePayoutReport.getId()</td>
52
                    
53
                    #if($schemePayoutReport.getSerialNumber())
53
                    #if($schemePayoutReport.getSerialNumber())
54
                    <td> $schemePayoutReport.getSerialNumber()</td>
54
                    <td> $schemePayoutReport.getSerialNumber()</td>
55
                    #else
55
                    #else
56
                    
56
                    
57
                    <td>--</td>
57
                    <td>--</td>
Line 66... Line 66...
66
                    <td>$schemePayoutReport.getSchemeOutDp()</td>
66
                    <td>$schemePayoutReport.getSchemeOutDp()</td>
67
                    <td>$schemePayoutReport.getSchemeId()</td>
67
                    <td>$schemePayoutReport.getSchemeId()</td>
68
                 
68
                 
69
                    <td>$schemePayoutReport.getName()</td>
69
                    <td>$schemePayoutReport.getName()</td>
70
                    <td>$schemePayoutReport.getType()</td>
70
                    <td>$schemePayoutReport.getType()</td>
71
                    <td>$schemePayoutReport.getAmountType()</td>   
71
                    
72
                    <td>$schemePayoutReport.getPurchaseReference()</td>
72
                    <td>$schemePayoutReport.getPurchaseReference()</td>
73
                  
73
                  
74
                  
-
 
75
                    <td>$schemePayoutReport.getInvoiceNumber()</td>
74
                    <td>$schemePayoutReport.getInvoiceNumber()</td>
76
                 
75
                 
77
                    <td>$schemePayoutReport.getSioAmount()</td>
76
                    <td>$nf.format($schemePayoutReport.getSioAmount())</td>
78
                    <td>$schemePayoutReport.getStatus()</td>
77
                    <td>$schemePayoutReport.getStatus()</td>
79
                    <td>$schemePayoutReport.getStatusDescription()</td>
-
 
80
                    
78
                    
-
 
79
                    #if($schemePayoutReport.getStatusDescription())
-
 
80
                    <td>$schemePayoutReport.getStatusDescription()</td>
81
                    
81
                    
-
 
82
                    #else
-
 
83
                    <td>--</td>
-
 
84
                    #end
82
                    <td>$schemePayoutReport.getCreateTimestamp().format($datehiphenFormatter)</td>
85
                    <td>$schemePayoutReport.getCreateTimestamp().format($datehiphenFormatter)</td>
83
                    
86
                    
84
                    
-
 
85
                    #if($schemePayoutReport.getRolledBackTimestamp())
87
                    #if($schemePayoutReport.getRolledBackTimestamp())
86
                   
88
                   
87
                    <td>$schemePayoutReport.getRolledBackTimestamp().format($datehiphenFormatter)</td>
89
                    <td>$schemePayoutReport.getRolledBackTimestamp().format($datehiphenFormatter)</td>
88
                    #else
90
                    #else
89
                    <td> -- </td>
91
                    <td> -- </td>