diff --git a/app/Controllers/Monthlypay.php b/app/Controllers/Monthlypay.php
index e29aba2e..469b535f 100755
--- a/app/Controllers/Monthlypay.php
+++ b/app/Controllers/Monthlypay.php
@@ -970,7 +970,7 @@ class Monthlypay extends BaseController
$this->global['pageTitle'] = 'Employee Leave Application Form';
$data['leave_info'] = $this->monthlypay_model->getheringleaveApplicationForm();
$data['employee_info'] = $this->monthlypay_model->getheringemployeeinformation();
- $data['status_info'] = ["Draft","Approved"];
+ $data['status_info'] = ["Draft","Approved","Cancel"];
$this->loadviews('employeeLeaveApplicationForm', $this->global, $data, NULL);
}
diff --git a/app/Views/EditservicePurchaseorder.php b/app/Views/EditservicePurchaseorder.php
index df60b841..7471ca43 100755
--- a/app/Views/EditservicePurchaseorder.php
+++ b/app/Views/EditservicePurchaseorder.php
@@ -1256,7 +1256,7 @@ if (!empty($getlogpodtl)) {
> IS THIS OPEN ORDER FORMAT
-
+
@@ -1395,7 +1395,7 @@ if (!empty($getlogpodtl)) {
if ($PONOStatus == PO_DRAFT || $PONOStatus == PO_CREATED || $PONOStatus == REQITEM_Emergency_PO_CREATED || $PONOStatus == PO_APPROVED || $PONOStatus == SPECIAL_PO) { ?>
-
+
| |
@@ -1659,7 +1659,7 @@ if (!empty($getlogpodtl)) {
-
+
@@ -1701,21 +1701,21 @@ if (!empty($getlogpodtl)) {
@@ -2262,7 +2262,7 @@ if (!empty($getlogpodtl)) {
diff --git a/app/Views/POlist.php b/app/Views/POlist.php
index 7f5f87b3..c6be2a09 100755
--- a/app/Views/POlist.php
+++ b/app/Views/POlist.php
@@ -193,13 +193,13 @@
?>
- get('roleText') == 'System Administrator'){ ?>
-
-
+
|
diff --git a/app/Views/accountsDashboard.php b/app/Views/accountsDashboard.php
index ea3bdd4a..afde5728 100644
--- a/app/Views/accountsDashboard.php
+++ b/app/Views/accountsDashboard.php
@@ -436,7 +436,7 @@
Tax (%) |
Taxable Amt |
Total Amt |
- Remarks |
+ Remarks * |
|
@@ -812,8 +812,8 @@
'' + ((isOpenOrder) ? 0 : parseInt(item.Quantity - item.QuantityAsPerInvoice)) + ' | ' +
'' + Number(item.Rate).toFixed(2) + ' | ' +
'' + tax_percentage + ' | ' +
- '' + amount + ' | ' +
- '' + grand_total_amount + ' | ' +
+ '' + Number(amount).toFixed(2) + ' | ' +
+ '' + Number(grand_total_amount).toFixed(2) + ' | ';
' | ' +
' | ' +
'' +
@@ -852,8 +852,8 @@
'' + ((isOpenOrder) ? 0 : parseInt(item.Quantity - item.QuantityAsPerInvoice)) + ' | ' +
'' + Number(item.Rate).toFixed(2) + ' | ' +
'' + tax_percentage + ' | ' +
- '' + amount + ' | ' +
- '' + grand_total_amount + ' | ' +
+ '' + Number(amount).toFixed(2) + ' | ' +
+ '' + Number(grand_total_amount).toFixed(2) + ' | ';
' | ' +
' | ' +
'' +
@@ -887,8 +887,8 @@
'' + item.QuantityAsPerInvoice + ' | ' +
'' + Number(item.Rate).toFixed(2) + ' | ' +
'' + tax_percentage + ' | ' +
- '' + amount + ' | ' +
- '' + grand_total_amount + ' | ' +
+ '' + Number(amount).toFixed(2) + ' | ' +
+ '' + Number(grand_total_amount).toFixed(2) + ' | ';
'' + item.Remarks + ' | ' +
' | ' +
'' +
diff --git a/app/Views/assetListing.php b/app/Views/assetListing.php
index 58770a69..fe17cfe4 100755
--- a/app/Views/assetListing.php
+++ b/app/Views/assetListing.php
@@ -54,7 +54,7 @@
- Add New
+ Add New
Asset
@@ -171,6 +171,7 @@
diff --git a/app/Views/attendance.php b/app/Views/attendance.php
index f476585e..d26ae34d 100755
--- a/app/Views/attendance.php
+++ b/app/Views/attendance.php
@@ -268,7 +268,7 @@ $currentday = date('d');
-
+
diff --git a/app/Views/costListing.php b/app/Views/costListing.php
index 66baab6f..ad3e3e6d 100755
--- a/app/Views/costListing.php
+++ b/app/Views/costListing.php
@@ -53,7 +53,7 @@
- Add Cost
+ Add Cost
Details
@@ -137,7 +137,7 @@
-
@@ -187,7 +187,7 @@
diff --git a/app/Views/departmentListing.php b/app/Views/departmentListing.php
index 2b36b420..f3f63c6f 100755
--- a/app/Views/departmentListing.php
+++ b/app/Views/departmentListing.php
@@ -60,7 +60,7 @@
- Add New department
+ Add New department
@@ -159,6 +159,7 @@
diff --git a/app/Views/driverAttendance.php b/app/Views/driverAttendance.php
index 7837df3c..88a55301 100755
--- a/app/Views/driverAttendance.php
+++ b/app/Views/driverAttendance.php
@@ -76,7 +76,7 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
-
diff --git a/app/Views/employeeLeaveApplicationForm.php b/app/Views/employeeLeaveApplicationForm.php
index 65974ac5..b7bcc8d6 100755
--- a/app/Views/employeeLeaveApplicationForm.php
+++ b/app/Views/employeeLeaveApplicationForm.php
@@ -82,7 +82,7 @@
From Date |
To Date |
Number Of Days |
- Status |
+ Status |
Action |
@@ -105,7 +105,7 @@
= esc($stdate) ?> |
= esc($eddate) ?> |
= esc($d['no_of_days']) ?> |
-
+ |
-
+
@@ -241,6 +242,7 @@
+
@@ -256,8 +258,10 @@
@@ -349,10 +353,10 @@
alert('Please Enter the Reason');
return;
}
- if ($('#status_val').val() === '') {
- alert('Please Select Status');
- return;
- }
+ // if ($('#status_val').val() === '') {
+ // alert('Please Select Status');
+ // return;
+ // }
// validateDateRange(function(isValid) {
// if (!isValid) {
// alert("The selected date range overlaps with an existing approved leave.");
@@ -366,7 +370,7 @@
end_date:$('#end_date').val(),
no_of_days:$('#no_of_days').val(),
reason:$('#reason').val(),
- status:$('#status_val').val(),
+ status:$('#status_val').val() ? $('#status_val').val() : 'Draft',
};
$('#loader').show();
diff --git a/app/Views/employeeListing.php b/app/Views/employeeListing.php
index 9dcc2b9c..bdf32fc3 100755
--- a/app/Views/employeeListing.php
+++ b/app/Views/employeeListing.php
@@ -101,7 +101,7 @@
diff --git a/app/Views/includes/new_footer.php b/app/Views/includes/new_footer.php
index 0d2c6d92..25454a4a 100755
--- a/app/Views/includes/new_footer.php
+++ b/app/Views/includes/new_footer.php
@@ -155,6 +155,39 @@
+
+
|