Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Case Study : ShopAll Module : Application UI Topic : Information Display General Instructions for these exercises: The below

w exercises may be solved using HTML and Javascript . Data displayed on a screen will be hardcoded (not fetched from any database) Submitted data will not be stored in any database 1) Billing Consider ShopAll retail store billing section and design a bill to display information about the items purchased . The bill should have the following information:table Bill-no, store-id,bill-date,product-code,productdescription,price,quantity,discount,tax and total amount. This bill should indicate values for amount in number format with 2 decimal places. 2) Staff details Design an application to display information about all staffs. User should be able to click the links for Sales, Non-Sales and Manager and should be taken to corresponding pages where they should be able to enter their ids. For Sales and Non-Sales staff a new page should be displayed which displays the counter no or depratment (jeweller, apparel, home appliances etc) where they are allocated for that week. The Manager on entering his id should be taken to page which has links for shift planning and floor planning.

You might also like