Class Diagram of DD Assignment

You might also like

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

ProductCategory

Product-ID
Name
Version
Unitstack
Discount percentage

showallpdt ();
addnewpdt ();

ProductItem

Item-ID
Name
Manf-Date
Exp-Date

getprice ();
setprice ();
getpdt list ();

Supplier
Sale
Supplier-ID
Sale-ID Name
Date Address
Subtotal Email
Quantity Contact-no

generateinvoice (); Payment deliveryitem ();


gettotal (); recievepayment();
viewsale(); Pay-ID
Pay type
Date
Total payment

getbalance();

Cash Payment Credit Payment

Cash-ID Credit Card No

getcash(); getcardno();
Cashier Customer

Customer-ID
Cashier-ID Name
Name Address
Address Email
Email
makepayment ();
getpayment(); viewpdt ();
calculatetotalamount();

You might also like