cmc-sales/views/jobs/index.ctp

146 lines
6.4 KiB
Plaintext
Raw Normal View History

2011-03-23 00:18:21 -07:00
<?php
echo $javascript->link('job_index');
2011-03-22 00:05:56 -07:00
?>
<h2><?php __('Jobs');?></h2>
2011-03-23 20:41:54 -07:00
<? //<iframe src="/jobs/index_grid" id="jobs_grid_iframe"></iframe>
?>
<?php
echo $paginator->counter(array(
'format' => __('Page %page% of %pages%, showing %current% Jobs of %count%', true)
));
?>
<div class="paging">
<?php echo $paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| <?php echo $paginator->numbers();?>
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
</div>
<div class="outer">
<table cellpadding="0" cellspacing="0" class="jobsTable">
<thead>
<tr>
<th class="actions">Actions</th>
<th><?php echo $paginator->sort('Order Received');?></th>
<th><?php echo $paginator->sort('Status');?></th>
<th><?php echo $paginator->sort('Sale Category');?></th>
<th><?php echo $paginator->sort('Job Type');?></th>
<th><?php echo $paginator->sort('Shipment Category');?></th>
<th><?php echo $paginator->sort('Job Number');?></th>
<th>Enquiry Number</th>
<th>CMC POs</th>
<th><?php echo $paginator->sort('Customer');?></th>
<th>Customer Order No</th>
<th><?php echo $paginator->sort('Supplier Ref');?></th>
<th><?php echo $paginator->sort('Scheduled Ex-Works');?></th>
<th><?php echo $paginator->sort('Date Sent to Customer');?></th>
<th><?php echo $paginator->sort('Freight Paid By CMC');?></th>
<th><?php echo $paginator->sort('Sale Currency');?></th>
<th><?php echo $paginator->sort('Gross Sales AUD');?></th>
<th><?php echo $paginator->sort('Net Sales AUD');?></th>
<th><?php echo $paginator->sort('Gross Profit AUD');?></th>
<th><?php echo $paginator->sort('Net Export Sales Converted to Or Charged in AUD');?></th>
<th><?php echo $paginator->sort('Gross Profit Value Export in AUD');?></th>
<th><?php echo $paginator->sort('GP% Excl Commissions');?></th>
<th><?php echo $paginator->sort('Company Gross Sales AUD');?></th>
<th><?php echo $paginator->sort('ATO Exchange Rate');?></th>
<th><?php echo $paginator->sort('Gross Australian Sales Foreign Currency');?></th>
<th><?php echo $paginator->sort('Net Australian Sales Foreign Currency');?></th>
<th><?php echo $paginator->sort('Gross Profit value Australian Sales Foreign Currency');?></th>
<th><?php echo $paginator->sort('Gross Export Sales Foreign Currency');?></th>
<th><?php echo $paginator->sort('Net Export Sales Foreign Currency');?></th>
<th><?php echo $paginator->sort('Gross Profit Value After Discount Exports Foreign Currency');?></th>
<th><?php echo $paginator->sort('Gross Commissions');?></th>
<th><?php echo $paginator->sort('Net Commisions');?></th>
<th class="actions"><?php __('Actions');?></th>
</tr>
</thead>
<tbody>
<? foreach($jobs as $job):?>
<? echo $form->create('Job', array('action'=>'ajax_edit', 'id'=>'form_'.$job['Job']['id'], 'class'=>'job_table_form')); ?>
<tr id="<?=$job['Job']['id']?>">
<?=$form->input('id', array('type'=>'hidden', 'value'=>$job['Job']['id'])); ?>
<td><button class="editButton">Edit</button> <button class="saveButton">Save</button> <button class="cancelButton">Cancel</button></td>
<td><?=$job['Job']['date_order_received'];?></td>
<td><?=$job['Job']['job_status'];?></td>
<td>
<span class="viewText"><?=$sale_category_array[$job['Job']['sale_category']]?></span>
<?=$form->input('sale_category', array('options'=>$sale_category_options, 'label'=>false, 'selected'=>$job['Job']['sale_category']));?>
</td>
<td>
<span class="viewText"><?=$job['Job']['job_type']?></span>
<?=$form->input('job_type', array('options'=>$job_type_options, 'label' => false, 'selected'=>$job['Job']['job_type']));?></td>
<td><?=$form->input('shipment_category', array('options'=>$shipment_options, 'label'=>false,'selected'=>$job['Job']['shipment_category']));?></td>
<td><?=$html->link($job['Job']['title'], array('controller'=>'jobs', 'action'=>'view', $job['Job']['id']));?></td>
<td><?=$html->link($job['Enquiry']['title'], array('controller'=>'enquiries','action'=>'view', $job['Enquiry']['id']));?>
<td><?
$poString = '';
foreach($job['PurchaseOrder'] as $po) {
$poString .= ' '.$html->link($po['title'], array('controller'=>'purchase_orders', 'action'=>'view', $po['id']));
}
echo $poString;
?>
</td>
<td><?=$html->link($job['Customer']['name'], array('controller'=>'customers','action'=>'view', $job['Customer']['id']));?></td>
<td><span class="viewText"><?=$job['Job']['customer_order_number'];?></span>
<?=$form->input('customer_order_number', array('value'=>$job['Job']['customer_order_number'], 'label'=>false ,'div'=>false));?>
</td>
<td><span class="viewText"><?=$job['Job']['supplier_reference'];?></span>
<?=$form->input('supplier_reference', array('value'=>$job['Job']['supplier_reference'], 'label'=>false ,'div'=>false));?>
</td>
<td><?=$job['Job']['date_scheduled_ex_works'];?></td>
<td><?=$job['Job']['date_order_sent_to_customer'];?></td>
<td><?=$job['Job']['domestic_freight_paid_by'];?></td>
<td><?=$job['Currency']['name'];?></td>
<td><?=$job['Job']['company_gross_sales_aud'];?></td>
<td><?=$job['Job']['net_sales_aud'];?></td>
<td><?=$job['Job']['gross_profit_aud'];?></td>
<td>Net Export Sales Conv to AUD?</td>
<td><?=$job['Job']['gross_profit_exports_aud'];?></td>
<td><?=$job['Job']['gp_percent'];?>%</td>
<td>? Double column?</td>
<td><?=$job['Job']['ato_exchange_rate'];?></td>
<td><?=$job['Job']['gross_australian_sales_foreign_currency'];?></td>
<td><?=$job['Job']['net_australian_sales_foreign_currency'];?></td>
<td><?=$job['Job']['gross_profit_value_australian_sales_foreign_currency'];?></td>
<td><?=$job['Job']['gross_export_sales_foreign_currency'];?></td>
<td><?=$job['Job']['net_export_sales_foreign_currency'];?></td>
<td><?=$job['Job']['gross_profit_value_after_discount_exports_foreign_currency'];?></td>
<td><?=$job['Job']['gross_commissions'];?></td>
<td><?=$job['Job']['net_commissions'];?></td>
<td><button class="editButton">Edit</button> <button class="saveButton">Save</button> <button class="cancelButton">Cancel</button></td>
</tr>
<?=$form->end();?>
<? endforeach;?>
</tbody>
</table>
<div class="paging">
<?php echo $paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| <?php echo $paginator->numbers();?>
<?php echo $paginator->next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
</div>
</div>
2010-05-17 23:45:38 -07:00
<? //debug($jobs);
2011-03-28 18:51:00 -07:00
?>