diff --git a/application/views/addemployee.php b/application/views/addemployee.php index 6de6c7d3..0d997f07 100644 --- a/application/views/addemployee.php +++ b/application/views/addemployee.php @@ -167,7 +167,7 @@ $(function() { $("#DateofBirth").datepicker({ minDate : new Date(mindt,1,1), maxDate : new Date(maxdt,1,1), - dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true, + dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true,yearRange: '-100:+0' }); @@ -179,7 +179,7 @@ $(function() { }); - $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true, + $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true,yearRange: '-0:+100' }); }); @@ -261,7 +261,7 @@ function onlyAlphabets(evt) { -
+
@@ -304,11 +304,11 @@ function onlyAlphabets(evt) {
Contact Number*
-
Email ID +
Email ID*
-
Gender +
Gender* -
Blood group +
Blood group* +
Emergency Contact Number* @@ -426,7 +426,7 @@ function onlyAlphabets(evt) {
-
Department +
Department*
Previous Years of Experience @@ -452,7 +452,7 @@ function onlyAlphabets(evt) {
-
Qualification +
Qualification* +
IFSC Code @@ -694,7 +694,7 @@ function Validate() data:{id:id}, type:"POST", - url:"Employeedetails/CheckEmail", + url:"employeedetails/CheckEmail", success:function(data) { if(data) { @@ -706,7 +706,7 @@ function Validate() } else { - window.location = 'Employeedetails/employeeListing'; + window.location = 'employeedetails/employeeListing'; } } diff --git a/application/views/addsupplier.php b/application/views/addsupplier.php index 63e477d9..2fa32565 100644 --- a/application/views/addsupplier.php +++ b/application/views/addsupplier.php @@ -1,29 +1,5 @@ diff --git a/application/views/editEmployee.php b/application/views/editEmployee.php index 49d36cca..d81e38d9 100644 --- a/application/views/editEmployee.php +++ b/application/views/editEmployee.php @@ -9,7 +9,7 @@ $ContactNumber =''; $EmailId = ''; $BloodGroup =''; - $MartialStatus = ''; + $MartialStatus= ''; $DateofJoining = ''; $PreviousYearsOfExp = ''; $Designation = ''; @@ -55,7 +55,7 @@ if(!empty($EmpDetails)) $ContactNumber = $Emp->ContactNumber; $EmailId = $Emp->EmailId; $BloodGroup = $Emp->BloodGroup; - $MartialStatus = $Emp->MartialStatus; + $MartialStatus =$Emp->MartialStatus; $DateofJoining = $Emp->DateofJoining; $dtDOJ = new DateTime($DateofJoining); $DOJ = $dtDOJ ->format('Y-m-d'); @@ -341,7 +341,7 @@ $(function() { $("#DateofBirth").datepicker({ minDate : new Date(mindt,1,1), maxDate : new Date(maxdt,1,1), - dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true, + dateFormat: 'mm/dd/yy',changeMonth: true, changeYear: true,yearRange: '-100:+0' }); @@ -352,7 +352,7 @@ $(function() { }); - $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true, + $("#ValidTill").datepicker({dateFormat: 'mm/dd/yy',minDate :'now',changeMonth: true, changeYear: true,yearRange: '-0:+100' }); }); @@ -419,7 +419,7 @@ function ValidatePassport() - +
@@ -458,17 +458,17 @@ function ValidatePassport()
-
Age +
Age*
Contact Number*
-
Email ID +
Email ID*
-
Gender +
Gender* - + -
Blood group +
Blood group*
-
Department +
Department*
Previous Years of Experience @@ -612,7 +612,7 @@ function ValidatePassport()
-
Qualification +
Qualification* +
IFSC Code @@ -676,19 +676,7 @@ function ValidatePassport()
- Additional Information - -
-
Additional Information - -
-
-
-
- Select File(s) - -
-
+ @@ -698,7 +686,7 @@ function ValidatePassport()
Cancel - +
@@ -756,7 +744,7 @@ function ValidatePassport() data:{id:id}, type:"POST", - url:"Employeedetails/CheckEmail", + url:"employeedetails/CheckEmail", success:function(data) { if(data) { diff --git a/application/views/editSupplier.php b/application/views/editSupplier.php new file mode 100644 index 00000000..30acce6c --- /dev/null +++ b/application/views/editSupplier.php @@ -0,0 +1,471 @@ + SupplierID; + $SupplierName = $uf->SupplierName; + $Address = $uf->Address; + $ContactNumber = $uf->ContactNumber; + $AlternateContactNumber = $uf->AlternateContactNumber; + $EmailAddress = $uf->EmailAddress; + $Exiseregistration = $uf->Exiseregistration; + $TIN = $uf->TIN; + $PAN = $uf->PAN; + $GSTNO = $uf->GSTNO; + $GSTRange = $uf->GSTRange; + $CollectrateAddress = $uf->CollectrateAddress; + $UANumber = $uf->UANumber; + $PaymentTerms = $uf->PaymentTerms; + $PaymentDays = $uf->PaymentDays; + $PayableAT = $uf->PayableAT; + $chk = $uf->IsActive; + + if($chk == 1) + { + $IsActive = 'checked'; + } + else + { + $IsActive = ''; + } + } +} + + +?> + + + +
+ +
+

+
Siddharth Industries - DETAILS
+ +

+ +
+ +
+
+ Back +
+
+
+ +
+ + + +
+ + + + +
+
+ +
+ + + Supplier Information +
+ Supplier ID + +
+
+ Supplier Name* + + +
+ +
+ Contact Number* + +
+ +
+ Alternate Contact Number + +
+ +
+ Email ID* + +
+
+
name="isactive" > IsActive
+ + + Address Details + + +
Address* + +
+ + + + Tax Related Data + + + +
+ PAN * + +
+
+ TIN* + +
+
+ UA Number + +
+ +
+ Excise Registration + +
+
+ GST Number + +
+ +
+ GST Range + +
+ + +
Collectrate Address + +
+ + + + + Payment Details + + + +
+ Payable Terms + +
+ +
+ Payable AT + +
+ +
Payment Date
+ + +
+ + + + +
+
+
+ + +
+
+
+
+ +
+
+ + + +
+
+
+ load->helper('form'); + $error = $this->session->flashdata('error'); + if($error) + { + ?> +
+ + session->flashdata('error'); ?> +
+ + session->flashdata('success'); + if($success) + { + ?> +
+ + session->flashdata('success'); ?> +
+ + +
+
+ ', '
'); ?> +
+
+
+
+ + +
+ diff --git a/application/views/employeeListing.php b/application/views/employeeListing.php index 1bd33ab8..006f4a57 100644 --- a/application/views/employeeListing.php +++ b/application/views/employeeListing.php @@ -58,7 +58,7 @@ speed:500 { ?> - EmpID ?> + EmpID ?> FirstName .' , '. $record->LastName; ?> ContactNumber ?> EmailId ?> diff --git a/application/views/supplierListing.php b/application/views/supplierListing.php index 2bfc2989..e5a35b07 100644 --- a/application/views/supplierListing.php +++ b/application/views/supplierListing.php @@ -2,7 +2,7 @@

-
SUPPLIER LISTING
+
Siddharth Industries Supplier Details

@@ -18,7 +18,7 @@
-

Supplier List

+

@@ -37,21 +37,14 @@ Supplier Name Address Contact Number - Alternate Contact Number Email Address Exiseregistration TIN PAN GSTNO GSTRange - CollectrateAddress UANumber PaymentTerms - PaymentDays - PayableAT - Create Date - Action - - SupplierID ?> + SupplierID ?> SupplierName ?> Address ?> ContactNumber ?> - AlternateContactNumber ?> + EmailAddress ?> Exiseregistration ?> TIN ?> PAN ?> GSTNO ?> GSTRange ?> - CollectrateAddress ?> + UANumber ?> - PaymentTerms ?> - PaymentDays ?> - PayableAT ?> - CreatedDate ?> - - -     -     - - + PaymentTerms ?> +