link('add_costing'); ?>
create('Costing', array('class'=>'cmxform'));?> input('product_id', array('type'=>'hidden', 'value'=>$product['Product']['id'])); } elseif(isset($line_item)) { $form->input('line_item_id', array('type'=>'hidden', 'value'=>$line_item['LineItem']['id'])); } ?>
Quantity, Unit price, Packing costs input('purchase_currency_id'); echo $form->input('sale_currency_id', array('default'=>2)); echo $form->input('quantity'); echo $form->input('unit_cost_price', array('label'=>'Unit Cost Price')); echo $form->input('our_discount_percent'); echo $form->input('packing', array('label'=>'Supplier packing cost')); echo $form->input('FobCountryOfExport', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'FOB Country of Export')); ?>
Exchange Rate / Conversion input('exchange_rate', array('label'=>'Exchange Rate ')); ?> input('fob_sale_currency', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Cost')); ?>
Customs and Duty input('duty_percent', array('label'=>'Duty Percent (%)')); echo $form->input('customs'); ?>
Shipping Details input('shipping_weight', array('label'=>'Shipping Weight (kilograms)')); echo $form->input('shipping_cost', array('label'=>'Shipping Cost')); ?>
Finance, Misc Costs input('finance_percent', array('label'=>'Finance Percent (%)')); echo $form->input('misc_costs', array('label'=>'Misc Costs')); ?>
Total Landed Cost input('total_landed_cost', array('class'=>'disabled', 'readonly'=>'readonly','label'=>'Total Landed Cost')); ?>
Selling Prices, Gross Profit input('gross_sell_price', array('label'=>'Gross Selling Price')); echo $form->input('gross_gp_prior_to_discount', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Gross GP prior to discount')); echo $form->input('sale_discount_percent', array('label'=>'Discount/Commission (%) ')); echo $form->input('net_sell_price', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Net Selling Price')); echo $form->input('net_gp_amount', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Net GP Amount')); echo $form->input('net_gp_percent', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Net GP Percent (%)')); echo $form->input('gross_sell_price_each', array('class'=>'disabled', 'readonly'=>'readonly', 'label'=>'Gross Sell Price Each')); echo $form->input('net_sell_price_each', array('class'=>'disabled','readonly'=>'readonly', 'label'=>'Net Sell Price Each')); ?>
input('duty_amount', array('type'=>'hidden')); echo $form->input('finance_amount', array('type'=>'hidden')); echo $form->input('sale_discount_amount', array('type'=>'hidden')); echo $form->end('Submit');?>