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


Ignore:
Timestamp:
03/13/22 17:52:20 (3 years ago)
Author:
181207
Comment:

--

Legend:

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

    v51 v52  
    1212* Seller_Admin(**__Seller_Admin_id__***(User),**Name,Surname,E-mail**, **User_id***(Admin), **Store_name***(Store))
    1313* Distributor(**__Distributor_id__***(User),**Name, Surname, Contact_number**)
    14 * Client(**__User_id__***(User),**Name, Adress, Email)
    15 * Store(**__Store_name__,Location, Contact**)
     14* Client(**__User_id__***(User),**Name, Address, Email)
     15* Store(**__Store_id__, Store_name, Location, Contact**)
    1616* Product (**__Prod_id__, Availability, Name, Price, Type, Description, quantity**, **Store_name***(Store))
    1717* Delivery (**__Delivery_id__, Delivery_address, Date, Status**, **Distributor_id***(Distributor), **Client_id***(Client))