From 8548cc7cae1eff2eaffca37038527bda6c0d6934 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Fri, 8 Sep 2017 15:48:20 +0100 Subject: [PATCH] Disabled and removed unused forms --- src/app/dashboard/add-data.component.html | 60 +---------------------- src/app/dashboard/add-data.component.ts | 6 --- 2 files changed, 2 insertions(+), 64 deletions(-) diff --git a/src/app/dashboard/add-data.component.html b/src/app/dashboard/add-data.component.html index 8941db6..91e8e42 100644 --- a/src/app/dashboard/add-data.component.html +++ b/src/app/dashboard/add-data.component.html @@ -72,7 +72,7 @@ -
+
Profile & Payroll Data Required Data marked in bold. @@ -178,63 +178,7 @@
-
-
- Individual Supplier Data - Required Data marked in bold. -
-
-
-
- -
- - Enter the month and year for this information. -
-
-
- -
- - Enter the business name of the supplier. -
-
-
- -
- - Enter the postcode where the supplier is located. -
-
-
- -
-
- - -
- Enter the monthly spend paid towards the supplier. -
-
-
-
-
- - -
-
-
-
- -
-
-
+
Individual Employee Data Required Data marked in bold. diff --git a/src/app/dashboard/add-data.component.ts b/src/app/dashboard/add-data.component.ts index de07cfa..c121d0a 100644 --- a/src/app/dashboard/add-data.component.ts +++ b/src/app/dashboard/add-data.component.ts @@ -55,12 +55,6 @@ export class AddDataComponent { payroll_total_pension: ['', [Validators.required]], payroll_other_benefit: ['', [Validators.required]], }); - this.singleSupplierForm = this.formBuilder.group({ - entry_period: ['', [Validators.required]], - supplier_business_name: ['', [Validators.required]], - postcode: ['', [Validators.required]], - monthly_spend: ['', [Validators.required]], - }); this.employeeForm = this.formBuilder.group({ entry_period: ['', [Validators.required]], employee_no: ['', [Validators.required]],