Subversion Repositories SmartDukaan

Rev

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

Rev 7575 Rev 7674
Line 25... Line 25...
25
			text-align:center;
25
			text-align:center;
26
			padding:5px;
26
			padding:5px;
27
        }
27
        }
28
	</style>
28
	</style>
29
</head>
29
</head>
30
<body style="margin: 0;">
30
<body style="margin: 0;min-width:1000px;">
31
	#set($txns=$action.getTxns())
31
	#set($txns=$action.getTxns())
32
	<div style="line-height:37px;height:37px;background-color:#333;color:white;">
32
	<div style="line-height:37px;height:37px;background-color:#333;color:white;">
33
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
33
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
34
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Today's Collection : </span><span style="font-size:20px">$action.getCollectedAmount()</span>
34
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Today's Collection : </span><span style="font-size:20px">$action.getCollectedAmount()</span>
35
    	<a style="margin:0px 25px 0px 25px;color:white" href="/rch/home">HOME</a>
35
    	<a style="margin:0px 25px 0px 25px;color:white" href="/rch/home">HOME</a>
Line 102... Line 102...
102
 
102
 
103
	</form>
103
	</form>
104
	<br/>
104
	<br/>
105
	
105
	
106
	<div style="padding-bottom:20px;border-bottom:1px solid #2789C1;">
106
	<div style="padding-bottom:20px;border-bottom:1px solid #2789C1;">
107
	<h3>Orders for Today
107
	<h3>Recharges for Today
108
	</h3>
108
	</h3>
109
	
109
	
110
	#if($txns.size() == 0)
110
	#if($txns.size() == 0)
111
		<div class="padding-row" style="font-size: 20px; font-weight:bold;color: #AAAAAA;text-align: center;margin: 5px;padding: 5px;">
111
		<div class="padding-row" style="font-size: 20px; font-weight:bold;color: #AAAAAA;text-align: center;margin: 5px;padding: 5px;">
112
    		NO ORDERS FOR TODAY
112
    		NO RECHARGES FOR TODAY
113
    	</div>
113
    	</div>
114
	#else
114
	#else
115
		<table width="100%">
115
		<table width="100%">
116
        <thead>
116
        <thead>
117
          <tr>
117
          <tr>