diff --git a/ng6-seed/src/app/dashboard/charts.data.ts b/ng6-seed/src/app/dashboard/charts.data.ts deleted file mode 100644 index 5c4cbfa18..000000000 --- a/ng6-seed/src/app/dashboard/charts.data.ts +++ /dev/null @@ -1,232 +0,0 @@ -export const single = [ - { - name: 'Germany', - value: 40632 - }, - { - name: 'USA', - value: 49737 - }, - { - name: 'France', - value: 36745 - }, - { - name: 'UK', - value: 36240 - }, - { - name: 'Spain', - value: 33000 - }, - { - name: 'Italy', - value: 35800 - } -]; - -export const multi = [ - { - name: 'Germany', - series: [ - { - name: '2017', - value: 71632 - }, - { - name: '2010', - value: 40632 - }, - { - name: '2000', - value: 76953 - }, - { - name: '1990', - value: 31476 - } - ] - }, - { - name: 'USA', - series: [ - { - name: '2017', - value: 82632 - }, - { - name: '2010', - value: 49737 - }, - { - name: '2000', - value: 55986 - }, - { - name: '1990', - value: 37060 - } - ] - }, - { - name: 'France', - series: [ - { - name: '2017', - value: 51732 - }, - { - name: '2010', - value: 36745 - }, - { - name: '2000', - value: 34774 - }, - { - name: '1990', - value: 29476 - } - ] - }, - { - name: 'UK', - series: [ - { - name: '2017', - value: 95652 - }, - { - name: '2010', - value: 36240 - }, - { - name: '2000', - value: 32543 - }, - { - name: '1990', - value: 26424 - } - ] - } -]; - -export const bubble = [ - { - name: 'Germany', - series: [ - { - name: '2009', - x: new Date(2009, 0, 1), - y: 80.3, - r: 80.4 - }, - { - name: '2006', - x: new Date(2006, 0, 1), - y: 80.3, - r: 78 - }, - { - name: '1995', - x: new Date(1995, 0, 1), - y: 77.7, - r: 58.1 - }, - { - name: '1990', - x: new Date(1990, 0, 1), - y: 75.4, - r: 79 - } - ] - }, - { - name: 'USA', - series: [ - { - name: '2010', - x: new Date(2010, 0, 1), - y: 78.8, - r: 310 - }, - { - name: '2005', - x: new Date(2005, 0, 1), - y: 76.9, - r: 283 - }, - { - name: '1996', - x: new Date(1996, 0, 1), - y: 78.7, - r: 59.1 - }, - { - name: '1990', - x: new Date(1990, 0, 1), - y: 75.4, - r: 253 - } - ] - }, - { - name: 'France', - series: [ - { - name: '2008', - x: new Date(2008, 0, 1), - y: 81.4, - r: 63 - }, - { - name: '2000', - x: new Date(2000, 0, 1), - y: 79.1, - r: 59.4 - }, - { - name: '1994', - x: new Date(1994, 0, 1), - y: 76.7, - r: 58.1 - }, - { - name: '1990', - x: new Date(1990, 0, 1), - y: 77.2, - r: 56.9 - } - ] - }, - { - name: 'UK', - series: [ - { - name: '2007', - x: new Date(2007, 0, 1), - y: 80.2, - r: 62.7 - }, - { - name: '2003', - x: new Date(2003, 0, 1), - y: 77.8, - r: 58.9 - }, - { - name: '1995', - x: new Date(1995, 0, 1), - y: 78.7, - r: 59.1 - }, - { - name: '1990', - x: new Date(1990, 0, 1), - y: 75.7, - r: 57.1 - } - ] - } -]; \ No newline at end of file diff --git a/ng6-seed/src/app/dashboard/dashboard.component.html b/ng6-seed/src/app/dashboard/dashboard.component.html index 27e02bdc9..ebb4aa9c6 100644 --- a/ng6-seed/src/app/dashboard/dashboard.component.html +++ b/ng6-seed/src/app/dashboard/dashboard.component.html @@ -1,125 +1,4 @@ - - -
{{item.applicantid}}
{{item.lendername}} - {{item.status}}
@@ -189,4 +68,4 @@ - --> \ No newline at end of file + \ No newline at end of file diff --git a/ng6-seed/src/app/dashboard/dashboard.component.ts b/ng6-seed/src/app/dashboard/dashboard.component.ts index f260b7b7c..abab26524 100644 --- a/ng6-seed/src/app/dashboard/dashboard.component.ts +++ b/ng6-seed/src/app/dashboard/dashboard.component.ts @@ -6,6 +6,8 @@ import { Component } from '@angular/core'; templateUrl: './dashboard.component.html', styleUrls: ['./dashboard.component.scss'] }) + + export class DashboardComponent { //public single: any[]; //public multi: any[]; @@ -26,132 +28,115 @@ export class DashboardComponent { } // //Lender wise PD Triggered - // lenderpd: Object[] = [{ - // lendername:'ICICI', - // billingaddr:'Bangalore', - // fullpd:'9', - // smartpd:'6', - // }, { - // lendername:'IOB', - // billingaddr:'Chennai', - // fullpd:'10', - // smartpd:'5', - // }, { - // lendername:'SBI', - // billingaddr:'Pune', - // fullpd:'16', - // smartpd:'3', - // }, ]; + lenderpd: Object[] = [{ + lendername:'ICICI', + billingaddr:'Bangalore', + fullpd:'9', + smartpd:'6', + }, { + lendername:'IOB', + billingaddr:'Chennai', + fullpd:'10', + smartpd:'5', + }, { + lendername:'SBI', + billingaddr:'Pune', + fullpd:'16', + smartpd:'3', + }, ]; - // multi: Object[] = [ - // { - // name: 'Full', - // series: [ - // { - // name: 'Triggered', - // value: 50 - // }, - // { - // name: 'Allocated', - // value: 29 - // }, - // { - // name: 'Schudled', - // value: 45 - // }, - // { - // name: 'InProgress', - // value: 67 - // }, - // { - // name: 'Completed', - // value: 34 - // },{ - // name: 'QC Completed', - // value: 22 - // } - // ] - // }, - // { - // name: 'Smart', - // series: [ - // { - // name: 'Triggred', - // value: 60 - // }, - // { - // name: 'Allocated', - // value: 33 - // }, - // { - // name: 'Schudled', - // value: 76 - // }, - // { - // name: 'InProgress', - // value: 34 - // },{ - // name: 'Completed', - // value: 56 - // },{ - // name: 'QC Completed', - // value: 45 - // } - // ] - // }, - // ]; + multi: Object[] = [ + { + name: 'Full', + series: [ + { + name: 'Triggered', + value: 50 + }, + { + name: 'Allocated', + value: 29 + }, + { + name: 'Schudled', + value: 45 + }, + { + name: 'InProgress', + value: 67 + }, + { + name: 'Completed', + value: 34 + },{ + name: 'QC Completed', + value: 22 + } + ] + }, + { + name: 'Smart', + series: [ + { + name: 'Triggred', + value: 60 + }, + { + name: 'Allocated', + value: 33 + }, + { + name: 'Schudled', + value: 76 + }, + { + name: 'InProgress', + value: 34 + },{ + name: 'Completed', + value: 56 + },{ + name: 'QC Completed', + value: 45 + } + ] + }, + ]; - // //Lender wise PD Triggered - // lenderpd: Object[] = [{ - // lendername:'ICICI', - // billingaddr:'Bangalore', - // fullpd:'9', - // smartpd:'6', - // }, { - // lendername:'IOB', - // billingaddr:'Chennai', - // fullpd:'10', - // smartpd:'5', - // }, { - // lendername:'SBI', - // billingaddr:'Pune', - // fullpd:'16', - // smartpd:'3', - // }, ]; - - // //City Wise PD Triggered - // citywisepd: Object[] = [{ - // cityname: 'Bangalore', - // fullpd:'45', - // smartpd:'17', - // }, { - // cityname: 'Chennai', - // fullpd:'33', - // smartpd:'16', - // }, { - // cityname: 'Salem', - // fullpd:'22', - // smartpd:'12', - // } ]; + + //City Wise PD Triggered + citywisepd: Object[] = [{ + cityname: 'Bangalore', + fullpd:'45', + smartpd:'17', + }, { + cityname: 'Chennai', + fullpd:'33', + smartpd:'16', + }, { + cityname: 'Salem', + fullpd:'22', + smartpd:'12', + } ]; // //Same status - // message: Object[] = [{ - // applicantname: 'Saravana', - // applicantid:'ICICITN0118000354', - // lendername:'ICICI', - // status:'Allocated', - // photo: 'assets/images/face3.jpg', - // }, { - // applicantname: 'Kumaran', - // applicantid:'IOBKA0418000578', - // lendername:'IOB', - // status:'Allocated', - // photo: 'assets/images/face6.jpg', - // }, { - // applicantname: 'Priya', - // applicantid:'SBIGA0118000241', - // lendername:'SBI', - // status:'Triggered', - // photo: 'assets/images/face4.jpg', - // } ]; + message: Object[] = [{ + applicantname: 'Saravana', + applicantid:'ICICITN0118000354', + lendername:'ICICI', + status:'Allocated', + photo: 'assets/images/face3.jpg', + }, { + applicantname: 'Kumaran', + applicantid:'IOBKA0418000578', + lendername:'IOB', + status:'Allocated', + photo: 'assets/images/face6.jpg', + }, { + applicantname: 'Priya', + applicantid:'SBIGA0118000241', + lendername:'SBI', + status:'Triggered', + photo: 'assets/images/face4.jpg', + } ]; } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html index a8567c7cf..6de2b1d33 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html @@ -1,138 +1,141 @@ -{{details.lender_full_name}} {{details.lender_applicant_id}}{{details.pd_date_of_initiation}}
+{{details.product_abbr}}/{{details.subproduct_abbr}}/{{details.customer_segment_abbr}}
+ + + +No Record Found ...
+ +{{details.lender_full_name}}({{details.lender_applicant_id}})
{{details.product_abbr}}/{{details.subproduct_abbr}}/{{details.customer_segment_abbr}}
{{details.pd_date_of_initiation}}
-{{master.addressline2}}
{{master.addressline3}}
-{{master.pd_status_name}} {{master.pd_date_of_initiation}}
+{{master.pd_date_of_initiation}}
No Applicants
No Applicant
@@ -93,7 +99,9 @@
No Document
No History
{{details.applicat_details[0].applicant_name}}
- -{{details.lender_full_name}} {{details.lender_applicant_id}}{{details.pd_date_of_initiation}}
-{{details.product_abbr}}/{{details.subproduct_abbr}}/{{details.customer_segment_abbr}} {{details.loan_amount}} {{details.city_name}}/{{details.state_name}}-{{details.pincode}}
- - - -