Purchase Order 1 create
This commit is contained in:
parent
fc22fed3ff
commit
36110e8fb5
@ -1701,7 +1701,7 @@ if (!empty($getlogpodtl)) {
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label>Other Allowances <?php echo "($INRSYM)" ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
@ -1712,7 +1712,7 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label><?php echo "Total Order Value ($INRSYM)"; ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
@ -1723,13 +1723,13 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Service Description <span class="text-danger">*</span></label> <?php
|
||||
$data = array('name' => 'txtSpcialInstruction', 'value' => set_value('txtSpcialInstruction'), 'id' => 'txtSpcialInstruction', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
|
||||
echo form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12">
|
||||
<label>Service Description <span class="text-danger">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'txtSpcialInstruction', 'value' => set_value('txtSpcialInstruction'), 'id' => 'txtSpcialInstruction', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
|
||||
echo form_textarea($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@ -1839,7 +1839,7 @@ if (!empty($getlogpodtl)) {
|
||||
$options = array("0" => 'Item Code');
|
||||
//print_r( $options);
|
||||
|
||||
echo form_dropdown('EditMaterialCode', $options, set_value('EditMaterialCode'), 'id="EditMaterialCode"', 'class="form-control"');
|
||||
echo form_dropdown('EditMaterialCode', $options, set_value('EditMaterialCode'), 'id="EditMaterialCode" class="form-control"');
|
||||
|
||||
?>
|
||||
</div>
|
||||
@ -1993,7 +1993,7 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label>Other Allowances <?php echo "($INRSYM)" ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
@ -2004,7 +2004,7 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label><?php echo "Total Order Value ($INRSYM)"; ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
@ -2015,10 +2015,14 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label>Service Description<span class="text-danger">*</span></label> <?php
|
||||
$data = array('name' => 'EdittxtSpcialInstruction', 'value' => set_value('EdittxtSpcialInstruction'), 'id' => 'EdittxtSpcialInstruction', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
|
||||
<div class="form-group col-md-12">
|
||||
<label>Service Description<span class="text-danger">*</span></label>
|
||||
<?php
|
||||
$data = array('name' => 'EdittxtSpcialInstruction', 'value' => set_value('EdittxtSpcialInstruction'), 'id' => 'EdittxtSpcialInstruction', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
|
||||
echo form_textarea($data);
|
||||
?> <input type="hidden" name="SpcialInstruction" id="SpcialInstruction" value="">
|
||||
?>
|
||||
<input type="hidden" name="SpcialInstruction" id="SpcialInstruction" value="">
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
@ -2113,7 +2117,7 @@ if (!empty($getlogpodtl)) {
|
||||
|
||||
|
||||
|
||||
<div class="form-group col-md-3" id="ViewotherDescription">
|
||||
<div class="form-group col-md-3" style="display: none;" id="ViewotherDescription">
|
||||
<label>Item Name</label>
|
||||
<div>
|
||||
<?php
|
||||
@ -2269,7 +2273,7 @@ if (!empty($getlogpodtl)) {
|
||||
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label>Other Allowances <?php echo "($INRSYM)" ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
@ -2282,7 +2286,7 @@ if (!empty($getlogpodtl)) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-5 col-md-offset-4" align="right">
|
||||
<div class="form-group col-md-9" align="right">
|
||||
<label><?php echo "Total Order Value ($INRSYM)"; ?></label>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -3652,7 +3652,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Modal for Excise Duty Calculation-->
|
||||
<div id="ExciseDutyCalModel" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Excise Duty Calculation On</h4>
|
||||
@ -3689,7 +3689,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Modal for Vat Calculation -->
|
||||
<div id="VatCalModel" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Vat Calculation On</h4>
|
||||
@ -3719,7 +3719,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Modal for CST Calculation -->
|
||||
<div id="CSTCalModel" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">CST Calculation On</h4>
|
||||
@ -3748,7 +3748,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Revenue Special PO Modal Starts Here -->
|
||||
<div id="EditRevenueSplPOModel" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Update <?php echo isset($getdata[0]->BillNo) ? $getdata[0]->BillNo : "" ?> Bill Details</h4>
|
||||
@ -3816,7 +3816,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Revenue bill Modal Starts Here -->
|
||||
<div id="billModel" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Update Bill Details</h4>
|
||||
|
||||
@ -1002,7 +1002,7 @@ foreach ($PaymentTerms as $TER) {
|
||||
<!-- Model for servicepo -->
|
||||
|
||||
<div class="modal fade" id="EDITSERVICE" role="dialog">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<!-- Modal content-->
|
||||
<form>
|
||||
<div class="modal-content" style="width:900px;">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user