Standardisation work, changed accnum() to refnum()
This commit is contained in:
17
application/views/account/list.php
Normal file
17
application/views/account/list.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- o = Array of Account -->
|
||||
<?php echo Table::factory()
|
||||
->data($o)
|
||||
->jssort('customer')
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'status'=>'Active',
|
||||
'refnum()'=>'Num',
|
||||
'name(TRUE)'=>'Account',
|
||||
'email'=>'Email',
|
||||
'invoices_due_total(NULL,TRUE)'=>'Invoices',
|
||||
'service->find_all()->count()'=>'Services',
|
||||
))
|
||||
->prepend(array(
|
||||
'id'=>array('url'=>URL::link('reseller','account/view/')),
|
||||
));
|
||||
?>
|
Reference in New Issue
Block a user