Subversion Repositories SmartDukaan

Rev

Rev 34059 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34059 Rev 34117
Line 53... Line 53...
53
        ##        <iframe src="https://smartdukaan.smartpingcc.io/cc/helpinboxlogin" allow="microphone" height="400" width="500"></iframe>
53
        ##        <iframe src="https://smartdukaan.smartpingcc.io/cc/helpinboxlogin" allow="microphone" height="400" width="500"></iframe>
54
        <div class="table-responsive">
54
        <div class="table-responsive">
55
            <table class="table table-border table-condensed table-bordered" style="width:100%">
55
            <table class="table table-border table-condensed table-bordered" style="width:100%">
56
                <tr>
56
                <tr>
57
                    <td>Order Id</td>
57
                    <td>Order Id</td>
-
 
58
                    <td>Partner Name</td>
58
                    <td>Customer Name</td>
59
                    <td>Customer Name</td>
59
                    <td>Customer Mobile</td>
60
                    <td>Customer Mobile</td>
60
                    <td>Created At</td>
61
                    <td>Created At</td>
61
                    <td>Action</td>
62
                    <td>Action</td>
62
                </tr>
63
                </tr>
63
                #if($fofoOrder)
64
                #if($fofoOrder)
64
                    <tr>
65
                    <tr>
65
                        <td>$fofoOrder.getId()</td>
66
                        <td>$fofoOrder.getId()</td>
-
 
67
                        <td>$fofoUser.getName()</td>
66
                        <td>$customer.getFirstName() $customer.getLastName()</td>
68
                        <td>$customer.getFirstName() $customer.getLastName()</td>
67
                        <td>$customer.getMobileNumber()</td>
69
                        <td>$customer.getMobileNumber()</td>
68
                        <td>
70
                        <td>
69
                            $fofoOrder.getCreateTimestamp()
71
                            $fofoOrder.getCreateTimestamp()
70
                        </td>
72
                        </td>