Server Code : ps
This commit is contained in:
parent
f569cf1f0b
commit
43b21c464a
12
README.md
Executable file → Normal file
12
README.md
Executable file → Normal file
@ -1,7 +1,7 @@
|
|||||||
**Employee Account :**
|
**Employee Account :**
|
||||||
|
|
||||||
email : venbatechnologies@gmail.com
|
email : venbatechnologies@gmail.com
|
||||||
|
|
||||||
password : resicovenba
|
password : resicovenba
|
||||||
|
|
||||||
To clone this use "git clone https://saravanakumar_kandasami@bitbucket.org/venbainformationtechnology/siddharth_application.git (your own link)"
|
To clone this use "git clone https://saravanakumar_kandasami@bitbucket.org/venbainformationtechnology/siddharth_application.git (your own link)"
|
||||||
0
application/.htaccess
Executable file → Normal file
0
application/.htaccess
Executable file → Normal file
0
application/cache/.htaccess
vendored
Executable file → Normal file
0
application/cache/.htaccess
vendored
Executable file → Normal file
18
application/cache/index.html
vendored
Executable file → Normal file
18
application/cache/index.html
vendored
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -1,116 +1,116 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| AUTO-LOADER
|
| AUTO-LOADER
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| This file specifies which systems should be loaded by default.
|
| This file specifies which systems should be loaded by default.
|
||||||
|
|
|
|
||||||
| In order to keep the framework as light-weight as possible only the
|
| In order to keep the framework as light-weight as possible only the
|
||||||
| absolute minimal resources are loaded by default. For example,
|
| absolute minimal resources are loaded by default. For example,
|
||||||
| the database is not connected to automatically since no assumption
|
| the database is not connected to automatically since no assumption
|
||||||
| is made regarding whether you intend to use it. This file lets
|
| is made regarding whether you intend to use it. This file lets
|
||||||
| you globally define which systems you would like loaded with every
|
| you globally define which systems you would like loaded with every
|
||||||
| request.
|
| request.
|
||||||
|
|
|
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Instructions
|
| Instructions
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| These are the things you can load automatically:
|
| These are the things you can load automatically:
|
||||||
|
|
|
|
||||||
| 1. Packages
|
| 1. Packages
|
||||||
| 2. Libraries
|
| 2. Libraries
|
||||||
| 3. Helper files
|
| 3. Helper files
|
||||||
| 4. Custom config files
|
| 4. Custom config files
|
||||||
| 5. Language files
|
| 5. Language files
|
||||||
| 6. Models
|
| 6. Models
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Packges
|
| Auto-load Packges
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['packages'] = array(APPPATH.'third_party', '/usr/local/shared');
|
| $autoload['packages'] = array(APPPATH.'third_party', '/usr/local/shared');
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['packages'] = array();
|
$autoload['packages'] = array();
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Libraries
|
| Auto-load Libraries
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| These are the classes located in the system/libraries folder
|
| These are the classes located in the system/libraries folder
|
||||||
| or in your application/libraries folder.
|
| or in your application/libraries folder.
|
||||||
|
|
|
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['libraries'] = array('database', 'session', 'xmlrpc');
|
| $autoload['libraries'] = array('database', 'session', 'xmlrpc');
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['libraries'] = array('database', 'session');
|
$autoload['libraries'] = array('database', 'session');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Helper Files
|
| Auto-load Helper Files
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['helper'] = array('url', 'file');
|
| $autoload['helper'] = array('url', 'file');
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['helper'] = array('url', 'file','cias_helper','cookie');
|
$autoload['helper'] = array('url', 'file','cias_helper','cookie');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Config files
|
| Auto-load Config files
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['config'] = array('config1', 'config2');
|
| $autoload['config'] = array('config1', 'config2');
|
||||||
|
|
|
|
||||||
| NOTE: This item is intended for use ONLY if you have created custom
|
| NOTE: This item is intended for use ONLY if you have created custom
|
||||||
| config files. Otherwise, leave it blank.
|
| config files. Otherwise, leave it blank.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['config'] = array();
|
$autoload['config'] = array();
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Language files
|
| Auto-load Language files
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['language'] = array('lang1', 'lang2');
|
| $autoload['language'] = array('lang1', 'lang2');
|
||||||
|
|
|
|
||||||
| NOTE: Do not include the "_lang" part of your file. For example
|
| NOTE: Do not include the "_lang" part of your file. For example
|
||||||
| "codeigniter_lang.php" would be referenced as array('codeigniter');
|
| "codeigniter_lang.php" would be referenced as array('codeigniter');
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['language'] = array();
|
$autoload['language'] = array();
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Auto-load Models
|
| Auto-load Models
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Prototype:
|
| Prototype:
|
||||||
|
|
|
|
||||||
| $autoload['model'] = array('model1', 'model2');
|
| $autoload['model'] = array('model1', 'model2');
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['model'] = array();
|
$autoload['model'] = array();
|
||||||
|
|
||||||
|
|
||||||
/* End of file autoload.php */
|
/* End of file autoload.php */
|
||||||
/* Location: ./application/config/autoload.php */
|
/* Location: ./application/config/autoload.php */
|
||||||
2
application/config/config.php
Executable file → Normal file
2
application/config/config.php
Executable file → Normal file
@ -16,7 +16,7 @@
|
|||||||
| environments.
|
| environments.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$base = "http://".$_SERVER['HTTP_HOST'];
|
$base = "https://".$_SERVER['HTTP_HOST'];
|
||||||
$base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
|
$base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
|
||||||
$config['base_url'] = $base;
|
$config['base_url'] = $base;
|
||||||
|
|
||||||
|
|||||||
0
application/config/constants.php
Executable file → Normal file
0
application/config/constants.php
Executable file → Normal file
474
application/config/constants.php~
Executable file → Normal file
474
application/config/constants.php~
Executable file → Normal file
@ -1,237 +1,237 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| File and Directory Modes
|
| File and Directory Modes
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| These prefs are used when checking and setting modes when working
|
| These prefs are used when checking and setting modes when working
|
||||||
| with the file system. The defaults are fine on servers with proper
|
| with the file system. The defaults are fine on servers with proper
|
||||||
| security, but you may wish (or even need) to change the values in
|
| security, but you may wish (or even need) to change the values in
|
||||||
| certain environments (Apache running a separate process for each
|
| certain environments (Apache running a separate process for each
|
||||||
| user, PHP under CGI with Apache suEXEC, etc.). Octal values should
|
| user, PHP under CGI with Apache suEXEC, etc.). Octal values should
|
||||||
| always be used to set the mode correctly.
|
| always be used to set the mode correctly.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
define('FILE_READ_MODE', 0644);
|
define('FILE_READ_MODE', 0644);
|
||||||
define('FILE_WRITE_MODE', 0666);
|
define('FILE_WRITE_MODE', 0666);
|
||||||
define('DIR_READ_MODE', 0755);
|
define('DIR_READ_MODE', 0755);
|
||||||
define('DIR_WRITE_MODE', 0777);
|
define('DIR_WRITE_MODE', 0777);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| File Stream Modes
|
| File Stream Modes
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| These modes are used when working with fopen()/popen()
|
| These modes are used when working with fopen()/popen()
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('FOPEN_READ', 'rb');
|
define('FOPEN_READ', 'rb');
|
||||||
define('FOPEN_READ_WRITE', 'r+b');
|
define('FOPEN_READ_WRITE', 'r+b');
|
||||||
define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
|
define('FOPEN_WRITE_CREATE_DESTRUCTIVE', 'wb'); // truncates existing file data, use with care
|
||||||
define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
|
define('FOPEN_READ_WRITE_CREATE_DESTRUCTIVE', 'w+b'); // truncates existing file data, use with care
|
||||||
define('FOPEN_WRITE_CREATE', 'ab');
|
define('FOPEN_WRITE_CREATE', 'ab');
|
||||||
define('FOPEN_READ_WRITE_CREATE', 'a+b');
|
define('FOPEN_READ_WRITE_CREATE', 'a+b');
|
||||||
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
|
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
|
||||||
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
|
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
|
||||||
|
|
||||||
/**** USER DEFINED CONSTANTS **********/
|
/**** USER DEFINED CONSTANTS **********/
|
||||||
|
|
||||||
define('ROLE_ADMIN', '1');
|
define('ROLE_ADMIN', '1');
|
||||||
define('ROLE_MANAGER', '2');
|
define('ROLE_MANAGER', '2');
|
||||||
define('ROLE_EMPLOYEE', '3');
|
define('ROLE_EMPLOYEE', '3');
|
||||||
/*define('ROLE_PRODUCTION', '4');
|
/*define('ROLE_PRODUCTION', '4');
|
||||||
define('ROLE_QUALITY', '5');
|
define('ROLE_QUALITY', '5');
|
||||||
define('ROLE_SECURITY', '6');
|
define('ROLE_SECURITY', '6');
|
||||||
define('ROLE_SALES', '7');
|
define('ROLE_SALES', '7');
|
||||||
define('ROLE_ACCOUNTS', '8');*/
|
define('ROLE_ACCOUNTS', '8');*/
|
||||||
|
|
||||||
|
|
||||||
/***** USER DESIGNATION ******/
|
/***** USER DESIGNATION ******/
|
||||||
define('SECURITY', 'SECURITY');
|
define('SECURITY', 'SECURITY');
|
||||||
|
|
||||||
define('SEGMENT', 2);
|
define('SEGMENT', 2);
|
||||||
|
|
||||||
/************** Requistion Status code */
|
/************** Requistion Status code */
|
||||||
define('REQ_DRAFT', 'ST001');
|
define('REQ_DRAFT', 'ST001');
|
||||||
define('REQ_PENDING_APPROVAL', 'ST002');
|
define('REQ_PENDING_APPROVAL', 'ST002');
|
||||||
define('REQITEM_NEW', 'ST003');
|
define('REQITEM_NEW', 'ST003');
|
||||||
define('REQ_APPROVED', 'ST004');
|
define('REQ_APPROVED', 'ST004');
|
||||||
define('REQ_PO_CREATED' , 'ST005');
|
define('REQ_PO_CREATED' , 'ST005');
|
||||||
define('REQ_REJECTED', 'ST006');
|
define('REQ_REJECTED', 'ST006');
|
||||||
define('REQ_CLOSED', 'ST007');
|
define('REQ_CLOSED', 'ST007');
|
||||||
define('REQ_ONHOLD', 'ST008');
|
define('REQ_ONHOLD', 'ST008');
|
||||||
define('REQITEM_ONHOLD', 'ST009');
|
define('REQITEM_ONHOLD', 'ST009');
|
||||||
define('REQITEM_PARTIALLY_DELIVERED', 'ST010');
|
define('REQITEM_PARTIALLY_DELIVERED', 'ST010');
|
||||||
define('REQITEM_DELIVERED', 'ST011');
|
define('REQITEM_DELIVERED', 'ST011');
|
||||||
define('REQ_DELETED', 'ST013');
|
define('REQ_DELETED', 'ST013');
|
||||||
define('REQITEM_POCREATED', 'ST022');
|
define('REQITEM_POCREATED', 'ST022');
|
||||||
define('REQITEM_PARTIALLY_PO_CREATED', 'ST023');
|
define('REQITEM_PARTIALLY_PO_CREATED', 'ST023');
|
||||||
define('REQITEM_Emergency_PO_CREATED', 'ST024');
|
define('REQITEM_Emergency_PO_CREATED', 'ST024');
|
||||||
define('POLINEITEM_IGR_CREATED', 'ST040');
|
define('POLINEITEM_IGR_CREATED', 'ST040');
|
||||||
|
|
||||||
/*IGR Status */
|
/*IGR Status */
|
||||||
define('IGR_CREATED', 'ST027');
|
define('IGR_CREATED', 'ST027');
|
||||||
define('IGR_CLOSED', 'ST028');
|
define('IGR_CLOSED', 'ST028');
|
||||||
define('IGR_CANCELLED', 'ST029');
|
define('IGR_CANCELLED', 'ST029');
|
||||||
define('POLINEITEM_IGRPARTIAL_CREATED', 'ST042');
|
define('POLINEITEM_IGRPARTIAL_CREATED', 'ST042');
|
||||||
/*IGR Status*/
|
/*IGR Status*/
|
||||||
|
|
||||||
/*MRIR Status */
|
/*MRIR Status */
|
||||||
define('MRIR_CREATED', 'ST041');
|
define('MRIR_CREATED', 'ST041');
|
||||||
define('MRIR_APPROVED', 'ST044');
|
define('MRIR_APPROVED', 'ST044');
|
||||||
define('MRIR_REJECTED', 'ST045');
|
define('MRIR_REJECTED', 'ST045');
|
||||||
|
|
||||||
define('REQUISTSTATUS', '0');
|
define('REQUISTSTATUS', '0');
|
||||||
define('REQUISTITEMSTATUS', '1');
|
define('REQUISTITEMSTATUS', '1');
|
||||||
|
|
||||||
/* Purchase Order Status */
|
/* Purchase Order Status */
|
||||||
|
|
||||||
define('PO_DRAFT', 'ST014');
|
define('PO_DRAFT', 'ST014');
|
||||||
define('PO_CREATED', 'ST015');
|
define('PO_CREATED', 'ST015');
|
||||||
define('PO_INPROGRESS', 'ST016');
|
define('PO_INPROGRESS', 'ST016');
|
||||||
define('PO_DISPATCHED', 'ST017');
|
define('PO_DISPATCHED', 'ST017');
|
||||||
define('PO_DELIVERED', 'ST018');
|
define('PO_DELIVERED', 'ST018');
|
||||||
define('PO_CANCELLED', 'ST019');
|
define('PO_CANCELLED', 'ST019');
|
||||||
define('PO_ONHOLD', 'ST020');
|
define('PO_ONHOLD', 'ST020');
|
||||||
define('PO_CLOSED', 'ST021');
|
define('PO_CLOSED', 'ST021');
|
||||||
define('PO_AMENDED', 'ST030');
|
define('PO_AMENDED', 'ST030');
|
||||||
define('PO_RELEASED', 'ST026');
|
define('PO_RELEASED', 'ST026');
|
||||||
define('PO_AWAITING_RELEASE', 'ST025');
|
define('PO_AWAITING_RELEASE', 'ST025');
|
||||||
define('PO_APPROVED', 'ST025');
|
define('PO_APPROVED', 'ST025');
|
||||||
|
|
||||||
/*store Status*/
|
/*store Status*/
|
||||||
|
|
||||||
define('STORE_DRAFT', 'ST043');
|
define('STORE_DRAFT', 'ST043');
|
||||||
define('STORE_CREATED', 'ST015');
|
define('STORE_CREATED', 'ST015');
|
||||||
|
|
||||||
/*store requisition*/
|
/*store requisition*/
|
||||||
define('STORE REQUISTION STATUS', '6');
|
define('STORE REQUISTION STATUS', '6');
|
||||||
define('STORE_OPEN', 'ST034');
|
define('STORE_OPEN', 'ST034');
|
||||||
define('STORE_PENDINGAPPROVAL', 'ST035');
|
define('STORE_PENDINGAPPROVAL', 'ST035');
|
||||||
define('STORE_APPROVAL', 'ST036');
|
define('STORE_APPROVAL', 'ST036');
|
||||||
define('STORE_ISSUSED', 'ST037');
|
define('STORE_ISSUSED', 'ST037');
|
||||||
define('STORE_ONHOLD', 'ST038');
|
define('STORE_ONHOLD', 'ST038');
|
||||||
define('STORE_REJECT', 'ST039');
|
define('STORE_REJECT', 'ST039');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Department Code */
|
/* Department Code */
|
||||||
define('ADMIN', 'DEP01');
|
define('ADMIN', 'DEP01');
|
||||||
define('QUALITY', 'DEP02');
|
define('QUALITY', 'DEP02');
|
||||||
define('STORE', 'DEP03');
|
define('STORE', 'DEP03');
|
||||||
define('SALES', 'DEP04');
|
define('SALES', 'DEP04');
|
||||||
define('PRODUCTION', 'DEP05');
|
define('PRODUCTION', 'DEP05');
|
||||||
define('DELIVERY', 'DEP06');
|
define('DELIVERY', 'DEP06');
|
||||||
define('TRP', 'DEP07');
|
define('TRP', 'DEP07');
|
||||||
define('COATING', 'DEP08');
|
define('COATING', 'DEP08');
|
||||||
define('MAINTENANANCE', 'DEP09');
|
define('MAINTENANANCE', 'DEP09');
|
||||||
define('FINANCE', 'DEP10');
|
define('FINANCE', 'DEP10');
|
||||||
define('PURCHASE', 'DEP11');
|
define('PURCHASE', 'DEP11');
|
||||||
define('MANAGEMENT', 'DEP12');
|
define('MANAGEMENT', 'DEP12');
|
||||||
/* PO Type */
|
/* PO Type */
|
||||||
define('REVENUE', 'REVENUE');
|
define('REVENUE', 'REVENUE');
|
||||||
define('SERVICE', 'SERVICE');
|
define('SERVICE', 'SERVICE');
|
||||||
define('IMPORT', 'IMPORT');
|
define('IMPORT', 'IMPORT');
|
||||||
define('CAPITAL', 'CAPITAL');
|
define('CAPITAL', 'CAPITAL');
|
||||||
|
|
||||||
// Tax Type
|
// Tax Type
|
||||||
define('PERCENTAGE', 'PERCENTAGE');
|
define('PERCENTAGE', 'PERCENTAGE');
|
||||||
define('LUMPSUM', 'LUMP SUM');
|
define('LUMPSUM', 'LUMP SUM');
|
||||||
define('NILTYPE', 'NIL');
|
define('NILTYPE', 'NIL');
|
||||||
|
|
||||||
// Freight Type
|
// Freight Type
|
||||||
define('PERUOM', 'PER UOM');
|
define('PERUOM', 'PER UOM');
|
||||||
define('PERTRIP', 'PER TRIP');
|
define('PERTRIP', 'PER TRIP');
|
||||||
|
|
||||||
|
|
||||||
/* Formula for Tax calculation */
|
/* Formula for Tax calculation */
|
||||||
/* Discount*/
|
/* Discount*/
|
||||||
define('DIS_PERCENTAGE', '((Discountval/100) * basicValue)');
|
define('DIS_PERCENTAGE', '((Discountval/100) * basicValue)');
|
||||||
define('DIS_LUMPSUM', 'Discountval');
|
define('DIS_LUMPSUM', 'Discountval');
|
||||||
// Packaging
|
// Packaging
|
||||||
define('PACKAGING_PERCENTAGE_BYDISCOUNTVALUE', '((Packagingvalue/100) * (basicValue-AfterDiscount))');
|
define('PACKAGING_PERCENTAGE_BYDISCOUNTVALUE', '((Packagingvalue/100) * (basicValue-AfterDiscount))');
|
||||||
define('PACKAGING_PERCENTAGE_BYBASICVALUE', '(Packagingvalue/100) * basicValue');
|
define('PACKAGING_PERCENTAGE_BYBASICVALUE', '(Packagingvalue/100) * basicValue');
|
||||||
define('PACKAGING_LUMPSUM_BYDISCOUNTVALUE', 'Packagingvalue');
|
define('PACKAGING_LUMPSUM_BYDISCOUNTVALUE', 'Packagingvalue');
|
||||||
define('PACKAGING_LUMPSUM_BYBASICVALUE', 'Packagingvalue');
|
define('PACKAGING_LUMPSUM_BYBASICVALUE', 'Packagingvalue');
|
||||||
//Excise
|
//Excise
|
||||||
define('EXCISE_ONBASICVALUE', '((ExciseDuty/100) * basicValue)');
|
define('EXCISE_ONBASICVALUE', '((ExciseDuty/100) * basicValue)');
|
||||||
define('EXCISE_ONBASIC_DISCOUNT', '((ExciseDuty/100) * (basicValue-AfterDiscount))');
|
define('EXCISE_ONBASIC_DISCOUNT', '((ExciseDuty/100) * (basicValue-AfterDiscount))');
|
||||||
define('EXCISE_ONBASIC_DISCOUNT_PACKAGING', '((ExciseDuty/100) * ((basicValue-AfterDiscount)+ AfterPackaging))');
|
define('EXCISE_ONBASIC_DISCOUNT_PACKAGING', '((ExciseDuty/100) * ((basicValue-AfterDiscount)+ AfterPackaging))');
|
||||||
define('EXCISE_ONBASIC_PACKAGING', '((ExciseDuty/100) * (basicValue + AfterPackaging))');
|
define('EXCISE_ONBASIC_PACKAGING', '((ExciseDuty/100) * (basicValue + AfterPackaging))');
|
||||||
|
|
||||||
|
|
||||||
//Vat
|
//Vat
|
||||||
define('VAT_ONBASICVALUE', '((vatValue/100) * basicValue)');
|
define('VAT_ONBASICVALUE', '((vatValue/100) * basicValue)');
|
||||||
//define('VAT_ONEXICSEVALUE', '((vatValue/100) * (basicValue+ExciseDuty))');
|
//define('VAT_ONEXICSEVALUE', '((vatValue/100) * (basicValue+ExciseDuty))');
|
||||||
define('VAT_ONEXICSEVALUE', '(((basicValue - discountValue) + (packageValue + ExciseDuty)) * (vatValue/100))');
|
define('VAT_ONEXICSEVALUE', '(((basicValue - discountValue) + (packageValue + ExciseDuty)) * (vatValue/100))');
|
||||||
|
|
||||||
//CST
|
//CST
|
||||||
define('CST_ONBASICVALUE', '((CSTValue/100) * basicValue)');
|
define('CST_ONBASICVALUE', '((CSTValue/100) * basicValue)');
|
||||||
//define('CST_ONEXICSEVALUE', '((CSTValue/100) * (basicValue+ExciseDuty))');
|
//define('CST_ONEXICSEVALUE', '((CSTValue/100) * (basicValue+ExciseDuty))');
|
||||||
define('CST_ONEXICSEVALUE', '(((basicValue - discountValue) + (packageValue + ExciseDuty)) * (CSTValue/100))');
|
define('CST_ONEXICSEVALUE', '(((basicValue - discountValue) + (packageValue + ExciseDuty)) * (CSTValue/100))');
|
||||||
//GST
|
//GST
|
||||||
define('GSTTAX', '((GSTValue/100) * basicValue)');
|
define('GSTTAX', '((GSTValue/100) * basicValue)');
|
||||||
//Other Tax
|
//Other Tax
|
||||||
define('OTHERTAX', '((OtherTaxValue/100) * basicValue)');
|
define('OTHERTAX', '((OtherTaxValue/100) * basicValue)');
|
||||||
//Freight Tax
|
//Freight Tax
|
||||||
define('FREIGHT_PERCENTAGE', '((FreightValue/100) * basicValue)');
|
define('FREIGHT_PERCENTAGE', '((FreightValue/100) * basicValue)');
|
||||||
define('FREIGHT_LUMPSUM', 'FreightValue');
|
define('FREIGHT_LUMPSUM', 'FreightValue');
|
||||||
define('FREIGHT_PERUOM', 'FreightValue * Quantity');
|
define('FREIGHT_PERUOM', 'FreightValue * Quantity');
|
||||||
define('FREIGHT_PERTRIP', 'FreightValue');
|
define('FREIGHT_PERTRIP', 'FreightValue');
|
||||||
|
|
||||||
/* SERVICE PO VARIABLES */
|
/* SERVICE PO VARIABLES */
|
||||||
define('SERVICETAX_SERVICETAX_14PERCENT', '((14/100) * basicValue)');
|
define('SERVICETAX_SERVICETAX_14PERCENT', '((14/100) * basicValue)');
|
||||||
define('SERVICETAX_EDUCESS_2PERCENT', '((2/100) * ServiceTaxAmount)');
|
define('SERVICETAX_EDUCESS_2PERCENT', '((2/100) * ServiceTaxAmount)');
|
||||||
define('SERVICETAX_HIGHEREDUCESS_1PERCENT', '((1/100) * ServiceTaxAmount)');
|
define('SERVICETAX_HIGHEREDUCESS_1PERCENT', '((1/100) * ServiceTaxAmount)');
|
||||||
define('SERVICETAX_KRISHIKALYAN', '(((.5)/100) * basicValue)');
|
define('SERVICETAX_KRISHIKALYAN', '(((.5)/100) * basicValue)');
|
||||||
define('SERVICETAX_SWACHHBHARAT', '(((.5)/100) * basicValue)');
|
define('SERVICETAX_SWACHHBHARAT', '(((.5)/100) * basicValue)');
|
||||||
|
|
||||||
/*IMPORT PO CALCULATIONS*/
|
/*IMPORT PO CALCULATIONS*/
|
||||||
|
|
||||||
|
|
||||||
define('LOADING_CHARGE', '(txtlanding*txtbasicprice/100)');
|
define('LOADING_CHARGE', '(txtlanding*txtbasicprice/100)');
|
||||||
define('HIGHSEAS_SALES', '(totalhighsess*highsesspercentage/100)');
|
define('HIGHSEAS_SALES', '(totalhighsess*highsesspercentage/100)');
|
||||||
define('CUSTOM_DUTY', '(sumcustom*txtcustompercentage)/100');
|
define('CUSTOM_DUTY', '(sumcustom*txtcustompercentage)/100');
|
||||||
define('EXCISE_DUTY', '(txtexcisesum*txtpercentage)/100');
|
define('EXCISE_DUTY', '(txtexcisesum*txtpercentage)/100');
|
||||||
define('EXCISE_ED', '(txtexcise*txtexcisepercentage)/100');
|
define('EXCISE_ED', '(txtexcise*txtexcisepercentage)/100');
|
||||||
define('EXCISE_SH', '(excisetxt*exciseshcess)/100');
|
define('EXCISE_SH', '(excisetxt*exciseshcess)/100');
|
||||||
define('CUSTOM_ED', '(totalval*txtedcesspercentage)/100');
|
define('CUSTOM_ED', '(totalval*txtedcesspercentage)/100');
|
||||||
define('CUSTOM_SH', '(totcustomsh*txtshpercentage)/100');
|
define('CUSTOM_SH', '(totcustomsh*txtshpercentage)/100');
|
||||||
define('ADDTNL_EXCISEDUTY', '(totaddtnlexcise*addtnpercentage)/100');
|
define('ADDTNL_EXCISEDUTY', '(totaddtnlexcise*addtnpercentage)/100');
|
||||||
define('GROSS_EXP', '(txtgrossdutypayable-txtmodvat)');
|
define('GROSS_EXP', '(txtgrossdutypayable-txtmodvat)');
|
||||||
define('AVL_MODVAT', 'txtexciseduty1+txtexciseedcess+txtexciseshcess+txtaddtnlexcise');
|
define('AVL_MODVAT', 'txtexciseduty1+txtexciseedcess+txtexciseshcess+txtaddtnlexcise');
|
||||||
define('GROSS_DUTY', 'landingcha+highsesssalless+customcha+excisecha+exciseedcha+exciseshcha+customed+customsh+txtaddtnexciseduty');
|
define('GROSS_DUTY', 'landingcha+highsesssalless+customcha+excisecha+exciseedcha+exciseshcha+customed+customsh+txtaddtnexciseduty');
|
||||||
define('PURCHASE_RATE', 'txtbasicinrprice/quantity');
|
define('PURCHASE_RATE', 'txtbasicinrprice/quantity');
|
||||||
define('CUSTOMDUTY_EXP', 'txtgrossexp/quantity');
|
define('CUSTOMDUTY_EXP', 'txtgrossexp/quantity');
|
||||||
define('RMC_CAL', 'txtpurchaserate+txtcustomdutyexp');
|
define('RMC_CAL', 'txtpurchaserate+txtcustomdutyexp');
|
||||||
define('CALCULATE_TOTAL', '(txtrmc*quantity)+basicprice');
|
define('CALCULATE_TOTAL', '(txtrmc*quantity)+basicprice');
|
||||||
/* Capital Po Calculations */
|
/* Capital Po Calculations */
|
||||||
define('Capital_Landing_Charge', 'basicPrice*(landCharge/100)');
|
define('Capital_Landing_Charge', 'basicPrice*(landCharge/100)');
|
||||||
define('Capital_Highseas_Charge', '((highSeas/100) * (basicPrice+afterLandingCharge))');
|
define('Capital_Highseas_Charge', '((highSeas/100) * (basicPrice+afterLandingCharge))');
|
||||||
define('Capital_Customduty_Charge', '((Customduty/100) * (basicPrice+afterLandingCharge+afterHighseas))');
|
define('Capital_Customduty_Charge', '((Customduty/100) * (basicPrice+afterLandingCharge+afterHighseas))');
|
||||||
define('Capital_Excise_Charge', '((Excise/100) * (basicPrice+afterLandingCharge+afterHighseas+afterCustomduty))');
|
define('Capital_Excise_Charge', '((Excise/100) * (basicPrice+afterLandingCharge+afterHighseas+afterCustomduty))');
|
||||||
define('Capital_ExciseEDcess_Charge', '(ExciseEDcessCharge/100) * ExciseDuty');
|
define('Capital_ExciseEDcess_Charge', '(ExciseEDcessCharge/100) * ExciseDuty');
|
||||||
define('Capital_ExciseSHcess_Charge', '(ExciseSHcessCharge/100) * ExciseDuty');
|
define('Capital_ExciseSHcess_Charge', '(ExciseSHcessCharge/100) * ExciseDuty');
|
||||||
define('Capital_CustomEDcess_Charge', '((CustomEDcess/100) * (afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess))');
|
define('Capital_CustomEDcess_Charge', '((CustomEDcess/100) * (afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess))');
|
||||||
define('Capital_CustomSHcess_Charge', '((CustomSHcess/100) * (afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess))');
|
define('Capital_CustomSHcess_Charge', '((CustomSHcess/100) * (afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess))');
|
||||||
define('Capital_AdditionalExciseduty_Charge', '((AdditionalExciseduty/100) * (basicPrices+afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterCustomEDcess+AfterCustomSHcess))');
|
define('Capital_AdditionalExciseduty_Charge', '((AdditionalExciseduty/100) * (basicPrices+afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterCustomEDcess+AfterCustomSHcess))');
|
||||||
|
|
||||||
define('Capital_Grossdutypayable_Charge', '(AfterAdditionalExciseduty+afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterCustomEDcess+AfterCustomSHcess)');
|
define('Capital_Grossdutypayable_Charge', '(AfterAdditionalExciseduty+afterLandingCharge+AfterHighseas+AfterCustomduty+AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterCustomEDcess+AfterCustomSHcess)');
|
||||||
define('Capital_ModvatCharge_Charge', '(AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterAdditionalExciseduty)');
|
define('Capital_ModvatCharge_Charge', '(AfterExcisedutyTax+AfterExcisedutyEDcess+AfterExcisedutySHcess+AfterAdditionalExciseduty)');
|
||||||
|
|
||||||
define('Capital_Grossexpenses_Charge', '(Grossdutypayable-AvailableModvat)');
|
define('Capital_Grossexpenses_Charge', '(Grossdutypayable-AvailableModvat)');
|
||||||
define('Capital_purchaserate_Charge', '(AfterBasicPriceTax/PurQuantity)');
|
define('Capital_purchaserate_Charge', '(AfterBasicPriceTax/PurQuantity)');
|
||||||
define('Capital_CustomDutyExpenses_Charge', '(Grossexpenses/PurQuantity)');
|
define('Capital_CustomDutyExpenses_Charge', '(Grossexpenses/PurQuantity)');
|
||||||
define('Capital_RMCIncludingCustomers_Charge', '(purchaserate+CustomDutyExpenses)');
|
define('Capital_RMCIncludingCustomers_Charge', '(purchaserate+CustomDutyExpenses)');
|
||||||
/* calculate cgst sgst igst calculations for service tax*/
|
/* calculate cgst sgst igst calculations for service tax*/
|
||||||
define('SERVICETAX_CGST', '((Cgst/100) * basicValue)');
|
define('SERVICETAX_CGST', '((Cgst/100) * basicValue)');
|
||||||
define('SERVICETAX_SGST', '((Sgst/100) * basicValue)');
|
define('SERVICETAX_SGST', '((Sgst/100) * basicValue)');
|
||||||
|
|
||||||
define('SERVICETAX_IGST', '((Igst/100) * basicValue)');
|
define('SERVICETAX_IGST', '((Igst/100) * basicValue)');
|
||||||
|
|
||||||
|
|
||||||
/* End of file constants.php */
|
/* End of file constants.php */
|
||||||
/* Location: ./application/config/constants.php */
|
/* Location: ./application/config/constants.php */
|
||||||
|
|||||||
@ -48,20 +48,21 @@
|
|||||||
$active_group = 'default';
|
$active_group = 'default';
|
||||||
$active_record = TRUE;
|
$active_record = TRUE;
|
||||||
|
|
||||||
// $db['default']['hostname'] = 'localhost';
|
// $db['default']['hostname'] = '52.172.253.20';
|
||||||
// $db['default']['username'] = 'root';
|
// $db['default']['username'] = 'kasiram9_prod';
|
||||||
// $db['default']['password'] = '';
|
// $db['default']['password'] = 'sia!1234';
|
||||||
// $db['default']['database'] = 'kasiram9_SiddharthIndustries';
|
// $db['default']['database'] = 'kasiram9_SIAPROD';
|
||||||
|
|
||||||
|
$db['default']['hostname'] = '119.18.54.85';
|
||||||
|
$db['default']['username'] = 'venbaehn_sia';
|
||||||
|
$db['default']['password'] = 'gmjGKp8DyyxqnSc';
|
||||||
|
$db['default']['database'] = 'venbaehn_sia';
|
||||||
|
|
||||||
|
// $db['default']['hostname'] = '127.0.0.1';
|
||||||
|
// $db['default']['username'] = 'seuser';
|
||||||
|
// $db['default']['password'] = 'Sine@1234';
|
||||||
|
// $db['default']['database'] = 'kasiram9_SIAPROD';
|
||||||
|
|
||||||
$db['default']['hostname'] = 'sidharthindustries.com';
|
|
||||||
$db['default']['username'] = 'kasiram9_prod';
|
|
||||||
$db['default']['password'] = 'sia!1234';
|
|
||||||
$db['default']['database'] = 'kasiram9_SIAPROD';
|
|
||||||
// $db['default']['username'] = 'kasiram9_Siddh';
|
|
||||||
// $db['default']['password'] = 'sidh@1234';
|
|
||||||
// $db['default']['database'] = 'kasiram9_SIADEV';
|
|
||||||
//$db['default']['database'] = 'kasiram9_SiddharthIndustries';
|
|
||||||
//$db['default']['database'] = 'kasiram9_SIAPROD';
|
|
||||||
$db['default']['dbdriver'] = 'mysqli';
|
$db['default']['dbdriver'] = 'mysqli';
|
||||||
$db['default']['dbprefix'] = '';
|
$db['default']['dbprefix'] = '';
|
||||||
$db['default']['pconnect'] = TRUE;
|
$db['default']['pconnect'] = TRUE;
|
||||||
@ -75,4 +76,4 @@ $db['default']['autoinit'] = TRUE;
|
|||||||
$db['default']['stricton'] = FALSE;
|
$db['default']['stricton'] = FALSE;
|
||||||
|
|
||||||
/* End of file database.php */
|
/* End of file database.php */
|
||||||
/* Location: ./application/config/database.php */
|
/* Location: ./application/config/database.php */
|
||||||
|
|||||||
28
application/config/doctypes.php
Executable file → Normal file
28
application/config/doctypes.php
Executable file → Normal file
@ -1,15 +1,15 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
$_doctypes = array(
|
$_doctypes = array(
|
||||||
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
|
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
|
||||||
'xhtml1-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
|
'xhtml1-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
|
||||||
'xhtml1-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
|
'xhtml1-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
|
||||||
'xhtml1-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
|
'xhtml1-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
|
||||||
'html5' => '<!DOCTYPE html>',
|
'html5' => '<!DOCTYPE html>',
|
||||||
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
|
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
|
||||||
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
|
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
|
||||||
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'
|
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* End of file doctypes.php */
|
/* End of file doctypes.php */
|
||||||
/* Location: ./application/config/doctypes.php */
|
/* Location: ./application/config/doctypes.php */
|
||||||
126
application/config/foreign_chars.php
Executable file → Normal file
126
application/config/foreign_chars.php
Executable file → Normal file
@ -1,64 +1,64 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| Foreign Characters
|
| Foreign Characters
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| This file contains an array of foreign characters for transliteration
|
| This file contains an array of foreign characters for transliteration
|
||||||
| conversion used by the Text helper
|
| conversion used by the Text helper
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$foreign_characters = array(
|
$foreign_characters = array(
|
||||||
'/ä|æ|ǽ/' => 'ae',
|
'/ä|æ|ǽ/' => 'ae',
|
||||||
'/ö|œ/' => 'oe',
|
'/ö|œ/' => 'oe',
|
||||||
'/ü/' => 'ue',
|
'/ü/' => 'ue',
|
||||||
'/Ä/' => 'Ae',
|
'/Ä/' => 'Ae',
|
||||||
'/Ü/' => 'Ue',
|
'/Ü/' => 'Ue',
|
||||||
'/Ö/' => 'Oe',
|
'/Ö/' => 'Oe',
|
||||||
'/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ/' => 'A',
|
'/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ/' => 'A',
|
||||||
'/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª/' => 'a',
|
'/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª/' => 'a',
|
||||||
'/Ç|Ć|Ĉ|Ċ|Č/' => 'C',
|
'/Ç|Ć|Ĉ|Ċ|Č/' => 'C',
|
||||||
'/ç|ć|ĉ|ċ|č/' => 'c',
|
'/ç|ć|ĉ|ċ|č/' => 'c',
|
||||||
'/Ð|Ď|Đ/' => 'D',
|
'/Ð|Ď|Đ/' => 'D',
|
||||||
'/ð|ď|đ/' => 'd',
|
'/ð|ď|đ/' => 'd',
|
||||||
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
|
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
|
||||||
'/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
|
'/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
|
||||||
'/Ĝ|Ğ|Ġ|Ģ/' => 'G',
|
'/Ĝ|Ğ|Ġ|Ģ/' => 'G',
|
||||||
'/ĝ|ğ|ġ|ģ/' => 'g',
|
'/ĝ|ğ|ġ|ģ/' => 'g',
|
||||||
'/Ĥ|Ħ/' => 'H',
|
'/Ĥ|Ħ/' => 'H',
|
||||||
'/ĥ|ħ/' => 'h',
|
'/ĥ|ħ/' => 'h',
|
||||||
'/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ/' => 'I',
|
'/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ/' => 'I',
|
||||||
'/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı/' => 'i',
|
'/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı/' => 'i',
|
||||||
'/Ĵ/' => 'J',
|
'/Ĵ/' => 'J',
|
||||||
'/ĵ/' => 'j',
|
'/ĵ/' => 'j',
|
||||||
'/Ķ/' => 'K',
|
'/Ķ/' => 'K',
|
||||||
'/ķ/' => 'k',
|
'/ķ/' => 'k',
|
||||||
'/Ĺ|Ļ|Ľ|Ŀ|Ł/' => 'L',
|
'/Ĺ|Ļ|Ľ|Ŀ|Ł/' => 'L',
|
||||||
'/ĺ|ļ|ľ|ŀ|ł/' => 'l',
|
'/ĺ|ļ|ľ|ŀ|ł/' => 'l',
|
||||||
'/Ñ|Ń|Ņ|Ň/' => 'N',
|
'/Ñ|Ń|Ņ|Ň/' => 'N',
|
||||||
'/ñ|ń|ņ|ň|ʼn/' => 'n',
|
'/ñ|ń|ņ|ň|ʼn/' => 'n',
|
||||||
'/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ/' => 'O',
|
'/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ/' => 'O',
|
||||||
'/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o',
|
'/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o',
|
||||||
'/Ŕ|Ŗ|Ř/' => 'R',
|
'/Ŕ|Ŗ|Ř/' => 'R',
|
||||||
'/ŕ|ŗ|ř/' => 'r',
|
'/ŕ|ŗ|ř/' => 'r',
|
||||||
'/Ś|Ŝ|Ş|Š/' => 'S',
|
'/Ś|Ŝ|Ş|Š/' => 'S',
|
||||||
'/ś|ŝ|ş|š|ſ/' => 's',
|
'/ś|ŝ|ş|š|ſ/' => 's',
|
||||||
'/Ţ|Ť|Ŧ/' => 'T',
|
'/Ţ|Ť|Ŧ/' => 'T',
|
||||||
'/ţ|ť|ŧ/' => 't',
|
'/ţ|ť|ŧ/' => 't',
|
||||||
'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U',
|
'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U',
|
||||||
'/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u',
|
'/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u',
|
||||||
'/Ý|Ÿ|Ŷ/' => 'Y',
|
'/Ý|Ÿ|Ŷ/' => 'Y',
|
||||||
'/ý|ÿ|ŷ/' => 'y',
|
'/ý|ÿ|ŷ/' => 'y',
|
||||||
'/Ŵ/' => 'W',
|
'/Ŵ/' => 'W',
|
||||||
'/ŵ/' => 'w',
|
'/ŵ/' => 'w',
|
||||||
'/Ź|Ż|Ž/' => 'Z',
|
'/Ź|Ż|Ž/' => 'Z',
|
||||||
'/ź|ż|ž/' => 'z',
|
'/ź|ż|ž/' => 'z',
|
||||||
'/Æ|Ǽ/' => 'AE',
|
'/Æ|Ǽ/' => 'AE',
|
||||||
'/ß/'=> 'ss',
|
'/ß/'=> 'ss',
|
||||||
'/IJ/' => 'IJ',
|
'/IJ/' => 'IJ',
|
||||||
'/ij/' => 'ij',
|
'/ij/' => 'ij',
|
||||||
'/Œ/' => 'OE',
|
'/Œ/' => 'OE',
|
||||||
'/ƒ/' => 'f'
|
'/ƒ/' => 'f'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* End of file foreign_chars.php */
|
/* End of file foreign_chars.php */
|
||||||
/* Location: ./application/config/foreign_chars.php */
|
/* Location: ./application/config/foreign_chars.php */
|
||||||
78
application/config/grocery_crud.php
Executable file → Normal file
78
application/config/grocery_crud.php
Executable file → Normal file
@ -1,39 +1,39 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
// For view all the languages go to the folder assets/grocery_crud/languages/
|
// For view all the languages go to the folder assets/grocery_crud/languages/
|
||||||
$config['grocery_crud_default_language'] = 'english';
|
$config['grocery_crud_default_language'] = 'english';
|
||||||
|
|
||||||
// There are only three choices: "uk-date" (dd/mm/yyyy), "us-date" (mm/dd/yyyy) or "sql-date" (yyyy-mm-dd)
|
// There are only three choices: "uk-date" (dd/mm/yyyy), "us-date" (mm/dd/yyyy) or "sql-date" (yyyy-mm-dd)
|
||||||
$config['grocery_crud_date_format'] = 'uk-date';
|
$config['grocery_crud_date_format'] = 'uk-date';
|
||||||
|
|
||||||
// The default per page when a user firstly see a list page
|
// The default per page when a user firstly see a list page
|
||||||
$config['grocery_crud_default_per_page'] = 10;
|
$config['grocery_crud_default_per_page'] = 10;
|
||||||
|
|
||||||
$config['grocery_crud_file_upload_allow_file_types'] = 'gif|jpeg|jpg|png|tiff|doc|docx|txt|odt|xls|xlsx|pdf|ppt|pptx|pps|ppsx|mp3|m4a|ogg|wav|mp4|m4v|mov|wmv|flv|avi|mpg|ogv|3gp|3g2';
|
$config['grocery_crud_file_upload_allow_file_types'] = 'gif|jpeg|jpg|png|tiff|doc|docx|txt|odt|xls|xlsx|pdf|ppt|pptx|pps|ppsx|mp3|m4a|ogg|wav|mp4|m4v|mov|wmv|flv|avi|mpg|ogv|3gp|3g2';
|
||||||
$config['grocery_crud_file_upload_max_file_size'] = '20MB'; //ex. '10MB' (Mega Bytes), '1067KB' (Kilo Bytes), '5000B' (Bytes)
|
$config['grocery_crud_file_upload_max_file_size'] = '20MB'; //ex. '10MB' (Mega Bytes), '1067KB' (Kilo Bytes), '5000B' (Bytes)
|
||||||
|
|
||||||
// You can choose 'ckeditor','tinymce' or 'markitup'
|
// You can choose 'ckeditor','tinymce' or 'markitup'
|
||||||
$config['grocery_crud_default_text_editor'] = 'ckeditor';
|
$config['grocery_crud_default_text_editor'] = 'ckeditor';
|
||||||
// You can choose 'minimal' or 'full'
|
// You can choose 'minimal' or 'full'
|
||||||
$config['grocery_crud_text_editor_type'] = 'full';
|
$config['grocery_crud_text_editor_type'] = 'full';
|
||||||
|
|
||||||
// The character limiter at the list page, zero(0) value if you don't want character limiter at your list page
|
// The character limiter at the list page, zero(0) value if you don't want character limiter at your list page
|
||||||
$config['grocery_crud_character_limiter'] = 30;
|
$config['grocery_crud_character_limiter'] = 30;
|
||||||
|
|
||||||
// All the forms are opening with dialog forms without refreshing the page once again.
|
// All the forms are opening with dialog forms without refreshing the page once again.
|
||||||
// IMPORTANT: PLease be aware that this functionality is still in BETA phase and it is
|
// IMPORTANT: PLease be aware that this functionality is still in BETA phase and it is
|
||||||
// not suggested to use this in production mode
|
// not suggested to use this in production mode
|
||||||
$config['grocery_crud_dialog_forms'] = false;
|
$config['grocery_crud_dialog_forms'] = false;
|
||||||
|
|
||||||
// Having some options at the list paging. This is the default one that all the websites are using.
|
// Having some options at the list paging. This is the default one that all the websites are using.
|
||||||
// Make sure that the number of grocery_crud_default_per_page variable is included to this array.
|
// Make sure that the number of grocery_crud_default_per_page variable is included to this array.
|
||||||
$config['grocery_crud_paging_options'] = array('10','25','50','100');
|
$config['grocery_crud_paging_options'] = array('10','25','50','100');
|
||||||
|
|
||||||
// Default theme for grocery CRUD
|
// Default theme for grocery CRUD
|
||||||
$config['grocery_crud_default_theme'] = 'flexigrid';
|
$config['grocery_crud_default_theme'] = 'flexigrid';
|
||||||
|
|
||||||
// The environment is important so we can have specific configurations for specific environments
|
// The environment is important so we can have specific configurations for specific environments
|
||||||
$config['grocery_crud_environment'] = 'production';
|
$config['grocery_crud_environment'] = 'production';
|
||||||
|
|
||||||
// Turn XSS clean into true in case you are exposing your CRUD into public. Please be aware that this is
|
// Turn XSS clean into true in case you are exposing your CRUD into public. Please be aware that this is
|
||||||
// stripping all the HTML and do not just trim the extra javascript
|
// stripping all the HTML and do not just trim the extra javascript
|
||||||
$config['grocery_crud_xss_clean'] = false;
|
$config['grocery_crud_xss_clean'] = false;
|
||||||
|
|||||||
30
application/config/hooks.php
Executable file → Normal file
30
application/config/hooks.php
Executable file → Normal file
@ -1,16 +1,16 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| Hooks
|
| Hooks
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| This file lets you define "hooks" to extend CI without hacking the core
|
| This file lets you define "hooks" to extend CI without hacking the core
|
||||||
| files. Please see the user guide for info:
|
| files. Please see the user guide for info:
|
||||||
|
|
|
|
||||||
| http://codeigniter.com/user_guide/general/hooks.html
|
| http://codeigniter.com/user_guide/general/hooks.html
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* End of file hooks.php */
|
/* End of file hooks.php */
|
||||||
/* Location: ./application/config/hooks.php */
|
/* Location: ./application/config/hooks.php */
|
||||||
18
application/config/index.html
Executable file → Normal file
18
application/config/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
80
application/config/migration.php
Executable file → Normal file
80
application/config/migration.php
Executable file → Normal file
@ -1,41 +1,41 @@
|
|||||||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Enable/Disable Migrations
|
| Enable/Disable Migrations
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Migrations are disabled by default but should be enabled
|
| Migrations are disabled by default but should be enabled
|
||||||
| whenever you intend to do a schema migration.
|
| whenever you intend to do a schema migration.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['migration_enabled'] = FALSE;
|
$config['migration_enabled'] = FALSE;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Migrations version
|
| Migrations version
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| This is used to set migration version that the file system should be on.
|
| This is used to set migration version that the file system should be on.
|
||||||
| If you run $this->migration->latest() this is the version that schema will
|
| If you run $this->migration->latest() this is the version that schema will
|
||||||
| be upgraded / downgraded to.
|
| be upgraded / downgraded to.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['migration_version'] = 0;
|
$config['migration_version'] = 0;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Migrations Path
|
| Migrations Path
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Path to your migrations folder.
|
| Path to your migrations folder.
|
||||||
| Typically, it will be within your application path.
|
| Typically, it will be within your application path.
|
||||||
| Also, writing permission is required within the migrations path.
|
| Also, writing permission is required within the migrations path.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['migration_path'] = APPPATH . 'migrations/';
|
$config['migration_path'] = APPPATH . 'migrations/';
|
||||||
|
|
||||||
|
|
||||||
/* End of file migration.php */
|
/* End of file migration.php */
|
||||||
/* Location: ./application/config/migration.php */
|
/* Location: ./application/config/migration.php */
|
||||||
212
application/config/mimes.php
Executable file → Normal file
212
application/config/mimes.php
Executable file → Normal file
@ -1,106 +1,106 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| MIME TYPES
|
| MIME TYPES
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| This file contains an array of mime types. It is used by the
|
| This file contains an array of mime types. It is used by the
|
||||||
| Upload class to help identify allowed file types.
|
| Upload class to help identify allowed file types.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$mimes = array( 'hqx' => 'application/mac-binhex40',
|
$mimes = array( 'hqx' => 'application/mac-binhex40',
|
||||||
'cpt' => 'application/mac-compactpro',
|
'cpt' => 'application/mac-compactpro',
|
||||||
'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
|
'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
|
||||||
'bin' => 'application/macbinary',
|
'bin' => 'application/macbinary',
|
||||||
'dms' => 'application/octet-stream',
|
'dms' => 'application/octet-stream',
|
||||||
'lha' => 'application/octet-stream',
|
'lha' => 'application/octet-stream',
|
||||||
'lzh' => 'application/octet-stream',
|
'lzh' => 'application/octet-stream',
|
||||||
'exe' => array('application/octet-stream', 'application/x-msdownload'),
|
'exe' => array('application/octet-stream', 'application/x-msdownload'),
|
||||||
'class' => 'application/octet-stream',
|
'class' => 'application/octet-stream',
|
||||||
'psd' => 'application/x-photoshop',
|
'psd' => 'application/x-photoshop',
|
||||||
'so' => 'application/octet-stream',
|
'so' => 'application/octet-stream',
|
||||||
'sea' => 'application/octet-stream',
|
'sea' => 'application/octet-stream',
|
||||||
'dll' => 'application/octet-stream',
|
'dll' => 'application/octet-stream',
|
||||||
'oda' => 'application/oda',
|
'oda' => 'application/oda',
|
||||||
'pdf' => array('application/pdf', 'application/x-download'),
|
'pdf' => array('application/pdf', 'application/x-download'),
|
||||||
'ai' => 'application/postscript',
|
'ai' => 'application/postscript',
|
||||||
'eps' => 'application/postscript',
|
'eps' => 'application/postscript',
|
||||||
'ps' => 'application/postscript',
|
'ps' => 'application/postscript',
|
||||||
'smi' => 'application/smil',
|
'smi' => 'application/smil',
|
||||||
'smil' => 'application/smil',
|
'smil' => 'application/smil',
|
||||||
'mif' => 'application/vnd.mif',
|
'mif' => 'application/vnd.mif',
|
||||||
'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'),
|
'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'),
|
||||||
'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'),
|
'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'),
|
||||||
'wbxml' => 'application/wbxml',
|
'wbxml' => 'application/wbxml',
|
||||||
'wmlc' => 'application/wmlc',
|
'wmlc' => 'application/wmlc',
|
||||||
'dcr' => 'application/x-director',
|
'dcr' => 'application/x-director',
|
||||||
'dir' => 'application/x-director',
|
'dir' => 'application/x-director',
|
||||||
'dxr' => 'application/x-director',
|
'dxr' => 'application/x-director',
|
||||||
'dvi' => 'application/x-dvi',
|
'dvi' => 'application/x-dvi',
|
||||||
'gtar' => 'application/x-gtar',
|
'gtar' => 'application/x-gtar',
|
||||||
'gz' => 'application/x-gzip',
|
'gz' => 'application/x-gzip',
|
||||||
'php' => 'application/x-httpd-php',
|
'php' => 'application/x-httpd-php',
|
||||||
'php4' => 'application/x-httpd-php',
|
'php4' => 'application/x-httpd-php',
|
||||||
'php3' => 'application/x-httpd-php',
|
'php3' => 'application/x-httpd-php',
|
||||||
'phtml' => 'application/x-httpd-php',
|
'phtml' => 'application/x-httpd-php',
|
||||||
'phps' => 'application/x-httpd-php-source',
|
'phps' => 'application/x-httpd-php-source',
|
||||||
'js' => 'application/x-javascript',
|
'js' => 'application/x-javascript',
|
||||||
'swf' => 'application/x-shockwave-flash',
|
'swf' => 'application/x-shockwave-flash',
|
||||||
'sit' => 'application/x-stuffit',
|
'sit' => 'application/x-stuffit',
|
||||||
'tar' => 'application/x-tar',
|
'tar' => 'application/x-tar',
|
||||||
'tgz' => array('application/x-tar', 'application/x-gzip-compressed'),
|
'tgz' => array('application/x-tar', 'application/x-gzip-compressed'),
|
||||||
'xhtml' => 'application/xhtml+xml',
|
'xhtml' => 'application/xhtml+xml',
|
||||||
'xht' => 'application/xhtml+xml',
|
'xht' => 'application/xhtml+xml',
|
||||||
'zip' => array('application/x-zip', 'application/zip', 'application/x-zip-compressed'),
|
'zip' => array('application/x-zip', 'application/zip', 'application/x-zip-compressed'),
|
||||||
'mid' => 'audio/midi',
|
'mid' => 'audio/midi',
|
||||||
'midi' => 'audio/midi',
|
'midi' => 'audio/midi',
|
||||||
'mpga' => 'audio/mpeg',
|
'mpga' => 'audio/mpeg',
|
||||||
'mp2' => 'audio/mpeg',
|
'mp2' => 'audio/mpeg',
|
||||||
'mp3' => array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'),
|
'mp3' => array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'),
|
||||||
'aif' => 'audio/x-aiff',
|
'aif' => 'audio/x-aiff',
|
||||||
'aiff' => 'audio/x-aiff',
|
'aiff' => 'audio/x-aiff',
|
||||||
'aifc' => 'audio/x-aiff',
|
'aifc' => 'audio/x-aiff',
|
||||||
'ram' => 'audio/x-pn-realaudio',
|
'ram' => 'audio/x-pn-realaudio',
|
||||||
'rm' => 'audio/x-pn-realaudio',
|
'rm' => 'audio/x-pn-realaudio',
|
||||||
'rpm' => 'audio/x-pn-realaudio-plugin',
|
'rpm' => 'audio/x-pn-realaudio-plugin',
|
||||||
'ra' => 'audio/x-realaudio',
|
'ra' => 'audio/x-realaudio',
|
||||||
'rv' => 'video/vnd.rn-realvideo',
|
'rv' => 'video/vnd.rn-realvideo',
|
||||||
'wav' => array('audio/x-wav', 'audio/wave', 'audio/wav'),
|
'wav' => array('audio/x-wav', 'audio/wave', 'audio/wav'),
|
||||||
'bmp' => array('image/bmp', 'image/x-windows-bmp'),
|
'bmp' => array('image/bmp', 'image/x-windows-bmp'),
|
||||||
'gif' => 'image/gif',
|
'gif' => 'image/gif',
|
||||||
'jpeg' => array('image/jpeg', 'image/pjpeg'),
|
'jpeg' => array('image/jpeg', 'image/pjpeg'),
|
||||||
'jpg' => array('image/jpeg', 'image/pjpeg'),
|
'jpg' => array('image/jpeg', 'image/pjpeg'),
|
||||||
'jpe' => array('image/jpeg', 'image/pjpeg'),
|
'jpe' => array('image/jpeg', 'image/pjpeg'),
|
||||||
'png' => array('image/png', 'image/x-png'),
|
'png' => array('image/png', 'image/x-png'),
|
||||||
'tiff' => 'image/tiff',
|
'tiff' => 'image/tiff',
|
||||||
'tif' => 'image/tiff',
|
'tif' => 'image/tiff',
|
||||||
'css' => 'text/css',
|
'css' => 'text/css',
|
||||||
'html' => 'text/html',
|
'html' => 'text/html',
|
||||||
'htm' => 'text/html',
|
'htm' => 'text/html',
|
||||||
'shtml' => 'text/html',
|
'shtml' => 'text/html',
|
||||||
'txt' => 'text/plain',
|
'txt' => 'text/plain',
|
||||||
'text' => 'text/plain',
|
'text' => 'text/plain',
|
||||||
'log' => array('text/plain', 'text/x-log'),
|
'log' => array('text/plain', 'text/x-log'),
|
||||||
'rtx' => 'text/richtext',
|
'rtx' => 'text/richtext',
|
||||||
'rtf' => 'text/rtf',
|
'rtf' => 'text/rtf',
|
||||||
'xml' => 'text/xml',
|
'xml' => 'text/xml',
|
||||||
'xsl' => 'text/xml',
|
'xsl' => 'text/xml',
|
||||||
'mpeg' => 'video/mpeg',
|
'mpeg' => 'video/mpeg',
|
||||||
'mpg' => 'video/mpeg',
|
'mpg' => 'video/mpeg',
|
||||||
'mpe' => 'video/mpeg',
|
'mpe' => 'video/mpeg',
|
||||||
'qt' => 'video/quicktime',
|
'qt' => 'video/quicktime',
|
||||||
'mov' => 'video/quicktime',
|
'mov' => 'video/quicktime',
|
||||||
'avi' => 'video/x-msvideo',
|
'avi' => 'video/x-msvideo',
|
||||||
'movie' => 'video/x-sgi-movie',
|
'movie' => 'video/x-sgi-movie',
|
||||||
'doc' => 'application/msword',
|
'doc' => 'application/msword',
|
||||||
'docx' => array('application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/zip'),
|
'docx' => array('application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/zip'),
|
||||||
'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),
|
'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),
|
||||||
'word' => array('application/msword', 'application/octet-stream'),
|
'word' => array('application/msword', 'application/octet-stream'),
|
||||||
'xl' => 'application/excel',
|
'xl' => 'application/excel',
|
||||||
'eml' => 'message/rfc822',
|
'eml' => 'message/rfc822',
|
||||||
'json' => array('application/json', 'text/json')
|
'json' => array('application/json', 'text/json')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
/* End of file mimes.php */
|
/* End of file mimes.php */
|
||||||
/* Location: ./application/config/mimes.php */
|
/* Location: ./application/config/mimes.php */
|
||||||
|
|||||||
32
application/config/profiler.php
Executable file → Normal file
32
application/config/profiler.php
Executable file → Normal file
@ -1,17 +1,17 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| Profiler Sections
|
| Profiler Sections
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| This file lets you determine whether or not various sections of Profiler
|
| This file lets you determine whether or not various sections of Profiler
|
||||||
| data are displayed when the Profiler is enabled.
|
| data are displayed when the Profiler is enabled.
|
||||||
| Please see the user guide for info:
|
| Please see the user guide for info:
|
||||||
|
|
|
|
||||||
| http://codeigniter.com/user_guide/general/profiling.html
|
| http://codeigniter.com/user_guide/general/profiling.html
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* End of file profiler.php */
|
/* End of file profiler.php */
|
||||||
/* Location: ./application/config/profiler.php */
|
/* Location: ./application/config/profiler.php */
|
||||||
758
application/config/routes.php
Executable file → Normal file
758
application/config/routes.php
Executable file → Normal file
@ -1,380 +1,378 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| URI ROUTING
|
| URI ROUTING
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| This file lets you re-map URI requests to specific controller functions.
|
| This file lets you re-map URI requests to specific controller functions.
|
||||||
|
|
|
|
||||||
| Typically there is a one-to-one relationship between a URL string
|
| Typically there is a one-to-one relationship between a URL string
|
||||||
| and its corresponding controller class/method. The segments in a
|
| and its corresponding controller class/method. The segments in a
|
||||||
| URL normally follow this pattern:
|
| URL normally follow this pattern:
|
||||||
|
|
|
|
||||||
| example.com/class/method/id/
|
| example.com/class/method/id/
|
||||||
|
|
|
|
||||||
| In some instances, however, you may want to remap this relationship
|
| In some instances, however, you may want to remap this relationship
|
||||||
| so that a different class/function is called than the one
|
| so that a different class/function is called than the one
|
||||||
| corresponding to the URL.
|
| corresponding to the URL.
|
||||||
|
|
|
|
||||||
| Please see the user guide for complete details:
|
| Please see the user guide for complete details:
|
||||||
|
|
|
|
||||||
| http://codeigniter.com/user_guide/general/routing.html
|
| http://codeigniter.com/user_guide/general/routing.html
|
||||||
|
|
|
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
| RESERVED ROUTES
|
| RESERVED ROUTES
|
||||||
| -------------------------------------------------------------------------
|
| -------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| There area two reserved routes:
|
| There area two reserved routes:
|
||||||
|
|
|
|
||||||
| $route['default_controller'] = 'welcome';
|
| $route['default_controller'] = 'welcome';
|
||||||
|
|
|
|
||||||
| This route indicates which controller class should be loaded if the
|
| This route indicates which controller class should be loaded if the
|
||||||
| URI contains no data. In the above example, the "welcome" class
|
| URI contains no data. In the above example, the "welcome" class
|
||||||
| would be loaded.
|
| would be loaded.
|
||||||
|
|
|
|
||||||
| $route['404_override'] = 'errors/page_missing';
|
| $route['404_override'] = 'errors/page_missing';
|
||||||
|
|
|
|
||||||
| This route will tell the Router what URI segments to use if those provided
|
| This route will tell the Router what URI segments to use if those provided
|
||||||
| in the URL cannot be matched to a valid route.
|
| in the URL cannot be matched to a valid route.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$route['default_controller'] = "login";
|
$route['default_controller'] = "login";
|
||||||
$route['404_override'] = 'error';
|
$route['404_override'] = 'error';
|
||||||
|
|
||||||
|
|
||||||
/*********** Siddharth DEFINED ROUTES *******************/
|
/*********** Siddharth DEFINED ROUTES *******************/
|
||||||
|
|
||||||
$route['loginMe'] = 'login/loginMe';
|
$route['loginMe'] = 'login/loginMe';
|
||||||
$route['dashboard'] = 'user';
|
$route['dashboard'] = 'user';
|
||||||
$route['logout'] = 'user/logout';
|
$route['logout'] = 'user/logout';
|
||||||
$route['reports']='reportlistcontroller';
|
$route['reports']='reportlistcontroller';
|
||||||
//<-----------Application listing Routes------------>
|
//<-----------Application listing Routes------------>
|
||||||
|
|
||||||
$route['userListing'] = 'user/userListing';
|
$route['userListing'] = 'user/userListing';
|
||||||
$route['userListing/(:num)'] = "user/userListing/$1";
|
$route['userListing/(:num)'] = "user/userListing/$1";
|
||||||
//$route['purchaseorderListing'] = 'purchaseorder/purchaseorderListing';
|
//$route['purchaseorderListing'] = 'purchaseorder/purchaseorderListing';
|
||||||
//$route['purchaseorderListing/(:num)'] = "purchaseorder/purchaseorderListing/$1";
|
//$route['purchaseorderListing/(:num)'] = "purchaseorder/purchaseorderListing/$1";
|
||||||
$route['supplierListing'] = 'supplier/supplierListing';
|
$route['supplierListing'] = 'supplier/supplierListing';
|
||||||
$route['supplierListing/(:num)'] = "supplier/supplierListing/$1";
|
$route['supplierListing/(:num)'] = "supplier/supplierListing/$1";
|
||||||
|
|
||||||
$route['rawmaterialListing'] = 'rawmaterialdetails/rawmaterialListing';
|
$route['rawmaterialListing'] = 'rawmaterialdetails/rawmaterialListing';
|
||||||
$route['rawmaterialListing/(:num)'] = "rawmaterialdetails/rawmaterialListing/$1";
|
$route['rawmaterialListing/(:num)'] = "rawmaterialdetails/rawmaterialListing/$1";
|
||||||
|
|
||||||
$route['costListing'] = 'CostCenter/costListing';
|
$route['costListing'] = 'CostCenter/costListing';
|
||||||
$route['costListing/(:num)'] = "CostCenter/costListing/$1";
|
$route['costListing/(:num)'] = "CostCenter/costListing/$1";
|
||||||
|
|
||||||
$route['assetListing'] = 'assetdetails/assetListing';
|
$route['assetListing'] = 'assetdetails/assetListing';
|
||||||
$route['assetListing/(:num)'] = "assetdetails/assetListing/$1";
|
$route['assetListing/(:num)'] = "assetdetails/assetListing/$1";
|
||||||
|
|
||||||
$route['employeeListing'] = 'employeedetails/employeeListing';
|
$route['employeeListing'] = 'employeedetails/employeeListing';
|
||||||
$route['employeeListing/(:num)'] = "employeedetails/employeeListing/$1";
|
$route['employeeListing/(:num)'] = "employeedetails/employeeListing/$1";
|
||||||
|
|
||||||
$route['monthlyListings'] = 'monthlypay/monthlyListing';
|
$route['monthlyListings'] = 'monthlypay/monthlyListing';
|
||||||
$route['monthlyListings/(:num)'] = "monthlypay/monthlyListing/$1";
|
$route['monthlyListings/(:num)'] = "monthlypay/monthlyListing/$1";
|
||||||
|
|
||||||
$route['emppayListings'] = 'emppaydate/emppayListing';
|
$route['emppayListings'] = 'emppaydate/emppayListing';
|
||||||
$route['emppayListings/(:num)'] = 'emppaydate/emppayListing/$1';
|
$route['emppayListings/(:num)'] = 'emppaydate/emppayListing/$1';
|
||||||
|
|
||||||
$route['attendance'] = 'monthlypay/attendanceLoad';
|
$route['attendance'] = 'monthlypay/attendanceLoad';
|
||||||
$route['publicholidays'] = 'monthlypay/loadPublicholidays';
|
$route['publicholidays'] = 'monthlypay/loadPublicholidays';
|
||||||
$route['loanreports'] = 'payslip/loadLoanReport';
|
$route['loanreports'] = 'payslip/loadLoanReport';
|
||||||
$route['bonusreports'] = 'payslip/Bonusreport';
|
$route['bonusreports'] = 'payslip/Bonusreport';
|
||||||
|
|
||||||
|
|
||||||
// permission slip//
|
// permission slip//
|
||||||
$route['permission'] = 'monthlypay/permissionslip';
|
$route['permission'] = 'monthlypay/permissionslip';
|
||||||
$route['permissionlist'] = 'monthlypay/permissionlist';
|
$route['permissionlist'] = 'monthlypay/permissionlist';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//<-----------Application Add Routes------------>
|
//<-----------Application Add Routes------------>
|
||||||
$route['addNew'] = "user/addNew";
|
$route['addNew'] = "user/addNew";
|
||||||
$route['addNewUser'] = "user/addNewUser";
|
$route['addNewUser'] = "user/addNewUser";
|
||||||
|
|
||||||
$route['addPO'] = "purchaseorder/addPO";
|
$route['addPO'] = "purchaseorder/addPO";
|
||||||
$route['addNewPO'] = "purchaseorder/addNewPO";
|
$route['addNewPO'] = "purchaseorder/addNewPO";
|
||||||
|
|
||||||
$route['addsupplier'] = "supplier/addsupplier";
|
$route['addsupplier'] = "supplier/addsupplier";
|
||||||
$route['addNewsupplier'] = "supplier/addNewsupplier";
|
$route['addNewsupplier'] = "supplier/addNewsupplier";
|
||||||
|
|
||||||
$route['addcost'] = "CostCenter/addCost";
|
$route['addcost'] = "CostCenter/addCost";
|
||||||
$route['addNewcost'] = "CostCenter/addNewCost";
|
$route['addNewcost'] = "CostCenter/addNewCost";
|
||||||
|
|
||||||
$route['addasset'] = "assetdetails/addasset";
|
$route['addasset'] = "assetdetails/addasset";
|
||||||
$route['addNewasset'] = "assetdetails/addNewasset";
|
$route['addNewasset'] = "assetdetails/addNewasset";
|
||||||
|
|
||||||
$route['addemployee'] = "employeedetails/addemployee";
|
$route['addemployee'] = "employeedetails/addemployee";
|
||||||
$route['addNewemployee'] = "employeedetils/addNewemployee";
|
$route['addNewemployee'] = "employeedetils/addNewemployee";
|
||||||
|
|
||||||
$route['addRawmaterial'] = "rawmaterialdetails/addRawMaterial";
|
$route['addRawmaterial'] = "rawmaterialdetails/addRawMaterial";
|
||||||
$route['addNewRawmaterial'] = "rawmaterialdetails/addNewRawMaterial";
|
$route['addNewRawmaterial'] = "rawmaterialdetails/addNewRawMaterial";
|
||||||
|
|
||||||
//<-----------Application Edit Routes------------>
|
//<-----------Application Edit Routes------------>
|
||||||
|
|
||||||
$route['editOld'] = "user/editOld";
|
$route['editOld'] = "user/editOld";
|
||||||
$route['editOld/(:num)'] = "user/editOld/$1";
|
$route['editOld/(:num)'] = "user/editOld/$1";
|
||||||
$route['editUser'] = "user/editUser";
|
$route['editUser'] = "user/editUser";
|
||||||
$route['editOldPO'] = "purchaseorder/editOldPO";
|
$route['editOldPO'] = "purchaseorder/editOldPO";
|
||||||
$route['editOldPO/(:num)'] = "purchaseorder/editOldPO/$1";
|
$route['editOldPO/(:num)'] = "purchaseorder/editOldPO/$1";
|
||||||
//$route['editPO'] = "purchaseorder/editPO";
|
//$route['editPO'] = "purchaseorder/editPO";
|
||||||
$route['editOldsupplier'] = "supplier/editOldsupplier";
|
$route['editOldsupplier'] = "supplier/editOldsupplier";
|
||||||
$route['editOldsupplier/(:num)'] = "supplier/editOldsupplier/$1";
|
$route['editOldsupplier/(:num)'] = "supplier/editOldsupplier/$1";
|
||||||
$route['editsupplier'] = "supplier/editsupplier";
|
$route['editsupplier'] = "supplier/editsupplier";
|
||||||
|
|
||||||
$route['editOldcost'] = "CostCenter/editOldcost";
|
$route['editOldcost'] = "CostCenter/editOldcost";
|
||||||
$route['editOldcost/(:num)'] = "CostCenter/editOldcost/$1";
|
$route['editOldcost/(:num)'] = "CostCenter/editOldcost/$1";
|
||||||
$route['editcost'] = "CostCenter/editcost";
|
$route['editcost'] = "CostCenter/editcost";
|
||||||
|
|
||||||
$route['editOldasset'] = "assetdetails/editOldasset";
|
$route['editOldasset'] = "assetdetails/editOldasset";
|
||||||
$route['editOldasset/(:num)'] = "assetdetails/editOldasset/$1";
|
$route['editOldasset/(:num)'] = "assetdetails/editOldasset/$1";
|
||||||
$route['editasset'] = "assetdetails/editasset";
|
$route['editasset'] = "assetdetails/editasset";
|
||||||
|
|
||||||
$route['editOldemployee'] = "employeedetails/editOldemployee";
|
$route['editOldemployee'] = "employeedetails/editOldemployee";
|
||||||
$route['editOldemployee/(:num)'] = "employeedetails/editOldemployee/$1";
|
$route['editOldemployee/(:num)'] = "employeedetails/editOldemployee/$1";
|
||||||
$route['editemployee'] = "employeedetils/editemployee";
|
$route['editemployee'] = "employeedetils/editemployee";
|
||||||
|
|
||||||
$route['editOldRawmaterial/(:num)'] = "rawmaterialdetails/editOldRawmaterial/$1";
|
$route['editOldRawmaterial/(:num)'] = "rawmaterialdetails/editOldRawmaterial/$1";
|
||||||
$route['editOldRawmaterial'] = "rawmaterialdetails/editOldRawmaterial";
|
$route['editOldRawmaterial'] = "rawmaterialdetails/editOldRawmaterial";
|
||||||
$route['editrawmaterial'] = "rawmaterialdetails/editemployee";
|
$route['editrawmaterial'] = "rawmaterialdetails/editemployee";
|
||||||
|
|
||||||
//<-----------Application Delete Routes------------>
|
//<-----------Application Delete Routes------------>
|
||||||
|
|
||||||
$route['deleteUser'] = "user/deleteUser";
|
$route['deleteUser'] = "user/deleteUser";
|
||||||
$route['deletecost'] = "CostCenter/deletecost";
|
$route['deletecost'] = "CostCenter/deletecost";
|
||||||
|
|
||||||
|
|
||||||
//<-----------Application User Change Password Routes------------>
|
//<-----------Application User Change Password Routes------------>
|
||||||
$route['loadChangePass'] = "user/loadChangePass";
|
$route['loadChangePass'] = "user/loadChangePass";
|
||||||
$route['changePassword'] = "user/changePassword";
|
$route['changePassword'] = "user/changePassword";
|
||||||
|
|
||||||
|
|
||||||
//<-----------Application Page Not Found Routes------------>
|
//<-----------Application Page Not Found Routes------------>
|
||||||
$route['pageNotFound'] = "user/pageNotFound";
|
$route['pageNotFound'] = "user/pageNotFound";
|
||||||
|
|
||||||
//<-----------Application Email & ForgetPassword Routes------------>
|
//<-----------Application Email & ForgetPassword Routes------------>
|
||||||
$route['checkEmailExists'] = "user/checkEmailExists";
|
$route['checkEmailExists'] = "user/checkEmailExists";
|
||||||
$route['forgotPassword'] = "login/forgotPassword";
|
$route['forgotPassword'] = "login/forgotPassword";
|
||||||
$route['resetPasswordUser'] = "login/resetPasswordUser";//reset password without OTP
|
$route['resetPasswordUser'] = "login/resetPasswordUser";//reset password without OTP
|
||||||
$route['resetPasswordConfirmUser'] = "login/resetPasswordConfirmUser";//reset password with OTP
|
$route['resetPasswordConfirmUser'] = "login/resetPasswordConfirmUser";//reset password with OTP
|
||||||
|
|
||||||
|
|
||||||
$route['checkEmailExists'] = "user/checkEmailExists";
|
$route['checkEmailExists'] = "user/checkEmailExists";
|
||||||
$route['forgotPassword'] = "login/forgotPassword";
|
$route['forgotPassword'] = "login/forgotPassword";
|
||||||
$route['monthlypay'] = "payslip/monthlyInputs";
|
$route['monthlypay'] = "payslip/monthlyInputs";
|
||||||
$route['ExcelUpload2'] = "payslip/viewUpload2";
|
$route['ExcelUpload2'] = "payslip/viewUpload2";
|
||||||
$route['FileUpload'] = "payslip/uploadExcel";
|
$route['FileUpload'] = "payslip/uploadExcel";
|
||||||
$route['FileUpload2'] = "payslip/uploadExcel2";
|
$route['FileUpload2'] = "payslip/uploadExcel2";
|
||||||
$route['PrintPdf'] = "payslip/PrintPdf";
|
$route['PrintPdf'] = "payslip/PrintPdf";
|
||||||
$route['ViewPay'] = "payslip/viewGenerator";
|
$route['ViewPay'] = "payslip/viewGenerator";
|
||||||
$route['updatepayroll'] = "payslip/updatepayroll";
|
$route['updatepayroll'] = "payslip/updatepayroll";
|
||||||
$route['BankReport'] = "payslip/loadBankreportScreen";
|
$route['BankReport'] = "payslip/loadBankreportScreen";
|
||||||
$route['PaysilpListing'] = "payslip/payslipLisiting";
|
$route['PaysilpListing'] = "payslip/payslipLisiting";
|
||||||
|
|
||||||
|
|
||||||
//<-----------Application Requistion Flow Routes------------>
|
//<-----------Application Requistion Flow Routes------------>
|
||||||
$route['Requisition'] = "requisitionform/requisitionlisting";
|
$route['Requisition'] = "requisitionform/requisitionlisting";
|
||||||
$route['RequisitionForm'] = "requisitionform/requisition";
|
$route['RequisitionForm'] = "requisitionform/requisition";
|
||||||
$route['ApproveRequisition'] = "requisitionform/requisitionlistApproval";
|
$route['ApproveRequisition'] = "requisitionform/requisitionlistApproval";
|
||||||
$route['EditRequisition'] = "requisitionform/EditRequistionForm";
|
$route['EditRequisition'] = "requisitionform/EditRequistionForm";
|
||||||
//<-----------PO Flow------------>
|
//<-----------PO Flow------------>
|
||||||
$route['CreatePO'] = "purchaseorder/requisition";
|
$route['CreatePO'] = "purchaseorder/requisition";
|
||||||
$route['purchaseOrder'] = "purchaseorder/CreatePurchaseOrder";
|
$route['purchaseOrder'] = "purchaseorder/CreatePurchaseOrder";
|
||||||
$route['purchaseorderListing'] = "purchaseorder/PurchaseOrderList";
|
$route['purchaseorderListing'] = "purchaseorder/PurchaseOrderList";
|
||||||
$route['EditPO'] = "purchaseorder/EditPurchaseOrder";
|
$route['EditPO'] = "purchaseorder/EditPurchaseOrder";
|
||||||
$route['EditAmendPO'] = "amendmentpurchaseorder/EditAmendPurchaseOrder";
|
$route['EditAmendPO'] = "amendmentpurchaseorder/EditAmendPurchaseOrder";
|
||||||
$route['EmergencyPO'] = "emergencypurchaseorder/CreateEmergencyPO";
|
$route['EmergencyPO'] = "emergencypurchaseorder/CreateEmergencyPO";
|
||||||
$route['AdvanceRequest'] = "purchaseorder/advancerequest";
|
$route['AdvanceRequest'] = "purchaseorder/advancerequest";
|
||||||
$route['PORelease'] = "purchaseorder/porelease";
|
$route['PORelease'] = "purchaseorder/porelease";
|
||||||
$route['ViewPO'] = "purchaseorder/viewfullpurchaseorder";
|
$route['ViewPO'] = "purchaseorder/viewfullpurchaseorder";
|
||||||
$route['POApproval'] = "purchaseorder/poapproval";
|
$route['POApproval'] = "purchaseorder/poapproval";
|
||||||
|
|
||||||
|
|
||||||
//<!-- Store Requisition Flow ---------------->
|
//<!-- Store Requisition Flow ---------------->
|
||||||
$route['storerequisition']="storerequisitionlist/addstore";
|
$route['storerequisition']="storerequisitionlist/addstore";
|
||||||
$route['approvalstorerequisitionslip']="storerequisitionlist/SearchRequistLists";
|
$route['approvalstorerequisitionslip']="storerequisitionlist/SearchRequistLists";
|
||||||
$route['storerequisitionlisting']="storerequisitionlist/addstorerequisitionlist";
|
$route['storerequisitionlisting']="storerequisitionlist/addstorerequisitionlist";
|
||||||
$route['EditStoreRequisition'] = "storerequisitionlist/EditStoreRequistion";
|
$route['EditStoreRequisition'] = "storerequisitionlist/EditStoreRequistion";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//<-------------IGR page----------------->
|
//<-------------IGR page----------------->
|
||||||
$route['Addigr'] = "inwardgateregister/addinwardgateregister";
|
$route['Addigr'] = "inwardgateregister/addinwardgateregister";
|
||||||
|
|
||||||
$route['ViewigrDetails'] = "inwardgateregister/viewIGRDetails";
|
$route['ViewigrDetails'] = "inwardgateregister/viewIGRDetails";
|
||||||
|
|
||||||
$route['ViewMRIRBilling'] = "MRIRcontroller/viewmrirforbilling";
|
$route['ViewMRIRBilling'] = "MRIRcontroller/viewmrirforbilling";
|
||||||
|
|
||||||
|
|
||||||
//<------------OGR Page------------------>
|
//<------------OGR Page------------------>
|
||||||
$route['AddOgr'] = "inwardgateregister/addoutwardgateregister";
|
$route['AddOgr'] = "inwardgateregister/addoutwardgateregister";
|
||||||
$route['ViewOgr'] = "inwardgateregister/ViewOgr";
|
$route['ViewOgr'] = "inwardgateregister/ViewOgr";
|
||||||
$route['EditOGR']="inwardgateregister/EditOGR";
|
$route['EditOGR']="inwardgateregister/EditOGR";
|
||||||
|
|
||||||
|
|
||||||
//<-------------MRIR page----------------->
|
//<-------------MRIR page----------------->
|
||||||
$route['EditMRIR'] = "MRIRcontroller/editmaterialinspectionreport";
|
$route['EditMRIR'] = "MRIRcontroller/editmaterialinspectionreport";
|
||||||
$route['ViewMRIR'] = "MRIRcontroller/viewmaterialinspectionreport";
|
$route['ViewMRIR'] = "MRIRcontroller/viewmaterialinspectionreport";
|
||||||
$route['Viewigr'] = "MRIRcontroller/viewinwardgateregister";
|
$route['Viewigr'] = "MRIRcontroller/viewinwardgateregister";
|
||||||
$route['Distribution'] = "MRIRcontroller/viewmMaterialDistributionList";
|
$route['Distribution'] = "MRIRcontroller/viewmMaterialDistributionList";
|
||||||
|
|
||||||
//<-------------Cashbook page----------------->
|
//<-------------Cashbook page----------------->
|
||||||
$route['ViewIncomeExpense'] = "cashbook/incomeExpenseList";
|
$route['ViewIncomeExpense'] = "cashbook/incomeExpenseList";
|
||||||
$route['EditIncomeExpense'] = "cashbook/editcashbook";
|
$route['EditIncomeExpense'] = "cashbook/editcashbook";
|
||||||
$route['AdvanceList']="cashbook/AdvanceList";
|
$route['AdvanceList']="cashbook/AdvanceList";
|
||||||
$route['addNewIncomeExpense'] = "cashbook/addNewIncomeExpenseLoad";
|
$route['addNewIncomeExpense'] = "cashbook/addNewIncomeExpenseLoad";
|
||||||
$route['addIncomeExpense'] = "cashbook/addIncomeExpense";
|
$route['addIncomeExpense'] = "cashbook/addIncomeExpense";
|
||||||
$route['updateExpense'] = "cashbook/updateExpense";
|
$route['updateExpense'] = "cashbook/updateExpense";
|
||||||
|
|
||||||
//<----------Cashbook page - Bank statement-------------->
|
//<----------Cashbook page - Bank statement-------------->
|
||||||
//<----------Cashbook page - Bank statement-------------->
|
//<----------Cashbook page - Bank statement-------------->
|
||||||
$route['Bankingview']= "cashbook/bankfileview";
|
$route['Bankingview']= "cashbook/bankfileview";
|
||||||
$route['Bankfiletostatement']= "cashbook/bankfileupload";
|
$route['Bankfiletostatement']= "cashbook/bankfileupload";
|
||||||
$route['Bankingstatement']= "cashbook/bankdata";
|
$route['Bankingstatement']= "cashbook/bankdata";
|
||||||
$route['Debitstatement']= "cashbook/bankdebitdata";
|
$route['Debitstatement']= "cashbook/bankdebitdata";
|
||||||
$route['Cashstatement']= "cashbook/cashreceipt";
|
$route['Cashstatement']= "cashbook/cashreceipt";
|
||||||
$route['BankingFile']= "cashbook/bankfileupload";
|
$route['BankingFile']= "cashbook/bankfileupload";
|
||||||
$route['MappingPo']="cashbook/mappingpo";
|
$route['MappingPo']="cashbook/mappingpo";
|
||||||
//$route['Filelist']="cashbook/filelist";
|
//$route['Filelist']="cashbook/filelist";
|
||||||
//$route['Bankingrecord']= "cashbook/bankdata";
|
//$route['Bankingrecord']= "cashbook/bankdata";
|
||||||
$route['Bankledgersupplier']="cashbook/supplierledger";
|
$route['Bankledgersupplier']="cashbook/supplierledger";
|
||||||
$route['Bankledgercustomer']="cashbook/customerledger";
|
$route['Bankledgercustomer']="cashbook/customerledger";
|
||||||
$route['Bankamountpaid']= "cashbook/amountpaidsupplier";
|
$route['Bankamountpaid']= "cashbook/amountpaidsupplier";
|
||||||
$route['Bankamountunpaid']= "cashbook/amountunpaid";
|
$route['Bankamountunpaid']= "cashbook/amountunpaid";
|
||||||
//$route['Bankamountreceived']= "cashbook/amountreceived";
|
//$route['Bankamountreceived']= "cashbook/amountreceived";
|
||||||
$route['Bankamountreceived']= "cashbook/bankreceivedsupp";
|
$route['Bankamountreceived']= "cashbook/bankreceivedsupp";
|
||||||
$route['Bankamountunreceived']= "cashbook/bankunreceivedsupp";
|
$route['Bankamountunreceived']= "cashbook/bankunreceivedsupp";
|
||||||
$route['Receiptamount']="cashbook/receipt";
|
$route['Receiptamount']="cashbook/receipt";
|
||||||
$route['Receipt']= "cashbook/cashreceipt";
|
$route['Receipt']= "cashbook/cashreceipt";
|
||||||
$route['Payment']= "cashbook/cashpayment";
|
$route['Payment']= "cashbook/cashpayment";
|
||||||
$route['Invoice']= "cashbook/bankinvoice";
|
$route['Invoice']= "cashbook/bankinvoice";
|
||||||
$route['Bankcash']= "cashbook/cashbanking";
|
$route['Bankcash']= "cashbook/cashbanking";
|
||||||
$route['Amountreceived']="cashbook/amountreceived";
|
$route['Amountreceived']="cashbook/amountreceived";
|
||||||
$route['DeleteInvoice']="cashbook/deletemappingiv";
|
$route['DeleteInvoice']="cashbook/deletemappingiv";
|
||||||
$route['DeletePo']="cashbook/Deletemappingporeport";
|
$route['DeletePo']="cashbook/Deletemappingporeport";
|
||||||
$route['MappingInvoice']="cashbook/mappinginvoice";
|
$route['MappingInvoice']="cashbook/mappinginvoice";
|
||||||
//$route['Deleteinvoiceurl']="cashbook/Deletemappingcashbookcredit";
|
//$route['Deleteinvoiceurl']="cashbook/Deletemappingcashbookcredit";
|
||||||
$route['qualityreportlist'] = "quality/reportList";
|
$route['qualityreportlist'] = "quality/reportList";
|
||||||
$route['qualityreportlistinward'] = "quality/reportListInward";
|
$route['qualityreportlistinward'] = "quality/reportListInward";
|
||||||
//<-------------Store page----------------->
|
//<-------------Store page----------------->
|
||||||
$route['Stock'] = "storestatus/storeavailability";
|
$route['Stock'] = "storestatus/storeavailability";
|
||||||
$route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus";
|
$route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus";
|
||||||
$route['ServicePOBilling'] = "servicepurchaseorder/viewServicePOReportForBilling";
|
$route['ServicePOBilling'] = "servicepurchaseorder/viewServicePOReportForBilling";
|
||||||
|
|
||||||
|
|
||||||
//<-------------Reports page----------------->
|
//<-------------Reports page----------------->
|
||||||
$route['reportpending'] = "report/pending_report";
|
$route['reportpending'] = "report/pending_report";
|
||||||
$route['releasedpo'] = "report/releasedPO";
|
$route['releasedpo'] = "report/releasedPO";
|
||||||
$route['openOrder'] = "report/openorderPO";
|
$route['openOrder'] = "report/openorderPO";
|
||||||
$route['TotalOrder'] = "report/TotalOrd";
|
$route['TotalOrder'] = "report/TotalOrd";
|
||||||
$route['Report_costcenter'] = "report/ccr";
|
$route['Report_costcenter'] = "report/ccr";
|
||||||
$route['Report_Material_Supplier'] = "report/MM_Supplier";
|
$route['Report_Material_Supplier'] = "report/MM_Supplier";
|
||||||
$route['Report_Material_Item'] = "report/MM_Item";
|
$route['Report_Material_Item'] = "report/MM_Item";
|
||||||
$route['Report_Material_ReceiptValue'] = "report/MM_ReceiptValue";
|
$route['Report_Material_ReceiptValue'] = "report/MM_ReceiptValue";
|
||||||
$route['Report_purchase'] = "report/purchase";
|
$route['Report_purchase'] = "report/purchase";
|
||||||
$route['Report_year_wise'] = "report/year_wise";
|
$route['Report_year_wise'] = "report/year_wise";
|
||||||
$route['Report_supplier'] = "report/purchase_supplier";
|
$route['Report_supplier'] = "report/purchase_supplier";
|
||||||
$route['Report_consolidate'] = "report/consolidate";
|
$route['Report_consolidate'] = "report/consolidate";
|
||||||
$route['Report_cumulative'] = "report/cumulative";
|
$route['Report_cumulative'] = "report/cumulative";
|
||||||
$route['Report_purchase_inward'] = "report/ipurchase";
|
$route['Report_purchase_inward'] = "report/ipurchase";
|
||||||
$route['Report_year_wise_inward'] = "report/iyear_wise";
|
$route['Report_year_wise_inward'] = "report/iyear_wise";
|
||||||
$route['Report_supplier_inward'] = "report/ipurchase_supplier";
|
$route['Report_supplier_inward'] = "report/ipurchase_supplier";
|
||||||
$route['Report_consolidate_inward'] = "report/iconsolidate";
|
$route['Report_consolidate_inward'] = "report/iconsolidate";
|
||||||
$route['Report_cumulative_inward'] = "report/icumulative";
|
$route['Report_cumulative_inward'] = "report/icumulative";
|
||||||
$route['Report_cumulative_raw'] = "report/rawi_cumulative";
|
$route['Report_cumulative_raw'] = "report/rawi_cumulative";
|
||||||
$route['Report_consolidate_category'] = "report/rawi_consolidate";
|
$route['Report_consolidate_category'] = "report/rawi_consolidate";
|
||||||
$route['Report_pending_purchase'] = "report/pending_purchase";
|
$route['Report_pending_purchase'] = "report/pending_purchase";
|
||||||
$route['Report_purchase_attach'] = "report/iattach";
|
$route['Report_purchase_attach'] = "report/iattach";
|
||||||
$route['cashbookreport']="report/cashbook";
|
$route['cashbookreport']="report/cashbook";
|
||||||
$route['cashbookmonthlyexpenses']="report/monthexpenses";
|
$route['cashbookmonthlyexpenses']="report/monthexpenses";
|
||||||
$route['cashbookyearlyexpenses']="report/yearexpenses";
|
$route['cashbookyearlyexpenses']="report/yearexpenses";
|
||||||
$route['Empperform']="report/per";
|
$route['Empperform']="report/per";
|
||||||
$route['cashbookcumulativereport']="report/cashbook_cumulative_report";
|
$route['cashbookcumulativereport']="report/cashbook_cumulative_report";
|
||||||
$route['cashbookcumulativemonthreport']="report/cashbook_month_cumulative_report";
|
$route['cashbookcumulativemonthreport']="report/cashbook_month_cumulative_report";
|
||||||
$route['Report_monthly_gst'] = "report/monthly_gst";
|
$route['Report_monthly_gst'] = "report/monthly_gst";
|
||||||
|
|
||||||
// Company Information
|
// Company Information
|
||||||
$route['companyview'] = 'companycontroller/companyview';
|
$route['companyview'] = 'companycontroller/companyview';
|
||||||
$route['Updatecompany']='companycontroller/Updatecompany';
|
$route['Updatecompany']='companycontroller/Updatecompany';
|
||||||
|
|
||||||
|
|
||||||
// Config Master
|
// Config Master
|
||||||
$route['addconfig'] = "configurationctrl/addconfig";
|
$route['addconfig'] = "configurationctrl/addconfig";
|
||||||
$route['addNewconfig'] = "configurationctrl/addNewconfig";
|
$route['addNewconfig'] = "configurationctrl/addNewconfig";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$route['configlisting']='configurationctrl/configlisting';
|
$route['configlisting']='configurationctrl/configlisting';
|
||||||
$route['configedit']='configurationctrl/configedit';
|
$route['configedit']='configurationctrl/configedit';
|
||||||
|
|
||||||
// Department Master
|
// Department Master
|
||||||
|
|
||||||
$route['departmentListing'] = 'department/departmentListing';
|
$route['departmentListing'] = 'department/departmentListing';
|
||||||
$route['departmentListing/(:num)'] = "department/departmentListing/$1";
|
$route['departmentListing/(:num)'] = "department/departmentListing/$1";
|
||||||
|
|
||||||
$route['adddepartment'] = "department/adddepartment";
|
$route['adddepartment'] = "department/adddepartment";
|
||||||
$route['addNewdepartment'] = "department/addNewdepartment";
|
$route['addNewdepartment'] = "department/addNewdepartment";
|
||||||
|
|
||||||
$route['editOlddepartment'] = "department/viewdepartment";
|
$route['editOlddepartment'] = "department/viewdepartment";
|
||||||
$route['editOlddepartment/(:num)'] = "department/viewdepartment/$1";
|
$route['editOlddepartment/(:num)'] = "department/viewdepartment/$1";
|
||||||
$route['editdepartment'] = "department/editdepartment";
|
$route['editdepartment'] = "department/editdepartment";
|
||||||
|
|
||||||
//<-------------Reports page----------------->
|
//<-------------Reports page----------------->
|
||||||
$route['normalinprocess'] = "inprocess/addNewInprocessInspection";
|
$route['normalinprocess'] = "inprocess/addNewInprocessInspection";
|
||||||
$route['nissaninprocess'] = "inprocess/addNewNissanInprocessInspection";
|
$route['nissaninprocess'] = "inprocess/addNewNissanInprocessInspection";
|
||||||
|
|
||||||
$route['resinbatchcardlisting'] = "resinbatchcard/resinBatchCardLisitng";
|
$route['resinbatchcardlisting'] = "resinbatchcard/resinBatchCardLisitng";
|
||||||
$route['addNewResinbatchcard'] = "resinbatchcard/addNewResinBatchCard";
|
$route['addNewResinbatchcard'] = "resinbatchcard/addNewResinBatchCard";
|
||||||
|
|
||||||
|
|
||||||
//this route path productionsalary details
|
//this route path productionsalary details
|
||||||
$route['productionsalary']="monthlypay/productionsalary";
|
$route['productionsalary']="monthlypay/productionsalary";
|
||||||
|
|
||||||
//Customer Enquiry
|
//Customer Enquiry
|
||||||
|
|
||||||
|
|
||||||
$route['Editenquiry'] = "purchaseorder/Editenquiry";
|
$route['Editenquiry'] = "purchaseorder/Editenquiry";
|
||||||
$route['enquirylisting'] = "purchaseorder/enquirylist";
|
$route['enquirylisting'] = "purchaseorder/enquirylist";
|
||||||
$route['AddComplaint'] = "purchaseorder/AddComplaint";
|
$route['AddComplaint'] = "purchaseorder/AddComplaint";
|
||||||
$route['EditComplaint'] = "purchaseorder/EditComplaint";
|
$route['EditComplaint'] = "purchaseorder/EditComplaint";
|
||||||
$route['Addaction'] = "purchaseorder/Nonconfirmative";
|
$route['Addaction'] = "purchaseorder/Nonconfirmative";
|
||||||
$route['ncrlist'] = "purchaseorder/Nonconfirmativelist";
|
$route['ncrlist'] = "purchaseorder/Nonconfirmativelist";
|
||||||
/* End of file routes.php */
|
/* End of file routes.php */
|
||||||
/* Location: ./application/config/routes.php */
|
/* Location: ./application/config/routes.php */
|
||||||
|
|
||||||
|
|
||||||
$route['DeliveryPerformance']="user/deliver_perform";
|
$route['DeliveryPerformance']="user/deliver_perform";
|
||||||
|
|
||||||
//this function ues to ponoreset values
|
//this function ues to ponoreset values
|
||||||
|
|
||||||
$route['poresetview']="purchaseorder/poresetview";
|
$route['poresetview']="purchaseorder/poresetview";
|
||||||
|
|
||||||
|
|
||||||
//stock
|
//stock
|
||||||
|
|
||||||
$route['FinalProduct'] = "batchcard/FinalProductCalculation";
|
$route['FinalProduct'] = "batchcard/FinalProductCalculation";
|
||||||
|
|
||||||
$route['FinalProductHistory'] = "batchcard/FinalProductHistory";
|
$route['FinalProductHistory'] = "batchcard/FinalProductHistory";
|
||||||
|
|
||||||
$route['FinalProductlisting'] = "batchcard/FinalProductlisting";
|
$route['FinalProductlisting'] = "batchcard/FinalProductlisting";
|
||||||
|
|
||||||
$route['MaterailAdjustment'] = "batchcard/MaterailAdjustment";
|
$route['MaterailAdjustment'] = "batchcard/MaterailAdjustment";
|
||||||
|
|
||||||
$route['MaterailAdjustmentlist'] = "batchcard/MaterailAdjustmentlist";
|
$route['MaterailAdjustmentlist'] = "batchcard/MaterailAdjustmentlist";
|
||||||
|
|
||||||
$route['EditMaterialAdjustment'] = "batchcard/EditMaterialAdjustment";
|
$route['EditMaterialAdjustment'] = "batchcard/EditMaterialAdjustment";
|
||||||
|
|
||||||
$route['MaterialHistory'] = "batchcard/material_history";
|
$route['MaterialHistory'] = "batchcard/material_history";
|
||||||
|
|
||||||
$route['EditFinalProduct'] = "batchcard/EditFinalProduct";
|
$route['EditFinalProduct'] = "batchcard/EditFinalProduct";
|
||||||
|
|
||||||
$route['DeleteFinalProduct'] = "batchcard/DeleteFinalProduct";
|
$route['DeleteFinalProduct'] = "batchcard/DeleteFinalProduct";
|
||||||
|
|
||||||
|
|
||||||
$route['shortagematerialListing'] = 'rawmaterialdetails/shortagematerialListing';
|
$route['shortagematerialListing'] = 'rawmaterialdetails/shortagematerialListing';
|
||||||
|
|
||||||
$route['MaterailStockReport'] = 'batchcard/MaterailStockReport';
|
$route['MaterailStockReport'] = 'batchcard/MaterailStockReport';
|
||||||
|
|
||||||
$route['IndividualStockDetails'] = 'batchcard/IndividualStockDetails';
|
$route['IndividualStockDetails'] = 'batchcard/IndividualStockDetails';
|
||||||
|
|
||||||
$route['Excerise'] = "cashbook/excelLibExcerise";
|
|
||||||
130
application/config/smileys.php
Executable file → Normal file
130
application/config/smileys.php
Executable file → Normal file
@ -1,66 +1,66 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| SMILEYS
|
| SMILEYS
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| This file contains an array of smileys for use with the emoticon helper.
|
| This file contains an array of smileys for use with the emoticon helper.
|
||||||
| Individual images can be used to replace multiple simileys. For example:
|
| Individual images can be used to replace multiple simileys. For example:
|
||||||
| :-) and :) use the same image replacement.
|
| :-) and :) use the same image replacement.
|
||||||
|
|
|
|
||||||
| Please see user guide for more info:
|
| Please see user guide for more info:
|
||||||
| http://codeigniter.com/user_guide/helpers/smiley_helper.html
|
| http://codeigniter.com/user_guide/helpers/smiley_helper.html
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$smileys = array(
|
$smileys = array(
|
||||||
|
|
||||||
// smiley image name width height alt
|
// smiley image name width height alt
|
||||||
|
|
||||||
':-)' => array('grin.gif', '19', '19', 'grin'),
|
':-)' => array('grin.gif', '19', '19', 'grin'),
|
||||||
':lol:' => array('lol.gif', '19', '19', 'LOL'),
|
':lol:' => array('lol.gif', '19', '19', 'LOL'),
|
||||||
':cheese:' => array('cheese.gif', '19', '19', 'cheese'),
|
':cheese:' => array('cheese.gif', '19', '19', 'cheese'),
|
||||||
':)' => array('smile.gif', '19', '19', 'smile'),
|
':)' => array('smile.gif', '19', '19', 'smile'),
|
||||||
';-)' => array('wink.gif', '19', '19', 'wink'),
|
';-)' => array('wink.gif', '19', '19', 'wink'),
|
||||||
';)' => array('wink.gif', '19', '19', 'wink'),
|
';)' => array('wink.gif', '19', '19', 'wink'),
|
||||||
':smirk:' => array('smirk.gif', '19', '19', 'smirk'),
|
':smirk:' => array('smirk.gif', '19', '19', 'smirk'),
|
||||||
':roll:' => array('rolleyes.gif', '19', '19', 'rolleyes'),
|
':roll:' => array('rolleyes.gif', '19', '19', 'rolleyes'),
|
||||||
':-S' => array('confused.gif', '19', '19', 'confused'),
|
':-S' => array('confused.gif', '19', '19', 'confused'),
|
||||||
':wow:' => array('surprise.gif', '19', '19', 'surprised'),
|
':wow:' => array('surprise.gif', '19', '19', 'surprised'),
|
||||||
':bug:' => array('bigsurprise.gif', '19', '19', 'big surprise'),
|
':bug:' => array('bigsurprise.gif', '19', '19', 'big surprise'),
|
||||||
':-P' => array('tongue_laugh.gif', '19', '19', 'tongue laugh'),
|
':-P' => array('tongue_laugh.gif', '19', '19', 'tongue laugh'),
|
||||||
'%-P' => array('tongue_rolleye.gif', '19', '19', 'tongue rolleye'),
|
'%-P' => array('tongue_rolleye.gif', '19', '19', 'tongue rolleye'),
|
||||||
';-P' => array('tongue_wink.gif', '19', '19', 'tongue wink'),
|
';-P' => array('tongue_wink.gif', '19', '19', 'tongue wink'),
|
||||||
':P' => array('raspberry.gif', '19', '19', 'raspberry'),
|
':P' => array('raspberry.gif', '19', '19', 'raspberry'),
|
||||||
':blank:' => array('blank.gif', '19', '19', 'blank stare'),
|
':blank:' => array('blank.gif', '19', '19', 'blank stare'),
|
||||||
':long:' => array('longface.gif', '19', '19', 'long face'),
|
':long:' => array('longface.gif', '19', '19', 'long face'),
|
||||||
':ohh:' => array('ohh.gif', '19', '19', 'ohh'),
|
':ohh:' => array('ohh.gif', '19', '19', 'ohh'),
|
||||||
':grrr:' => array('grrr.gif', '19', '19', 'grrr'),
|
':grrr:' => array('grrr.gif', '19', '19', 'grrr'),
|
||||||
':gulp:' => array('gulp.gif', '19', '19', 'gulp'),
|
':gulp:' => array('gulp.gif', '19', '19', 'gulp'),
|
||||||
'8-/' => array('ohoh.gif', '19', '19', 'oh oh'),
|
'8-/' => array('ohoh.gif', '19', '19', 'oh oh'),
|
||||||
':down:' => array('downer.gif', '19', '19', 'downer'),
|
':down:' => array('downer.gif', '19', '19', 'downer'),
|
||||||
':red:' => array('embarrassed.gif', '19', '19', 'red face'),
|
':red:' => array('embarrassed.gif', '19', '19', 'red face'),
|
||||||
':sick:' => array('sick.gif', '19', '19', 'sick'),
|
':sick:' => array('sick.gif', '19', '19', 'sick'),
|
||||||
':shut:' => array('shuteye.gif', '19', '19', 'shut eye'),
|
':shut:' => array('shuteye.gif', '19', '19', 'shut eye'),
|
||||||
':-/' => array('hmm.gif', '19', '19', 'hmmm'),
|
':-/' => array('hmm.gif', '19', '19', 'hmmm'),
|
||||||
'>:(' => array('mad.gif', '19', '19', 'mad'),
|
'>:(' => array('mad.gif', '19', '19', 'mad'),
|
||||||
':mad:' => array('mad.gif', '19', '19', 'mad'),
|
':mad:' => array('mad.gif', '19', '19', 'mad'),
|
||||||
'>:-(' => array('angry.gif', '19', '19', 'angry'),
|
'>:-(' => array('angry.gif', '19', '19', 'angry'),
|
||||||
':angry:' => array('angry.gif', '19', '19', 'angry'),
|
':angry:' => array('angry.gif', '19', '19', 'angry'),
|
||||||
':zip:' => array('zip.gif', '19', '19', 'zipper'),
|
':zip:' => array('zip.gif', '19', '19', 'zipper'),
|
||||||
':kiss:' => array('kiss.gif', '19', '19', 'kiss'),
|
':kiss:' => array('kiss.gif', '19', '19', 'kiss'),
|
||||||
':ahhh:' => array('shock.gif', '19', '19', 'shock'),
|
':ahhh:' => array('shock.gif', '19', '19', 'shock'),
|
||||||
':coolsmile:' => array('shade_smile.gif', '19', '19', 'cool smile'),
|
':coolsmile:' => array('shade_smile.gif', '19', '19', 'cool smile'),
|
||||||
':coolsmirk:' => array('shade_smirk.gif', '19', '19', 'cool smirk'),
|
':coolsmirk:' => array('shade_smirk.gif', '19', '19', 'cool smirk'),
|
||||||
':coolgrin:' => array('shade_grin.gif', '19', '19', 'cool grin'),
|
':coolgrin:' => array('shade_grin.gif', '19', '19', 'cool grin'),
|
||||||
':coolhmm:' => array('shade_hmm.gif', '19', '19', 'cool hmm'),
|
':coolhmm:' => array('shade_hmm.gif', '19', '19', 'cool hmm'),
|
||||||
':coolmad:' => array('shade_mad.gif', '19', '19', 'cool mad'),
|
':coolmad:' => array('shade_mad.gif', '19', '19', 'cool mad'),
|
||||||
':coolcheese:' => array('shade_cheese.gif', '19', '19', 'cool cheese'),
|
':coolcheese:' => array('shade_cheese.gif', '19', '19', 'cool cheese'),
|
||||||
':vampire:' => array('vampire.gif', '19', '19', 'vampire'),
|
':vampire:' => array('vampire.gif', '19', '19', 'vampire'),
|
||||||
':snake:' => array('snake.gif', '19', '19', 'snake'),
|
':snake:' => array('snake.gif', '19', '19', 'snake'),
|
||||||
':exclaim:' => array('exclaim.gif', '19', '19', 'excaim'),
|
':exclaim:' => array('exclaim.gif', '19', '19', 'excaim'),
|
||||||
':question:' => array('question.gif', '19', '19', 'question') // no comma after last item
|
':question:' => array('question.gif', '19', '19', 'question') // no comma after last item
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/* End of file smileys.php */
|
/* End of file smileys.php */
|
||||||
/* Location: ./application/config/smileys.php */
|
/* Location: ./application/config/smileys.php */
|
||||||
354
application/config/user_agents.php
Executable file → Normal file
354
application/config/user_agents.php
Executable file → Normal file
@ -1,178 +1,178 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| USER AGENT TYPES
|
| USER AGENT TYPES
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
| This file contains four arrays of user agent data. It is used by the
|
| This file contains four arrays of user agent data. It is used by the
|
||||||
| User Agent Class to help identify browser, platform, robot, and
|
| User Agent Class to help identify browser, platform, robot, and
|
||||||
| mobile device data. The array keys are used to identify the device
|
| mobile device data. The array keys are used to identify the device
|
||||||
| and the array values are used to set the actual name of the item.
|
| and the array values are used to set the actual name of the item.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$platforms = array (
|
$platforms = array (
|
||||||
'windows nt 6.0' => 'Windows Longhorn',
|
'windows nt 6.0' => 'Windows Longhorn',
|
||||||
'windows nt 5.2' => 'Windows 2003',
|
'windows nt 5.2' => 'Windows 2003',
|
||||||
'windows nt 5.0' => 'Windows 2000',
|
'windows nt 5.0' => 'Windows 2000',
|
||||||
'windows nt 5.1' => 'Windows XP',
|
'windows nt 5.1' => 'Windows XP',
|
||||||
'windows nt 4.0' => 'Windows NT 4.0',
|
'windows nt 4.0' => 'Windows NT 4.0',
|
||||||
'winnt4.0' => 'Windows NT 4.0',
|
'winnt4.0' => 'Windows NT 4.0',
|
||||||
'winnt 4.0' => 'Windows NT',
|
'winnt 4.0' => 'Windows NT',
|
||||||
'winnt' => 'Windows NT',
|
'winnt' => 'Windows NT',
|
||||||
'windows 98' => 'Windows 98',
|
'windows 98' => 'Windows 98',
|
||||||
'win98' => 'Windows 98',
|
'win98' => 'Windows 98',
|
||||||
'windows 95' => 'Windows 95',
|
'windows 95' => 'Windows 95',
|
||||||
'win95' => 'Windows 95',
|
'win95' => 'Windows 95',
|
||||||
'windows' => 'Unknown Windows OS',
|
'windows' => 'Unknown Windows OS',
|
||||||
'os x' => 'Mac OS X',
|
'os x' => 'Mac OS X',
|
||||||
'ppc mac' => 'Power PC Mac',
|
'ppc mac' => 'Power PC Mac',
|
||||||
'freebsd' => 'FreeBSD',
|
'freebsd' => 'FreeBSD',
|
||||||
'ppc' => 'Macintosh',
|
'ppc' => 'Macintosh',
|
||||||
'linux' => 'Linux',
|
'linux' => 'Linux',
|
||||||
'debian' => 'Debian',
|
'debian' => 'Debian',
|
||||||
'sunos' => 'Sun Solaris',
|
'sunos' => 'Sun Solaris',
|
||||||
'beos' => 'BeOS',
|
'beos' => 'BeOS',
|
||||||
'apachebench' => 'ApacheBench',
|
'apachebench' => 'ApacheBench',
|
||||||
'aix' => 'AIX',
|
'aix' => 'AIX',
|
||||||
'irix' => 'Irix',
|
'irix' => 'Irix',
|
||||||
'osf' => 'DEC OSF',
|
'osf' => 'DEC OSF',
|
||||||
'hp-ux' => 'HP-UX',
|
'hp-ux' => 'HP-UX',
|
||||||
'netbsd' => 'NetBSD',
|
'netbsd' => 'NetBSD',
|
||||||
'bsdi' => 'BSDi',
|
'bsdi' => 'BSDi',
|
||||||
'openbsd' => 'OpenBSD',
|
'openbsd' => 'OpenBSD',
|
||||||
'gnu' => 'GNU/Linux',
|
'gnu' => 'GNU/Linux',
|
||||||
'unix' => 'Unknown Unix OS'
|
'unix' => 'Unknown Unix OS'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// The order of this array should NOT be changed. Many browsers return
|
// The order of this array should NOT be changed. Many browsers return
|
||||||
// multiple browser types so we want to identify the sub-type first.
|
// multiple browser types so we want to identify the sub-type first.
|
||||||
$browsers = array(
|
$browsers = array(
|
||||||
'Flock' => 'Flock',
|
'Flock' => 'Flock',
|
||||||
'Chrome' => 'Chrome',
|
'Chrome' => 'Chrome',
|
||||||
'Opera' => 'Opera',
|
'Opera' => 'Opera',
|
||||||
'MSIE' => 'Internet Explorer',
|
'MSIE' => 'Internet Explorer',
|
||||||
'Internet Explorer' => 'Internet Explorer',
|
'Internet Explorer' => 'Internet Explorer',
|
||||||
'Shiira' => 'Shiira',
|
'Shiira' => 'Shiira',
|
||||||
'Firefox' => 'Firefox',
|
'Firefox' => 'Firefox',
|
||||||
'Chimera' => 'Chimera',
|
'Chimera' => 'Chimera',
|
||||||
'Phoenix' => 'Phoenix',
|
'Phoenix' => 'Phoenix',
|
||||||
'Firebird' => 'Firebird',
|
'Firebird' => 'Firebird',
|
||||||
'Camino' => 'Camino',
|
'Camino' => 'Camino',
|
||||||
'Netscape' => 'Netscape',
|
'Netscape' => 'Netscape',
|
||||||
'OmniWeb' => 'OmniWeb',
|
'OmniWeb' => 'OmniWeb',
|
||||||
'Safari' => 'Safari',
|
'Safari' => 'Safari',
|
||||||
'Mozilla' => 'Mozilla',
|
'Mozilla' => 'Mozilla',
|
||||||
'Konqueror' => 'Konqueror',
|
'Konqueror' => 'Konqueror',
|
||||||
'icab' => 'iCab',
|
'icab' => 'iCab',
|
||||||
'Lynx' => 'Lynx',
|
'Lynx' => 'Lynx',
|
||||||
'Links' => 'Links',
|
'Links' => 'Links',
|
||||||
'hotjava' => 'HotJava',
|
'hotjava' => 'HotJava',
|
||||||
'amaya' => 'Amaya',
|
'amaya' => 'Amaya',
|
||||||
'IBrowse' => 'IBrowse'
|
'IBrowse' => 'IBrowse'
|
||||||
);
|
);
|
||||||
|
|
||||||
$mobiles = array(
|
$mobiles = array(
|
||||||
// legacy array, old values commented out
|
// legacy array, old values commented out
|
||||||
'mobileexplorer' => 'Mobile Explorer',
|
'mobileexplorer' => 'Mobile Explorer',
|
||||||
// 'openwave' => 'Open Wave',
|
// 'openwave' => 'Open Wave',
|
||||||
// 'opera mini' => 'Opera Mini',
|
// 'opera mini' => 'Opera Mini',
|
||||||
// 'operamini' => 'Opera Mini',
|
// 'operamini' => 'Opera Mini',
|
||||||
// 'elaine' => 'Palm',
|
// 'elaine' => 'Palm',
|
||||||
'palmsource' => 'Palm',
|
'palmsource' => 'Palm',
|
||||||
// 'digital paths' => 'Palm',
|
// 'digital paths' => 'Palm',
|
||||||
// 'avantgo' => 'Avantgo',
|
// 'avantgo' => 'Avantgo',
|
||||||
// 'xiino' => 'Xiino',
|
// 'xiino' => 'Xiino',
|
||||||
'palmscape' => 'Palmscape',
|
'palmscape' => 'Palmscape',
|
||||||
// 'nokia' => 'Nokia',
|
// 'nokia' => 'Nokia',
|
||||||
// 'ericsson' => 'Ericsson',
|
// 'ericsson' => 'Ericsson',
|
||||||
// 'blackberry' => 'BlackBerry',
|
// 'blackberry' => 'BlackBerry',
|
||||||
// 'motorola' => 'Motorola'
|
// 'motorola' => 'Motorola'
|
||||||
|
|
||||||
// Phones and Manufacturers
|
// Phones and Manufacturers
|
||||||
'motorola' => "Motorola",
|
'motorola' => "Motorola",
|
||||||
'nokia' => "Nokia",
|
'nokia' => "Nokia",
|
||||||
'palm' => "Palm",
|
'palm' => "Palm",
|
||||||
'iphone' => "Apple iPhone",
|
'iphone' => "Apple iPhone",
|
||||||
'ipad' => "iPad",
|
'ipad' => "iPad",
|
||||||
'ipod' => "Apple iPod Touch",
|
'ipod' => "Apple iPod Touch",
|
||||||
'sony' => "Sony Ericsson",
|
'sony' => "Sony Ericsson",
|
||||||
'ericsson' => "Sony Ericsson",
|
'ericsson' => "Sony Ericsson",
|
||||||
'blackberry' => "BlackBerry",
|
'blackberry' => "BlackBerry",
|
||||||
'cocoon' => "O2 Cocoon",
|
'cocoon' => "O2 Cocoon",
|
||||||
'blazer' => "Treo",
|
'blazer' => "Treo",
|
||||||
'lg' => "LG",
|
'lg' => "LG",
|
||||||
'amoi' => "Amoi",
|
'amoi' => "Amoi",
|
||||||
'xda' => "XDA",
|
'xda' => "XDA",
|
||||||
'mda' => "MDA",
|
'mda' => "MDA",
|
||||||
'vario' => "Vario",
|
'vario' => "Vario",
|
||||||
'htc' => "HTC",
|
'htc' => "HTC",
|
||||||
'samsung' => "Samsung",
|
'samsung' => "Samsung",
|
||||||
'sharp' => "Sharp",
|
'sharp' => "Sharp",
|
||||||
'sie-' => "Siemens",
|
'sie-' => "Siemens",
|
||||||
'alcatel' => "Alcatel",
|
'alcatel' => "Alcatel",
|
||||||
'benq' => "BenQ",
|
'benq' => "BenQ",
|
||||||
'ipaq' => "HP iPaq",
|
'ipaq' => "HP iPaq",
|
||||||
'mot-' => "Motorola",
|
'mot-' => "Motorola",
|
||||||
'playstation portable' => "PlayStation Portable",
|
'playstation portable' => "PlayStation Portable",
|
||||||
'hiptop' => "Danger Hiptop",
|
'hiptop' => "Danger Hiptop",
|
||||||
'nec-' => "NEC",
|
'nec-' => "NEC",
|
||||||
'panasonic' => "Panasonic",
|
'panasonic' => "Panasonic",
|
||||||
'philips' => "Philips",
|
'philips' => "Philips",
|
||||||
'sagem' => "Sagem",
|
'sagem' => "Sagem",
|
||||||
'sanyo' => "Sanyo",
|
'sanyo' => "Sanyo",
|
||||||
'spv' => "SPV",
|
'spv' => "SPV",
|
||||||
'zte' => "ZTE",
|
'zte' => "ZTE",
|
||||||
'sendo' => "Sendo",
|
'sendo' => "Sendo",
|
||||||
|
|
||||||
// Operating Systems
|
// Operating Systems
|
||||||
'symbian' => "Symbian",
|
'symbian' => "Symbian",
|
||||||
'SymbianOS' => "SymbianOS",
|
'SymbianOS' => "SymbianOS",
|
||||||
'elaine' => "Palm",
|
'elaine' => "Palm",
|
||||||
'palm' => "Palm",
|
'palm' => "Palm",
|
||||||
'series60' => "Symbian S60",
|
'series60' => "Symbian S60",
|
||||||
'windows ce' => "Windows CE",
|
'windows ce' => "Windows CE",
|
||||||
|
|
||||||
// Browsers
|
// Browsers
|
||||||
'obigo' => "Obigo",
|
'obigo' => "Obigo",
|
||||||
'netfront' => "Netfront Browser",
|
'netfront' => "Netfront Browser",
|
||||||
'openwave' => "Openwave Browser",
|
'openwave' => "Openwave Browser",
|
||||||
'mobilexplorer' => "Mobile Explorer",
|
'mobilexplorer' => "Mobile Explorer",
|
||||||
'operamini' => "Opera Mini",
|
'operamini' => "Opera Mini",
|
||||||
'opera mini' => "Opera Mini",
|
'opera mini' => "Opera Mini",
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
'digital paths' => "Digital Paths",
|
'digital paths' => "Digital Paths",
|
||||||
'avantgo' => "AvantGo",
|
'avantgo' => "AvantGo",
|
||||||
'xiino' => "Xiino",
|
'xiino' => "Xiino",
|
||||||
'novarra' => "Novarra Transcoder",
|
'novarra' => "Novarra Transcoder",
|
||||||
'vodafone' => "Vodafone",
|
'vodafone' => "Vodafone",
|
||||||
'docomo' => "NTT DoCoMo",
|
'docomo' => "NTT DoCoMo",
|
||||||
'o2' => "O2",
|
'o2' => "O2",
|
||||||
|
|
||||||
// Fallback
|
// Fallback
|
||||||
'mobile' => "Generic Mobile",
|
'mobile' => "Generic Mobile",
|
||||||
'wireless' => "Generic Mobile",
|
'wireless' => "Generic Mobile",
|
||||||
'j2me' => "Generic Mobile",
|
'j2me' => "Generic Mobile",
|
||||||
'midp' => "Generic Mobile",
|
'midp' => "Generic Mobile",
|
||||||
'cldc' => "Generic Mobile",
|
'cldc' => "Generic Mobile",
|
||||||
'up.link' => "Generic Mobile",
|
'up.link' => "Generic Mobile",
|
||||||
'up.browser' => "Generic Mobile",
|
'up.browser' => "Generic Mobile",
|
||||||
'smartphone' => "Generic Mobile",
|
'smartphone' => "Generic Mobile",
|
||||||
'cellphone' => "Generic Mobile"
|
'cellphone' => "Generic Mobile"
|
||||||
);
|
);
|
||||||
|
|
||||||
// There are hundreds of bots but these are the most common.
|
// There are hundreds of bots but these are the most common.
|
||||||
$robots = array(
|
$robots = array(
|
||||||
'googlebot' => 'Googlebot',
|
'googlebot' => 'Googlebot',
|
||||||
'msnbot' => 'MSNBot',
|
'msnbot' => 'MSNBot',
|
||||||
'slurp' => 'Inktomi Slurp',
|
'slurp' => 'Inktomi Slurp',
|
||||||
'yahoo' => 'Yahoo',
|
'yahoo' => 'Yahoo',
|
||||||
'askjeeves' => 'AskJeeves',
|
'askjeeves' => 'AskJeeves',
|
||||||
'fastcrawler' => 'FastCrawler',
|
'fastcrawler' => 'FastCrawler',
|
||||||
'infoseek' => 'InfoSeek Robot 1.0',
|
'infoseek' => 'InfoSeek Robot 1.0',
|
||||||
'lycos' => 'Lycos'
|
'lycos' => 'Lycos'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* End of file user_agents.php */
|
/* End of file user_agents.php */
|
||||||
/* Location: ./application/config/user_agents.php */
|
/* Location: ./application/config/user_agents.php */
|
||||||
0
application/controllers/Controller.php
Executable file → Normal file
0
application/controllers/Controller.php
Executable file → Normal file
0
application/controllers/CostCenter.php
Executable file → Normal file
0
application/controllers/CostCenter.php
Executable file → Normal file
0
application/controllers/MRIRcontroller.php
Executable file → Normal file
0
application/controllers/MRIRcontroller.php
Executable file → Normal file
0
application/controllers/amendmentpurchaseorder.php
Executable file → Normal file
0
application/controllers/amendmentpurchaseorder.php
Executable file → Normal file
0
application/controllers/assetdetails.php
Executable file → Normal file
0
application/controllers/assetdetails.php
Executable file → Normal file
0
application/controllers/batchcard.php
Executable file → Normal file
0
application/controllers/batchcard.php
Executable file → Normal file
0
application/controllers/c_test.php
Executable file → Normal file
0
application/controllers/c_test.php
Executable file → Normal file
@ -1,4 +1,5 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
require APPPATH . '/libraries/BaseController.php';
|
||||||
require APPPATH . '/third_party/mpdf/mpdf.php';
|
require APPPATH . '/third_party/mpdf/mpdf.php';
|
||||||
/**
|
/**
|
||||||
@ -607,7 +608,6 @@ class cashbook extends BaseController
|
|||||||
$pathinfo = pathinfo($_FILES['userfile']['name']);
|
$pathinfo = pathinfo($_FILES['userfile']['name']);
|
||||||
$config['upload_path'] = 'uploads/banking/';
|
$config['upload_path'] = 'uploads/banking/';
|
||||||
// $config['allowed_types'] = 'png|jpg|jpeg|xlsx';
|
// $config['allowed_types'] = 'png|jpg|jpeg|xlsx';
|
||||||
// $config['allowed_types'] = 'xlsx|csv|xls';
|
|
||||||
$config['allowed_types'] = '*';
|
$config['allowed_types'] = '*';
|
||||||
$config['file_name'] = $_FILES['userfile']['name'];
|
$config['file_name'] = $_FILES['userfile']['name'];
|
||||||
$config['overwrite'] = true;
|
$config['overwrite'] = true;
|
||||||
@ -2347,5 +2347,6 @@ $amountInWords = "Rupees " . $result ." Paise ". $points." Only";
|
|||||||
|
|
||||||
return $amountInWords;
|
return $amountInWords;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
2352
application/controllers/cashbook_30dec2021.php
Normal file
2352
application/controllers/cashbook_30dec2021.php
Normal file
File diff suppressed because it is too large
Load Diff
0
application/controllers/companycontroller.php
Executable file → Normal file
0
application/controllers/companycontroller.php
Executable file → Normal file
0
application/controllers/configurationctrl.php
Executable file → Normal file
0
application/controllers/configurationctrl.php
Executable file → Normal file
0
application/controllers/department.php
Executable file → Normal file
0
application/controllers/department.php
Executable file → Normal file
593
application/controllers/emergencypurchaseorder.php
Executable file → Normal file
593
application/controllers/emergencypurchaseorder.php
Executable file → Normal file
@ -584,9 +584,9 @@ $prefile =array();
|
|||||||
//This used to Create Revenue Emergency Purchase Order
|
//This used to Create Revenue Emergency Purchase Order
|
||||||
function addNewRevenuePurchaseOrder()
|
function addNewRevenuePurchaseOrder()
|
||||||
{
|
{
|
||||||
|
log_message('error'," Revenue E-PO FNS.");
|
||||||
|
|
||||||
$txtspl=$this->input->post('txtSpecial');
|
$txtspl=$this->input->post('txtSpecial');
|
||||||
|
|
||||||
|
|
||||||
$POdt =$this->input->post('PODate');
|
$POdt =$this->input->post('PODate');
|
||||||
@ -594,15 +594,15 @@ $prefile =array();
|
|||||||
$SupplierID = $this->input->post('drpSupplier');
|
$SupplierID = $this->input->post('drpSupplier');
|
||||||
$DeliveryAddr = $this->input->post('DeliveryAddr');
|
$DeliveryAddr = $this->input->post('DeliveryAddr');
|
||||||
$dt = $this->input->post('Deliverydt');
|
$dt = $this->input->post('Deliverydt');
|
||||||
$DeliveryOption = $this->input->post('DateRange');
|
$DeliveryOption = $this->input->post('DateRange');
|
||||||
if($DeliveryOption==1){
|
if($DeliveryOption==1){
|
||||||
$Deliverydt = '';
|
$Deliverydt = '';
|
||||||
$DeliverySchedule = $this->input->post('Scheduleby');
|
$DeliverySchedule = $this->input->post('Scheduleby');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$Deliverydt = $this->getDateformat($dt);
|
$Deliverydt = $this->getDateformat($dt);
|
||||||
$DeliverySchedule = '';
|
$DeliverySchedule = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$Modeofshipment=$this->input->post('emergmodeofshipment');
|
$Modeofshipment=$this->input->post('emergmodeofshipment');
|
||||||
$supplierreference=$this->input->post('emergsupplierreference');
|
$supplierreference=$this->input->post('emergsupplierreference');
|
||||||
@ -611,30 +611,23 @@ $prefile =array();
|
|||||||
$fincap=$this->input->post('emergfincap');
|
$fincap=$this->input->post('emergfincap');
|
||||||
$revenuetype=$this->input->post('PoTypeOptions');
|
$revenuetype=$this->input->post('PoTypeOptions');
|
||||||
$insurancestatus=$this->input->post('insuranceStatus');
|
$insurancestatus=$this->input->post('insuranceStatus');
|
||||||
if($insurancestatus == 1){
|
if($insurancestatus == 1) $insuranceno=$this->input->post('insuranceNo');
|
||||||
$insuranceno=$this->input->post('insuranceNo');
|
else $insuranceno="";
|
||||||
}else{
|
|
||||||
$insuranceno="";
|
$CostCenterName = $this->input->post('CostCenterName');
|
||||||
}
|
|
||||||
$CostCenterName = $this->input->post('CostCenterName');
|
|
||||||
$POType = $this->input->post('POType');
|
$POType = $this->input->post('POType');
|
||||||
$PoRange = $this->input->post('txtPoRange');
|
$PoRange = $this->input->post('txtPoRange');
|
||||||
|
|
||||||
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
|
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
|
||||||
$RequistionComments = "Created Emergency Revenue PO";
|
$RequistionComments = "Created Emergency Revenue PO";
|
||||||
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
||||||
|
|
||||||
if($txtspl==0)
|
if($txtspl==0) $POStatus=REQITEM_Emergency_PO_CREATED;
|
||||||
{
|
else $POStatus=SPECIAL_PO;
|
||||||
$POStatus=REQITEM_Emergency_PO_CREATED;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$POStatus=SPECIAL_PO;
|
|
||||||
}
|
|
||||||
|
|
||||||
//$POStatus = $this->input->post('TextStatus');
|
//$POStatus = $this->input->post('TextStatus');
|
||||||
$RequestedBy = $this->input->post('drpDepartment');
|
$RequestedBy = $this->input->post('drpDepartment');
|
||||||
$CreateBy = $this->session->userdata ( 'userId' );
|
$CreateBy = $this->session->userdata ( 'userId' );
|
||||||
// $RowCount = $this->input->post('TextRowCount');
|
// $RowCount = $this->input->post('TextRowCount');
|
||||||
|
|
||||||
@ -646,62 +639,53 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
// $DeletedRow = $this->input->post('TextDeletedRowCount');
|
// $DeletedRow = $this->input->post('TextDeletedRowCount');
|
||||||
|
|
||||||
$DeletedRow = $this->input->post('txtDeletedRow1');
|
$DeletedRow = $this->input->post('txtDeletedRow1');
|
||||||
|
$splRow = $this->input->post('splrow');
|
||||||
|
|
||||||
|
|
||||||
$splRow = $this->input->post('splrow');
|
|
||||||
|
|
||||||
// echo $DeletedRow;
|
// echo $DeletedRow;
|
||||||
|
|
||||||
$ReqStatus = REQITEM_Emergency_PO_CREATED;
|
$ReqStatus = REQITEM_Emergency_PO_CREATED;
|
||||||
$Local_Interstate=$this->input->post('Range');
|
$Local_Interstate=$this->input->post('Range');
|
||||||
|
|
||||||
$comma_separated = explode(':', $DeletedRow);
|
$comma_separated = explode(':', $DeletedRow);
|
||||||
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
||||||
$createddt = $dt->format('Y-m-d H:i:s');
|
$createddt = $dt->format('Y-m-d H:i:s');
|
||||||
$PaymentTerms=$this->input->post('PaymentMethod');
|
$PaymentTerms=$this->input->post('PaymentMethod');
|
||||||
$OtherPayment=$this->input->post('Otherpayment');
|
$OtherPayment=$this->input->post('Otherpayment');
|
||||||
|
|
||||||
if($POStatus==SPECIAL_PO)
|
if($POStatus==SPECIAL_PO) $Qualitycheck=$this->input->post('txtQuality');
|
||||||
{
|
else $Qualitycheck=1;
|
||||||
$Qualitycheck=$this->input->post('txtQuality');
|
|
||||||
}
|
|
||||||
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$Qualitycheck=1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//add requistion
|
//add requistion
|
||||||
$Request = array('ReqType'=>$POType, 'RequestedDept'=>$RequestedBy,'CostCenterCode'=>$CostCenterName,'Status'=>$ReqStatus,'Comments'=>$RequistionComments,'ReqDate'=>$createddt,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy);
|
$Request = array('ReqType'=>$POType, 'RequestedDept'=>$RequestedBy,'CostCenterCode'=>$CostCenterName,'Status'=>$ReqStatus,'Comments'=>$RequistionComments,'ReqDate'=>$createddt,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy);
|
||||||
|
// print_r($Request);die();
|
||||||
|
|
||||||
$Req = $this->requistion_model->addRequistion($Request);
|
$Req = $this->requistion_model->addRequistion($Request);
|
||||||
|
$RegNo='';
|
||||||
$RegNo='';
|
if(count($Req)>0)
|
||||||
if(count($Req)>0)
|
{
|
||||||
{
|
$RegNo = $Req[0]['ReqNo'];
|
||||||
$RegNo = $Req[0]['ReqNo'];
|
log_message('error'," Revenue E-PO Req Raised Number".$RegNo);
|
||||||
}
|
}
|
||||||
|
echo "i HAVE".$RegNo;
|
||||||
|
die();
|
||||||
// PO Master
|
// PO Master
|
||||||
|
|
||||||
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'PORange'=>$Local_Interstate,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'CapitalRange'=>$Local_Interstate,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Modeofshipment,'Supplier_Offer_No'=>$supplieroffno,'Supplier_Reference'=>$supplierreference,'Other_Reference'=>$otherreference,'InsuranceNumber'=>$insuranceno,'InsuranceStatus'=>$insurancestatus,'Fincap'=>$fincap,'POSubType'=>$revenuetype,'IsQualityChkReqired'=>$Qualitycheck,'BudgetType'=>$BudgetType);
|
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'PORange'=>$Local_Interstate,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'CapitalRange'=>$Local_Interstate,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Modeofshipment,'Supplier_Offer_No'=>$supplieroffno,'Supplier_Reference'=>$supplierreference,'Other_Reference'=>$otherreference,'InsuranceNumber'=>$insuranceno,'InsuranceStatus'=>$insurancestatus,'Fincap'=>$fincap,'POSubType'=>$revenuetype,'IsQualityChkReqired'=>$Qualitycheck,'BudgetType'=>$BudgetType);
|
||||||
//print_r($POList);
|
//print_r($POList);
|
||||||
$POMaster = $this->purchaseorder_model->addPOMaster($POList,$POType,$revenuetype);
|
$POMaster = $this->purchaseorder_model->addPOMaster($POList,$POType,$revenuetype);
|
||||||
|
|
||||||
$PONO = '';
|
$PONO = '';
|
||||||
if(count($POMaster)>0)
|
if(count($POMaster)>0)
|
||||||
{
|
{
|
||||||
$PONO = $POMaster[0]['PONO'];
|
$PONO = $POMaster[0]['PONO'];
|
||||||
}
|
log_message('error'," Revenue E-PO Number .".$PONO);
|
||||||
//echo $PONO;
|
}
|
||||||
// PO Line Items
|
//echo $PONO;
|
||||||
$RegDetailsStatus=REQITEM_POCREATED;
|
// PO Line Items
|
||||||
$LineItemStatus = REQITEM_NEW;
|
$RegDetailsStatus=REQITEM_POCREATED;
|
||||||
|
$LineItemStatus = REQITEM_NEW;
|
||||||
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
for ($i = 1; $i <= $RowCount; $i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
$MaterialCode = $this->input->post('materialCode'.$i);
|
$MaterialCode = $this->input->post('materialCode'.$i);
|
||||||
@ -721,7 +705,7 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
$FreightType = $this->input->post('FreightType'.$i);
|
$FreightType = $this->input->post('FreightType'.$i);
|
||||||
$FreightValue = $this->input->post('FreightVal'.$i);
|
$FreightValue = $this->input->post('FreightVal'.$i);
|
||||||
$AfterFreightValue = $this->input->post('AfterFreightVal'.$i);
|
$AfterFreightValue = $this->input->post('AfterFreightVal'.$i);
|
||||||
$NOOfTrip = $this->input->post('NoOfTrip'.$i);
|
$NOOfTrip = $this->input->post('NoOfTrip'.$i);
|
||||||
$InsuranceValue = $this->input->post('Insval'.$i);
|
$InsuranceValue = $this->input->post('Insval'.$i);
|
||||||
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
|
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
|
||||||
$revenuedescription = $this->input->post('service_description'.$i);
|
$revenuedescription = $this->input->post('service_description'.$i);
|
||||||
@ -746,231 +730,186 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($SkipInsert == "False")
|
if($SkipInsert == "False")
|
||||||
{
|
{
|
||||||
//add requistion details
|
//add requistion details
|
||||||
$ReqDetails = array('ReqNo'=>$RegNo, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Status'=>$RegDetailsStatus,'UpdatedBy'=>$CreateBy,'UpdatedOn'=>$createddt);
|
$ReqDetails = array('ReqNo'=>$RegNo, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Status'=>$RegDetailsStatus,'UpdatedBy'=>$CreateBy,'UpdatedOn'=>$createddt);
|
||||||
|
$ReqDetQuery = $this->requistion_model->addRequistionDetails($ReqDetails);
|
||||||
|
log_message('error'," Revenue E-PO RequistionDetails . ".$ReqDetQuery);
|
||||||
$ReqDetQuery = $this->requistion_model->addRequistionDetails($ReqDetails);
|
|
||||||
|
|
||||||
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$RegNo,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Per'=>$per,'ServiceMaterialDescription'=>$revenuedescription);
|
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$RegNo,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Per'=>$per,'ServiceMaterialDescription'=>$revenuedescription);
|
||||||
//print_r($POLineItemList);
|
//print_r($POLineItemList);
|
||||||
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
|
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
|
||||||
|
|
||||||
$LineItemNo = '';
|
$LineItemNo = '';
|
||||||
if(count($POLineItem)>0)
|
if(count($POLineItem)>0)
|
||||||
{
|
{
|
||||||
$LineItemNo = $POLineItem[0]['LineItemNo'];
|
$LineItemNo = $POLineItem[0]['LineItemNo'];
|
||||||
|
log_message('error'," Revenue E-PO Line Item Number . ".$LineItemNo);
|
||||||
}
|
}
|
||||||
//echo $LineItemNo;
|
//echo $LineItemNo;
|
||||||
|
|
||||||
/*----------------------------*/
|
/*----------------------------*/
|
||||||
// $logpo =array('PONO'=>$PONO,'Date'=>$PODate,'POType'=>$POType,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'SupplierID'=>$SupplierID,'LineItemNos'=>$LineItemNo);
|
// $logpo =array('PONO'=>$PONO,'Date'=>$PODate,'POType'=>$POType,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'SupplierID'=>$SupplierID,'LineItemNos'=>$LineItemNo);
|
||||||
|
|
||||||
// $logaddpo = $this->purchaseorder_model->newlogpo($logpo);
|
|
||||||
|
|
||||||
|
|
||||||
|
// $logaddpo = $this->purchaseorder_model->newlogpo($logpo);
|
||||||
|
|
||||||
/*----------------------------*/
|
/*----------------------------*/
|
||||||
|
|
||||||
|
|
||||||
if(trim($POType) == REVENUE )
|
if(trim($POType) == REVENUE )
|
||||||
{
|
{
|
||||||
// echo 'Success';
|
// echo 'Success';
|
||||||
$RevenueTaxList = array('LineItemNo'=>$LineItemNo, 'DiscountType'=>$DiscountType,'DiscountValue'=>$DiscountValue,'AfterDiscount'=>$AfterDiscount,'PackagingType'=>$PackagingType,'PackagingValue'=>$PackagingValue,'PackagingCalulatedOn'=>$PackagingOption,'AfterPackagingValue'=>$AfterPackagingValue,'FreightType'=>$FreightType, 'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue,'Insurance'=>$InsuranceValue,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt, 'CGST'=>$Cgst,'AfterCGST'=>$AfterCgst,'SGST'=>$Sgst,'AfterSGST'=>$AfterSgst,'IGST'=>$Igst,'AfterIGST'=>$AfterIgst,'NoOfTrip'=>$NOOfTrip);
|
$RevenueTaxList = array('LineItemNo'=>$LineItemNo, 'DiscountType'=>$DiscountType,'DiscountValue'=>$DiscountValue,'AfterDiscount'=>$AfterDiscount,'PackagingType'=>$PackagingType,'PackagingValue'=>$PackagingValue,'PackagingCalulatedOn'=>$PackagingOption,'AfterPackagingValue'=>$AfterPackagingValue,'FreightType'=>$FreightType, 'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue,'Insurance'=>$InsuranceValue,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt, 'CGST'=>$Cgst,'AfterCGST'=>$AfterCgst,'SGST'=>$Sgst,'AfterSGST'=>$AfterSgst,'IGST'=>$Igst,'AfterIGST'=>$AfterIgst,'NoOfTrip'=>$NOOfTrip);
|
||||||
//print_r($RevenueTaxList);
|
//print_r($RevenueTaxList);
|
||||||
$RevenueList = $this->purchaseorder_model->addRevenueTax($RevenueTaxList);
|
$RevenueList = $this->purchaseorder_model->addRevenueTax($RevenueTaxList);
|
||||||
//echo 'Revenue tax Success';
|
//echo 'Revenue tax Success';
|
||||||
|
log_message('error'," Revenue E-PO tax Success . ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if($txtspl==1 || $txtspl==2)
|
if($txtspl==1 || $txtspl==2)
|
||||||
{
|
{
|
||||||
|
$PONOigr = $PONO;
|
||||||
//secho "cwwe";
|
|
||||||
//die();
|
|
||||||
|
|
||||||
$PONOigr = $PONO;
|
|
||||||
|
|
||||||
//echo $PONOigr;
|
|
||||||
//die();
|
|
||||||
//IGR Data Entry
|
|
||||||
//$DeliveryChellanOrInvoiceNo = $this->input->post('ChallanInvNo');
|
|
||||||
|
|
||||||
$DeliveryChellanInvoiceNo=$this->input->post('ChallanInvNo');
|
|
||||||
|
|
||||||
$DeliveryChellan = $this->input->post('ChallanInvDate');
|
//IGR Data Entry
|
||||||
$DeliveryChellanDate = $this->getDateformat($DeliveryChellan);
|
//$DeliveryChellanOrInvoiceNo = $this->input->post('ChallanInvNo');
|
||||||
|
|
||||||
$MaterialReceive = $this->input->post('MRC');
|
|
||||||
$MaterialReceivedate = $this->getDateformat($MaterialReceive);
|
|
||||||
|
|
||||||
$Vehicle = $this->input->post('VehicleNo');
|
$DeliveryChellanInvoiceNo=$this->input->post('ChallanInvNo');
|
||||||
$Courier = $this->input->post('CourierNo');
|
|
||||||
|
$DeliveryChellan = $this->input->post('ChallanInvDate');
|
||||||
|
$DeliveryChellanDate = $this->getDateformat($DeliveryChellan);
|
||||||
|
|
||||||
|
$MaterialReceive = $this->input->post('MRC');
|
||||||
|
$MaterialReceivedate = $this->getDateformat($MaterialReceive);
|
||||||
|
|
||||||
$CreatedBy = $this->session->userdata('userId');
|
$Vehicle = $this->input->post('VehicleNo');
|
||||||
|
$Courier = $this->input->post('CourierNo');
|
||||||
|
|
||||||
|
|
||||||
$Remarksmrir='Emergency PO without Quality Check';
|
$CreatedBy = $this->session->userdata('userId');
|
||||||
//$Remarks = $this->input->post('Remarks');
|
|
||||||
//$RowCount = $this->input->post('TextRowCount');
|
$Remarksmrir='Emergency PO without Quality Check';
|
||||||
//echo $RowCount;
|
//$Remarks = $this->input->post('Remarks');
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
//$RowCount = $this->input->post('TextRowCount');
|
||||||
$createddt = $dt->format('Y-m-d H:i:s');
|
//echo $RowCount;
|
||||||
|
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
||||||
$IGRStatus = IGR_CREATED;
|
$createddt = $dt->format('Y-m-d H:i:s');
|
||||||
|
|
||||||
|
$IGRStatus = IGR_CREATED;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$igr = array();
|
$igr = array();
|
||||||
$paymentstatus = NO_PAIDIGR;
|
$paymentstatus = NO_PAIDIGR;
|
||||||
$igr = array('PONO'=>$PONO,'VehicleNo'=>$Vehicle,'DeliveryChellanOrInvoiceNo'=>$DeliveryChellanInvoiceNo,'DeliveryChellanDate'=>$DeliveryChellanDate,'MaterialRcvdDate'=>$DeliveryChellanDate,'CourierNo'=>$Courier,'IGRStatus'=>$IGRStatus,'CreatedBy'=>$CreatedBy,'CreatedDate' =>$createddt,'MaterialRcvdDate'=>$MaterialReceivedate,'Paymentstatus'=>$paymentstatus);
|
$igr = array('PONO'=>$PONO,'VehicleNo'=>$Vehicle,'DeliveryChellanOrInvoiceNo'=>$DeliveryChellanInvoiceNo,'DeliveryChellanDate'=>$DeliveryChellanDate,'MaterialRcvdDate'=>$DeliveryChellanDate,'CourierNo'=>$Courier,'IGRStatus'=>$IGRStatus,'CreatedBy'=>$CreatedBy,'CreatedDate' =>$createddt,'MaterialRcvdDate'=>$MaterialReceivedate,'Paymentstatus'=>$paymentstatus);
|
||||||
|
|
||||||
//print_r($igr);
|
//print_r($igr);
|
||||||
|
|
||||||
$igrM = $this->inwardgateregister_model->addigrM($igr);
|
$igrM = $this->inwardgateregister_model->addigrM($igr);
|
||||||
|
$IGRNO = '';
|
||||||
|
if(count($igrM)>0)
|
||||||
|
{
|
||||||
|
foreach ($igrM as $key )
|
||||||
|
{
|
||||||
|
$IGRNO=$key->IGRNO;
|
||||||
|
log_message('error'," Revenue E-PO IGR Number.".$IGRNO);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if($Qualitycheck==0)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
$mrirmastervalues = array('MRIRStatus'=>MRIR_APPROVED,'IGRNO'=>$IGRNO,'PONO'=>$PONO,'CreatedBy'=>$CreatedBy,'Createdon'=>$createddt,'Remarks'=>$Remarksmrir);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$IGRNO = '';
|
|
||||||
if(count($igrM)>0)
|
|
||||||
{
|
|
||||||
foreach ($igrM as $key )
|
|
||||||
{
|
|
||||||
$IGRNO=$key->IGRNO;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// echo $IGRNO;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if($Qualitycheck==0)
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
$mrirmastervalues = array('MRIRStatus'=>MRIR_APPROVED,'IGRNO'=>$IGRNO,'PONO'=>$PONO,'CreatedBy'=>$CreatedBy,'Createdon'=>$createddt,'Remarks'=>$Remarksmrir);
|
|
||||||
|
|
||||||
$mrirmaster = $this->mrir_model->master_mrir($mrirmastervalues);
|
$mrirmaster = $this->mrir_model->master_mrir($mrirmastervalues);
|
||||||
|
|
||||||
|
|
||||||
$MRIRNO = '';
|
$MRIRNO = '';
|
||||||
|
|
||||||
|
|
||||||
if(count($mrirmaster)>0)
|
if(count($mrirmaster)>0)
|
||||||
|
{
|
||||||
{
|
foreach ($mrirmaster as $key ) {
|
||||||
foreach ($mrirmaster as $key ) {
|
|
||||||
|
|
||||||
$MRIRNO=$key->MRIRNo; }
|
$MRIRNO=$key->MRIRNo; }
|
||||||
}
|
log_message('error'," Revenue E-PO MRIR Number.".$MRIRNO);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
for ($i = 1; $i <= $RowCount; $i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
$MaterialCode = $this->input->post('materialCode'.$i);
|
$MaterialCode = $this->input->post('materialCode'.$i);
|
||||||
$Quantity = $this->input->post('quantity'.$i);
|
$Quantity = $this->input->post('quantity'.$i);
|
||||||
|
$Remarked = "Special PO Without Quality Check";
|
||||||
$Remarked = "Special PO Without Quality Check";
|
$MRIRStatus=MRIR_APPROVED;
|
||||||
|
|
||||||
$MRIRStatus=MRIR_APPROVED;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//this array to store the value in child table..
|
//this array to store the value in child table..
|
||||||
$mrirdetailvalues = array('MRIRNO'=>$MRIRNO,'MaterialCode'=>$MaterialCode,'ActualQuantityReceived'=>$Quantity,'Remarks'=>$Remarked,'MRIRStatus'=>$MRIRStatus);
|
$mrirdetailvalues = array('MRIRNO'=>$MRIRNO,'MaterialCode'=>$MaterialCode,'ActualQuantityReceived'=>$Quantity,'Remarks'=>$Remarked,'MRIRStatus'=>$MRIRStatus);
|
||||||
|
|
||||||
|
|
||||||
//print_r($mrirdetailvalues);
|
$mrirdetails = $this->mrir_model->detail_mrir($mrirdetailvalues);
|
||||||
//die();
|
log_message('error'," Revenue E-PO MRIR Item Number.".$mrirdetails[0]['MRIRItemNo']);
|
||||||
|
$getAvailableqty = $this->mrir_model->getItemQuantityFromStock(trim($MaterialCode));
|
||||||
$mrirdetails = $this->mrir_model->detail_mrir($mrirdetailvalues);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$getAvailableqty = $this->mrir_model->getItemQuantityFromStock(trim($MaterialCode));
|
|
||||||
|
|
||||||
if(count($getAvailableqty)>0)
|
if(count($getAvailableqty)>0)
|
||||||
{
|
{
|
||||||
$avlQty = $getAvailableqty[0]['Quantity'];
|
$avlQty = $getAvailableqty[0]['Quantity'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$updatStock = array('Quantity'=>($Quantity+$avlQty),'Status'=>'0','UpdatedOn'=>$createddt,'UpdatedBy'=>$CreatedBy,'Remarks'=>'Stock added for '. $MRIRNO);
|
$updatStock = array('Quantity'=>($Quantity+$avlQty),'Status'=>'0','UpdatedOn'=>$createddt,'UpdatedBy'=>$CreatedBy,'Remarks'=>'Stock added for '. $MRIRNO);
|
||||||
|
|
||||||
$this->mrir_model->UpdateStock($updatStock,trim($MaterialCode));
|
$this->mrir_model->UpdateStock($updatStock,trim($MaterialCode));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$IGRItemStatus = REQITEM_NEW;
|
||||||
|
|
||||||
|
|
||||||
|
for ($i = 1; $i <= $RowCount; $i++)
|
||||||
|
{
|
||||||
$IGRItemStatus = REQITEM_NEW;
|
|
||||||
|
|
||||||
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
|
||||||
{
|
|
||||||
|
|
||||||
$MaterialCode = trim($this->input->post('materialCode'.$i));
|
$MaterialCode = trim($this->input->post('materialCode'.$i));
|
||||||
|
|
||||||
$QuantityAsPerInvoice = $this->input->post('quantity'.$i);
|
$QuantityAsPerInvoice = $this->input->post('quantity'.$i);
|
||||||
|
|
||||||
$OrderedQuantity = $this->input->post('quantity'.$i);
|
$OrderedQuantity = $this->input->post('quantity'.$i);
|
||||||
|
|
||||||
$ReceivedQty = $this->input->post('AQuantity'.$i);
|
$ReceivedQty = $this->input->post('AQuantity'.$i);
|
||||||
|
|
||||||
$emergencyitemcode = $this->input->post('emergencyitemcode');
|
$emergencyitemcode = $this->input->post('emergencyitemcode');
|
||||||
|
|
||||||
$PendingQty = 0;
|
$PendingQty = 0;
|
||||||
//echo $QuantityAsPerInvoice;
|
//echo $QuantityAsPerInvoice;
|
||||||
//echo $PendingQty.'ReceivedQty'.$ReceivedQty;
|
//echo $PendingQty.'ReceivedQty'.$ReceivedQty;
|
||||||
//echo ' ';
|
//echo ' ';
|
||||||
|
|
||||||
if(strlen($QuantityAsPerInvoice)>0 && $QuantityAsPerInvoice != '0')
|
if(strlen($QuantityAsPerInvoice)>0 && $QuantityAsPerInvoice != '0')
|
||||||
{
|
|
||||||
$Remarks = "Special PO Created";
|
|
||||||
$ItemStatus = '';
|
|
||||||
//if($QuantityAsPerInvoice == $OrderedQuantity)
|
|
||||||
|
|
||||||
if($PendingQty == 0.00 )
|
|
||||||
|
|
||||||
{
|
|
||||||
$ItemStatus = IGR_CREATED;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
$ItemStatus = POLINEITEM_IGRPARTIAL_CREATED;
|
$Remarks = "Special PO Created";
|
||||||
}
|
$ItemStatus = '';
|
||||||
|
//if($QuantityAsPerInvoice == $OrderedQuantity)
|
||||||
|
|
||||||
|
if($PendingQty == 0.00 )
|
||||||
|
{
|
||||||
|
$ItemStatus = IGR_CREATED;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$ItemStatus = POLINEITEM_IGRPARTIAL_CREATED;
|
||||||
|
}
|
||||||
|
|
||||||
$CreatedBy = $this->session->userdata('userId');
|
$CreatedBy = $this->session->userdata('userId');
|
||||||
|
|
||||||
|
|
||||||
$igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt);
|
$igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt);
|
||||||
@ -979,51 +918,46 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
//print_r($igrDetails);
|
//print_r($igrDetails);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$igrD = $this->inwardgateregister_model->addigrD($igrDetails);
|
$igrD = $this->inwardgateregister_model->addigrD($igrDetails);
|
||||||
|
|
||||||
|
//print_r($igrD);
|
||||||
|
//* ================================================== * /
|
||||||
//print_r($igrD);
|
|
||||||
//* ================================================== * /
|
|
||||||
$IGRItemNo = '';
|
$IGRItemNo = '';
|
||||||
foreach($igrD as $value)
|
foreach($igrD as $value)
|
||||||
{
|
{
|
||||||
|
|
||||||
$IGRItemNo = $value->IGRItemNo;
|
$IGRItemNo = $value->IGRItemNo;
|
||||||
|
log_message('error'," Revenue E-PO IGR Item Number.".$IGRItemNo);
|
||||||
}
|
}
|
||||||
|
|
||||||
//echo $IGRItemNo;
|
//echo $IGRItemNo;
|
||||||
$MaterialstockHistoryadd= array('Ref_No'=>$IGRItemNo,'MaterialCode'=>$MaterialCode,'Transaction_type'=>'Add','Ref_Type'=>'IGR','SupplierID'=>$SupplierID,'Quantity'=>$QuantityAsPerInvoice,'ItemValue'=>$itemRate,'CreatedBy'=>$CreatedBy,'CreatedOn'=>$createddt);
|
$MaterialstockHistoryadd= array('Ref_No'=>$IGRItemNo,'MaterialCode'=>$MaterialCode,'Transaction_type'=>'Add','Ref_Type'=>'IGR','SupplierID'=>$SupplierID,'Quantity'=>$QuantityAsPerInvoice,'ItemValue'=>$itemRate,'CreatedBy'=>$CreatedBy,'CreatedOn'=>$createddt);
|
||||||
|
|
||||||
|
|
||||||
$this->inwardgateregister_model->addMaterialStockHistory($MaterialstockHistoryadd);
|
$this->inwardgateregister_model->addMaterialStockHistory($MaterialstockHistoryadd);
|
||||||
//*=====================================================*/
|
//*=====================================================*/
|
||||||
|
|
||||||
|
|
||||||
//*===================================================*/
|
//*===================================================*/
|
||||||
|
|
||||||
$get_pre_qty= $this->inwardgateregister_model->get_CurrentQty($MaterialCode);
|
$get_pre_qty= $this->inwardgateregister_model->get_CurrentQty($MaterialCode);
|
||||||
$av_qty=0;
|
$av_qty=0;
|
||||||
if(!empty($get_pre_qty))
|
if(!empty($get_pre_qty))
|
||||||
{
|
{
|
||||||
foreach($get_pre_qty as $gt)
|
foreach($get_pre_qty as $gt)
|
||||||
{
|
{
|
||||||
$av_qty=$gt->Current_stock;
|
$av_qty=$gt->Current_stock;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$currentav_qty= $QuantityAsPerInvoice+$av_qty;
|
$currentav_qty= $QuantityAsPerInvoice+$av_qty;
|
||||||
|
|
||||||
|
|
||||||
$current_qty= array('Current_stock'=>$currentav_qty);
|
$current_qty= array('Current_stock'=>$currentav_qty);
|
||||||
|
|
||||||
$this->inwardgateregister_model->addmaterialmaster($current_qty,$MaterialCode);
|
$this->inwardgateregister_model->addmaterialmaster($current_qty,$MaterialCode);
|
||||||
|
|
||||||
|
//*==================================================*/
|
||||||
|
|
||||||
|
|
||||||
//*==================================================*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1036,123 +970,110 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
$ReceivedQuantity=$key->ReceivedQuantity;
|
$ReceivedQuantity=$key->ReceivedQuantity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$totalReceivedqty = $ReceivedQuantity + $QuantityAsPerInvoice;
|
$totalReceivedqty = $ReceivedQuantity + $QuantityAsPerInvoice;
|
||||||
|
|
||||||
//echo '';
|
//echo '';
|
||||||
|
|
||||||
$POLineItem = array('ReceivedQuantity'=>$totalReceivedqty,'Status'=>$ItemStatus,'UpdateBY'=>$CreatedBy,'UpdatedOn'=>$createddt );
|
$POLineItem = array('ReceivedQuantity'=>$totalReceivedqty,'Status'=>$ItemStatus,'UpdateBY'=>$CreatedBy,'UpdatedOn'=>$createddt );
|
||||||
|
|
||||||
$this->inwardgateregister_model->UpdatePOLineItem($POLineItem,$PONO,$MaterialCode);
|
$this->inwardgateregister_model->UpdatePOLineItem($POLineItem,$PONO,$MaterialCode);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//$myfile = array('FilePath'=>$filename);
|
||||||
|
// $emergencyitemcode = $this->input->post('emergencyitemcode'.$i);
|
||||||
|
// ($this->input->post('materialCode'.$i));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//$myfile = array('FilePath'=>$filename);
|
|
||||||
// $emergencyitemcode = $this->input->post('emergencyitemcode'.$i);
|
|
||||||
// ($this->input->post('materialCode'.$i));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$counts = $this->input->post('hidecounter');
|
$counts = $this->input->post('hidecounter');
|
||||||
$constants = $this->input->post('hideconstant');
|
$constants = $this->input->post('hideconstant');
|
||||||
|
|
||||||
|
|
||||||
// $arr = [];
|
// $arr = [];
|
||||||
|
|
||||||
// for($i=1;$i<=$constants;$i++){
|
// for($i=1;$i<=$constants;$i++){
|
||||||
// $pathname = 'browseFiles'.$i;
|
// $pathname = 'browseFiles'.$i;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// if(!empty($_FILES[$pathname]['name']))
|
// if(!empty($_FILES[$pathname]['name']))
|
||||||
// {
|
// {
|
||||||
// $Picture = $this->addfile($pathname);
|
// $Picture = $this->addfile($pathname);
|
||||||
// //echo $Picture;
|
// //echo $Picture;
|
||||||
// $arr[$i] = array($Picture);
|
// $arr[$i] = array($Picture);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
$arr = [];
|
$arr = [];
|
||||||
$prefile =array();
|
$prefile =array();
|
||||||
|
|
||||||
for($i=1;$i<=$constants;$i++)
|
for($i=1;$i<=$constants;$i++)
|
||||||
{
|
{
|
||||||
$pathname = 'browseFiles'.$i;
|
$pathname = 'browseFiles'.$i;
|
||||||
|
|
||||||
if(!empty($_FILES[$pathname]['name']))
|
if(!empty($_FILES[$pathname]['name']))
|
||||||
{
|
{
|
||||||
|
|
||||||
$files = str_replace(" ","",$_FILES[$pathname]['name']);
|
$files = str_replace(" ","",$_FILES[$pathname]['name']);
|
||||||
|
|
||||||
$fcount = 0;
|
$fcount = 0;
|
||||||
|
|
||||||
foreach ($prefile as $value)
|
foreach ($prefile as $value)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if($value == $files) $fcount++;
|
||||||
|
|
||||||
if($value == $files)
|
}
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
$fcount++;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if($fcount == 0)
|
if($fcount == 0)
|
||||||
{
|
{
|
||||||
$Picture = $this->addfile($pathname);
|
$Picture = $this->addfile($pathname);
|
||||||
//echo $Picture;
|
//echo $Picture;
|
||||||
$arr[] = array($Picture);
|
$arr[] = array($Picture);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$prefile[] = $files;
|
$prefile[] = $files;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!empty($arr))
|
if(!empty($arr))
|
||||||
{
|
{
|
||||||
foreach($arr as $ma)
|
foreach($arr as $ma)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
$index = 0;
|
||||||
$index = 0;
|
$filename = null;
|
||||||
$filename = null;
|
foreach($ma as $key=>$value)
|
||||||
foreach($ma as $key=>$value)
|
{
|
||||||
{
|
$index++;
|
||||||
$index++;
|
if($index == 1){
|
||||||
if($index == 1){
|
$filename = $value;
|
||||||
$filename = $value;
|
}
|
||||||
}
|
}
|
||||||
}
|
if(!empty($filename)){
|
||||||
if(!empty($filename))
|
|
||||||
{
|
$myfile = array('FilePath'=>$filename,'PONO'=>$PONO,'IGRNO'=>$IGRNO);
|
||||||
|
$fileno = $this->purchaseorder_model->fileupload($myfile);
|
||||||
$myfile = array('FilePath'=>$filename,'PONO'=>$PONO,'IGRNO'=>$IGRNO);
|
log_message('error'," Revenue E-po FIle Number.".$fileno);
|
||||||
$this->purchaseorder_model->fileupload($myfile);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo "<script>alert('You Have Successfully created the Purchase order! $PONO');</script>";
|
||||||
|
redirect('purchaseorder/PurchaseOrderList','refresh');
|
||||||
|
|
||||||
echo "<script>alert('You Have Successfully created the Purchase order! $PONO');</script>";
|
|
||||||
redirect('purchaseorder/PurchaseOrderList','refresh');
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -1931,8 +1852,4 @@ $newsup=$this->input->post('newsup');
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
0
application/controllers/employeedetails.php
Executable file → Normal file
0
application/controllers/employeedetails.php
Executable file → Normal file
0
application/controllers/emppaydate.php
Executable file → Normal file
0
application/controllers/emppaydate.php
Executable file → Normal file
0
application/controllers/error.php
Executable file → Normal file
0
application/controllers/error.php
Executable file → Normal file
0
application/controllers/index.html
Executable file → Normal file
0
application/controllers/index.html
Executable file → Normal file
0
application/controllers/inprocess.php
Executable file → Normal file
0
application/controllers/inprocess.php
Executable file → Normal file
2
application/controllers/inwardgateregister.php
Executable file → Normal file
2
application/controllers/inwardgateregister.php
Executable file → Normal file
@ -588,7 +588,7 @@ $prefile =array();
|
|||||||
$IGRNO=$key->IGRNO;
|
$IGRNO=$key->IGRNO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//echo $IGRNO;
|
echo $IGRNO;
|
||||||
|
|
||||||
$IGRItemStatus = REQITEM_NEW;
|
$IGRItemStatus = REQITEM_NEW;
|
||||||
$TotalPendingQty = '';
|
$TotalPendingQty = '';
|
||||||
|
|||||||
@ -36,8 +36,6 @@ class Login extends CI_Controller
|
|||||||
if(!isset($isLoggedIn) || $isLoggedIn != TRUE)
|
if(!isset($isLoggedIn) || $isLoggedIn != TRUE)
|
||||||
{
|
{
|
||||||
// print_r($this->session->all_userdata());
|
// print_r($this->session->all_userdata());
|
||||||
// echo '<br> current CI version : ' . CI_VERSION;
|
|
||||||
// echo '<br> Current PHP version : ' . phpversion();
|
|
||||||
$this->load->view('login');
|
$this->load->view('login');
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -82,10 +80,10 @@ class Login extends CI_Controller
|
|||||||
{
|
{
|
||||||
log_message('ERROR','#####loggin_name : ' . $res->FirstName);
|
log_message('ERROR','#####loggin_name : ' . $res->FirstName);
|
||||||
$sessionArray = array('userId'=>$res->userId,
|
$sessionArray = array('userId'=>$res->userId,
|
||||||
'role'=>$res->roleId,
|
'role'=>$res->roleId,
|
||||||
'roleText'=>$res->role,
|
'roleText'=>$res->role,
|
||||||
'name'=>$res->FirstName,
|
'name'=>$res->FirstName,
|
||||||
// 'Designation'=>$res->Designation,
|
//'Designation'=>$res->Designation,
|
||||||
'DEPCode'=>$res->DEPCode,
|
'DEPCode'=>$res->DEPCode,
|
||||||
'HeadDept'=>$res->HeadDept,
|
'HeadDept'=>$res->HeadDept,
|
||||||
'depaccess'=>$this->login_model->Accessdep($res->EmpID),
|
'depaccess'=>$this->login_model->Accessdep($res->EmpID),
|
||||||
|
|||||||
0
application/controllers/monthlypay.php
Executable file → Normal file
0
application/controllers/monthlypay.php
Executable file → Normal file
0
application/controllers/pages.php
Executable file → Normal file
0
application/controllers/pages.php
Executable file → Normal file
0
application/controllers/payslip.php
Executable file → Normal file
0
application/controllers/payslip.php
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
4419
application/controllers/purchaseorder_15mar2022.php
Normal file
4419
application/controllers/purchaseorder_15mar2022.php
Normal file
File diff suppressed because it is too large
Load Diff
@ -200,11 +200,9 @@ class quality extends BaseController
|
|||||||
$type = $this->input->post('type');
|
$type = $this->input->post('type');
|
||||||
}
|
}
|
||||||
$reportid = $this->input->post('rid');
|
$reportid = $this->input->post('rid');
|
||||||
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
|
|
||||||
// print_r($data['reportdata']);die();
|
|
||||||
if($type != 'INWARD' or $type == ''){
|
if($type != 'INWARD' or $type == ''){
|
||||||
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
|
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
|
||||||
|
|
||||||
$filename = 'PRE DESPATCH INSPECTION REPORT'.$reportid;
|
$filename = 'PRE DESPATCH INSPECTION REPORT'.$reportid;
|
||||||
$html = $this->load->View("viewindreportpdf",$data,true);
|
$html = $this->load->View("viewindreportpdf",$data,true);
|
||||||
}
|
}
|
||||||
@ -214,8 +212,6 @@ class quality extends BaseController
|
|||||||
$filename = 'INWARD MATERIAL INSPECTION REPORT'.$reportid;
|
$filename = 'INWARD MATERIAL INSPECTION REPORT'.$reportid;
|
||||||
$html = $this->load->View("viewindinwardreportpdf",$data,true);
|
$html = $this->load->View("viewindinwardreportpdf",$data,true);
|
||||||
}
|
}
|
||||||
// echo $html;
|
|
||||||
// die();
|
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
$mpdf=new mPDF('utf-8','A4-P',7,10,10, 10, 10, 24, 4, 6);
|
$mpdf=new mPDF('utf-8','A4-P',7,10,10, 10, 10, 24, 4, 6);
|
||||||
$mpdf->SetDisplayMode('fullpage');
|
$mpdf->SetDisplayMode('fullpage');
|
||||||
@ -247,9 +243,12 @@ class quality extends BaseController
|
|||||||
|
|
||||||
echo json_encode($res);
|
echo json_encode($res);
|
||||||
}
|
}
|
||||||
function saveTestReportData()
|
|
||||||
|
|
||||||
|
function saveTestReportData()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
date_default_timezone_get('Asia/Kolkata');
|
date_default_timezone_get('Asia/Kolkata');
|
||||||
$testjson = $this->input->post('param1');
|
$testjson = $this->input->post('param1');
|
||||||
$loijson = $this->input->post('param2');
|
$loijson = $this->input->post('param2');
|
||||||
@ -533,6 +532,350 @@ class quality extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// start zoho API
|
||||||
|
|
||||||
|
function zohobooks_api_fetch_all(){
|
||||||
|
|
||||||
|
//echo 'scuess';die();
|
||||||
|
|
||||||
|
if (isset($_POST['sync']))
|
||||||
|
{
|
||||||
|
$con = new mysqli($this->db->hostname,$this->db->username,$this->db->password,$this->db->database);
|
||||||
|
|
||||||
|
$ch=curl_init();
|
||||||
|
|
||||||
|
$organization_id = '655654572';
|
||||||
|
$client_id = '1000.T9H4WV9XTGUJRB6HRDMQANB6VT04NH';
|
||||||
|
$refresh_token = '1000.6608673cee76166874b326b8183a38ab.5fa4b2fa427fe64c5a8700f7170e3a58';
|
||||||
|
$client_secret = '91ec3fc047493706ae9c15c086741d90ef1de3cd6c';
|
||||||
|
$redirect_uri = 'https://sia.sidharthindustries.com/SIA/';
|
||||||
|
|
||||||
|
$date_today = date('Y-m-d');
|
||||||
|
$date_yesterday = date('Y-m-d',strtotime('-7 day',strtotime($date_today)));
|
||||||
|
// $date_yesterday = '2022-09-01';
|
||||||
|
|
||||||
|
// echo $date_yesterday.'-'.$date_today;//die();
|
||||||
|
|
||||||
|
|
||||||
|
$url_org ="https://books.zoho.com/api/v3/invoices?";
|
||||||
|
|
||||||
|
$fields=array(
|
||||||
|
|
||||||
|
"usestate" => "true",
|
||||||
|
"organization_id" =>"655654572",
|
||||||
|
"date_start" => $date_yesterday,
|
||||||
|
"date_end" => $date_today
|
||||||
|
|
||||||
|
);
|
||||||
|
|
||||||
|
$data_all = http_build_query($fields);
|
||||||
|
|
||||||
|
$accesstoken = '1000.095b66fc95fc81874c1cfc7d15b0904e.10bc9956d9b9ec14cce1350ee0cf8254';
|
||||||
|
|
||||||
|
//code => 57 -->expired
|
||||||
|
//code => 0 -->not expired
|
||||||
|
$headers=array(
|
||||||
|
'Authorization:Zoho-oauthtoken '.$accesstoken,
|
||||||
|
'Content-Type:application/json'
|
||||||
|
);
|
||||||
|
|
||||||
|
$data_access = $url_org.$data_all;
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_URL, $data_access);
|
||||||
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
|
||||||
|
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||||
|
|
||||||
|
$body = '{}';
|
||||||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
$result=curl_exec($ch);
|
||||||
|
|
||||||
|
$res = json_decode($result);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if($res->code=="57")
|
||||||
|
{
|
||||||
|
log('error'," IF cond. ");
|
||||||
|
$url_getauthtoken = 'https://accounts.zoho.com/oauth/v2/token?refresh_token='.$refresh_token.'&client_id='.$client_id.'&client_secret='.$client_secret.'&redirect_uri='.$redirect_uri.'&grant_type=refresh_token';
|
||||||
|
curl_setopt($ch, CURLOPT_URL, $url_getauthtoken);
|
||||||
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
|
||||||
|
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||||
|
|
||||||
|
$body = '{}';
|
||||||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
$res_token=curl_exec($ch);
|
||||||
|
|
||||||
|
$ress = json_decode($res_token);
|
||||||
|
|
||||||
|
$newaccesstoken = $ress->access_token;
|
||||||
|
|
||||||
|
|
||||||
|
$headers_new=array(
|
||||||
|
'Authorization:Zoho-oauthtoken '.$newaccesstoken,
|
||||||
|
'Content-Type:application/json'
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_URL, $url_org.$data_access);
|
||||||
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new);
|
||||||
|
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||||
|
|
||||||
|
$body = '{}';
|
||||||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
$result=curl_exec($ch);
|
||||||
|
|
||||||
|
$res = json_decode($result,true);
|
||||||
|
|
||||||
|
|
||||||
|
// print_r($res);
|
||||||
|
$inv_array = $res['invoices'];
|
||||||
|
|
||||||
|
foreach($inv_array[0] as $inv){
|
||||||
|
|
||||||
|
$invoice_id = $inv['invoice_id'];
|
||||||
|
log_message('error', " # Invoice ID : " . $invoice_id);
|
||||||
|
|
||||||
|
if($invoice_id!==""){
|
||||||
|
|
||||||
|
$url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id;
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_URL, $url2);
|
||||||
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new);
|
||||||
|
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||||
|
|
||||||
|
$body2 = '{}';
|
||||||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS,$body2);
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
$result2=curl_exec($ch);
|
||||||
|
|
||||||
|
$resall = json_decode($result2,true);
|
||||||
|
$res2[] = $resall['invoice'];
|
||||||
|
log_message('error', "Zoho URL Invoice ( " . $invoice_id . " )");
|
||||||
|
log_message('error', "Response : ".$result2);
|
||||||
|
print_r($result2);
|
||||||
|
exit();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
//echo count($res2);
|
||||||
|
|
||||||
|
|
||||||
|
$insert_count = 0;
|
||||||
|
$update_count = 0;
|
||||||
|
foreach($res2 as $rs)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
$gst_no = $rs['gst_no'];
|
||||||
|
$sku = $rs['line_items'][0]['sku'];
|
||||||
|
$invoice_number = $rs['invoice_number'];
|
||||||
|
$invoice_date = $rs['date'];
|
||||||
|
$due_date = $rs['due_date'];
|
||||||
|
$item_price = $rs['line_items'][0]['rate'];
|
||||||
|
$item_order = $rs['line_items'][0]['item_order'];
|
||||||
|
$item_product_unit = $rs['line_items'][0]['unit'];
|
||||||
|
$item_name = $rs['line_items'][0]['name'];
|
||||||
|
$item_description = $rs['line_items'][0]['description'];
|
||||||
|
$item_quantity = $rs['line_items'][0]['quantity'];
|
||||||
|
$batch_no = $rs['custom_fields'][5]['value'];
|
||||||
|
$invoice_time=$rs['created_time'];
|
||||||
|
$time_array = explode("T", $invoice_time);
|
||||||
|
$time_array = explode("+",$time_array[1]);
|
||||||
|
$invoice_time = $time_array[0];
|
||||||
|
$status = $rs['status'];
|
||||||
|
|
||||||
|
$vehicle_number = $rs['custom_field_hash']['cf_vehicle_number'];
|
||||||
|
$transport_mode =$rs['custom_field_hash']['cf_transport_mode'];
|
||||||
|
$purchase_order_date = $rs['custom_field_hash']['cf_purchase_order_date'];
|
||||||
|
$driver = $rs['custom_field_hash']['cf_driver'];
|
||||||
|
$place_of_supply = $rs['custom_field_hash']['cf_place_of_supply'];
|
||||||
|
|
||||||
|
|
||||||
|
$cgst = $rs['taxes'][0]['tax_name'];
|
||||||
|
$sgst = $rs['taxes'][1]['tax_name'];
|
||||||
|
$cgst = $cgst[4];
|
||||||
|
$sgst = $sgst[4];
|
||||||
|
$cgst = $cgst.'.000';
|
||||||
|
$getcgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$cgst'";
|
||||||
|
$res_cgsttax = $con->query($getcgsttax);
|
||||||
|
$rw_cgsttax = $res_cgsttax->fetch_assoc();
|
||||||
|
$cgsttaxid = $rw_cgsttax['tax_rate_id'];
|
||||||
|
|
||||||
|
$sgst = $sgst.'.000';
|
||||||
|
$getsgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$sgst'";
|
||||||
|
$res_sgsttax = $con->query($getsgsttax);
|
||||||
|
$rw_sgsttax = $res_sgsttax->fetch_assoc();
|
||||||
|
$sgsttaxid = $rw_sgsttax['tax_rate_id'];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$item_subtotal = $rs['line_items'][0]['item_total'];
|
||||||
|
$item_tax_total = $rs['tax_total'];
|
||||||
|
$item_total = $rs['total'];
|
||||||
|
$item_sgst_amt = $rs['taxes'][1]['tax_amount'];
|
||||||
|
$item_cgst_amt = $rs['taxes'][0]['tax_amount'];
|
||||||
|
|
||||||
|
$item_discount = 0.00;
|
||||||
|
$item_isgt_amt = 0.00;
|
||||||
|
|
||||||
|
|
||||||
|
if($batch_no=="")
|
||||||
|
{
|
||||||
|
|
||||||
|
$batch_no = "";
|
||||||
|
}
|
||||||
|
|
||||||
|
$gst_sql = "SELECT * FROM ip_clients WHERE client_tax_code='$gst_no'";
|
||||||
|
$res_gst = $con->query($gst_sql);
|
||||||
|
// $r_gst[] = $res_gst->fetch_assoc()['client_id'];
|
||||||
|
$client_id = $res_gst->fetch_assoc()['client_id'];
|
||||||
|
|
||||||
|
|
||||||
|
$sku_sql = "SELECT * FROM ip_products WHERE sku='$sku'";
|
||||||
|
$res_sku = $con->query($sku_sql);
|
||||||
|
// $r_sku[] = $res_sku->fetch_assoc()['product_id'];
|
||||||
|
$product_id = $res_sku->fetch_assoc()['product_id'];
|
||||||
|
|
||||||
|
$sql_invoice_chk = "SELECT * FROM ip_invoices WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'";
|
||||||
|
$res_invoice = $con->query($sql_invoice_chk);
|
||||||
|
|
||||||
|
|
||||||
|
if($res_invoice->num_rows<=0)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||||
|
$charactersLength = strlen($characters);
|
||||||
|
$randomString = '';
|
||||||
|
for ($i = 0; $i < 16; $i++)
|
||||||
|
{
|
||||||
|
$randomString .= $characters[rand(0, $charactersLength - 1)];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$url_key = $randomString;
|
||||||
|
|
||||||
|
$sql_invoice_insert = "INSERT INTO ip_invoices(user_id,client_id,invoice_group_id,invoice_status_id,invoice_date_created,invoice_time_created,invoice_date_due,invoice_number,invoice_url_key,receivedstatus,credit_status)VALUES(1,'$client_id',6,2,'$invoice_date','$invoice_time','$due_date','$invoice_number','$url_key','ST066',0)";
|
||||||
|
$result_invoice_insert = $con->query($sql_invoice_insert);
|
||||||
|
|
||||||
|
$invoice_insert_id=$con->insert_id;
|
||||||
|
|
||||||
|
$sql_invoiceitem_insert = "INSERT INTO ip_invoice_items(invoice_id,item_product_id,item_date_added,item_name,item_description,item_quantity,item_price,item_order,item_product_unit,Sgst_item_tax_rate_id,Cgst_item_tax_rate_id)
|
||||||
|
VALUES('$invoice_insert_id','$product_id','$invoice_date','$item_name','$item_description','$item_quantity','$item_price','$item_order','$item_product_unit','$sgsttaxid','$cgsttaxid')";
|
||||||
|
$result_invoiceitem_insert = $con->query($sql_invoiceitem_insert);
|
||||||
|
|
||||||
|
$item_insert_id = $con->insert_id;
|
||||||
|
|
||||||
|
|
||||||
|
//tax amount -- ip_invoice_item_amounts - table
|
||||||
|
|
||||||
|
|
||||||
|
$sql_tax_amount_insert = "INSERT INTO ip_invoice_item_amounts(item_id,item_subtotal,item_tax_total,item_total,item_sgst_amt,item_cgst_amt,item_discount,item_igst_amt)VALUES('$item_insert_id','$item_subtotal','$item_tax_total','$item_total','$item_sgst_amt','$item_cgst_amt','$item_discount','$item_igst_amt')";
|
||||||
|
$result_tax_amount_insert = $con->query($sql_tax_amount_insert);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//custom fields insert
|
||||||
|
$sql_invoice_custom_insert = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',62,'$batch_no')";
|
||||||
|
$result_invoice_custom_insert = $con->query($sql_invoice_custom_insert);
|
||||||
|
|
||||||
|
$custom_vehicle = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',8,'$vehicle_number')";
|
||||||
|
$res_vehicle = $con->query($custom_vehicle);
|
||||||
|
|
||||||
|
$custom_transport_mode = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',7,'$transport_mode')";
|
||||||
|
$res_transport_mode= $con->query($custom_transport_mode);
|
||||||
|
|
||||||
|
$custom_purchase_order_date= "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',15,'$purchase_order_date')";
|
||||||
|
$res_purchase_order_date = $con->query($custom_purchase_order_date);
|
||||||
|
|
||||||
|
$custom_driver = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',58,'$driver')";
|
||||||
|
$res_driver = $con->query($custom_driver);
|
||||||
|
|
||||||
|
$custom_place = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',10,'$place_of_supply')";
|
||||||
|
$res_place = $con->query($custom_place);
|
||||||
|
$insert_count = $insert_count + 1;
|
||||||
|
echo "success";
|
||||||
|
|
||||||
|
}
|
||||||
|
else// update invoice status, especially for cancelled invoices
|
||||||
|
{
|
||||||
|
|
||||||
|
if($status == "void")
|
||||||
|
{
|
||||||
|
$sql_invoice_update = "UPDATE ip_invoices SET invoice_status_id = 5 WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'";
|
||||||
|
$sql_invoice_update = $con->query($sql_invoice_update);
|
||||||
|
echo "update-".$sql_invoice_update;
|
||||||
|
$update_count = $update_count + 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
echo 'new invoice inserted count- '. $insert_count . '/'.'cancelled status updated count - ' . $update_count;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
else{
|
||||||
|
|
||||||
|
|
||||||
|
// print_r($res);
|
||||||
|
|
||||||
|
$invoice_id = $res->invoices[0]->invoice_id;
|
||||||
|
|
||||||
|
if($invoice_id!==""){
|
||||||
|
|
||||||
|
$url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id;
|
||||||
|
|
||||||
|
curl_setopt($ch, CURLOPT_URL, $url2);
|
||||||
|
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
|
||||||
|
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||||
|
|
||||||
|
$body2 = '{}';
|
||||||
|
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
|
||||||
|
curl_setopt($ch, CURLOPT_POSTFIELDS,$body2);
|
||||||
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
|
|
||||||
|
$result2=curl_exec($ch);
|
||||||
|
|
||||||
|
$res2 = json_decode($result2);
|
||||||
|
|
||||||
|
//print_r($res2->invoice);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
curl_close($ch);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//end
|
||||||
|
// END zoho API
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
0
application/controllers/rawmaterialdetails.php
Executable file → Normal file
0
application/controllers/rawmaterialdetails.php
Executable file → Normal file
0
application/controllers/report.php
Executable file → Normal file
0
application/controllers/report.php
Executable file → Normal file
0
application/controllers/reportlistcontroller.php
Executable file → Normal file
0
application/controllers/reportlistcontroller.php
Executable file → Normal file
0
application/controllers/requisitionform.php
Executable file → Normal file
0
application/controllers/requisitionform.php
Executable file → Normal file
@ -1,542 +0,0 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class : requisitionform (requisitionformController)
|
|
||||||
* User Class to control all user related operations.
|
|
||||||
* @author : VenbaMail Mali
|
|
||||||
* @version : 1.1
|
|
||||||
* @since : 15 Feb 2016
|
|
||||||
*/
|
|
||||||
class requisitionform extends BaseController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* This is default constructor of the class
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
parent::__construct();
|
|
||||||
$this->load->model('requistion_model');
|
|
||||||
|
|
||||||
$this->load->library('session');
|
|
||||||
$this->load->library('form_validation');
|
|
||||||
|
|
||||||
$this->isLoggedIn();
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function used to load the first screen of the Requistion
|
|
||||||
*/
|
|
||||||
function requisitionlisting()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Requisition Listing';
|
|
||||||
|
|
||||||
$userID = $this->session->userdata ( 'userId' );
|
|
||||||
|
|
||||||
// $data['ReqList'] = $this->requistion_model->getRequistListUserID($userID);
|
|
||||||
$data['Status'] = $this->requistion_model->CheckDraftStatus($userID);
|
|
||||||
|
|
||||||
$data['TotNoOfLine'] =$this->requistion_model->getRequistionList($userID);
|
|
||||||
|
|
||||||
|
|
||||||
$this->loadViews("requisitionlisting", $this->global, $data, NULL);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function used to load the first screen of the requisition Form
|
|
||||||
*/
|
|
||||||
|
|
||||||
function requisition()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Raise Requisition';
|
|
||||||
|
|
||||||
$data['RequestType'] = $this->requistion_model->getConfigValue('C020');
|
|
||||||
|
|
||||||
$data['EmpList'] = $this->requistion_model->getAllEmployees();
|
|
||||||
$data['ServiceOption'] = $this->requistion_model->getConfigValue('C022');
|
|
||||||
$userID = $this->session->userdata ( 'userId' );
|
|
||||||
|
|
||||||
$data['Emp'] = $this->requistion_model->getEmpIdByUserID($userID);
|
|
||||||
|
|
||||||
$data['CostCenter'] = $this->requistion_model->getCostCenterUserID($userID);
|
|
||||||
|
|
||||||
$this->loadViews("requisitionform", $this->global, $data,null);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function used to load the first screen of the Requistion List Approval Screen
|
|
||||||
*/
|
|
||||||
function requisitionlistApproval()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Requisition Approval';
|
|
||||||
|
|
||||||
$data['Status']= $this->requistion_model->getStatus();
|
|
||||||
|
|
||||||
$userID = $this->session->userdata ( 'userId' );
|
|
||||||
|
|
||||||
$data['AppList'] = $this->requistion_model->getApproverRequistList($userID);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$this->loadViews("requisitionlistapproval", $this->global, $data, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function used to load the Edit Requistion Form
|
|
||||||
*/
|
|
||||||
function EditRequistionForm()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Edit Requisition';
|
|
||||||
|
|
||||||
$ReqNo= $_GET['ReqNo'];
|
|
||||||
$ReqType= $_GET['ReqType'];
|
|
||||||
|
|
||||||
$userID = $this->session->userdata ( 'userId' );
|
|
||||||
|
|
||||||
$data['ReqDetails'] = $this->requistion_model->getRequistDetails($ReqNo,'Yes');
|
|
||||||
|
|
||||||
|
|
||||||
$data['LineItem'] = $this->requistion_model->getEditRequistItemList($ReqNo);
|
|
||||||
$data['CostCenter'] = $this->requistion_model->getCostCenterUserID($userID);
|
|
||||||
$data['MaterialCode'] = $this->requistion_model->EditMaterialCode($ReqNo, $ReqType);
|
|
||||||
$data['ServiceOption'] = $this->requistion_model->getConfigValue('C022');
|
|
||||||
$this->loadViews("editrequisitionform", $this->global, $data, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function used to load the Delete the Requistion Items
|
|
||||||
*/
|
|
||||||
function DeleteRequistionForm()
|
|
||||||
{
|
|
||||||
|
|
||||||
$ReqList= $this->input->post('id');
|
|
||||||
$ReqNo ='';
|
|
||||||
$MaterialCode = '';
|
|
||||||
if(count($ReqList) > 0)
|
|
||||||
{
|
|
||||||
$ReqNo = $ReqList[0];
|
|
||||||
$MaterialCode = $ReqList[1];
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->requistion_model->DeleteRequistionLineItem( $ReqNo,$MaterialCode);
|
|
||||||
|
|
||||||
echo "Successfully Deleted the Line item".$ReqNo;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function used to load the Delete the Requistion Items
|
|
||||||
*/
|
|
||||||
function DeleteReqNo()
|
|
||||||
{
|
|
||||||
|
|
||||||
$ReqNo= $this->input->post('id');
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$updateddt = $dt->format('Y-m-d H:i:s');
|
|
||||||
$Request = array('Status'=>REQ_DELETED,'updatedOn'=>$updateddt);
|
|
||||||
|
|
||||||
$this->requistion_model->UpdateRequistion( $Request,$ReqNo);
|
|
||||||
|
|
||||||
echo "Successfully Deleted the ".$ReqNo;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function SearchRequistList()
|
|
||||||
{
|
|
||||||
$userID = $this->session->userdata ( 'userId' );
|
|
||||||
$ReqValue = $this->input->post('SearchDate');
|
|
||||||
|
|
||||||
$Dt = explode("-",$ReqValue);
|
|
||||||
|
|
||||||
$FromDate ='';
|
|
||||||
$ToDate = '';
|
|
||||||
$Status= '';
|
|
||||||
if(count( $Dt)>1)
|
|
||||||
{
|
|
||||||
$FDate = $Dt[0]."-".$Dt[1]."-".$Dt[2];
|
|
||||||
$TDate = $Dt[3]."-".$Dt[4]."-".$Dt[5];
|
|
||||||
$FromDate = $this->getDateformat($FDate);
|
|
||||||
$ToDate = $this->getDateformat($TDate);
|
|
||||||
}
|
|
||||||
|
|
||||||
$St = $this->input->post('RequisitionStatus');
|
|
||||||
|
|
||||||
if($St == "-1")
|
|
||||||
{
|
|
||||||
$Status = '';
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$Status = $St;
|
|
||||||
}
|
|
||||||
|
|
||||||
$data['AppList'] = $this->requistion_model->getApproverRequistList($userID,$Status,$FromDate, $ToDate);
|
|
||||||
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Requisition Approval';
|
|
||||||
|
|
||||||
$data['Status']= $this->requistion_model->getStatus();
|
|
||||||
|
|
||||||
$this->loadViews("requisitionlistapproval", $this->global, $data, NULL);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function getDateformat($Val)
|
|
||||||
{
|
|
||||||
$date = new DateTime($Val);
|
|
||||||
$retDate = $date->format('Y-m-d H:i:s');
|
|
||||||
return $retDate;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function used to load the Employee details based on the EmpID selection
|
|
||||||
*/
|
|
||||||
function GetSelectedEmpDetails()
|
|
||||||
{
|
|
||||||
$ReqType = $_GET['ReqType'];
|
|
||||||
$EmpID = $this->input->post('id');
|
|
||||||
$empDetails = $this->requistion_model->GetEmployeeDetails( $EmpID );
|
|
||||||
$DeptCode = $empDetails[0]['DEPCode'];
|
|
||||||
$CostList = $this->requistion_model->GetCostCenterByDept( $DeptCode);
|
|
||||||
$HTML = "<option value='-1'>Select Cost center</option>";
|
|
||||||
$BudAmount = "";
|
|
||||||
if(count($CostList) > 0)
|
|
||||||
{
|
|
||||||
for ($j = 0; $j < count($CostList); $j++)
|
|
||||||
{
|
|
||||||
$Code = $CostList[$j]['CostCenterCode'];
|
|
||||||
$Name = $CostList[$j]['CostCenterName'];
|
|
||||||
$HTML .="<option value='".$Code."'>".$Code."-".$Name."</option>";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if(count($CostList) == 1)
|
|
||||||
{
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
|
|
||||||
$Year = $dt->format('Y');
|
|
||||||
$CostCode = $CostList[0]['CostCenterCode'];
|
|
||||||
|
|
||||||
$Cost = $this->requistion_model->GetAvailableBudgetAmount( $CostCode,$Year,$ReqType);
|
|
||||||
if(count($Cost) >0)
|
|
||||||
{
|
|
||||||
$BudAmount = $Cost[0]['BudgetAmount'];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
die(json_encode(array('emp' => $empDetails,'Cost' => $HTML,'AvlAmount' => $BudAmount)));
|
|
||||||
}
|
|
||||||
|
|
||||||
function getAvailableBudAmount()
|
|
||||||
{
|
|
||||||
$ReqType = $_GET['ReqType'];
|
|
||||||
$CostCode= $this->input->post('id');
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
|
|
||||||
$Year = $dt->format('Y');
|
|
||||||
|
|
||||||
$Cost = $this->requistion_model->GetAvailableBudgetAmount( $CostCode,$Year,$ReqType);
|
|
||||||
|
|
||||||
die(json_encode(array('Cost' =>$Cost)));
|
|
||||||
}
|
|
||||||
// To get the Material code based on the Request type
|
|
||||||
function getMaterialCode()
|
|
||||||
{
|
|
||||||
|
|
||||||
$ReqType= $this->input->post('id');
|
|
||||||
|
|
||||||
$MaterialCode = $this->requistion_model->GetMaterialCode( $ReqType);
|
|
||||||
$MaterialName = "";
|
|
||||||
$UOM = "";
|
|
||||||
$HTML = "<option value='-1'>Select Material Type</option>";
|
|
||||||
|
|
||||||
if(count($MaterialCode) > 0)
|
|
||||||
{
|
|
||||||
for ($j = 0; $j < count($MaterialCode); $j++)
|
|
||||||
{
|
|
||||||
$Code = $MaterialCode[$j]['MaterialCode'];
|
|
||||||
$Name = $MaterialCode[$j]['MaterialName'];
|
|
||||||
$HTML .="<option value='".$Code."'>".$Code."-".$Name."</option>";
|
|
||||||
|
|
||||||
}
|
|
||||||
$MaterialName = $MaterialCode[0]['MaterialName'];
|
|
||||||
$UOM = $MaterialCode[0]['UOM'];
|
|
||||||
}
|
|
||||||
|
|
||||||
die(json_encode(array('Material' =>$HTML,'MaterialName'=>$MaterialName,'UOM'=>$UOM)));
|
|
||||||
}
|
|
||||||
|
|
||||||
// To get the Material value based on the MaterialCode
|
|
||||||
function getMaterialDetails()
|
|
||||||
{
|
|
||||||
|
|
||||||
$Material= $this->input->post('id');
|
|
||||||
|
|
||||||
$MaterialDetails = $this->requistion_model->getRawMaterialList($Material);
|
|
||||||
|
|
||||||
|
|
||||||
die(json_encode(array('MatDetail' =>$MaterialDetails)));
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
To Insert the Requistion Details to Database
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function is used to add new Cost to the system
|
|
||||||
*/
|
|
||||||
function addNewRequistion()
|
|
||||||
{
|
|
||||||
|
|
||||||
$this->form_validation->set_rules('RequestType','RequestType','trim|required');
|
|
||||||
$this->form_validation->set_rules('EmpID','EmpID','trim|required');
|
|
||||||
|
|
||||||
if($this->form_validation->run() == FALSE)
|
|
||||||
{
|
|
||||||
$this->requisition();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$Status= $_GET['ID'];
|
|
||||||
$RequestType = strtoupper(trim($this->input->post('RequestType')));
|
|
||||||
$Requestedby = strtoupper(trim($this->input->post('EmpID')));
|
|
||||||
$CostCenter = $this->input->post('CostCenter');
|
|
||||||
$CreateBy = $this->session->userdata ( 'userId' );
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$createddt = $dt->format('Y-m-d H:i:s');
|
|
||||||
|
|
||||||
$DeletedRow = $this->input->post('txtDeletedRow');
|
|
||||||
$RowCount = $this->input->post('txtRowCount');
|
|
||||||
|
|
||||||
$comma_separated = explode(':', $DeletedRow);
|
|
||||||
$serviceSchedule = $this->input->post('serviceSchedule');
|
|
||||||
$servicePeriod = $this->input->post('servicePeriod');
|
|
||||||
$noOfService = $this->input->post('noOfService');
|
|
||||||
|
|
||||||
$IsExists = $this->requistion_model->RequistionIsExists($Requestedby);
|
|
||||||
// print_r($IsExists);
|
|
||||||
|
|
||||||
if(count( $IsExists) == 0)
|
|
||||||
{
|
|
||||||
//echo 'Not Exists';
|
|
||||||
$Request = array('ReqType'=>$RequestType, 'Requestedby'=>$Requestedby,'ReqDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Status'=>$Status,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
|
|
||||||
|
|
||||||
//print_r($Request);
|
|
||||||
|
|
||||||
$Req = $this->requistion_model->addRequistion($Request);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
//echo 'Exists';
|
|
||||||
$Request = array('ReqType'=>$RequestType, 'Requestedby'=>$Requestedby,'ReqDate'=>$createddt,'Status'=>$Status,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
|
|
||||||
$UpdateReq = $this->requistion_model->UpdateRequistion($Request,$IsExists[0]['ReqNo']);
|
|
||||||
}
|
|
||||||
$ReqNumber = '';
|
|
||||||
if(count($Req)>0)
|
|
||||||
{
|
|
||||||
$ReqNumber = $Req[0]['ReqNo'];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$ReqNumber = $IsExists[0]['ReqNo'];
|
|
||||||
}
|
|
||||||
|
|
||||||
$SkipInsert = False;
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
|
||||||
{
|
|
||||||
$SkipInsert = "False";
|
|
||||||
if( count($comma_separated) > 0)
|
|
||||||
{
|
|
||||||
for($j = 1; $j < count($comma_separated); $j++)
|
|
||||||
{
|
|
||||||
$deletedRow = $comma_separated[$j] ;
|
|
||||||
|
|
||||||
if($deletedRow == $i )
|
|
||||||
{
|
|
||||||
$SkipInsert = "True";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if($SkipInsert == "False")
|
|
||||||
{
|
|
||||||
$MaterialCode = $this->input->post('MaterialCode'.$i);
|
|
||||||
$Quantity = $this->input->post('Quantity'.$i);
|
|
||||||
|
|
||||||
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity);
|
|
||||||
$this->requistion_model->addRequistionDetails($ReqDetails);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
if($Status == REQ_DRAFT)
|
|
||||||
{
|
|
||||||
echo 'Successfully Saved the Requistion details';
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
echo 'Successfully Created the Requistion details';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
function EditRequistion()
|
|
||||||
{
|
|
||||||
$Status = $this->input->post('txtStatus');
|
|
||||||
$ReqNumber = $this->input->post('txtReqNo');
|
|
||||||
$CostCenter = $this->input->post('CostCenter');
|
|
||||||
$UpdatedBy = $this->session->userdata ( 'userId' );
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$updatedDate = $dt->format('Y-m-d H:i:s');
|
|
||||||
|
|
||||||
$DeletedRow = $this->input->post('txtDeletedRow');
|
|
||||||
$RowCount = $this->input->post('txtRowCount');
|
|
||||||
$serviceSchedule = $this->input->post('serviceSchedule');
|
|
||||||
$servicePeriod = $this->input->post('servicePeriod');
|
|
||||||
$noOfService = $this->input->post('noOfService');
|
|
||||||
if(strlen($Status) > 1)
|
|
||||||
{
|
|
||||||
$Request = array( 'Status'=>$Status,'CreatedDate'=>$updatedDate,'CreatedBy'=>$UpdatedBy,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
|
|
||||||
$UpdateReq = $this->requistion_model->UpdateRequistion($Request, $ReqNumber);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$Request = array( 'Status'=>REQ_PENDING_APPROVAL,'updatedOn'=>$updatedDate,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
|
|
||||||
$UpdateReq = $this->requistion_model->UpdateRequistion($Request, $ReqNumber);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
$comma_separated = explode(':', $DeletedRow);
|
|
||||||
|
|
||||||
/* Table value update and Insert in the table */
|
|
||||||
//echo "RowCOunt:" .$RowCount;
|
|
||||||
$SkipInsert = False;
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
|
||||||
{
|
|
||||||
$SkipInsert = "False";
|
|
||||||
if( count($comma_separated) > 0)
|
|
||||||
{
|
|
||||||
for($j = 1; $j < count($comma_separated); $j++)
|
|
||||||
{
|
|
||||||
$deletedRow = $comma_separated[$j] ;
|
|
||||||
|
|
||||||
if($deletedRow == $i )
|
|
||||||
{
|
|
||||||
$SkipInsert = "True";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if($SkipInsert == "False")
|
|
||||||
{
|
|
||||||
$MaterialCode = $this->input->post('MaterialCode'.$i);
|
|
||||||
$Quantity = $this->input->post('Quantity'.$i);
|
|
||||||
$IsExists = $this->requistion_model->LineItemIsExists($ReqNumber,$MaterialCode);
|
|
||||||
if(count( $IsExists) == 0)
|
|
||||||
{
|
|
||||||
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'UpdatedBy'=>$UpdatedBy,'UpdatedOn'=>$updatedDate);
|
|
||||||
|
|
||||||
$this->requistion_model->addRequistionDetails($ReqDetails);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'UpdatedBy'=>$UpdatedBy,'UpdatedOn'=>$updatedDate);
|
|
||||||
|
|
||||||
$this->requistion_model->UpdateRequistionLineItem($ReqDetails,$ReqNumber,$MaterialCode);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
echo 'Successfully updated the Requistion details';
|
|
||||||
// $this->requisitionlisting();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
/* To Edit the request*/
|
|
||||||
function ViewRequest()
|
|
||||||
{
|
|
||||||
|
|
||||||
$ReqNo= $this->input->post('id');
|
|
||||||
$result = $this->requistion_model->getRequistItemList($ReqNo);
|
|
||||||
$ReqList = $this->requistion_model->getRequistDetails($ReqNo);
|
|
||||||
$DepNo = $ReqList[0]['DEPCode'];
|
|
||||||
//$CostList = $this->requistion_model->GetCostCenterByDept($DepNo);
|
|
||||||
$HTML="";
|
|
||||||
for ($i = 0; $i < count($result); $i++)
|
|
||||||
{
|
|
||||||
$SNo = $i + 1;
|
|
||||||
$MaterialCode = $result[$i]['MaterialCode'];
|
|
||||||
$MaterialName = $result[$i]['MaterialName'];
|
|
||||||
$UOM = $result[$i]['UOM'];
|
|
||||||
$Quantity = $result[$i]['Quantity'];
|
|
||||||
$Quantity = $result[$i]['Quantity'];
|
|
||||||
$POQTY = $result[$i]['POQTY'];
|
|
||||||
$StatusName= $result[$i]['StatusName'];
|
|
||||||
$HTML.="<tr id='".$i."'>
|
|
||||||
<td align='left'>".$SNo."</td>
|
|
||||||
<td align='left'>". $MaterialCode."</td>
|
|
||||||
|
|
||||||
<td align='left'>".$MaterialName."</td>
|
|
||||||
|
|
||||||
<td align='left'>".$UOM."</td>
|
|
||||||
<td align='left'>".$Quantity."</td>
|
|
||||||
<td align='left'>".$POQTY."</td>
|
|
||||||
<td align='left'>".$StatusName."</td>
|
|
||||||
</tr>";
|
|
||||||
|
|
||||||
//$index = $index + 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
$CostCode = '';
|
|
||||||
$ReqType = '';
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
|
|
||||||
$Year = $dt->format('Y');
|
|
||||||
if(count($ReqList)>0)
|
|
||||||
{
|
|
||||||
|
|
||||||
$ReqType = $ReqList[0]['ReqType'];
|
|
||||||
|
|
||||||
$CostCode = $ReqList[0]['CostCenterCode'];
|
|
||||||
}
|
|
||||||
$this->load->model('purchaseorder_model');
|
|
||||||
$AvlBudget = $this->purchaseorder_model->GetAvailableBudgetAmount($CostCode,$Year,$ReqType);
|
|
||||||
//print_r($result);
|
|
||||||
$AvilBudAmt = '0';
|
|
||||||
if(count($AvlBudget)>0)
|
|
||||||
{
|
|
||||||
$AvilBudAmt = $AvlBudget[0]['BudgetAmount'] - $AvlBudget[0]['Totalvalue'];
|
|
||||||
}
|
|
||||||
//echo $AvilBudAmt;
|
|
||||||
die(json_encode(array('Items' =>$HTML,'Requist'=>$ReqList,'AvilBudAmount'=>number_format($AvilBudAmt,2))));
|
|
||||||
}
|
|
||||||
|
|
||||||
function ApproveRequest()
|
|
||||||
{
|
|
||||||
$Status= Trim($_GET['Status']);
|
|
||||||
|
|
||||||
$ReqNo= $_GET['ReqNo'];
|
|
||||||
$Remarks = trim($this->input->post('id'));
|
|
||||||
$ApprovedBy = $this->session->userdata ( 'userId' );
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$ApprovedDate = $dt->format('Y-m-d H:i:s');
|
|
||||||
$Request = array('Status'=>$Status,'Comments'=>$Remarks,'ApprovedOn'=>$ApprovedDate,'Approvedby'=>$ApprovedBy);
|
|
||||||
$this->requistion_model->UpdateRequistion($Request,$ReqNo);
|
|
||||||
echo "Successfully Updated the Requistion No: ".$ReqNo;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function pageNotFound()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'CodeInsect : 404 - Page Not Found';
|
|
||||||
|
|
||||||
$this->loadViews("404", $this->global, NULL, NULL);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
0
application/controllers/resinbatchcard.php
Executable file → Normal file
0
application/controllers/resinbatchcard.php
Executable file → Normal file
0
application/controllers/servicepurchaseorder.php
Executable file → Normal file
0
application/controllers/servicepurchaseorder.php
Executable file → Normal file
@ -1,325 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class : purchaseorder (PurchaseorderController)
|
|
||||||
* User Class to control all user related operations.
|
|
||||||
* @author : VenbaMail Mali
|
|
||||||
* @version : 1.1
|
|
||||||
* @since : 15 Feb 2016
|
|
||||||
*/
|
|
||||||
class servicepurchaseorder extends BaseController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* This is default constructor of the class
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
parent::__construct();
|
|
||||||
$this->load->model('purchaseorder_model');
|
|
||||||
|
|
||||||
$this->load->library('session');
|
|
||||||
$this->load->library('form_validation');
|
|
||||||
$this->load->model('requistion_model');
|
|
||||||
$this->isLoggedIn();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// To get the available Budget Amount
|
|
||||||
function AvilBudgetAmount()
|
|
||||||
{
|
|
||||||
// echo 'Controller called';
|
|
||||||
$CostCode = $this->input->post('id');
|
|
||||||
$ReqType = $_GET['ReqType'];
|
|
||||||
|
|
||||||
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
|
|
||||||
$Year = $dt->format('Y');
|
|
||||||
$this->load->model('purchaseorder_model');
|
|
||||||
$result = $this->purchaseorder_model->GetAvailableBudgetAmount($CostCode,$Year,$ReqType);
|
|
||||||
//print_r($result);
|
|
||||||
$AvilBudAmt = '0';
|
|
||||||
if(count($result)>0)
|
|
||||||
{
|
|
||||||
$AvilBudAmt = $result[0]['BudgetAmount'] - $result[0]['Totalvalue'];
|
|
||||||
}
|
|
||||||
|
|
||||||
// echo 'Test';
|
|
||||||
print_r($AvilBudAmt);
|
|
||||||
//die(json_encode(array('Cost' => $AvilBudAmt)));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function getDateformat($Val)
|
|
||||||
{
|
|
||||||
$date = new DateTime($Val,new DateTimeZone('Asia/Kolkata'));
|
|
||||||
// print_r($date);
|
|
||||||
$retDate = $date->format('Y-m-d H:i:s');
|
|
||||||
return $retDate;
|
|
||||||
}
|
|
||||||
|
|
||||||
//This used to Create Service Purchase Order
|
|
||||||
function addNewServicePurchaseOrder()
|
|
||||||
{
|
|
||||||
|
|
||||||
$POdt =$this->input->post('PODate');
|
|
||||||
$PODate = $this->getDateformat($POdt);
|
|
||||||
$SupplierID = $this->input->post('drpSupplier');
|
|
||||||
$DeliveryAddr = $this->input->post('DeliveryAddr');
|
|
||||||
$dt = $this->input->post('Deliverydt');
|
|
||||||
//$Deliverydt = $this->getDateformat($dt);
|
|
||||||
$DeliveryOption = $this->input->post('DateRange');
|
|
||||||
if($DeliveryOption==1)
|
|
||||||
{
|
|
||||||
$Deliverydt = '';
|
|
||||||
$DeliverySchedule = $this->input->post('Scheduleby');
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
$Deliverydt = $this->getDateformat($dt);
|
|
||||||
$DeliverySchedule = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
$PaymentTerms=$this->input->post('PaymentTerms');
|
|
||||||
|
|
||||||
|
|
||||||
$POType = $this->input->post('POType');
|
|
||||||
|
|
||||||
$SpcialInstruction = $this->input->post('ScopeOfWork');
|
|
||||||
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
|
||||||
$POStatus = $this->input->post('txtStatus');
|
|
||||||
|
|
||||||
$CreateBy = $this->session->userdata ( 'userId' );
|
|
||||||
$RowCount = $this->input->post('txtRowCount');
|
|
||||||
$DeletedRow = $this->input->post('txtDeletedRow');
|
|
||||||
|
|
||||||
$comma_separated = explode(':', $DeletedRow);
|
|
||||||
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$createddt = $dt->format('Y-m-d H:i:s');
|
|
||||||
|
|
||||||
$WorkStatus=$this->input->post('workstatus');
|
|
||||||
// PO Master
|
|
||||||
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus, 'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption, 'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'ServiceWorkStatus'=>$WorkStatus,'POType'=>$POType );
|
|
||||||
|
|
||||||
$POMaster = $this->purchaseorder_model->addPOMaster($POList);
|
|
||||||
|
|
||||||
$PONO = '';
|
|
||||||
if(count($POMaster)>0)
|
|
||||||
{
|
|
||||||
$PONO = $POMaster[0]['PONO'];
|
|
||||||
}
|
|
||||||
|
|
||||||
// PO Line Items
|
|
||||||
$LineItemStatus = REQITEM_NEW;
|
|
||||||
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
|
||||||
{
|
|
||||||
|
|
||||||
$MaterialCode = $this->input->post('materialCode'.$i);
|
|
||||||
$Quantity = $this->input->post('quantity'.$i);
|
|
||||||
$Reqnumber = $this->input->post('Reqnumber'.$i);
|
|
||||||
$itemRate = $this->input->post('itemRate'.$i);
|
|
||||||
$Cgst = $this->input->post('Cgst'.$i);
|
|
||||||
$Sgst = $this->input->post('Sgst'.$i);
|
|
||||||
$Igst = $this->input->post('Igst'.$i);
|
|
||||||
$AfterCgst = $this->input->post('AfterCgst'.$i);
|
|
||||||
$AfterSgst = $this->input->post('AfterSgst'.$i);
|
|
||||||
$AfterIgst = $this->input->post('AfterIgst'.$i);
|
|
||||||
$CostCenter = $this->input->post('costCode'.$i);
|
|
||||||
$ServiceFrequency=$this->input->post('Frequency'.$i);
|
|
||||||
$ItemDescription = $this->input->post('ItemDescription'.$i);
|
|
||||||
$OtherAmt = $this->input->post('OtherAmt'.$i);
|
|
||||||
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
|
|
||||||
|
|
||||||
$SkipInsert = "False";
|
|
||||||
if( count($comma_separated) > 0)
|
|
||||||
{
|
|
||||||
for($j = 1; $j < count($comma_separated); $j++)
|
|
||||||
{
|
|
||||||
$deletedRow = $comma_separated[$j] ;
|
|
||||||
|
|
||||||
if($deletedRow == $i )
|
|
||||||
{
|
|
||||||
$SkipInsert = "True";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if($SkipInsert == "False")
|
|
||||||
{
|
|
||||||
|
|
||||||
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'ServiceFrequency'=>$ServiceFrequency,'ServiceMaterialDescription'=>$ItemDescription);
|
|
||||||
//print_r($POLineItemList);
|
|
||||||
//die();
|
|
||||||
|
|
||||||
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
|
|
||||||
|
|
||||||
$LineItemNo = '';
|
|
||||||
|
|
||||||
if(count($POLineItem)>0)
|
|
||||||
{
|
|
||||||
$LineItemNo = $POLineItem[0]['LineItemNo'];
|
|
||||||
}
|
|
||||||
//echo $LineItemNo;
|
|
||||||
|
|
||||||
if(trim($POType) == SERVICE )
|
|
||||||
{
|
|
||||||
// echo 'Success';
|
|
||||||
$ServiceTaxList = array('LineItemNo'=>$LineItemNo, 'CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'otherallowance'=>$OtherAmt);
|
|
||||||
|
|
||||||
$ServiceTax = $this->purchaseorder_model->addServiceTax($ServiceTaxList);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
echo 'Service Purchase Order Created Successfully!The PO NO Is: '.$PONO;
|
|
||||||
|
|
||||||
}
|
|
||||||
function UpdateServicePurchaseOrder()
|
|
||||||
{
|
|
||||||
$PONO =$this->input->post('txtPONO');
|
|
||||||
//echo $PONO;
|
|
||||||
$POdt =$this->input->post('PODate');
|
|
||||||
$PODate = $this->getDateformat($POdt);
|
|
||||||
|
|
||||||
$SupplierID = $this->input->post('drpSupplier');
|
|
||||||
$DeliveryAddr = $this->input->post('txtDeliveryAddress');
|
|
||||||
$dt = $this->input->post('Deliverydt');
|
|
||||||
$DeliveryOption = $this->input->post('DateRange');
|
|
||||||
if($DeliveryOption==1){
|
|
||||||
$Deliverydt = '';
|
|
||||||
$DeliverySchedule = $this->input->post('Scheduleby');
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
$Deliverydt = $this->getDateformat($dt);
|
|
||||||
$DeliverySchedule = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$PaymentTerms=$this->input->post('PaymentTerms');
|
|
||||||
$Payableat=$this->input->post('PayableAT');
|
|
||||||
|
|
||||||
$POType = $this->input->post('POType');
|
|
||||||
|
|
||||||
$SpcialInstruction = $this->input->post('ScopeofWork');
|
|
||||||
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
|
||||||
$POStatus = $this->input->post('txtStatus');
|
|
||||||
|
|
||||||
$updatedBy = $this->session->userdata ( 'userId' );
|
|
||||||
$RowCount = $this->input->post('txtRowCount');
|
|
||||||
$DeletedRow = $this->input->post('txtDeletedRow');
|
|
||||||
|
|
||||||
$comma_separated = explode(':', $DeletedRow);
|
|
||||||
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$updateddt = $dt->format('Y-m-d H:i:s');
|
|
||||||
$WorkStatus=$this->input->post('workstatus');
|
|
||||||
|
|
||||||
|
|
||||||
// PO Master
|
|
||||||
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ServiceDescription'=>$SpcialInstruction,'UpdateBY'=>$updatedBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'UpdatedOn'=>$updateddt,'PaymentTerms'=>$PaymentTerms,'ServiceWorkStatus'=>$WorkStatus );
|
|
||||||
|
|
||||||
$POMaster = $this->purchaseorder_model->updatePOMaster($PONO,$POList);
|
|
||||||
|
|
||||||
$LineItemStatus = REQITEM_NEW;
|
|
||||||
|
|
||||||
for ($i = 1; $i <= $RowCount; $i++)
|
|
||||||
{
|
|
||||||
$MaterialCode = $this->input->post('materialCode'.$i);
|
|
||||||
$Quantity = $this->input->post('quantity'.$i);
|
|
||||||
$Reqnumber = $this->input->post('Reqnumber'.$i);
|
|
||||||
$itemRate = $this->input->post('itemRate'.$i);
|
|
||||||
$Cgst = $this->input->post('Cgst'.$i);
|
|
||||||
$Sgst = $this->input->post('Sgst'.$i);
|
|
||||||
$Igst = $this->input->post('Igst'.$i);
|
|
||||||
$AfterCgst = $this->input->post('AfterCgst'.$i);
|
|
||||||
$AfterSgst = $this->input->post('AfterSgst'.$i);
|
|
||||||
$AfterIgst = $this->input->post('AfterIgst'.$i);
|
|
||||||
$CostCenter = $this->input->post('costCode'.$i);
|
|
||||||
$ServiceFrequency=$this->input->post('Frequency'.$i);
|
|
||||||
$POLineItemNo = $this->input->post('LineItemNo'.$i);
|
|
||||||
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
|
|
||||||
$ItemDescription = $this->input->post('ItemDescription'.$i);
|
|
||||||
$OtherAmt = $this->input->post('OtherAmt'.$i);
|
|
||||||
|
|
||||||
$POLineItem = array();
|
|
||||||
$LineItemNo = '';
|
|
||||||
$SkipInsert = "False";
|
|
||||||
if( count($comma_separated) > 0)
|
|
||||||
{
|
|
||||||
for($j = 1; $j < count($comma_separated); $j++)
|
|
||||||
{
|
|
||||||
$deletedRow = $comma_separated[$j] ;
|
|
||||||
|
|
||||||
if($deletedRow == $i )
|
|
||||||
{
|
|
||||||
$SkipInsert = "True";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if($SkipInsert == "False")
|
|
||||||
{
|
|
||||||
if(strlen($POLineItemNo) == 0)
|
|
||||||
{
|
|
||||||
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$updatedBy,'CreatedDate'=>$updateddt,'CostCenterCode'=>$CostCenter,'ServiceFrequency'=>$ServiceFrequency,'ServiceMaterialDescription'=>$ItemDescription);
|
|
||||||
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
|
|
||||||
if(count($POLineItem)>0)
|
|
||||||
{
|
|
||||||
$LineItemNo = $POLineItem[0]['LineItemNo'];
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$LineItemNo = $POLineItemNo;
|
|
||||||
|
|
||||||
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'UpdateBY'=>$updatedBy,'UpdatedOn'=>$updateddt,'CostCenterCode'=>$CostCenter,'ServiceMaterialDescription'=>$ItemDescription);
|
|
||||||
$POLineItem = $this->purchaseorder_model->updatePOLineItem($PONO,$POLineItemNo,$POLineItemList);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(trim($POType) == SERVICE )
|
|
||||||
{
|
|
||||||
$isExists = $this->purchaseorder_model->LineItemExists($LineItemNo);
|
|
||||||
|
|
||||||
if(count($isExists) == 0)
|
|
||||||
{
|
|
||||||
$ServiceTaxList = array('LineItemNo'=>$LineItemNo, 'CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$updatedBy,'CreatedDate'=>$updateddt,'otherallowance'=>$OtherAmt);
|
|
||||||
|
|
||||||
$this->purchaseorder_model->addServiceTax($ServiceTaxList);
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$ServiceTaxList1 = array('CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'UpdateBY'=>$updatedBy,'UpdatedOn'=>$updateddt,'otherallowance'=>$OtherAmt);
|
|
||||||
|
|
||||||
$this->purchaseorder_model->updateServiceTax($LineItemNo,$ServiceTaxList1);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
echo 'Successfully updated the Service Purchase Order';
|
|
||||||
}
|
|
||||||
function pageNotFound()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'CodeInsect : 404 - Page Not Found';
|
|
||||||
|
|
||||||
$this->loadViews("404", $this->global, NULL, NULL);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
0
application/controllers/storerequisition.php
Executable file → Normal file
0
application/controllers/storerequisition.php
Executable file → Normal file
0
application/controllers/storerequisitionlist.php
Executable file → Normal file
0
application/controllers/storerequisitionlist.php
Executable file → Normal file
0
application/controllers/storestatus.php
Executable file → Normal file
0
application/controllers/storestatus.php
Executable file → Normal file
0
application/controllers/supplier.php
Executable file → Normal file
0
application/controllers/supplier.php
Executable file → Normal file
@ -1,513 +0,0 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class : Supplier Controller (supplier)
|
|
||||||
* User Class to control all user related operations.
|
|
||||||
* @author : Gandhimathi
|
|
||||||
* @version : 1.1
|
|
||||||
* @since : 12 Apr 2017
|
|
||||||
*/
|
|
||||||
class supplier extends BaseController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* This is default constructor of the class
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
parent::__construct();
|
|
||||||
$this->load->model('supplier_model');
|
|
||||||
$this->load->library('form_validation');
|
|
||||||
$this->load->library('pagination');
|
|
||||||
$this->load->library('Excel');
|
|
||||||
$this->isLoggedIn();
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function used to load the first screen of the user
|
|
||||||
*/
|
|
||||||
public function index()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Supplier';
|
|
||||||
|
|
||||||
$this->loadViews("supplierListing", $this->global, NULL , NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function is used to load the Supplier list
|
|
||||||
*/
|
|
||||||
function supplierListing()
|
|
||||||
{
|
|
||||||
|
|
||||||
$this->load->model('supplier_model');
|
|
||||||
|
|
||||||
$data['userRecords'] = $this->supplier_model->supplierListing();
|
|
||||||
|
|
||||||
$this->global['pageTitle'] = 'Siddharth Industries : Supplier Listing';
|
|
||||||
|
|
||||||
$this->loadViews("supplierListing", $this->global, $data, NULL);
|
|
||||||
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function is used to load the add new supplier */
|
|
||||||
function addsupplier()
|
|
||||||
{
|
|
||||||
|
|
||||||
//$data['payment'] = $this->supplier_model->getpayment();
|
|
||||||
$data['payment'] = $this->supplier_model->getPaymentTerms();
|
|
||||||
//$data['users'] = $this->purchaseorder_model->getusers();
|
|
||||||
|
|
||||||
$this->global['pageTitle'] = 'siddharth : Add New Supplier';
|
|
||||||
|
|
||||||
$this->loadViews("addsupplier", $this->global,$data, NULL);
|
|
||||||
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function is used to check whether PAN already exist or not
|
|
||||||
*/
|
|
||||||
|
|
||||||
function CheckPAN()
|
|
||||||
{
|
|
||||||
|
|
||||||
$id = $this->input->post('id');
|
|
||||||
|
|
||||||
$query = $this->supplier_model->checkPAN($id );
|
|
||||||
|
|
||||||
$query = $query[0]['PAN'];
|
|
||||||
|
|
||||||
print_r($query);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* To Check the Pan Number is exists in the database or not for the selected Supplier */
|
|
||||||
function checkPanValidateSupplier() {
|
|
||||||
|
|
||||||
$SupplierID = $this->input->post('SupplierID');
|
|
||||||
$PanNo = $this->input->post('panno');
|
|
||||||
// echo 'Sup'. $SupplierID ;
|
|
||||||
$query = $this->supplier_model->checkPAN($PanNo,$SupplierID);
|
|
||||||
if (count($query)> 0)
|
|
||||||
{
|
|
||||||
$this->form_validation->set_message('checkPanValidateSupplier', 'The Entered PAN Number is already exists in the Database.');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* To Check the Pan Number is exists in the database or not */
|
|
||||||
function checkPanValidate()
|
|
||||||
{
|
|
||||||
// alert('validation pan');
|
|
||||||
|
|
||||||
$PanNo = $this->input->post('panno');
|
|
||||||
|
|
||||||
$query = $this->supplier_model->checkPAN($PanNo);
|
|
||||||
if (count($query)> 0)
|
|
||||||
{
|
|
||||||
$this->form_validation->set_message('checkPanValidate', 'The Entered PAN Number is already exists in the Database.');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function CheckGST()
|
|
||||||
{
|
|
||||||
//alert('check validation GST');
|
|
||||||
$id = $this->input->post('id');
|
|
||||||
$query = $this->supplier_model->checkGST($id);
|
|
||||||
$query = $query[0]['GSTNO'];
|
|
||||||
print_r($query);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* To Check the GST Number is exists in the database or not for the selected Supplier */
|
|
||||||
function checkGstValidateSupplier() {
|
|
||||||
//alert(' gst validation GST');
|
|
||||||
$SupplierID = $this->input->post('SupplierID');
|
|
||||||
$GstNo = $this->input->post('GSTNo');
|
|
||||||
//echo 'Sup'. $SupplierID ;
|
|
||||||
$query = $this->supplier_model->checkGST($GstNo,$SupplierID);
|
|
||||||
if (count($query)> 0)
|
|
||||||
{
|
|
||||||
$this->form_validation->set_message('checkGstValidateSupplier', 'The Entered GST Number is already exists in the Database.');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* To Check the GST Number is exists in the database or not */
|
|
||||||
function checkGstValidate()
|
|
||||||
{
|
|
||||||
|
|
||||||
$GstNo = $this->input->post('GSTNo');
|
|
||||||
$query = $this->supplier_model->checkGST($GstNo);
|
|
||||||
if (count($query)> 0)
|
|
||||||
{
|
|
||||||
$this->form_validation->set_message('checkGstValidate', 'The Entered GST Number is already exists in the Database.');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function is used to add new Supplier to the system
|
|
||||||
*/
|
|
||||||
function addNewsupplier()
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
$this->form_validation->set_rules('SupplierName','Supplier Name','trim|required');
|
|
||||||
$this->form_validation->set_rules('Address','Address','trim|required|');
|
|
||||||
$this->form_validation->set_rules('ContactNumber','Contact Number','trim|required|max_length[13]');
|
|
||||||
$this->form_validation->set_rules('AlternateContactNumber','Alternate Contact Number','trim|max_length[13]');
|
|
||||||
$this->form_validation->set_rules('emailid','emailid', 'valid_email|max_length[128]|required');
|
|
||||||
$this->form_validation->set_rules('TIN','TIN','trim|required|max_length[11]');
|
|
||||||
$this->form_validation->set_rules('panno', 'panno', 'trim|required|max_length[10]');//|callback_checkPanValidate');
|
|
||||||
$this->form_validation->set_rules('GSTNo','GSTNo','trim|requried|max_length[15]|callback_checkGstValidate');
|
|
||||||
|
|
||||||
if($this->form_validation->run() == FALSE)
|
|
||||||
{
|
|
||||||
$this->addsupplier();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$SupplierName = $this->input->post('SupplierName');
|
|
||||||
$Address = $this->input->post('Address');
|
|
||||||
$ContactNumber = $this->input->post('ContactNumber');
|
|
||||||
$AlternateContactNumber = $this->input->post('AlternateContactNumber');
|
|
||||||
$EmailAddress = $this->input->post('emailid');
|
|
||||||
$Exiseregistration = $this->input->post('Exciseregistration');
|
|
||||||
$TIN = $this->input->post('TIN');
|
|
||||||
$PAN = strtoupper($this->input->post('panno'));
|
|
||||||
$GSTNo = strtoupper($this->input->post('GSTNo'));
|
|
||||||
$GSTRange = $this->input->post('GSTRange');
|
|
||||||
$CollectrateAddress = $this->input->post('CollectrateAddress');
|
|
||||||
$UANumber = $this->input->post('UANumber');
|
|
||||||
//$PaymentTerms = $this->input->post('paymentname');
|
|
||||||
//$Payment = $this->input->post('Payment');
|
|
||||||
//$PayableAT = $this->input->post('PayableAT');
|
|
||||||
$CSTNo = $this->input->post('CSTNo');
|
|
||||||
|
|
||||||
$CSTDt = $this->input->post('dateofCST');
|
|
||||||
|
|
||||||
if($CSTDt != '')
|
|
||||||
{
|
|
||||||
$CSTDate = $this->getDateformat($CSTDt);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$CSTDate = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
$EMSNo = $this->input->post('EMSNo');
|
|
||||||
$TSNo = $this->input->post('TSNo');
|
|
||||||
$IMSNo = $this->input->post('IMSNo');
|
|
||||||
$ISONo = $this->input->post('ISONo');
|
|
||||||
$OSHASNo = $this->input->post('OSHASNo');
|
|
||||||
$accno = $this->input->post('accno');
|
|
||||||
$ifsc = $this->input->post('ifsc');
|
|
||||||
$branchname = $this->input->post('branchname');
|
|
||||||
$bankaddress = $this->input->post('bankaddress');
|
|
||||||
$Createdby = $this->session->userdata ( 'userId' );
|
|
||||||
$date = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
|
|
||||||
$createddate = $date->format('Y-m-d H:i:s');
|
|
||||||
$service = $this->input->post('service');
|
|
||||||
$rawmaterial =$this->input->post('rawmaterial');
|
|
||||||
$maintenance = $this->input->post('maintanance');
|
|
||||||
$PaymentId = $this->input->post('paymentid');
|
|
||||||
|
|
||||||
|
|
||||||
$supplier = array('SupplierName'=>$SupplierName, 'Address'=>$Address, 'ContactNumber'=>$ContactNumber, 'AlternateContactNumber'=> $AlternateContactNumber,'EmailAddress'=>$EmailAddress,'Exiseregistration'=>$Exiseregistration,'TIN'=>$TIN,'PAN'=>$PAN,'GSTNo'=>$GSTNo,'GSTRange'=>$GSTRange,'CollectrateAddress'=>$CollectrateAddress,'UANumber'=>$UANumber,'PaymentID'=>$PaymentId,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'Cert_EMS'=>$EMSNo, 'Cert_TS'=>$TSNo, 'Cert_IMS'=>$IMSNo, 'Cert_ISO'=>$ISONo, 'Cert_OSHAS'=>$OSHASNo, 'BankAcNumber'=>$accno, 'IFSCCode'=>$ifsc, 'BranchName'=>$branchname, 'BankAddress'=>$bankaddress,'Createdby'=>$Createdby,'IsService'=>$service,'IsMaintanance'=>$maintenance,'IsRawMaterial'=>$rawmaterial); //,'PaymentTerms'=>$PaymentTerms,'PaymentDays'=>$Payment,'PayableAT'=>$PayableAT);
|
|
||||||
//print_r($supplier);die();
|
|
||||||
$result = $this->supplier_model->addNewsupplier($supplier);
|
|
||||||
|
|
||||||
|
|
||||||
if($result > 0)
|
|
||||||
{
|
|
||||||
redirect('supplierListing','refresh');
|
|
||||||
echo "<script>alert('New Supplier Created successfully!');</script>";
|
|
||||||
}
|
|
||||||
|
|
||||||
else
|
|
||||||
{
|
|
||||||
redirect('supplierListing','refresh');
|
|
||||||
echo "<script>alert('Supplier Record Not Created!');</script>";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function getDateformat($Val)
|
|
||||||
{
|
|
||||||
$date = new DateTime($Val);
|
|
||||||
$retDate = $date->format('Y-m-d H:i:s');
|
|
||||||
return $retDate;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* This function is used to edit the Supplier information
|
|
||||||
*/
|
|
||||||
function editsupplier()
|
|
||||||
{
|
|
||||||
$this->form_validation->set_rules('SupplierName','Supplier Name','trim|required');
|
|
||||||
$this->form_validation->set_rules('Address','Address','trim|required|');
|
|
||||||
$supplierID = $this->input->post('SupplierID');
|
|
||||||
//echo 'supID' . $supplierID ;
|
|
||||||
$this->form_validation->set_rules('ContactNumber','Contact Number','trim|required|max_length[13]');
|
|
||||||
$this->form_validation->set_rules('AlternateContactNumber','Alternate Contact Number','trim|max_length[13]');
|
|
||||||
$this->form_validation->set_rules('emailid','emailid','valid_email|max_length[128]|required');
|
|
||||||
$this->form_validation->set_rules('TIN','TIN','trim|required|max_length[11]');
|
|
||||||
$this->form_validation->set_rules('panno', 'panno', 'trim|required|max_length[10]|callback_checkPanValidateSupplier');
|
|
||||||
$this->form_validation->set_rules('GSTNo','GSTNo','trim|requried|max_length[15]|callback_checkGstValidateSupplier');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if($this->form_validation->run() == FALSE)
|
|
||||||
{
|
|
||||||
$this->viewsupplier($supplierID);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
$SupplierName = $this->input->post('SupplierName');
|
|
||||||
$Address = $this->input->post('Address');
|
|
||||||
$ContactNumber = $this->input->post('ContactNumber');
|
|
||||||
$AlternateContactNumber = $this->input->post('AlternateContactNumber');
|
|
||||||
$EmailAddress = $this->input->post('emailid');
|
|
||||||
$Exiseregistration = $this->input->post('Exciseregistration');
|
|
||||||
$TIN = $this->input->post('TIN');
|
|
||||||
$PAN = strtoupper($this->input->post('panno'));
|
|
||||||
$GSTNo = strtoupper($this->input->post('GSTNo'));
|
|
||||||
$GSTRange = $this->input->post('GSTRange');
|
|
||||||
$CollectrateAddress = $this->input->post('CollectrateAddress');
|
|
||||||
$UANumber = $this->input->post('UANumber');
|
|
||||||
$PaymentTerms = $this->input->post('paymentname');
|
|
||||||
//print_r($PaymentTerms);
|
|
||||||
$UpdatedBy = $this->session->userdata ( 'userId' );
|
|
||||||
$chked = $this->input->post('isactive');
|
|
||||||
|
|
||||||
if( $chked != '')
|
|
||||||
{
|
|
||||||
$IsActive = '1';
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$IsActive = '0';
|
|
||||||
}
|
|
||||||
|
|
||||||
$CSTNo = $this->input->post('CSTNo');
|
|
||||||
$CSTDt = $this->input->post('dateofCST');
|
|
||||||
|
|
||||||
if($CSTDt != '')
|
|
||||||
{
|
|
||||||
$CSTDate = $this->getDateformat($CSTDt);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$CSTDate = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
$EMSNo = $this->input->post('EMSNo');
|
|
||||||
$TSNo = $this->input->post('TSNo');
|
|
||||||
$IMSNo = $this->input->post('IMSNo');
|
|
||||||
$ISONo = $this->input->post('ISONo');
|
|
||||||
$OSHASNo = $this->input->post('OSHASNo');
|
|
||||||
$accno = $this->input->post('accno');
|
|
||||||
$ifsc = $this->input->post('ifsc');
|
|
||||||
$branchname = $this->input->post('branchname');
|
|
||||||
$bankaddress = $this->input->post('bankaddress');
|
|
||||||
$service = $this->input->post('service');
|
|
||||||
$rawmaterial =$this->input->post('rawmaterial');
|
|
||||||
$maintanance = $this->input->post('maintanance');
|
|
||||||
$PaymentId = $this->input->post('paymentid');
|
|
||||||
|
|
||||||
$supplier = array();
|
|
||||||
$supplier = array('SupplierName'=>$SupplierName, 'Address'=>$Address, 'ContactNumber'=>$ContactNumber, 'AlternateContactNumber'=> $AlternateContactNumber,'EmailAddress'=>$EmailAddress,'Exiseregistration'=>$Exiseregistration,'TIN'=>$TIN,'PAN'=>$PAN,'GSTNo'=>$GSTNo,'GSTRange'=>$GSTRange,'CollectrateAddress'=>$CollectrateAddress,'UANumber'=>$UANumber,'PaymentID'=>$PaymentId,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'Cert_EMS'=>$EMSNo, 'Cert_TS'=>$TSNo, 'Cert_IMS'=>$IMSNo, 'Cert_ISO'=>$ISONo, 'Cert_OSHAS'=>$OSHASNo, 'BankAcNumber'=>$accno, 'IFSCCode'=>$ifsc, 'BranchName'=>$branchname, 'BankAddress'=>$bankaddress,'UpdatedBy'=>$UpdatedBy,'IsActive'=>$IsActive,'IsService'=>$service,'IsMaintanance'=>$maintanance,'IsRawMaterial'=>$rawmaterial); //'PaymentTerms'=>$PaymentTerms,'PaymentDays'=>$Payment);
|
|
||||||
//SupplierID, SupplierName, Address, ContactNumber, AlternateContactNumber, EmailAddress, Exiseregistration, TIN, PAN, CSTNO, CSTDate, GSTNO, GSTRange, CollectrateAddress, UANumber, PaymentTerms, PaymentDays, PayableAT, Cert_EMS, Cert_TS, Cert_IMS, Cert_ISO, Cert_OSHAS, BankAcNumber, IFSCCode, BranchName, BankAddress, Createdby, UpdatedBy, Updatedon, CreatedOn, IsActive);
|
|
||||||
// print_r($supplier);die();
|
|
||||||
$result = $this->supplier_model->UpdateSupplier($supplier, $supplierID);
|
|
||||||
|
|
||||||
|
|
||||||
if($result == True)
|
|
||||||
{
|
|
||||||
redirect('supplierListing','refresh');
|
|
||||||
echo "<script>alert('Supplier updated successfully!');</script>";
|
|
||||||
}
|
|
||||||
|
|
||||||
else
|
|
||||||
{
|
|
||||||
redirect('supplierListing','refresh');
|
|
||||||
echo "<script>alert('Supplier Record Not updated!');</script>";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function viewsupplier($SID = '')
|
|
||||||
{
|
|
||||||
$Payment = '';
|
|
||||||
if($SID == '')
|
|
||||||
{
|
|
||||||
$supplierID = $_GET['SID'];
|
|
||||||
$Payment = $_GET['Payment'];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
$supplierID = $SID;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
$data['supplier'] = $this->supplier_model->getSupplierInfo($supplierID);
|
|
||||||
//$data['payment'] = $this->supplier_model->getpayment($Payment );
|
|
||||||
$data['payment'] = $this->supplier_model->getPaymentTerms($Payment);
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Edit Supplier';
|
|
||||||
|
|
||||||
$this->loadViews("editSupplier", $this->global,$data, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** this function can be use for excel report **/
|
|
||||||
|
|
||||||
function export_supplierdetails(){
|
|
||||||
|
|
||||||
|
|
||||||
$this->load->library('excel');
|
|
||||||
$this->excel->setActiveSheetIndex(0);
|
|
||||||
|
|
||||||
$this->excel->getActiveSheet()->setTitle('supplier details');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('A1', 'SupplierID');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('B1', 'SupplierName');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('C1', 'Address');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('D1', 'ContactNumber');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('E1', 'AlternateContactNumber');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('F1', 'EmailAddress');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('G1', 'Exiseregistration');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('H1', 'TIN');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('I1', 'PAN');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('J1', 'CSTNO');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('K1', 'CST Date');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('L1', 'GST NO');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('M1', 'GST Range');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('N1', 'Collectrate Address');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('O1', 'UANumber');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('P1', 'PaymentTerms');
|
|
||||||
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('Q1', 'Createdby');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('R1', 'UpdatedBy');
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('S1', 'IsActive');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$this->excel->getActiveSheet()->getStyle('A1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('A1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('B1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('B1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('C1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('C1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('D1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('D1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('E1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('E1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('F1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('F1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('G1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('G1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('H1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('H1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('I1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('I1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('J1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('J1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('K1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('K1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('L1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('L1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('M1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('M1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('N1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('N1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('O1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('O1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('P1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('P1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('Q1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('Q1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('R1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('R1')->getFont()->setBold(true);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('S1')->getFont()->setSize(12);
|
|
||||||
$this->excel->getActiveSheet()->getStyle('S1')->getFont()->setBold(true);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$exportData = $this->supplier_model->export_excel();
|
|
||||||
|
|
||||||
if ($exportData) {
|
|
||||||
$i = 2;
|
|
||||||
$s = 1;
|
|
||||||
foreach ($exportData as $data) {
|
|
||||||
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('A' . $i,$data['SupplierID']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('B' . $i,$data['SupplierName']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('C' . $i,$data['Address']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('D' . $i,$data['ContactNumber']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('E' . $i,$data['AlternateContactNumber']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('F' . $i,$data['EmailAddress']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('G' . $i,$data['Exiseregistration']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('H' . $i,$data['TIN']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('I' . $i,$data['PAN']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('J' . $i,$data['CSTNO']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('K' . $i,$data['CSTDate']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('L' . $i,$data['GSTNO']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('M' . $i,$data['GSTRange']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('N' . $i,$data['CollectrateAddress']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('O' . $i,$data['UANumber']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('P' . $i,$data['PaymentTerms']);
|
|
||||||
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('Q' . $i,$data['firstname']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('R' . $i,$data['Update_by']);
|
|
||||||
$this->excel->getActiveSheet()->setCellValue('S' . $i,$data['IsActive']);
|
|
||||||
|
|
||||||
$i++;
|
|
||||||
$s++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$filename = 'supplierdetails' .' '. '.xls'; //save our workbook as this file name
|
|
||||||
header('Content-Type: application/vnd.ms-excel'); //mime type
|
|
||||||
header('Content-Disposition: attachment;filename="' . $filename . '"'); //tell browser what's the file name
|
|
||||||
header('Cache-Control: max-age=0'); //no cache
|
|
||||||
$objWriter = PHPExcel_IOFactory::createWriter($this->excel, 'Excel5');
|
|
||||||
if (ob_get_contents()) ob_end_clean();
|
|
||||||
ob_start();
|
|
||||||
$objWriter->save('php://output');
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
function pageNotFound()
|
|
||||||
{
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : 404 - Page Not Found';
|
|
||||||
|
|
||||||
$this->loadViews("404", $this->global, NULL, NULL);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
69
application/controllers/user.php
Executable file → Normal file
69
application/controllers/user.php
Executable file → Normal file
@ -1,4 +1,5 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
require APPPATH . '/libraries/BaseController.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -29,9 +30,9 @@ class user extends BaseController
|
|||||||
*/
|
*/
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
// echo 'dash';
|
echo 'dash';
|
||||||
// print_r($this->session->userdata ( 'name' ));
|
print_r($this->session->userdata ( 'name' ));
|
||||||
log_message('Info','#####Dashboard session name : ' . $this->session->userdata ( 'name' ));
|
log_message('ERROR','#####Dashboard session name : ' . $this->session->userdata ( 'name' ));
|
||||||
//print_r($this->dummy);//die();
|
//print_r($this->dummy);//die();
|
||||||
$this->global['pageTitle'] = 'Siddharth : Dashboard';
|
$this->global['pageTitle'] = 'Siddharth : Dashboard';
|
||||||
|
|
||||||
@ -39,17 +40,13 @@ class user extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
$this->load->model('dahsboard_Model');
|
$this->load->model('dahsboard_Model');
|
||||||
// if(date('m') == 04) { $this->dahsboard_Model->update_FiscalYear(); }
|
|
||||||
$data['EmpCount'] = $this->employeedetails_model->getEmployeeCount();
|
$data['EmpCount'] = $this->employeedetails_model->getEmployeeCount();
|
||||||
$Users = $this->user_model->userListing();
|
|
||||||
$data['Usrcnt'] = count($Users);
|
|
||||||
|
|
||||||
|
|
||||||
$data['totalpurchaseorder']=$this->dahsboard_Model->totalpurchaseorder();
|
$data['totalpurchaseorder']=$this->dahsboard_Model->totalpurchaseorder();
|
||||||
|
|
||||||
//print_r( $data['totalpurchaseorder']);
|
//print_r( $data['totalpurchaseorder']);
|
||||||
$data['totalordervalue']=$this->dahsboard_Model->totalordervalue();
|
$data['totalordervalue']=$this->dahsboard_Model->totalordervalue();
|
||||||
$data['convertiontotalordervalue']=$this->convertamounttext($data['totalordervalue'][0]->totalordervalue);
|
|
||||||
$data['pendingpo']=$this->dahsboard_Model->pendingpo();
|
$data['pendingpo']=$this->dahsboard_Model->pendingpo();
|
||||||
// $data['totalserviceamount']=$this->dahsboard_Model->totalserviceamount();
|
// $data['totalserviceamount']=$this->dahsboard_Model->totalserviceamount();
|
||||||
// $data['totalcapitalamount']=$this->dahsboard_Model->totalcapitalamount();
|
// $data['totalcapitalamount']=$this->dahsboard_Model->totalcapitalamount();
|
||||||
@ -65,8 +62,6 @@ class user extends BaseController
|
|||||||
$data['details']=$this->dahsboard_Model->reqdetail();
|
$data['details']=$this->dahsboard_Model->reqdetail();
|
||||||
|
|
||||||
$data['pending_details']=$this->dahsboard_Model->req_pending();
|
$data['pending_details']=$this->dahsboard_Model->req_pending();
|
||||||
|
|
||||||
|
|
||||||
// $data['list']=$this->dahsboard_Model->req_list();
|
// $data['list']=$this->dahsboard_Model->req_list();
|
||||||
|
|
||||||
$data['serviceprogress']=$this->dahsboard_Model->serviceprogress();
|
$data['serviceprogress']=$this->dahsboard_Model->serviceprogress();
|
||||||
@ -82,8 +77,7 @@ class user extends BaseController
|
|||||||
|
|
||||||
//dashboard pie chart
|
//dashboard pie chart
|
||||||
$data['importbudgt'] = $this->dahsboard_Model->importbudgt();
|
$data['importbudgt'] = $this->dahsboard_Model->importbudgt();
|
||||||
$data['servicebudgt'] = $this->dahsboard_Model->servicebudgt();
|
$data['servicebudgt'] = $this->dahsboard_Model->servicebudgt();
|
||||||
// print_r($data);die();
|
|
||||||
$data['revenuebudgt'] = $this->dahsboard_Model->revenuebudgt();
|
$data['revenuebudgt'] = $this->dahsboard_Model->revenuebudgt();
|
||||||
$data['capitalbud'] = $this->dahsboard_Model->capitalbud();
|
$data['capitalbud'] = $this->dahsboard_Model->capitalbud();
|
||||||
$data['typebal'] = $this->dahsboard_Model->typebal();
|
$data['typebal'] = $this->dahsboard_Model->typebal();
|
||||||
@ -1574,51 +1568,6 @@ function deliver_perform()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function count_digit($number) {
|
|
||||||
return strlen($number);
|
|
||||||
}
|
|
||||||
|
|
||||||
function divider($number_of_digits) {
|
|
||||||
$tens="1";
|
|
||||||
|
|
||||||
if($number_of_digits>8)
|
|
||||||
return 10000000;
|
|
||||||
|
|
||||||
while(($number_of_digits-1)>0)
|
|
||||||
{
|
|
||||||
$tens.="0";
|
|
||||||
$number_of_digits--;
|
|
||||||
}
|
|
||||||
return $tens;
|
|
||||||
}
|
|
||||||
|
|
||||||
function convertamounttext($num){
|
|
||||||
$ext="";//thousand,lac, crore
|
|
||||||
$split = explode(".", $num);
|
|
||||||
$number_of_digits = $this->count_digit($split[0]); //this is call :)
|
|
||||||
|
|
||||||
if($number_of_digits>3)
|
|
||||||
{
|
|
||||||
if($number_of_digits%2!=0)
|
|
||||||
$divider=$this->divider($number_of_digits-1);
|
|
||||||
else
|
|
||||||
$divider=$this->divider($number_of_digits);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
$divider=1;
|
|
||||||
|
|
||||||
$fraction=$num/$divider;
|
|
||||||
$fraction=number_format($fraction,2);
|
|
||||||
if($number_of_digits==4 ||$number_of_digits==5)
|
|
||||||
$ext="k";
|
|
||||||
if($number_of_digits==6 ||$number_of_digits==7)
|
|
||||||
$ext="Lac";
|
|
||||||
if($number_of_digits==8 ||$number_of_digits==9)
|
|
||||||
$ext="Cr";
|
|
||||||
return $fraction." ".$ext;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
?>
|
||||||
|
|||||||
18
application/core/index.html
Executable file → Normal file
18
application/core/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
122
application/errors/error_404.php
Executable file → Normal file
122
application/errors/error_404.php
Executable file → Normal file
@ -1,62 +1,62 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>404 Page Not Found</title>
|
<title>404 Page Not Found</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
::selection{ background-color: #E13300; color: white; }
|
::selection{ background-color: #E13300; color: white; }
|
||||||
::moz-selection{ background-color: #E13300; color: white; }
|
::moz-selection{ background-color: #E13300; color: white; }
|
||||||
::webkit-selection{ background-color: #E13300; color: white; }
|
::webkit-selection{ background-color: #E13300; color: white; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 40px;
|
margin: 40px;
|
||||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||||
color: #4F5155;
|
color: #4F5155;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #003399;
|
color: #003399;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #444;
|
color: #444;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: 1px solid #D0D0D0;
|
border-bottom: 1px solid #D0D0D0;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 0 14px 0;
|
margin: 0 0 14px 0;
|
||||||
padding: 14px 15px 10px 15px;
|
padding: 14px 15px 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
color: #002166;
|
color: #002166;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 14px 0 14px 0;
|
margin: 14px 0 14px 0;
|
||||||
padding: 12px 10px 12px 10px;
|
padding: 12px 10px 12px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 12px 15px 12px 15px;
|
margin: 12px 15px 12px 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<h1><?php echo $heading; ?></h1>
|
<h1><?php echo $heading; ?></h1>
|
||||||
<?php echo $message; ?>
|
<?php echo $message; ?>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
122
application/errors/error_db.php
Executable file → Normal file
122
application/errors/error_db.php
Executable file → Normal file
@ -1,62 +1,62 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Database Error</title>
|
<title>Database Error</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
::selection{ background-color: #E13300; color: white; }
|
::selection{ background-color: #E13300; color: white; }
|
||||||
::moz-selection{ background-color: #E13300; color: white; }
|
::moz-selection{ background-color: #E13300; color: white; }
|
||||||
::webkit-selection{ background-color: #E13300; color: white; }
|
::webkit-selection{ background-color: #E13300; color: white; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 40px;
|
margin: 40px;
|
||||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||||
color: #4F5155;
|
color: #4F5155;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #003399;
|
color: #003399;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #444;
|
color: #444;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: 1px solid #D0D0D0;
|
border-bottom: 1px solid #D0D0D0;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 0 14px 0;
|
margin: 0 0 14px 0;
|
||||||
padding: 14px 15px 10px 15px;
|
padding: 14px 15px 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
color: #002166;
|
color: #002166;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 14px 0 14px 0;
|
margin: 14px 0 14px 0;
|
||||||
padding: 12px 10px 12px 10px;
|
padding: 12px 10px 12px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 12px 15px 12px 15px;
|
margin: 12px 15px 12px 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<h1><?php echo $heading; ?></h1>
|
<h1><?php echo $heading; ?></h1>
|
||||||
<?php echo $message; ?>
|
<?php echo $message; ?>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
122
application/errors/error_general.php
Executable file → Normal file
122
application/errors/error_general.php
Executable file → Normal file
@ -1,62 +1,62 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
::selection{ background-color: #E13300; color: white; }
|
::selection{ background-color: #E13300; color: white; }
|
||||||
::moz-selection{ background-color: #E13300; color: white; }
|
::moz-selection{ background-color: #E13300; color: white; }
|
||||||
::webkit-selection{ background-color: #E13300; color: white; }
|
::webkit-selection{ background-color: #E13300; color: white; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 40px;
|
margin: 40px;
|
||||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||||
color: #4F5155;
|
color: #4F5155;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #003399;
|
color: #003399;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #444;
|
color: #444;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom: 1px solid #D0D0D0;
|
border-bottom: 1px solid #D0D0D0;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 0 14px 0;
|
margin: 0 0 14px 0;
|
||||||
padding: 14px 15px 10px 15px;
|
padding: 14px 15px 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
color: #002166;
|
color: #002166;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 14px 0 14px 0;
|
margin: 14px 0 14px 0;
|
||||||
padding: 12px 10px 12px 10px;
|
padding: 12px 10px 12px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 1px solid #D0D0D0;
|
border: 1px solid #D0D0D0;
|
||||||
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
-webkit-box-shadow: 0 0 8px #D0D0D0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 12px 15px 12px 15px;
|
margin: 12px 15px 12px 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<h1><?php echo $heading; ?></h1>
|
<h1><?php echo $heading; ?></h1>
|
||||||
<?php echo $message; ?>
|
<?php echo $message; ?>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
application/errors/error_php.php
Executable file → Normal file
18
application/errors/error_php.php
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
|
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
|
||||||
|
|
||||||
<h4>A PHP Error was encountered</h4>
|
<h4>A PHP Error was encountered</h4>
|
||||||
|
|
||||||
<p>Severity: <?php echo $severity; ?></p>
|
<p>Severity: <?php echo $severity; ?></p>
|
||||||
<p>Message: <?php echo $message; ?></p>
|
<p>Message: <?php echo $message; ?></p>
|
||||||
<p>Filename: <?php echo $filepath; ?></p>
|
<p>Filename: <?php echo $filepath; ?></p>
|
||||||
<p>Line Number: <?php echo $line; ?></p>
|
<p>Line Number: <?php echo $line; ?></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
18
application/errors/index.html
Executable file → Normal file
18
application/errors/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
4
application/helpers/cias_helper.php
Executable file → Normal file
4
application/helpers/cias_helper.php
Executable file → Normal file
@ -131,10 +131,10 @@ where (CurrentStock+OpeningStock)<reorder";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
$query=$CI->db->query($subQuery,array());
|
// $query=$CI->db->query($subQuery,array());
|
||||||
//print_r($this->db->last_query());
|
//print_r($this->db->last_query());
|
||||||
|
|
||||||
return $query->result();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
18
application/helpers/index.html
Executable file → Normal file
18
application/helpers/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
application/hooks/index.html
Executable file → Normal file
18
application/hooks/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
application/index.html
Executable file → Normal file
18
application/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
application/language/english/index.html
Executable file → Normal file
18
application/language/english/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
application/language/index.html
Executable file → Normal file
18
application/language/index.html
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>403 Forbidden</title>
|
<title>403 Forbidden</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -41,13 +41,14 @@ class BaseController extends CI_Controller {
|
|||||||
redirect ( 'login' );
|
redirect ( 'login' );
|
||||||
} else {
|
} else {
|
||||||
$this->role = $this->session->userdata ( 'role' );
|
$this->role = $this->session->userdata ( 'role' );
|
||||||
|
// print_r($this->role);die();
|
||||||
// session_start();
|
// session_start();
|
||||||
log_message('ERROR','#####In BaseController - isLoggedIn function ci session : ' . $this->session->userdata ( 'name' ));
|
log_message('ERROR','#####In BaseController - isLoggedIn function ci session : ' . $this->session->userdata ( 'name' ));
|
||||||
// log_message('ERR?OR','#####In BaseController - isLoggedIn function session super global methid : ' . $_SESSION['name']);
|
// log_message('ERR?OR','#####In BaseController - isLoggedIn function session super global methid : ' . $_SESSION['name']);
|
||||||
$this->vendorId = $this->session->userdata ( 'userId' );
|
$this->vendorId = $this->session->userdata ( 'userId' );
|
||||||
$this->name = $this->session->userdata ( 'name' );
|
$this->name = $this->session->userdata ( 'name' );
|
||||||
$this->roleText = $this->session->userdata ( 'roleText' );
|
$this->roleText = $this->session->userdata ( 'roleText' );
|
||||||
// $this->Designation = $this->session->userdata ( 'Designation' );
|
//$this->Designation = $this->session->userdata ( 'Designation' );
|
||||||
$this->DEPCode = $this->session->userdata ( 'DEPCode' );
|
$this->DEPCode = $this->session->userdata ( 'DEPCode' );
|
||||||
$this->HeadDept = $this->session->userdata ( 'HeadDept' );
|
$this->HeadDept = $this->session->userdata ( 'HeadDept' );
|
||||||
$this->DepartmentName = $this->session->userdata ( 'DepartmentName' );
|
$this->DepartmentName = $this->session->userdata ( 'DepartmentName' );
|
||||||
|
|||||||
0
application/libraries/Excel.php
Executable file → Normal file
0
application/libraries/Excel.php
Executable file → Normal file
0
application/libraries/Excel2.php
Executable file → Normal file
0
application/libraries/Excel2.php
Executable file → Normal file
0
application/libraries/dompdf_gen.php
Executable file → Normal file
0
application/libraries/dompdf_gen.php
Executable file → Normal file
0
application/libraries/index.html
Executable file → Normal file
0
application/libraries/index.html
Executable file → Normal file
0
application/libraries/pdf.php
Executable file → Normal file
0
application/libraries/pdf.php
Executable file → Normal file
@ -1,10 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>403 Forbidden</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<p>Directory access is forbidden.</p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,70 +0,0 @@
|
|||||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
|
||||||
|
|
||||||
ERROR - 2021-06-28 11:23:21 --> Session: The session cookie was not signed.
|
|
||||||
ERROR - 2021-06-28 12:24:42 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:30:31 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:32:22 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:32:26 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:34:14 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:34:16 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 12:38:34 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
|
|
||||||
ERROR - 2021-06-28 15:03:58 --> Severity: Notice --> Undefined variable: objTpl /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 651
|
|
||||||
ERROR - 2021-06-28 15:04:02 --> Severity: Notice --> Undefined variable: objTpl /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 651
|
|
||||||
ERROR - 2021-06-28 15:06:00 --> Severity: Notice --> Undefined variable: worksheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 655
|
|
||||||
ERROR - 2021-06-28 17:24:55 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 17:32:45 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 17:39:33 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 17:58:20 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 17:58:20 --> Severity: Notice --> Undefined index: dirname /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 277
|
|
||||||
ERROR - 2021-06-28 17:58:20 --> Severity: Notice --> Undefined index: basename /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 277
|
|
||||||
ERROR - 2021-06-28 18:01:21 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:02:11 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:02:57 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:03:45 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:03:51 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:04:17 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:04:27 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:05:30 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:05:35 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:06:03 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:06:33 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:06:36 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:07:06 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:07:10 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:07:39 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:09:29 --> The filetype you are attempting to upload is not allowed.
|
|
||||||
ERROR - 2021-06-28 18:09:33 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:13:04 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:13:47 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:16:03 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 18:33:49 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:33:49 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 273
|
|
||||||
ERROR - 2021-06-28 18:34:28 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:34:28 --> Severity: Warning --> pathinfo() expects parameter 1 to be string, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/IOFactory.php 225
|
|
||||||
ERROR - 2021-06-28 18:34:28 --> Severity: Warning --> file_exists() expects parameter 1 to be a valid path, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 72
|
|
||||||
ERROR - 2021-06-28 18:34:28 --> Severity: Notice --> Array to string conversion /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 73
|
|
||||||
ERROR - 2021-06-28 18:35:25 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:35:25 --> Severity: Warning --> pathinfo() expects parameter 1 to be string, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/IOFactory.php 225
|
|
||||||
ERROR - 2021-06-28 18:35:25 --> Severity: Warning --> file_exists() expects parameter 1 to be a valid path, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 72
|
|
||||||
ERROR - 2021-06-28 18:35:25 --> Severity: Notice --> Array to string conversion /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 73
|
|
||||||
ERROR - 2021-06-28 18:35:54 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:39:27 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:43:13 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:43:13 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 280
|
|
||||||
ERROR - 2021-06-28 18:43:36 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:58:37 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:58:37 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 286
|
|
||||||
ERROR - 2021-06-28 18:59:26 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 18:59:26 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
|
|
||||||
ERROR - 2021-06-28 19:00:06 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 19:00:06 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
|
|
||||||
ERROR - 2021-06-28 19:00:11 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
|
|
||||||
ERROR - 2021-06-28 19:00:28 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 19:00:28 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
|
|
||||||
ERROR - 2021-06-28 19:01:01 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 19:02:23 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 19:02:23 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
|
|
||||||
ERROR - 2021-06-28 19:03:37 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 19:04:15 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 20:04:44 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
ERROR - 2021-06-28 20:05:19 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
|
|
||||||
92
application/logs/log-2023-05-10.php
Normal file
92
application/logs/log-2023-05-10.php
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-10 19:07:22 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:22 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:07:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:09:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 14:39:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 14:40:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-10 19:10:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:10:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:11:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 14:41:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 14:42:28 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-10 19:12:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:12:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:14:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:14:10 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 19:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:37:21 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:37:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:37:22 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:37:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:37:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:08:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:08:36 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-10 20:38:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:38:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-10 20:53:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:53:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-10 20:55:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 20:55:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:32:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-10 21:02:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 21:02:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:36:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-10 21:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 21:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-10 21:07:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-10 21:07:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
563
application/logs/log-2023-05-11.php
Normal file
563
application/logs/log-2023-05-11.php
Normal file
@ -0,0 +1,563 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-11 07:34:23 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:23 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 03:04:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:04:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:04:53 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-11 03:04:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:34:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:05:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:07:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 03:07:54 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:08:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:38:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 07:38:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 03:08:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-11 11:03:44 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:03:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:03:44 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:03:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:03:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 06:34:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 06:35:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 11:05:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:05:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:07 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:08 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:23:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:24:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 07:54:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 07:55:02 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 12:28:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:28:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:29:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:30:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:31:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 12:32:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:32:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:33:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 08:03:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 08:04:37 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 12:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 12:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:16 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:17 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:24 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:24 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:41:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:41:52 --> #####loggin_name : Ramki
|
||||||
|
ERROR - 2023-05-11 15:41:52 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 15:41:52 --> #####Dashboard session name : Ramki
|
||||||
|
ERROR - 2023-05-11 15:41:55 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 15:41:55 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:12:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:13:38 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 15:43:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:43:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 15:45:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:45:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:48:01 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 15:48:01 --> #####Dashboard session name : Ramki
|
||||||
|
ERROR - 2023-05-11 15:48:04 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 15:48:04 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:18:10 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:18:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 15:48:50 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 15:48:50 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> #####In BaseController - isLoggedIn function ci session : Ramki
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 15:56:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 15:56:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:30:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:00:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:00:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:31:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:01:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:01:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:32:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:36:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:06:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:06:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 17:10:35 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:10:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:10:35 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:10:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:10:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:45:42 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:46:04 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:46:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:46:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:13 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:13 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 17:16:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:16:37 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:16:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:16:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:46:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 17:16:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:16:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:16:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:47:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:47:17 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-11 12:47:17 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-11 12:47:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:17:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:17:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:47:54 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:49:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:49:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:49:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:19:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:19:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:50:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-11 12:52:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 17:22:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 12:52:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-11 18:36:43 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:36:43 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:36:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:36:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 18:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:37:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:38:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:08:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:09:07 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 18:39:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:39:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 18:39:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:39:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:40:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 18:46:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:46:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:48:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:48:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:48:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:50:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:20:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:20:43 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 18:50:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:50:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-11 18:51:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:21:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 14:22:32 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 18:52:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 18:52:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:28:06 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:28:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:28:06 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:28:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:28:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:01:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:01:53 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-11 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:05:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 20:35:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:35:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 16:07:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 20:37:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:37:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 20:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:10:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 20:40:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:40:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-11 20:43:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-11 20:43:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
252
application/logs/log-2023-05-12.php
Normal file
252
application/logs/log-2023-05-12.php
Normal file
@ -0,0 +1,252 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-12 08:52:54 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:52:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:52:55 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:53:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:53:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-12 04:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-12 08:53:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:53:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:53:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:25:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:25:28 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-12 04:25:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:55:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:55:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:25:38 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:27:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-12 04:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:27:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:58:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 08:58:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 04:28:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-12 10:02:00 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 10:02:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 10:02:01 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 10:02:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 10:02:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 05:32:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 05:33:14 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 10:03:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 10:03:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 11:35:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 11:35:33 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 11:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 11:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:05:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:06:38 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 11:36:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 11:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:10:52 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:10:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:10:53 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-12 12:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:13:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:43:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:44:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 12:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:15:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:45:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 07:46:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 12:16:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:16:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 08:10:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 12:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:40:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:23:58 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:23:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:23:58 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:24:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:29:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:32:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:32:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:06 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:06 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:43:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:44:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:44:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 14:44:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:49 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:49 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-12 17:16:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:16:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:17:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:18:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:48:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:49:06 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-12 17:19:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:20:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:50:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:51:02 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 17:21:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-12 17:21:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:21:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:22:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 12:53:01 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 17:23:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:23:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:19 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 17:24:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:14:13 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:14:13 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 15:46:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 15:46:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-12 20:16:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:16:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 20:28:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:28:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:04:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 20:34:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:34:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:24:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 20:54:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:54:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 20:58:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 20:58:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-12 21:09:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-12 21:09:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
131
application/logs/log-2023-05-13.php
Normal file
131
application/logs/log-2023-05-13.php
Normal file
@ -0,0 +1,131 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-13 07:35:35 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 07:41:04 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 07:46:34 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 07:46:34 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:46:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:46:34 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:46:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:46:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:53:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:53:24 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 07:53:24 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 07:53:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:53:24 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:23:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 07:53:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:53:25 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 03:23:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 07:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 07:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:25:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:25:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:25:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:26:34 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:26:44 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:26:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:27:02 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:27:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:28:15 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:28:15 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:28:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:28:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:28:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:28:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:28:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:28:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:29:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:29:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:30:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 08:00:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-13 08:00:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 08:00:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:30:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 08:01:22 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 03:31:24 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-13 03:31:25 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-13 08:01:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 08:01:37 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-13 03:32:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:35:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:36:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:39:57 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:40:13 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:40:43 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 03:47:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:48:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:49:55 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:49:55 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:50:04 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:50:04 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:50:22 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 03:50:22 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 03:51:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:52:01 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:52:18 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:52:36 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 03:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 03:56:29 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:57:40 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 03:59:24 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 10:11:38 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:12:35 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:16:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:16:18 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:20:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:21:07 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:21:58 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 10:22:17 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-13 10:22:50 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-13 10:34:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 10:34:42 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:39:57 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:39:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:39:59 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:40:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:40:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-13 12:40:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:40:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:41:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:41:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:41:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:44:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 08:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 08:15:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-13 12:45:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-13 12:45:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
82
application/logs/log-2023-05-14.php
Normal file
82
application/logs/log-2023-05-14.php
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-14 07:46:46 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:46:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:46:47 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:46:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:47:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:56:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:56:43 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:56:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 07:56:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:39:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:40:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:40:12 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-14 03:40:13 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-14 03:40:13 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-14 03:40:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:10:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:10:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:40:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:42:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:42:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:42:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:12:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:12:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:42:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:44:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:44:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 08:14:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:14:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:14:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:45:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:15:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:15:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:45:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-14 03:47:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-14 08:17:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:47:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:17:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:48:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:48:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:18:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 08:18:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-14 03:48:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
142
application/logs/log-2023-05-15.php
Normal file
142
application/logs/log-2023-05-15.php
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-15 07:04:12 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:04:13 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:04:13 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:04:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:04:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-15 02:37:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-15 07:07:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:07:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:07:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:37:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:37:24 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-15 02:37:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:07:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:07:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:37:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:39:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:39:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-15 02:40:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-15 07:10:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:10:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:10:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:40:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:10:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 07:10:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 02:40:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-15 10:03:58 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:03:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:03:58 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:04:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:04:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:34:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:35:26 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 10:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:40:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-15 10:10:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:10:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-15 10:14:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 10:14:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:19 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:22 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:18:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 07:21:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 07:22:09 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 11:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 11:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:56:39 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:56:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:56:40 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-15 12:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:57:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:58:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:28:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:29:09 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 12:59:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-15 12:59:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 12:59:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:00:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:30:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:31:10 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 13:01:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-15 13:01:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:01:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:02:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:32:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:32:55 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 13:02:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:02:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-15 13:03:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:03:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:04:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:34:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 08:34:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-15 13:04:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-15 13:04:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
363
application/logs/log-2023-05-16.php
Normal file
363
application/logs/log-2023-05-16.php
Normal file
@ -0,0 +1,363 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-16 07:35:15 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:35:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:35:15 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:35:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:35:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 03:07:21 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:07:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:07:43 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-16 03:07:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:37:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:37:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:07:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:10:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 03:10:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 07:40:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:40:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:40:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:10:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:40:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 07:40:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 03:10:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 09:45:14 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:45:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:45:15 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:45:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:45:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:16:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:17:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 09:47:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:47:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:18:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 09:48:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:48:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 09:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 09:54:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:54:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 09:57:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 09:57:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:21 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:21 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-16 12:09:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:10:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:15:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:15:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:45:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:46:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 12:16:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:16:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-16 12:17:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:18:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:48:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:49:20 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 12:19:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:19:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:20:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-16 12:20:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:20:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:20:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:21:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:21:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:22:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:52:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:53:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-16 12:23:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:54:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 07:55:24 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 12:25:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:25:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:29:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:39:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:39:42 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:39:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 08:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 08:11:30 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 12:41:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 12:41:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:19 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 13:13:34 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:35 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:43:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 13:13:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:13:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:43:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:43:59 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-16 08:43:59 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-16 08:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:14:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:14:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:44:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:45:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:45:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:45:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 13:15:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:15:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:15:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:45:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:16:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:16:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:46:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-16 08:48:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-16 13:18:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:13 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 13:18:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 08:48:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-16 16:38:06 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:07 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:38:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:44:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:25 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:25 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 16:54:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:22:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:22:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:25:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:25:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:25:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:26:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:27:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:28:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:28:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:28:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:30:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:30:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:30:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:44 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:05:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:06:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:06:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:48:28 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:48:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:48:28 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:48:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:48:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 15:18:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 15:19:35 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-16 19:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 19:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:02:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:37:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:37:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:38:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:38:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:42:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:42:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:47:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:47:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-16 21:47:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 21:47:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-16 22:02:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
306
application/logs/log-2023-05-17.php
Normal file
306
application/logs/log-2023-05-17.php
Normal file
@ -0,0 +1,306 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-17 09:24:28 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:24:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:24:28 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:24:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:24:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:54:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:54:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:55:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 04:55:35 --> Query error: Lock wait timeout exceeded; try restarting transaction
|
||||||
|
ERROR - 2023-05-17 04:55:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 04:56:03 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 09:27:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:27:06 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:27:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:27:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 04:57:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 09:30:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:30:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 10:33:57 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:33:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:33:58 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:34:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:34:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:07:06 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 10:37:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:37:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:37:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:07:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:07:25 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-17 06:07:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-17 06:07:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-17 06:07:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:07:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:10:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 295
|
||||||
|
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 321
|
||||||
|
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 339
|
||||||
|
ERROR - 2023-05-17 06:11:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:11:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:11:16 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 10:41:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:41:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:41:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:11:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:41:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:41:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:11:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-17 06:14:05 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-17 10:44:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 10:44:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 06:14:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-17 13:06:48 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:48 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 13:06:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:06:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:07:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:07:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:07:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:08:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:38:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:39:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 13:09:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:09:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 13:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:10:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:10:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:10:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:44:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:44:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 13:14:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:14:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 13:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:15:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:16:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:46:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 08:47:51 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 13:17:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:17:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 13:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:34:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:42:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:47:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:47:20 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:47:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:47:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:17:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:18:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 13:48:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:48:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 13:49:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 13:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:49:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:50:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:21:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:21:46 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 13:51:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:51:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:22:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 13:52:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:52:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:52:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:52:23 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:52:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:53:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:30 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:30 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-17 16:14:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:15:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:15:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:15:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:16:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 11:46:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 11:47:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 16:17:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:17:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:31:57 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:31:57 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:32:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:34:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:05:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:05:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 17:35:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:35:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:09:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:10:07 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 17:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:11:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 13:12:41 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 17:42:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 17:42:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:44:09 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:44:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:44:09 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:44:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:44:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:15:03 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-17 20:45:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:45:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 20:49:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:49:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 20:51:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:51:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:25:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 20:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 20:56:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:56:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-17 20:57:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-17 20:57:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
283
application/logs/log-2023-05-18.php
Normal file
283
application/logs/log-2023-05-18.php
Normal file
@ -0,0 +1,283 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-18 07:51:01 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:02 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:21:12 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 07:51:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:15 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:21:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:21:32 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-18 03:21:32 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-18 03:21:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:21:43 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:24:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:24:31 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 07:54:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:24:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:54:40 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:54:41 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:24:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:27:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 03:27:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 07:57:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:57:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:57:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:28:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:58:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:58:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:28:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:29:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:59:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 07:59:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 03:29:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 09:53:29 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 09:53:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 09:53:29 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 09:53:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 09:53:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 05:24:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 05:24:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 09:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 09:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:10:34 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:10:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:10:41 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:10:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:11:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-18 12:12:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:12:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:12:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:13:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:13:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:14:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 07:44:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 07:45:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 12:15:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:15:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:25:16 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:25:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 12:25:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:39:50 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:39:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:39:50 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:39:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:39:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:09:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:10:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 14:40:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:40:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:40:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:10:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:10:19 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-18 10:10:19 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-18 10:10:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:40:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:40:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:10:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:18:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:18:59 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 14:48:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:48:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:49:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:19:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:49:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:49:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:19:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:23:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-18 10:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:25:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:55:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:55:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:25:15 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:25:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:55:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 14:55:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 10:25:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-18 17:08:47 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:08:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:08:47 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:08:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:08:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:09:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:09:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:09:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:07 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:17:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:27:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:27:51 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:30:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:30:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 17:30:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:38 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:38 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-18 18:35:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:35:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:36:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:06:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:07:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 18:37:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-18 18:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:37:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:38:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:38:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:08:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:09:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 18:39:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:53 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 14:10:46 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 18:40:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:40:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 18:52:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:54:05 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:54:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:54:05 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:54:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:54:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:24:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:24:50 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-18 20:54:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-18 20:56:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 20:56:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-18 21:02:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 21:02:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-18 21:05:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 21:05:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-18 21:49:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
262
application/logs/log-2023-05-19.php
Normal file
262
application/logs/log-2023-05-19.php
Normal file
@ -0,0 +1,262 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-19 07:49:47 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:49:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:49:47 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:49:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:49:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 03:23:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 07:53:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:53:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:53:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:23:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:23:38 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-19 03:23:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:53:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:53:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:23:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:26:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 03:26:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:26:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:56:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 07:56:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 03:26:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-19 10:23:43 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:23:43 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:23:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:23:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:28:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:29:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:29:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:29:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 10:31:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:02:44 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:02:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:02:44 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:02:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 06:32:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 06:33:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 11:03:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:03:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:46:55 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:46:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:46:55 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:46:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:46:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 11:47:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:47:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:48:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 07:18:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 07:18:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 11:48:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:48:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:49:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:50:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 07:20:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 07:21:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 11:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 11:51:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:36:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:37:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:37:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:37:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:44:58 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:44:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:44:58 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 12:15:08 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:15:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:15:27 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-19 12:15:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:45:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:15:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:22:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:22:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-19 12:22:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-19 16:52:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:52:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:52:11 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:22:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:52:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 16:52:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 12:23:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-19 17:09:36 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:36 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 17:09:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:09:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:40:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 12:41:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 17:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 13:09:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-19 17:39:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:39:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:41:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:41:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:41:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:41:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 13:11:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 13:12:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 17:42:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 17:42:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:10:23 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:10:23 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:41:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:41:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-19 21:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:42:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-19 21:12:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:12:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-19 21:17:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:17:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:50:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-19 21:20:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:20:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-19 21:23:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-19 21:23:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
92
application/logs/log-2023-05-20.php
Normal file
92
application/logs/log-2023-05-20.php
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-20 07:53:44 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:44 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-20 03:23:51 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:23:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:24:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-20 03:24:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:24:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:27:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-20 03:27:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:27:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:57:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 07:57:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 03:27:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-20 11:21:44 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:21:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:21:44 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:21:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:22:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:23:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-20 11:23:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:23:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:23:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:57:42 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:57:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:57:42 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:57:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:57:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:59:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:59:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 15:59:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:01:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:31:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 11:32:19 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-20 16:02:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:03:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:03:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-20 16:03:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
96
application/logs/log-2023-05-21.php
Normal file
96
application/logs/log-2023-05-21.php
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-21 07:59:37 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:37 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:29:45 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:29:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:30:02 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-21 03:30:03 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-21 03:30:03 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-21 03:30:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:00:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:00:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:30:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:34:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:34:28 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 08:04:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:04:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:04:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:34:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:34:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:37:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:37:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:37:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:07:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:07:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:42:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:42:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-21 03:42:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:46:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:16:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:16:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:46:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:47:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:17:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:17:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:47:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:47:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:17:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 08:17:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 03:47:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-21 21:19:16 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:19:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:19:16 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:19:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:19:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 17:01:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 17:01:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-21 21:31:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:31:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-21 21:32:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:32:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-21 21:34:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
271
application/logs/log-2023-05-22.php
Normal file
271
application/logs/log-2023-05-22.php
Normal file
@ -0,0 +1,271 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-22 07:17:03 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:04 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 02:47:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 07:17:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:47:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:47:29 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-22 02:47:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:17:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:47:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:49:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 02:49:38 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 07:19:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:19:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:19:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:49:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:19:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 07:19:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 02:49:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-22 09:49:34 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 09:49:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 09:49:34 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 09:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 09:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 05:22:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 05:22:48 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 09:52:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 09:52:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 11:16:04 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:16:05 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:16:05 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:16:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:16:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:51:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:51:36 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 11:21:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:21:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:21:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:51:54 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-22 06:51:54 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-22 06:51:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:52:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:55:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:55:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:55:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 11:25:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:25:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:25:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:55:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:25:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:25:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:55:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:58:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-22 06:58:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-22 11:28:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:28:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:28:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 07:00:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:30:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:30:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 07:00:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 07:01:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:31:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 11:31:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 07:01:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-22 12:19:40 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:40 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:19:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:20:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:20:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:23:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:54:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:24:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:26:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:56:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:57:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:27:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:27:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:27:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:28:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:58:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 07:59:18 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:00:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:01:28 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:31:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:31:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:32:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:34:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:04:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:04:50 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:34:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:34:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-22 12:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:50:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:50:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:50:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:50:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:53:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:23:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 08:24:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 12:54:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 12:54:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 13:17:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:19:38 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:19:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:19:38 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:19:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:19:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:50:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:51:20 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-22 20:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:51:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:21:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:21:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:55:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:25:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:25:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:59:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:29:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:29:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:02:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:05:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:35:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:35:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-22 20:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-22 20:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
273
application/logs/log-2023-05-23.php
Normal file
273
application/logs/log-2023-05-23.php
Normal file
@ -0,0 +1,273 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-23 11:03:42 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:03:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:03:42 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:03:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:03:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 06:34:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 06:34:56 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 11:04:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:04:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:54:47 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:54:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:54:49 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:54:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:54:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 11:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:55:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:56:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:56:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 11:59:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:29:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:30:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 12:00:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:00:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:00:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 12:00:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:00:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:00:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:01:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:01:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:02:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:32:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:33:33 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 12:03:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:03:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 12:04:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:04:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:07:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:37:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:38:53 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 12:08:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:08:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 12:09:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:09:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:40:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 07:41:43 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 12:11:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 12:11:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:02 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:03 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:10:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:11:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:11:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:13:11 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:13:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:13:11 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:13:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:13:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 08:44:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 08:45:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 08:45:57 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 08:46:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 13:16:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:16:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 08:47:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 13:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 14:50:56 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:50:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:50:56 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:21:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:21:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:21:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-23 10:21:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:51:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:21:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:27:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:27:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 14:57:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:27:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:57:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 14:57:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:27:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:32:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:32:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-23 10:32:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-23 15:02:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:02:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:02:11 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:33:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:03:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:03:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:33:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:33:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:03:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 15:03:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 10:33:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-23 18:16:47 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:16:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:16:47 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:16:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:16:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:18:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:48:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:49:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 18:19:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:19:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 18:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:20:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:20:01 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:20:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:20:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:21:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:21:47 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:21:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 18:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:31:53 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:31:54 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:06:00 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-23 20:36:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:36:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:08:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 20:38:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:38:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:13:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 20:43:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:43:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:14:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 20:44:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:44:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:15:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 20:45:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:45:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-23 20:51:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-23 20:51:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
314
application/logs/log-2023-05-24.php
Normal file
314
application/logs/log-2023-05-24.php
Normal file
@ -0,0 +1,314 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-24 07:48:59 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:49:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:49:06 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:49:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:49:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:26:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:27:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:57:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:57:27 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:28:40 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:28:46 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:28:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 03:29:01 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:29:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:29:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:35:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 08:05:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:42 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:42 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:46 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:05:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:36:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:36:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 03:36:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 03:36:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 08:06:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:06:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:06:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:36:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:37:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-24 03:37:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-24 03:37:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:08:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 08:08:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:38:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 03:55:41 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-24 03:55:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 03:55:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 11:18:52 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:18:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:18:52 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:19:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:19:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:11:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:12:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 11:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-24 11:44:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:44:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:10:19 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:10:19 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:13:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:13:57 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:13:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:13:57 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 07:44:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:44:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:44:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:44:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-24 07:46:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-24 12:16:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:16:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 07:46:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:17:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-24 12:17:22 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:22 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:17:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:18:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:48:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:49:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:20:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:51:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:52:33 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:22:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:22:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:22:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:22:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:22:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:23:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:23:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:24:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:54:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:54:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:25:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:25:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:28:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:59:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 07:59:54 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:42:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 08:12:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 08:13:05 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:43:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 12:43:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:17 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:17 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:05:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:06:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:36:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:37:26 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 16:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:07:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:08:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:08:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:38:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:40:19 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 16:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:11 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:11 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:24:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:26:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:26:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:26:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:26:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:56:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:56:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:57:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:57:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:57:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 16:27:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:27:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 11:58:04 --> Query error: Lock wait timeout exceeded; try restarting transaction
|
||||||
|
ERROR - 2023-05-24 11:58:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 12:00:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:30:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:30:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 20:56:39 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 20:57:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 20:57:25 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 21:03:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 21:07:01 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
|
||||||
|
ERROR - 2023-05-24 21:07:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 21:08:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 21:08:06 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:42:47 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 16:42:52 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 16:43:00 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-24 16:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:44:36 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-24 16:48:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-24 16:50:20 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
|
||||||
|
ERROR - 2023-05-24 17:04:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-24 17:04:58 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
245
application/logs/log-2023-05-25.php
Normal file
245
application/logs/log-2023-05-25.php
Normal file
@ -0,0 +1,245 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-25 07:55:22 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:55:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:55:23 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:59:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:01:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:01:55 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
|
||||||
|
ERROR - 2023-05-25 08:07:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:07:54 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:09:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:09:25 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:09:44 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:09:48 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:10:00 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-25 08:10:54 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:11:03 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:11:13 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-25 08:12:04 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:12:04 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:12:05 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:12:05 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:12:05 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-25 08:12:05 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-25 08:15:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:15:43 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 08:18:25 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:18:52 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
|
||||||
|
ERROR - 2023-05-25 08:19:30 --> Query error: MySQL server has gone away
|
||||||
|
ERROR - 2023-05-25 08:21:59 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
|
||||||
|
ERROR - 2023-05-25 09:54:44 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:54:44 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:54:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:54:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:25:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:26:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-25 09:56:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:56:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:29:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 09:59:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 09:59:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:01:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:01:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:05:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:05:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:40:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:10:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:10:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:44:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:14:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:14:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:48:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:18:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:18:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
|
||||||
|
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
|
||||||
|
ERROR - 2023-05-25 10:19:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:19:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:18:45 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:18:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:18:59 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:19:30 --> Severity: Warning --> mysqli_connect(): (HY000/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
|
||||||
|
ERROR - 2023-05-25 11:19:30 --> Severity: Warning --> mysqli_connect(): (08004/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
|
||||||
|
ERROR - 2023-05-25 11:19:30 --> Unable to connect to the database
|
||||||
|
ERROR - 2023-05-25 11:19:30 --> Unable to connect to the database
|
||||||
|
ERROR - 2023-05-25 11:19:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-25 11:19:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:19:41 --> Severity: Warning --> mysqli_connect(): (HY000/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
|
||||||
|
ERROR - 2023-05-25 11:19:41 --> Unable to connect to the database
|
||||||
|
ERROR - 2023-05-25 11:19:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:19:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:20:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:22:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 06:52:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 06:55:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-25 11:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:26:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:26:51 --> #####loggin_name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:26:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:26:51 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:26:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:26:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 06:57:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 06:57:03 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 11:27:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:27:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:27:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 06:57:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 06:57:20 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-25 06:58:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:28:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:28:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 06:58:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:02:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:02:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 07:02:29 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 11:32:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:02:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 07:02:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:48 --> #####Dashboard session name : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:32:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:33:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
|
||||||
|
ERROR - 2023-05-25 11:33:07 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:33:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:33:07 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:33:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 11:33:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:09 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:09 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-25 14:51:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:52:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:52:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:23:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 10:24:10 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-25 14:54:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:54:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:59:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-25 14:59:41 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:41 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:41 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:29:51 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:29:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 14:59:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 14:59:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:33:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:33:37 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-25 10:33:37 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-25 10:33:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:03:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:03:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:33:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 15:07:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:38 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:07:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:37:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:41:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-25 10:41:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-25 15:11:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:11:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:11:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:41:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:11:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 15:11:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-25 10:41:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
265
application/logs/log-2023-05-26.php
Normal file
265
application/logs/log-2023-05-26.php
Normal file
@ -0,0 +1,265 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-26 10:11:45 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 10:11:46 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:16 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:17 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-26 12:14:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:14:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:15:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:17:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 07:47:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 07:48:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-26 12:18:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:18:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
|
||||||
|
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
|
||||||
|
ERROR - 2023-05-26 12:18:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:18:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:18:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:19:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:19:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:19:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 07:50:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 07:50:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-26 12:20:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:20:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:21:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:21:16 --> #####loggin_name : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:17 --> #####Dashboard session name : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:51:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 12:21:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:51:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:51:44 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-26 07:51:44 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
|
||||||
|
ERROR - 2023-05-26 07:51:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:21:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:51:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:53:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 12:23:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:23:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:23:51 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:23:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:23:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:54:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:58:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 07:58:27 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 12:28:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:28:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:28:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:58:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:28:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:28:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 07:58:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 08:02:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:32:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:32:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 08:03:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
|
||||||
|
ERROR - 2023-05-26 12:51:18 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:19 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 08:21:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: fdate /var/www/html/si/SIA/application/controllers/batchcard.php 729
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: tdate /var/www/html/si/SIA/application/controllers/batchcard.php 729
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: type /var/www/html/si/SIA/application/controllers/batchcard.php 729
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:53:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 08:23:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
|
||||||
|
ERROR - 2023-05-26 08:23:49 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
|
||||||
|
ERROR - 2023-05-26 12:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-26 12:53:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
690
application/logs/log-2023-05-27.php
Normal file
690
application/logs/log-2023-05-27.php
Normal file
File diff suppressed because one or more lines are too long
308
application/logs/log-2023-05-29.php
Normal file
308
application/logs/log-2023-05-29.php
Normal file
@ -0,0 +1,308 @@
|
|||||||
|
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
|
||||||
|
|
||||||
|
ERROR - 2023-05-29 14:29:45 --> #####loggin_name : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:29:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:29:45 --> #####Dashboard session name : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:29:49 --> Query error: Expression #9 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.Cost_Center_Budget.BudgetYear' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:30:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:31:48 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given /opt/lampp/htdocs/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-29 14:31:48 --> Query error: Expression #1 of ORDER BY clause is not in SELECT list, references column 'kasiram9_SIAPROD.POMast.UpdatedOn' which is not in SELECT list; this is incompatible with DISTINCT
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
|
||||||
|
ERROR - 2023-05-29 14:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:38:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given /opt/lampp/htdocs/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38
|
||||||
|
ERROR - 2023-05-29 14:39:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:39:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:39:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:39:41 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:39:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:39:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:39:57 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:39:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:40:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:40:06 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:46:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:46:06 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:53:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:53:36 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:58:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:58:36 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 14:59:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 14:59:05 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
|
||||||
|
ERROR - 2023-05-29 15:06:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:06:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:07:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:07:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:07:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:07:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:08:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:08:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:19:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:20:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:20:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:20:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:21:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:21:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
|
ERROR - 2023-05-29 15:21:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user