+
diff --git a/app/Views/addSupplier.php b/app/Views/addSupplier.php
index afb0f450..cd69d4bb 100644
--- a/app/Views/addSupplier.php
+++ b/app/Views/addSupplier.php
@@ -199,14 +199,14 @@
-
-
-
-
+
+
+
+
+
diff --git a/app/Views/addUser.php b/app/Views/addUser.php index fd3d7a25..c7472818 100644 --- a/app/Views/addUser.php +++ b/app/Views/addUser.php @@ -1,8 +1,13 @@
-
-
+
+
+
+
Add Supplier
- -
+ Add Supplier Details
+
+
+ diff --git a/app/Views/addUser.php b/app/Views/addUser.php index fd3d7a25..c7472818 100644 --- a/app/Views/addUser.php +++ b/app/Views/addUser.php @@ -1,8 +1,13 @@
Add User
-
+ Add User Details
+
+
+
diff --git a/app/Views/addasset.php b/app/Views/addasset.php
index ad96e391..d488d91a 100644
--- a/app/Views/addasset.php
+++ b/app/Views/addasset.php
@@ -49,15 +49,17 @@ $(function() {
-
-
-
+
+
+
+
+
-
-
+
Add Asset
+ Add Asset Details
+
+
+ +
diff --git a/app/Views/addconfig.php b/app/Views/addconfig.php
index a5d2612c..d2fd07de 100644
--- a/app/Views/addconfig.php
+++ b/app/Views/addconfig.php
@@ -1,16 +1,14 @@
-
-
-
+
+
+
+
-
-
-
Add Config
-
+ Add Config Details
+
+
+
- Back
-
diff --git a/app/Views/adddepartment.php b/app/Views/adddepartment.php
index 158ab09d..b9b9d690 100644
--- a/app/Views/adddepartment.php
+++ b/app/Views/adddepartment.php
@@ -62,13 +62,16 @@
-
-
+
+
+
+
+
-
Add Department Details
+ Add Department Details
+
+
+
+
diff --git a/app/Views/alterpurchaseorder.php b/app/Views/alterpurchaseorder.php
index c90314cc..a5cdd7ca 100644
--- a/app/Views/alterpurchaseorder.php
+++ b/app/Views/alterpurchaseorder.php
@@ -1468,7 +1468,7 @@ if (!empty($INRSYMBOL)) {
/* Set the Packaging calculation option for calculating Packaging */
function submitoption() {
submitoptionvalue = $("input:radio[name='optsubmit']:checked").val();
-
+
var PO = $('#POType').val();
if (PO == 'REVENUE') {
@@ -1833,7 +1833,7 @@ if (!empty($INRSYMBOL)) {
$('#txtSpecialservice').val(0);
Save(1)
}
- }else{
+ } else {
$('#submitmodel').modal('show');
}
}
@@ -1851,8 +1851,7 @@ if (!empty($INRSYMBOL)) {
if (input == -1) {
alert("Select Request Type");
- }
- else if ($('#drpSupplier').val() == "0") {
+ } else if ($('#drpSupplier').val() == "0") {
alert('Please Select the Supplier details');
$('#drpSupplier').focus();
return false;
@@ -1875,8 +1874,7 @@ if (!empty($INRSYMBOL)) {
$('#Scheduleby').focus();
return false;
- }
- else {
+ } else {
$("#" + input).modal('show');
$('#isEdit').val(0);
if (StateTaxCheck == "0") {
@@ -2022,6 +2020,36 @@ if (!empty($INRSYMBOL)) {
.num {
text-align: right;
}
+ .header-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 25px;
+ }
+
+ .header-container h2 {
+ flex: 1;
+ text-align: center;
+ margin: 0;
+ }
+
+ .centered {
+ display: flex;
+ /* justify-content: center; */
+ align-items: center;
+ height: 10vh;
+ }
+
+ .centered label,
+ .centered input {
+ margin: 0 5px;
+ }
+
+ .mandatory {
+ color: red;
+ text-align: right;
+ background-color: white;
+ }
@@ -2031,20 +2059,16 @@ if (!empty($INRSYMBOL)) {
echo form_open(base_url() . '/purchaseorder/addalterPO/', $attributes); ?>
-
+
-
-
+
Emergency Purchase Order
-
-
-
+
-
-
-
+
+
'Select Request Type');
@@ -2062,20 +2086,7 @@ if (!empty($INRSYMBOL)) {
?>
-
-
-
-
-
-
- 'PODate', 'value' => set_value('PODate', $CurrentDate), 'id' => 'PODate', 'class' => 'form-control', 'required' => 'true', 'onkeypress'=>'return false;');
- echo form_input($data);
- ?>
-
-
-
-
+
-
+
+
@@ -2085,8 +2096,46 @@ if (!empty($INRSYMBOL)) {
?>
+
+
+
-
-
-
- Select Delivery By*
-
-
- "DateRange", "id" => "Date", "value" => "0", 'checked' => set_radio('DateRange', '0', true))); ?>
-
-
- "DateRange", "id" => "Schedule", "value" => "1", 'checked' => set_radio('DateRange', '1', false))); ?>
-
-
-
- -
-
-
-
- 'Select Supplier');
- //print_r( $options);
-
- if (!empty($Suplist)) {
- foreach ($Suplist as $SID) :
- $options[$SID->SupplierID] = $SID->SupplierID . ' - ' . $SID->SupplierName ;
- endforeach;
- }
-
- echo form_dropdown('drpSupplier', $options, set_value('drpSupplier'), 'id="drpSupplier"', 'required="true"', 'class="form-control select2"');
-
- ?>
+
+ Select Delivery By*
+
- +
+ "DateRange", "id" => "Date", "value" => "0", 'checked' => set_radio('DateRange', '0', true))); ?>
+ "DateRange", "id" => "Schedule", "value" => "1", 'checked' => set_radio('DateRange', '1', false))); ?>
-
-
-
+
+
+
'SupAddress', 'value' => set_value('SupAddress'), 'id' => 'SupAddress', 'class' => 'form-control', 'readonly' => 'true', 'rows' => '3', 'cols' => '40');
- echo Form_textarea($data);
+ $data = array('name' => 'Scheduleby', 'value' => set_value('Scheduleby'), 'id' => 'Scheduleby', 'class' => 'form-control', 'required' => 'true', 'rows' => '3', 'cols' => '40', 'maxlength' => '110');
+ echo form_textarea($data);
?>
+
+
+
-
@@ -2148,31 +2180,39 @@ if (!empty($INRSYMBOL)) {
-
-
+
-
+
+
+
+
-
-
-
+
-
+
+
+
+
-
+
'Select Department Name');
@@ -2193,7 +2233,7 @@ if (!empty($INRSYMBOL)) {
-
+
-
-
-
'Cost Center Name');
@@ -2222,49 +2262,11 @@ if (!empty($INRSYMBOL)) {
echo form_hidden($data);
// echo form_input($data);
-
+
?>
-
-
-
-
-
-
-
-
+
-
+
-
-
-
-
+
-
- 'emergmodeofshipment', 'value' => set_value('emergmodeofshipment'), 'id' => 'emergmodeofshipment', 'class' => 'form-control');
- echo form_input($data);
- ?>
-
-
-
-
-
+
-
-
+
-
-
+
+
-
+ 'PODate', 'value' => set_value('PODate', $CurrentDate), 'id' => 'PODate', 'class' => 'form-control', 'required' => 'true', 'onkeypress' => 'return false;');
+ echo form_input($data);
+ ?>
-
-
+
-
+
-
-
-
+
+
+
+
+
+ 'emergmodeofshipment', 'value' => set_value('emergmodeofshipment'), 'id' => 'emergmodeofshipment', 'class' => 'form-control');
+ echo form_input($data);
+ ?>
+
+
+
+
-
- 'emergsupplierreference', 'value' => set_value('emergsupplierreference'), 'id' => 'emergsupplierreference', 'class' => 'form-control', 'maxlength' => '40');
- echo form_input($data);
- ?>
-
-
-
-
-
-
-
-
-
-
-
-
- 'emergsupplierofferno', 'value' => set_value('emergsupplierofferno'), 'id' => 'emergsupplierofferno', 'class' => 'form-control');
- echo form_input($data);
- ?>
-
-
-
-
+
+ 'emergsupplierreference', 'value' => set_value('emergsupplierreference'), 'id' => 'emergsupplierreference', 'class' => 'form-control', 'maxlength' => '40');
+ echo form_input($data);
+ ?>
+
+
+
+
+
+ 'emergsupplierofferno', 'value' => set_value('emergsupplierofferno'), 'id' => 'emergsupplierofferno', 'class' => 'form-control');
+ echo form_input($data);
+ ?>
+
+
+
-
+
-
@@ -2371,19 +2364,9 @@ if (!empty($INRSYMBOL)) {
echo form_input($data);
?>
-
-
-
-
-
+
+
@@ -2928,7 +2906,7 @@ if (!empty($INRSYMBOL)) {
-
+
-
+
+
+
+ 'Select Payment method');
+ //print_r( $options);
+ if (!empty($Payment)) {
+ foreach ($Payment as $payment) :
+
+
+ $options1[$payment->PaymentID] = $payment->PaymentTerms;
+
+ endforeach;
+ }
+ echo form_dropdown('PaymentMethod', $options1, set_value('PaymentMethod'), 'id="PaymentMethod"', 'class="form-control"');
+ ?>
+
+
+
+
+
-
-
+
-
-
-
+
+
-
-
-
-
-
-
+
-
+
-
'InsuranceNumber', 'value' => set_value('InsuranceNumber'), 'id' => 'InsuranceNumber', 'class' => 'form-control', 'required' => 'true');
@@ -2445,54 +2455,22 @@ if (!empty($INRSYMBOL)) {
?>
-
- 'Select Payment method');
- //print_r( $options);
- if (!empty($Payment)) {
- foreach ($Payment as $payment) :
-
-
- $options1[$payment->PaymentID] = $payment->PaymentTerms;
-
- endforeach;
- }
- echo form_dropdown('PaymentMethod', $options1, set_value('PaymentMethod'), 'id="PaymentMethod"', 'class="form-control"');
- ?>
-
-
-
-
-
-
+
-
+
-
+
'Select', '1' => 'REVENUE', '2' => 'CAPITAL');
echo form_dropdown('BudgetType', $optionsnew, set_value('BudgetType'), 'id="BudgetType"', 'required="true"', 'class="form-control select2');
?>
-
+
+
+
- IS THIS OPEN ORDER FORMAT
+ IS THIS OPEN ORDER FORMAT
Select Line Item
@@ -2905,7 +2883,7 @@ if (!empty($INRSYMBOL)) {
-
+
-
+
'Item Code');
@@ -3068,7 +3046,7 @@ if (!empty($INRSYMBOL)) {
-
+
'EditQuantity', 'value' => set_value('EditQuantity'), 'id' => 'EditQuantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'EditRatechange()');
@@ -3077,7 +3055,7 @@ if (!empty($INRSYMBOL)) {
-
+
'EditRate', 'value' => set_value('EditRate'), 'id' => 'EditRate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'EditRatechange()');
@@ -3213,7 +3191,7 @@ if (!empty($INRSYMBOL)) {
- Service Description* 'EdittxtSpcialInstructionSingle', 'value' => set_value('EdittxtSpcialInstructionSingle'), 'id' => 'EdittxtSpcialInstructionSingle', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
echo form_textarea($data); ?>
@@ -3247,7 +3225,7 @@ if (!empty($INRSYMBOL)) {
-
+
'EditRevenueAvlBudAmt', 'value' => set_value('EditAvlBudAmt'), 'id' => 'EditRevenueAvlBudAmt', 'class' => 'form-control num', 'readonly' => 'true');
echo form_hidden($data);
-
+
?>
-
+
'Item Code');
@@ -3321,7 +3299,7 @@ if (!empty($INRSYMBOL)) {
-
+
'EditRevenueQuantity', 'value' => set_value('EditQuantity'), 'id' => 'EditRevenueQuantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'Editchange()', 'style' => 'text-align:right;');
@@ -3330,7 +3308,7 @@ if (!empty($INRSYMBOL)) {
-
+
'EditRevenueRate', 'value' => set_value('EditRate'), 'id' => 'EditRevenueRate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'Editchange()', 'style' => 'text-align:right;');
@@ -3619,7 +3597,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Item Code');
@@ -3651,7 +3629,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Quantity', 'value' => set_value('Quantity'), 'id' => 'Quantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'change()');
@@ -3660,7 +3638,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Rate', 'value' => set_value('Rate'), 'id' => 'Rate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'change()');
@@ -3689,7 +3667,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Select Discount Type');
@@ -3710,7 +3688,7 @@ if (!empty($INRSYMBOL)) {
-
+
'txtDiscount', 'value' => set_value('txtDiscount'), 'id' => 'txtDiscount', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'change();calculateDiscount(0);');
@@ -3751,7 +3729,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Select Packaging Type');
@@ -3772,7 +3750,7 @@ if (!empty($INRSYMBOL)) {
-
+
'txtPackaging', 'value' => set_value('txtPackaging'), 'id' => 'txtPackaging', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculatePackaging(0);change();');
@@ -3833,7 +3811,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Select Freight Type');
@@ -3854,7 +3832,7 @@ if (!empty($INRSYMBOL)) {
-
+
'txtFreight', 'value' => set_value('txtFreight'), 'id' => 'txtFreight', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreight(0);change();');
@@ -3951,7 +3929,7 @@ if (!empty($INRSYMBOL)) {
-
+
'Item Code');
@@ -4059,7 +4037,7 @@ if (!empty($INRSYMBOL)) {
-
+
'ServiceQuantity', 'value' => set_value('ServiceQuantity'), 'id' => 'ServiceQuantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'Ratechange()');
@@ -4068,7 +4046,7 @@ if (!empty($INRSYMBOL)) {
-
+
-
+
-
-
'ServiceRate', 'value' => set_value('ServiceRate'), 'id' => 'ServiceRate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'Ratechange()');
@@ -4212,7 +4190,7 @@ if (!empty($INRSYMBOL)) {
- Service Description* 'txtSpcialInstructionSingle', 'value' => set_value('txtSpcialInstructionSingle'), 'id' => 'txtSpcialInstructionSingle', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
echo form_textarea($data); ?>
@@ -5201,7 +5179,7 @@ if (!empty($INRSYMBOL)) {
| SNo | Requisition No | @@ -5402,7 +5380,7 @@ if (!empty($INRSYMBOL)) {
|---|
+
+