POS System Class Diagram
POS System Class Diagram
Store - id : string
1 1 * - name : string
1 - name - price : float
- address - manufacture_date : date
- expiery_date : date
+ viewStock()
+ addProducts()
+ addStock() + deleteProducts()
+ manageStock() + editProducts()
1 + showProducts()
1 *
1 1
user_login
administrator 1
1 * 1 POS HomePage 1 1
- id : string
- name : string - name
- contactNumb er : string + login_id()
- address : string + showProductDetail()
1 + manage_user()
+ login() 1
1
1 * 1 *
1 add_to_cart
brands catagory_items
+ enterProduct() - id : string - id : string
- name : string - name : string
1
+ addBrand() + addCategory()
+ deleteBrand() + deleteCategory()
+ editBrand() + editCategory()
+ showBrand() + showCategory()
1 * 1