diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php
new file mode 100644
index 00000000..bfa64fa9
--- /dev/null
+++ b/application/controllers/payslip.php
@@ -0,0 +1,55 @@
+load->model('employeedetails_model');
+ $this->isLoggedIn();
+ }
+ /**
+ * This function used to load the first screen of the user
+ */
+ public function index()
+ {
+
+
+
+ }
+
+
+ function payslipupload()
+ {
+ $this->global['pageTitle'] = 'Siddharth : PaySlip Upload';
+
+ $this->loadViews("payslipupload", $this->global, NULL);
+ }
+ function payslipgenerate()
+ {
+ $this->global['pageTitle'] = 'Siddharth : PaySlip Generator';
+
+ $this->loadViews("payslipgenerate", $this->global, NULL);
+ }
+
+ function pageNotFound()
+ {
+ $this->global['pageTitle'] = 'CodeInsect : 404 - Page Not Found';
+
+ $this->loadViews("404", $this->global, NULL, NULL);
+ }
+}
+
+?>
\ No newline at end of file
diff --git a/application/views/includes/header.php b/application/views/includes/header.php
index 2be4a99c..f606d820 100644
--- a/application/views/includes/header.php
+++ b/application/views/includes/header.php
@@ -115,7 +115,11 @@
-
-
-
-
+
+
+
+ Requisition List
+
+
+
+
+
+
+
+
+
+
+
+PaySlip Generator
+
\ No newline at end of file
diff --git a/application/views/payslipupload.php b/application/views/payslipupload.php
new file mode 100644
index 00000000..1aeb4bf4
--- /dev/null
+++ b/application/views/payslipupload.php
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ | Supplier ID |
+ Supplier Name |
+ Address |
+ Contact Number |
+ Email Address |
+ Excise Registration |
+ TIN |
+ PAN |
+ GST Number |
+ GST Range |
+ UA Number |
+ Payment Terms |
+
+
+
+ | SupplierID ?> |
+ SupplierName ?> |
+ Address ?> |
+ ContactNumber ?> |
+
+ EmailAddress ?> |
+ Exiseregistration ?> |
+ TIN ?> |
+ PAN ?> |
+ GSTNO ?> |
+ GSTRange ?> |
+
+ UANumber ?> |
+ PaymentTerms ?> |
+
+
+
+
+
+
+
+
+
+
+
+
+
+