diff --git a/pom.xml b/pom.xml index 7c8e092..8c3ff41 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.iemr.aam-inventory-ui aam-inventory-ui - 3.6.0 + 3.6.1 AAM-Inventory-UI Piramal - inventory: Module ui war diff --git a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css index bad2176..e536358 100644 --- a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css +++ b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.css @@ -1,7 +1,20 @@ -/* CSS files should not be empty SonarQube Bug Fix */ +/* Fix for overlapping at different zoom levels */ +.mat_form_field_background_width { + width: 100% !important; +} +.input-full-width { + width: 100% !important; +} -.mat_form_field_background_width>>>.mat-mdc-text-field-wrapper { - width: 125% !important; +/* Ensure Material form field doesn't overflow */ +::ng-deep .mat_form_field_background_width .mat-mdc-text-field-wrapper { + width: 100% !important; + max-width: 100% !important; } +/* Add some spacing between columns to prevent overlap */ +.row > [class*='col-'] { + padding-left: 8px; + padding-right: 8px; +} \ No newline at end of file diff --git a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html index 83c4eee..32187e6 100644 --- a/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html +++ b/src/app/app-modules/inventory/reports/inward-stock-report/inward-stock-report.component.html @@ -1,96 +1,84 @@ -
-
-
-

{{ currentLanguageSet?.inventory?.inwardStockReport }}

-
-
- -
-
-
-
- - - {{ currentLanguageSet?.inventory?.startDate }} - - - - - -
-
- - - {{ currentLanguageSet?.inventory?.endDate }} - - - - - -
-
- - - {{ currentLanguageSet?.inventory?.facility }} - - - {{ - item - }} - - -
-
- -
-
-
+ {{ + item + }} + + +
+
+ +
+