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 cd0be98..a0af535 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 @@ -111,6 +111,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 328f4e2..bf372f0 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 ups_monitoring; +private Boolean dg_monitoring__with_fule; @@ -88,11 +88,15 @@ private Boolean active_energy; -private Boolean dg_monitoring__with_fule; +private Boolean dg_monitoring_without_fule; -private Boolean dg_monitoring_without_fule; +private Boolean ups_monitoring; + + + +private Boolean water_management_stp_etp; @@ -108,10 +112,6 @@ private Boolean lt_panel_monitoring; -private Boolean water_management_stp_etp; - - - private Boolean ht_panel_monitoring; 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 87ba169..a75e508 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,10 +213,6 @@ old.setDeployment_type(data.getDeployment_type()); -old.setUps_monitoring(data.getUps_monitoring()); - - - old.setActive_energy(data.getActive_energy()); @@ -225,11 +221,11 @@ old.setDg_monitoring__with_fule(data.getDg_monitoring__with_fule()); -old.setWater_management_stp_etp(data.getWater_management_stp_etp()); +old.setDg_monitoring_without_fule(data.getDg_monitoring_without_fule()); -old.setDg_monitoring_without_fule(data.getDg_monitoring_without_fule()); +old.setUps_monitoring(data.getUps_monitoring()); @@ -260,6 +256,10 @@ old.setCompressed_air__lpg_n2_o2_co2(data.getCompressed_air__lpg_n2_o2_co2()); old.setWater_management_water_monitoring(data.getWater_management_water_monitoring()); + +old.setWater_management_stp_etp(data.getWater_management_stp_etp()); + + 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 284d317..8cb4ee9 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 @@ - busbar monitoring + ups monitoring @@ -81,12 +81,12 @@ - ups monitoring + apfc panel monitoring - apfc panel monitoring + busbar monitoring @@ -101,11 +101,6 @@ - water management stp/etp - - - - compressed air gag monitoring @@ -116,6 +111,11 @@ + water management stp/etp + + + + water management water monitoring @@ -177,7 +177,7 @@ -{{user.ups_monitoring}} +{{user.ht_panel_monitoring}} @@ -193,6 +193,10 @@ +{{user.ups_monitoring}} + + + {{user.apfc_panel_monitoring}} @@ -205,10 +209,6 @@ -{{user.ht_panel_monitoring}} - - - {{user.compressed_air_gag_monitoring}} @@ -557,8 +557,8 @@ -
-
+
+
@@ -578,13 +578,6 @@ -
-
- - - - -
@@ -613,15 +606,22 @@ -
-
+
+
-
-
+
+
+ + + + + +
+
@@ -877,8 +877,8 @@
- -
+ + @@ -888,12 +888,6 @@ -
- -
- - -
@@ -912,6 +906,12 @@ +
+ +
+ + +
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 d99d33f..a21f5c7 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_without_fule:[false], +dg_monitoring__with_fule:[false], @@ -94,7 +94,7 @@ active_energy:[false], -dg_monitoring__with_fule:[false], +dg_monitoring_without_fule:[false], @@ -102,11 +102,11 @@ ups_monitoring:[false], -water_management_stp_etp:[false], +apfc_panel_monitoring:[false], -apfc_panel_monitoring:[false], +water_management_stp_etp:[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 f07014c..e78fb7c 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 @@ -8,6 +8,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'; @@ -281,6 +286,16 @@ const routes: Routes = [ + + + + + + + + + + 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 57f4e83..06fd098 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 @@ -8,6 +8,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'; @@ -154,6 +159,16 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S + + + + + + + + + +