0% found this document useful (0 votes)
29 views7 pages

Seq. Diagram (01 - Log In) : Admin Display System

The document contains a series of sequence diagrams showing the steps for various operations in a store inventory management system. The operations include logging in, updating a product, adding a product, searching for a product, checking product quantity, checking product expiry date, marking a product as delivered, selecting a product, and deleting an order. Each diagram shows the steps between an admin user interacting with a display, and calling various functions within the backend system.

Uploaded by

Eman Saleh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views7 pages

Seq. Diagram (01 - Log In) : Admin Display System

The document contains a series of sequence diagrams showing the steps for various operations in a store inventory management system. The operations include logging in, updating a product, adding a product, searching for a product, checking product quantity, checking product expiry date, marking a product as delivered, selecting a product, and deleting an order. Each diagram shows the steps between an admin user interacting with a display, and calling various functions within the backend system.

Uploaded by

Eman Saleh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Seq.

diagram (01_log in)

Admin Display System

log in

enter password

setPassword ( )

submit

logIn ( )

Seq. diagram (02_update Store)


Admin Display System

select attribute

select update

check()

submit

Update_Product()

Seq. diagram (03_add product)


Admin Display And Button
System

add product

product name

product ID

submit

checkValidatiion ( ID)

valid (ID)

Add_Product( )

Display())

Seq. diagram (04_search)


Admin Display And Button System product

search

product name or ID

commit

searchProduct ( P_ID)

search (P_ID)
Compare(P_ID,Count ,ID)

Found(P_ID)

displayInfo

Seq. diagram (05_ check quantity)


Check button and Display
Admin System

check quantity

compare (ID,critical quantity,Count)

Compare(ID,critical quantity,Count)

displayCritical(ID)

Seq. diagram (06 _view supplier)

Seq. diagram (13_Check Expiry Date)


Admin Display and Button System

check expiry Date

checkExpiryDate(date)

compareExpDate(ID,Count,date)

display()

Seq. diagram (14_Mark As Delivered)

Admin Display And Button System

Product

Select ()

Delivered

Mark_ Delivered ()
Seq. diagram (15_Select)

Admin Display System

Product

Select

Select(ID)

displayInfo(ID)

Seq. diagram (16_Delete Order)

You might also like