diff --git a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 55721c1..cd0be98 100644 --- a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -96,6 +96,21 @@ addCustomMenu( "Manufacturer","Manufacturer", "Transcations"); addCustomMenu( "Deployment_type","Deployment_type", "Transcations"); +addCustomMenu( "Customer_information","Customer_information", "Transcations"); + + +addCustomMenu( "Types","Types", "Transcations"); + + +addCustomMenu( "Product","Product", "Transcations"); + + +addCustomMenu( "Manufacturer","Manufacturer", "Transcations"); + + +addCustomMenu( "Deployment_type","Deployment_type", "Transcations"); + + addCustomMenu( "Customer_information","Customer_information", "Transcations"); diff --git a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java index 6b44e03..328f4e2 100644 --- a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java +++ b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java @@ -80,7 +80,7 @@ private String deployment_typename; -private Boolean busbar_monitoring; +private Boolean ups_monitoring; @@ -96,18 +96,22 @@ private Boolean dg_monitoring_without_fule; -private Boolean ups_monitoring; - - - private Boolean apfc_panel_monitoring; +private Boolean busbar_monitoring; + + + private Boolean lt_panel_monitoring; +private Boolean water_management_stp_etp; + + + private Boolean ht_panel_monitoring; @@ -123,10 +127,6 @@ private Boolean compressed_air__lpg_n2_o2_co2; private Boolean water_management_water_monitoring; - -private Boolean water_management_stp_etp; - - private int quantity; diff --git a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java index 6fc4eb5..87ba169 100644 --- a/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java +++ b/testorderestimation-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java @@ -213,7 +213,7 @@ old.setDeployment_type(data.getDeployment_type()); -old.setBusbar_monitoring(data.getBusbar_monitoring()); +old.setUps_monitoring(data.getUps_monitoring()); @@ -221,11 +221,11 @@ old.setActive_energy(data.getActive_energy()); -old.setWater_management_stp_etp(data.getWater_management_stp_etp()); +old.setDg_monitoring__with_fule(data.getDg_monitoring__with_fule()); -old.setDg_monitoring__with_fule(data.getDg_monitoring__with_fule()); +old.setWater_management_stp_etp(data.getWater_management_stp_etp()); @@ -233,11 +233,11 @@ old.setDg_monitoring_without_fule(data.getDg_monitoring_without_fule()); -old.setUps_monitoring(data.getUps_monitoring()); +old.setApfc_panel_monitoring(data.getApfc_panel_monitoring()); -old.setApfc_panel_monitoring(data.getApfc_panel_monitoring()); +old.setBusbar_monitoring(data.getBusbar_monitoring()); diff --git a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html index 8434219..284d317 100644 --- a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html +++ b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html @@ -61,7 +61,7 @@ - dg monitoring without fule + busbar monitoring @@ -76,6 +76,11 @@ + dg monitoring without fule + + + + ups monitoring @@ -86,11 +91,6 @@ - busbar monitoring - - - - lt panel monitoring @@ -101,6 +101,11 @@ + water management stp/etp + + + + compressed air gag monitoring @@ -115,11 +120,6 @@ - - water management stp/etp - - - @@ -177,7 +177,7 @@ -{{user.lt_panel_monitoring}} +{{user.ups_monitoring}} @@ -193,14 +193,6 @@ -{{user.ups_monitoring}} - - - -{{user.water_management_stp_etp}} - - - {{user.apfc_panel_monitoring}} @@ -209,6 +201,10 @@ +{{user.lt_panel_monitoring}} + + + {{user.ht_panel_monitoring}} @@ -221,6 +217,10 @@ +{{user.water_management_stp_etp}} + + + {{user.water_management_water_monitoring}} @@ -557,8 +557,8 @@ -
-
+
+
@@ -571,6 +571,13 @@ +
+
+ + + + +
@@ -606,20 +613,6 @@ -
-
- - - - - -
-
- - - - -
@@ -627,6 +620,13 @@ +
+
+ + + + +
@@ -877,8 +877,8 @@
- -
+ + @@ -894,6 +894,12 @@ +
+ +
+ + +
@@ -907,14 +913,14 @@
- -
+ +
- -
+ + @@ -941,12 +947,6 @@ - -
- -
- - diff --git a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts index 390d573..d99d33f 100644 --- a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts +++ b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts @@ -86,7 +86,7 @@ deployment_type : [null], -dg_monitoring__with_fule:[false], +dg_monitoring_without_fule:[false], @@ -94,11 +94,7 @@ active_energy:[false], -water_management_stp_etp:[false], - - - -dg_monitoring_without_fule:[false], +dg_monitoring__with_fule:[false], @@ -106,6 +102,10 @@ ups_monitoring:[false], +water_management_stp_etp:[false], + + + apfc_panel_monitoring:[false], diff --git a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index 82d60e2..f07014c 100644 --- a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -3,6 +3,11 @@ + + + + + import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component'; import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component'; import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component'; @@ -276,6 +281,16 @@ const routes: Routes = [ + + + + + + + + + + {path:'Types',component:TypesComponent}, diff --git a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index 7d552d1..57f4e83 100644 --- a/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/testorderestimation-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -3,6 +3,11 @@ + + + + + import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component'; import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component'; import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component'; @@ -149,6 +154,16 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S + + + + + + + + + + TypesComponent,