From 5b84f0fa2c1b674406a07e0e5275e58c5fec5b21 Mon Sep 17 00:00:00 2001 From: saravanakumar_kandasami Date: Sat, 10 Jun 2017 11:07:04 +0530 Subject: [PATCH] MRIR screen --- .../controllers/inwardgateregister.php | 21 +- application/views/includes/header.php | 11 + .../views/materialinspectionreport.php | 353 ++++++++++++++++++ 3 files changed, 371 insertions(+), 14 deletions(-) create mode 100644 application/views/materialinspectionreport.php diff --git a/application/controllers/inwardgateregister.php b/application/controllers/inwardgateregister.php index 5239ffac..1662ea35 100644 --- a/application/controllers/inwardgateregister.php +++ b/application/controllers/inwardgateregister.php @@ -16,8 +16,7 @@ class inwardgateregister extends BaseController */ public function __construct() { - parent::__construct(); - $this->load->model('supplier_model'); + parent::__construct(); $this->load->library('session'); $this->load->library('form_validation'); $this->isLoggedIn(); @@ -31,19 +30,13 @@ class inwardgateregister extends BaseController $this->loadViews("inwardgateregister", $this->global, NULL , NULL); } - function inwardgateregister() - { - $this->global['pageTitle'] = 'Siddharth : Inward Gate Register'; - - $this->loadViews("inwardgateregister", $this->global, NULL , NULL); - } - function inwardgateposhow() - { - $this->global['pageTitle'] = 'Siddharth : Inward PO Show'; - - $this->loadViews("inwardgateposhow", $this->global, NULL , NULL); - } +function materialinspectionreport() + { + $this->global['pageTitle'] = 'Siddharth : Material Inspetion Report'; + + $this->loadViews("materialinspectionreport", $this->global, NULL , NULL); + } function pageNotFound() { diff --git a/application/views/includes/header.php b/application/views/includes/header.php index 8cae9571..dc6402a1 100755 --- a/application/views/includes/header.php +++ b/application/views/includes/header.php @@ -387,12 +387,23 @@ +
  • + Inspection + +