Changes between Version 39 and Version 40 of Логички и физички дизајн


Ignore:
Timestamp:
01/07/22 19:09:17 (3 years ago)
Author:
181207
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Логички и физички дизајн

    v39 v40  
    1010* User(**__User_id__, password**)
    1111* Admin(**__Admin_id__***(User))
     12* Seller_Admin(**__Seller_Admin_id__***(User),**Name,Surname,E-mail**, **User_id***(Admin), **Store_name***(Store))
    1213* Distributor(**__Distributor_id__***(User),**Name, Surname, Contact_number**)
    1314* Client(**__User_id__***(User),**Name, Adress, Email)
    14 * Seller_Admin(**__Seller_Admin_id__***(User),**Name,Surname,E-mail**, **User_id***(Admin), **Store_name***(Store))
    1515* Product (**__Prod_id__, Availability, Name, Price, Type, Description, quantity**, **Store_name***(Store))
    1616* Store(**__Store_name__,Location, Contact**)