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 @@
-