Added Revenue information
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<table class="table table-striped table-condensed table-hover" id="list-table">
|
||||
<thead><tr>
|
||||
<th>Service</th>
|
||||
<th>ID</th>
|
||||
<th>Supplier Plan</th>
|
||||
<th>Contract Start</th>
|
||||
<th>Contract End</th>
|
||||
@@ -16,6 +17,7 @@
|
||||
<tr class="<?php echo $o->charge($service_number) == $po->adsl_supplier_plan->total() ? '' : 'error'; ?>">
|
||||
|
||||
<td><?php echo $service_number; ?></td>
|
||||
<td><?php echo HTML::anchor(URL::link('user','service/view/'.$so->id),$so->id); ?></td>
|
||||
<td><?php echo $po->adsl_supplier_plan->name().($p->provided_adsl_plan_id ? '*' : ''); ?></td>
|
||||
<td><?php echo $p->contract_date_start(TRUE); ?></td>
|
||||
<td><?php echo $p->contract_date_end(TRUE); ?></td>
|
||||
@@ -26,6 +28,6 @@
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
|
||||
<tr class="info"><td colspan="5"> </td><td><?php echo $o->total(TRUE); ?></td><td> </td></tr>
|
||||
<tr class="info"><td colspan="5"> </td><td><?php echo $o->totalcharge(TRUE); ?></td><td> </td><td><?php echo $o->totalexcess(TRUE); ?></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user