added currency to job table
This commit is contained in:
parent
d107e13bc5
commit
24eaa4c0cd
|
|
@ -77,21 +77,16 @@ $button = '<button class="deleteButton">X</button>';
|
|||
<?=$job['Currency']['name'];?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['company_gross_sales_aud'];?>
|
||||
|
||||
<?=$number->currency($job['Job']['net_sales_aud']);?>
|
||||
</td>
|
||||
<td> <?=$number->currency($job['Job']['gross_profit_aud']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['net_sales_aud'];?>
|
||||
</td>
|
||||
<td> <?=$job['Job']['gross_profit_aud'];?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['net_export_sales_aud'];?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['gross_profit_exports_aud'];?>
|
||||
<?=$number->currency($job['Job']['net_export_sales_aud']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$number->currency($job['Job']['gross_profit_exports_aud']);?>
|
||||
</td> <td>
|
||||
<?=$job['Job']['gp_percent'];?>
|
||||
</td>
|
||||
|
||||
|
|
|
|||
|
|
@ -158,13 +158,13 @@ echo $paginator->counter(array(
|
|||
<td>
|
||||
<?=$number->currency($job['Job']['net_sales_aud']);?>
|
||||
</td>
|
||||
<td> <?=$job['Job']['gross_profit_aud'];?>
|
||||
<td> <?=$number->currency($job['Job']['gross_profit_aud']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['net_export_sales_aud'];?>
|
||||
<?=$number->currency($job['Job']['net_export_sales_aud']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['gross_profit_exports_aud'];?>
|
||||
<?=$number->currency($job['Job']['gross_profit_exports_aud']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$job['Job']['gp_percent'];?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue