From dfa592d764051e73b7aa58f46534ebc0fa21fe6c Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Thu, 12 Sep 2024 08:59:06 +0530 Subject: [PATCH] CHANGE_TRACKER_ISSUE --- app/Views/Report_month_wise_inward.php | 450 +++++++++++++------------ app/Views/addEmployeenew.php | 2 +- app/Views/addemppaydate.php | 20 +- app/Views/dashboard.php | 68 ++-- app/Views/porelease_view.php | 411 ++++++++++++---------- app/Views/publicholidays.php | 54 ++- app/Views/viewinwardgateregister.php | 2 +- 7 files changed, 566 insertions(+), 441 deletions(-) diff --git a/app/Views/Report_month_wise_inward.php b/app/Views/Report_month_wise_inward.php index 542f8165..8c3c8994 100644 --- a/app/Views/Report_month_wise_inward.php +++ b/app/Views/Report_month_wise_inward.php @@ -1,250 +1,252 @@ - - -
-
-
- -
- -
-
-

Report - Month-wise-Inward()

-
- -
-
- - - - - - - - - - - - - input->get('ab'); - $last = $this->input->get('dat'); - $new = date("F",strtotime($last))."\n"; - foreach($month as $rel) - { - ?> - - - - - - - - - - - - - - - - - - - - - -
Supplier NameMaterial NameQuantityTotal Value  (₹)
- supplier_name;?> - material_name;?>quantity); - echo round($rel->quantity);?>total,2,'.',''); - echo number_format($rel->total,2,'.','');?>
- - - - - - - - - - - -
- -
-
-
- -
- -
-
+ .dataTables_filter { + width: 50%; + float: right; + text-align: right; + } + + .dataTables_paginate { + width: 50%; + float: right; + text-align: right; + } + + div.dt-buttons { + position: relative; + float: right; + + } + + .btn-success { + background-color: #00d976; + ; + border-color: #00d976; + ; + } + +
+
+
+ +
+ +
+
+
+

+

Report - Month-wise-Inward()

+

+
+ +
+
+ + + + + + + - - - - - - + + + + input->get('ab'); + $last = $this->input->get('dat'); + $new = date("F", strtotime($last)) . "\n"; + foreach ($month as $rel) { + ?> + + + + + + + + + + + + - + + + + + + + - - - \ No newline at end of file + } + \ No newline at end of file diff --git a/app/Views/addEmployeenew.php b/app/Views/addEmployeenew.php index 0aba698f..d744507f 100644 --- a/app/Views/addEmployeenew.php +++ b/app/Views/addEmployeenew.php @@ -830,7 +830,7 @@ onkeypress="return isNumberKey(event)"> -
+
ESI Rate(%) * diff --git a/app/Views/addemppaydate.php b/app/Views/addemppaydate.php index 3b78043a..ffe7439a 100644 --- a/app/Views/addemppaydate.php +++ b/app/Views/addemppaydate.php @@ -55,6 +55,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -269,7 +287,7 @@ $('#Loan_Amount').val("0.00"); $('#paid_due').val(0); $('#Paid_Amount').val("0.00"); - + } diff --git a/app/Views/dashboard.php b/app/Views/dashboard.php index b528da29..c2857f80 100644 --- a/app/Views/dashboard.php +++ b/app/Views/dashboard.php @@ -10,7 +10,13 @@ if (!empty($EmpCount)) { } ?> - +
@@ -630,42 +636,50 @@ if (!empty($EmpCount)) { -
-
- - - -
-
+
+

+

- -
+
+ + + +
+
+
+
-
-
-
User Registrations
-

users) ? $UserCount[0]->users : 0; ?> -

-

-

- EmpCount) ? $EmpCount[0]->EmpCount : 0; ?> - 1 ? '' . $employees . ' Employees ' : ($employees == 1 ? '' . $employees . ' Employee' : ''); ?> -

-
-
- - - - +
+
+
+
+
User Registrations
+

users) ? $UserCount[0]->users : 0; ?> +

+

+

+ EmpCount) ? $EmpCount[0]->EmpCount : 0; ?> + 1 ? '' . $employees . ' Employees ' : ($employees == 1 ? '' . $employees . ' Employee' : ''); ?> +

+
+
+ + + + - + +
+ +
+
diff --git a/app/Views/porelease_view.php b/app/Views/porelease_view.php index 38e4ea49..7a180b1e 100644 --- a/app/Views/porelease_view.php +++ b/app/Views/porelease_view.php @@ -7,6 +7,36 @@ if (empty($Status)) { ?>
Supplier NameMaterial NameQuantityTotal Value  (₹)
+ supplier_name; ?> + material_name; ?>quantity); + echo round($rel->quantity); ?>total, 2, '.', ''); + echo number_format($rel->total, 2, '.', ''); ?>
+ + + +