From b8322fbadefc131752c5c96f03c3b7edfdb1d7d5 Mon Sep 17 00:00:00 2001 From: MUTHUSELVISF3942 <115706507+MUTHUSELVISF3942@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:02:14 +0530 Subject: [PATCH] 946331: Need to update Inventory Use Case Sample Based on UX Review --- .../Inventory Application/src/App.tsx | 14 +++++++------- .../Inventory Application/src/index.css | 12 ++---------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx b/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx index 7ff0b11..b8528b6 100644 --- a/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx +++ b/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx @@ -644,7 +644,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base'; if ((gridInstance.current.dataSource as any).length) { printTable( (gridInstance.current), - "ABC SUPERMARKET", + "ShopNezt Supermarket", (document.getElementById("billNoInput") as HTMLInputElement).value, (document.getElementById("customerName") as HTMLInputElement).value, (document.getElementById("phone-input") as HTMLInputElement).value, @@ -1140,7 +1140,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base'; return (