| Line 3... |
Line 3... |
| 3 |
td{
|
3 |
td{
|
| 4 |
padding:2px;
|
4 |
padding:2px;
|
| 5 |
border:1px solid #e6e6e6;
|
5 |
border:1px solid #e6e6e6;
|
| 6 |
}
|
6 |
}
|
| 7 |
</style>
|
7 |
</style>
|
| - |
|
8 |
<?php //debug($tinres);?>
|
| 8 |
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
|
9 |
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
|
| 9 |
<div class='row card'>
|
10 |
<div class='row card'>
|
| 10 |
<div class='col-xs-12' style="padding:0px;">
|
11 |
<div class='col-xs-12' style="padding:0px;">
|
| 11 |
|
12 |
|
| 12 |
<table cellpadding="1" cellspacing="1">
|
13 |
<table cellpadding="1" cellspacing="1" width="100%">
|
| 13 |
<tr width="100%">
|
14 |
<tr width="100%">
|
| 14 |
<td width="100%" colspan="2" style="border:1px solid #58d936;">
|
15 |
<td width="100%" colspan="2" style="border:1px solid #58d936;">
|
| 15 |
<div align="center">
|
16 |
<div align="center">
|
| 16 |
<strong>Retailer details by TIN : <?php echo $tin_num; ?></strong>
|
17 |
<strong>Retailer details by TIN : <?php echo $tin_num; ?></strong>
|
| 17 |
</div>
|
18 |
</div>
|
| Line 67... |
Line 68... |
| 67 |
<?php endif;?>
|
68 |
<?php endif;?>
|
| 68 |
</div>
|
69 |
</div>
|
| 69 |
<?php endif;?>
|
70 |
<?php endif;?>
|
| 70 |
|
71 |
|
| 71 |
<div class= "col-xs-12 text-center" style="margin-bottom: 5px;">
|
72 |
<div class= "col-xs-12 text-center" style="margin-bottom: 5px;">
|
| - |
|
73 |
<?php $query = http_build_query(array('aParam' => $tinres)); ?>
|
| - |
|
74 |
<?php //debug($query);?>
|
| 72 |
<!-- <button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;float:right;">Not OK</button>-->
|
75 |
<!-- <button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;float:right;">Not OK</button>-->
|
| 73 |
<a href="<?php echo $base_url;?>tins/confirm">
|
76 |
<a href="<?php echo $base_url;?>tins/confirm/?<?php echo $query;?>">
|
| 74 |
<button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;">
|
77 |
<button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;">
|
| 75 |
<?php if(isset($tinres['state']) && !empty($tinres['state']) && trim($tinres['state']) == "Delhi"):?>
|
78 |
<?php if(isset($tinres['state']) && !empty($tinres['state']) && trim($tinres['state']) == "Delhi"):?>
|
| 76 |
Confirm to get tax invoice
|
79 |
Confirm to get tax invoice
|
| 77 |
<?php else:?>
|
80 |
<?php else:?>
|
| 78 |
Confirm your tax details
|
81 |
Confirm your tax details
|