Subversion Repositories SmartDukaan

Rev

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

Rev 7169 Rev 7172
Line 96... Line 96...
96
	
96
	
97
	<div style="padding-bottom:20px;border-bottom:2px solid #2789C1;">
97
	<div style="padding-bottom:20px;border-bottom:2px solid #2789C1;">
98
	<h3>Orders for Today
98
	<h3>Orders for Today
99
	</h3>
99
	</h3>
100
	
100
	
-
 
101
	#if($txns.size() == 0)
-
 
102
		<div class="padding-row" style="font-size: 20px; font-weight:bold;color: #AAA;text-align: center;margin: 5px;padding: 5px;">
-
 
103
    		NO ORDERS FOR TODAY
-
 
104
    	</div>
-
 
105
	#else
101
	<table width="100%">
106
		<table width="100%">
102
        <thead>
107
        <thead>
103
          <tr>
108
          <tr>
104
            <th>Order ID</th>
109
            <th>Order ID</th>
105
			<th>Order Date</th>
110
			<th>Order Date</th>
106
			<th>Operator</th>
111
			<th>Operator</th>
Line 122... Line 127...
122
			<td>$order.getAmount()</td>
127
			<td>$order.getAmount()</td>
123
          </tr>
128
          </tr>
124
		#end
129
		#end
125
        </tbody>
130
        </tbody>
126
	</table>
131
	</table>
127
	
132
	#end
128
    </div>
133
    </div>
129
	
134
	
130
	<form style='padding:20px;border-bottom:2px solid #2789C1;' id="downloadcollection" action="report!getCollection" method="POST">
135
	<form style='padding:20px;border-bottom:2px solid #2789C1;' id="downloadcollection" action="report!getCollection" method="POST">
131
		<h3>Collection report for today</h3>
136
		<h3>Collection report for today</h3>
132
		<div>
137
		<div>