Changes between Version 51 and Version 52 of Логички и физички дизајн
- Timestamp:
- 03/13/22 17:52:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Логички и физички дизајн
v51 v52 12 12 * Seller_Admin(**__Seller_Admin_id__***(User),**Name,Surname,E-mail**, **User_id***(Admin), **Store_name***(Store)) 13 13 * Distributor(**__Distributor_id__***(User),**Name, Surname, Contact_number**) 14 * Client(**__User_id__***(User),**Name, Ad ress, Email)15 * Store(**__Store_ name__,Location, Contact**)14 * Client(**__User_id__***(User),**Name, Address, Email) 15 * Store(**__Store_id__, Store_name, Location, Contact**) 16 16 * Product (**__Prod_id__, Availability, Name, Price, Type, Description, quantity**, **Store_name***(Store)) 17 17 * Delivery (**__Delivery_id__, Delivery_address, Date, Status**, **Distributor_id***(Distributor), **Client_id***(Client))