Minor fixes to statement, services and internal things

Many misc updates
This commit is contained in:
Deon George
2011-10-14 16:44:12 +11:00
parent 7876a16413
commit 56c11507f4
71 changed files with 2192 additions and 677 deletions

View File

@@ -1,9 +0,0 @@
<tr class="<?php echo $i ? 'odd' : 'even'; ?>">
<td><?php echo $service->account->accnum(); ?></td>
<td><?php echo $service->account->name(); ?></td>
<td><?php printf('%s (%s)',$service->name(),$service->id); ?></td>
<td><?php echo $service->display('recur_schedule'); ?></td>
<td><?php echo $service->display('price'); ?></td>
<td><?php echo $service->account->invoices_due_total(); ?></td>
<td><?php echo $service->display('date_next_invoice'); ?></td>
</tr>

View File

@@ -1,16 +0,0 @@
<!-- Print out the heading for the first record -->
<!-- // @todo This needs to be translated -->
<?php if (! $last_checkout); {?>
<tr class="title">
<td colspan="7"><?php echo $checkout_name; ?></td>
</tr>
<tr class="head">
<td>Account ID</td>
<td>Account</td>
<td>Service</td>
<td>Frequency</td>
<td>Amount</td>
<td>Invoices Due</td>
<td>Next Payment Date</td>
</tr>
<?php } ?>

View File

@@ -1,5 +0,0 @@
<tr class="<?php echo $i ? 'odd' : 'even'; ?>">
<td colspan="4">&nbsp;</td>
<td><b><?php echo $subtotal; ?></b></td>
<td colspan="2">&nbsp;</td>
</tr>