Improvements to invoice
This commit is contained in:
@@ -34,22 +34,6 @@
|
||||
<td>Taxable</td>
|
||||
<td class="data"><?php echo StaticList_YesNo::form('taxable',$so->taxable); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Type</td>
|
||||
<td class="data"><?php echo StaticList_RecurType::get($so->recur_type); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>User Can Change Schedule</td>
|
||||
<td class="data"><?php echo StaticList_YesNo::form('recur_schedule_change',$so->recur_schedule_change); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>User Can Cancel</td>
|
||||
<td class="data"><?php echo StaticList_YesNo::form('recur_cancel',$so->recur_cancel); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>User Can Modify</td>
|
||||
<td class="data"><?php echo StaticList_YesNo::form('recur_modify',$so->recur_modify); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Suspend Billing</td>
|
||||
<td class="data"><?php echo StaticList_YesNo::form('suspend_billing',$so->suspend_billing); ?></td>
|
||||
|
@@ -84,7 +84,12 @@
|
||||
'due(TRUE)'=>'Due',
|
||||
))
|
||||
->prepend(array(
|
||||
'id'=>array('url'=>URL::link('user','invoice/download/')),
|
||||
'id'=>array('url'=>URL::link('user','invoice/view/')),
|
||||
)); ?>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="span5">
|
||||
<legend>Next Invoice Charges</legend>
|
||||
<?php echo Invoice::instance()->add_service($o)->render('html','body'); ?>
|
||||
</fieldset>
|
||||
</div> <!-- /row -->
|
||||
|
Reference in New Issue
Block a user