diff --git a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 631ba95..a7639b3 100644 --- a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -81,6 +81,21 @@ addCustomMenu( "Manufacturer","Manufacturer", "Master"); addCustomMenu( "Deployment_type","Deployment_type", "Master"); +addCustomMenu( "Customer_information","Customer_information", "Transcations"); + + +addCustomMenu( "Types","Types", "Master"); + + +addCustomMenu( "Product","Product", "Master"); + + +addCustomMenu( "Manufacturer","Manufacturer", "Master"); + + +addCustomMenu( "Deployment_type","Deployment_type", "Master"); + + addCustomMenu( "Customer_information","Customer_information", "Transcations"); diff --git a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java index ac18800..f7c00ab 100644 --- a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java +++ b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Entity/Customer_information.java @@ -76,7 +76,11 @@ private String deployment_typename; -private boolean busbar_monitoring; +private boolean apfc_panel_monitoring; + + + +private boolean dg_monitoring___without_fule; @@ -88,15 +92,11 @@ private boolean dg_monitoring___with_fule; -private boolean dg_monitoring___without_fule; - - - private boolean ups_monitoring; -private boolean apfc_panel_monitoring; +private boolean busbar_monitoring; diff --git a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java index d916b3c..1c1e9c6 100644 --- a/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java +++ b/orderestimation0010-back-b/authsec_springboot/backend/src/main/java/com/realnet/basicp1/Services/Customer_informationService.java @@ -201,11 +201,7 @@ old.setDeployment_type(data.getDeployment_type()); -old.setApfc_panel_monitoring(data.isApfc_panel_monitoring()); - - - -old.setDg_monitoring___with_fule(data.isDg_monitoring___with_fule()); +old.setBusbar_monitoring(data.isBusbar_monitoring()); @@ -213,6 +209,10 @@ old.setActive_energy(data.isActive_energy()); +old.setDg_monitoring___with_fule(data.isDg_monitoring___with_fule()); + + + old.setDg_monitoring___without_fule(data.isDg_monitoring___without_fule()); @@ -221,11 +221,7 @@ old.setUps_monitoring(data.isUps_monitoring()); -old.setBusbar_monitoring(data.isBusbar_monitoring()); - - - -old.setWater_management_stp_etp(data.isWater_management_stp_etp()); +old.setApfc_panel_monitoring(data.isApfc_panel_monitoring()); @@ -233,6 +229,10 @@ old.setLt_panel_monitoring(data.isLt_panel_monitoring()); +old.setWater_management_stp_etp(data.isWater_management_stp_etp()); + + + old.setHt_panel_monitoring(data.isHt_panel_monitoring()); diff --git a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html index e4c9120..219a996 100644 --- a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.html +++ b/orderestimation0010-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 + compressed air -gag monitoring @@ -91,12 +91,12 @@ - lt panel monitoring + busbar monitoring - water management-stp/etp + lt panel monitoring @@ -106,7 +106,7 @@ - compressed air -gag monitoring + water management-stp/etp @@ -171,11 +171,11 @@ -{{user.dg_monitoring___with_fule}} +{{user.active_energy}} -{{user.active_energy}} +{{user.dg_monitoring___with_fule}} @@ -211,11 +211,11 @@ -{{user.water_management_stp_etp}} +{{user.water_management_water_monitoring}} -{{user.water_management_water_monitoring}} +{{user.water_management_stp_etp}} @@ -538,8 +538,8 @@ -
-
+
+
@@ -552,13 +552,6 @@ -
-
- - - - -
@@ -566,6 +559,13 @@ +
+
+ + + + +
@@ -573,6 +573,13 @@ +
+
+ + + + +
@@ -601,13 +608,6 @@ -
-
- - - - -
@@ -842,12 +842,24 @@ +
+ +
+ + +
+
+ +
+ + +
@@ -884,18 +896,6 @@ -
- -
- - - -
- -
- - -
diff --git a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts index 825b82e..cd3d331 100644 --- a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts +++ b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Customer_information/Customer_information.component.ts @@ -86,10 +86,6 @@ deployment_type : [null], -ups_monitoring:[false], - - - active_energy:[false], @@ -102,6 +98,10 @@ dg_monitoring___without_fule:[false], +ups_monitoring:[false], + + + apfc_panel_monitoring:[false], @@ -118,11 +118,11 @@ ht_panel_monitoring:[false], -water_management_stp_etp:[false], +compressed_air__gag_monitoring:[false], -compressed_air__gag_monitoring:[false], +water_management_stp_etp:[false], @@ -631,7 +631,7 @@ console.log(data); totaltotal; - totalcalculateOperators: 'Addition' | 'Subtraction' | 'Multiplication' | 'Division' | 'Concatination' = "Deployment_type" + totalcalculateOperators: 'Addition' | 'Subtraction' | 'Multiplication' | 'Division' | 'Concatination' = "deployment_type" onInputChangetotal(mode: 'add' | 'edit') { diff --git a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index f96c6f4..82d60e2 100644 --- a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -1,3 +1,8 @@ + + + + + import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component'; import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component'; import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component'; @@ -261,6 +266,16 @@ const routes: Routes = [ // buildercomponents + + + + + + + + + + {path:'Types',component:TypesComponent}, diff --git a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index 5025c00..7d552d1 100644 --- a/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/orderestimation0010-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -1,3 +1,8 @@ + + + + + import { TypesComponent } from './BuilderComponents/basicp1/Types/Types.component'; import { ProductComponent } from './BuilderComponents/basicp1/Product/Product.component'; import { ManufacturerComponent } from './BuilderComponents/basicp1/Manufacturer/Manufacturer.component'; @@ -134,6 +139,16 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + + + + + + + + + TypesComponent,