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 - +
  • + + +
  • + PaySlip Generate + +
  • + +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 @@ +
    + +
    +

    +
    Siddharth Industries PaySlip Upload
    + +

    +
    +
    +
    + +
    +
    +
    +
    +
    +

    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Supplier IDSupplier NameAddressContact NumberEmail AddressExcise RegistrationTINPANGST NumberGST RangeUA NumberPayment Terms
    SupplierID ?> SupplierName ?>Address ?>ContactNumber ?>EmailAddress ?>Exiseregistration ?>TIN ?>PAN ?>GSTNO ?>GSTRange ?>UANumber ?>PaymentTerms ?>
    + +
    + +
    +
    +
    +
    +
    + +