Changes between Version 3 and Version 4 of ProductCreation
- Timestamp:
- 12/30/25 15:52:53 (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductCreation
v3 v4 2 2 3 3 ==== Actors: **Registered Boss / Employee** 4 5 **1.** System checks if the authenticated user has permission to create a product for the store where they are registered. 6 7 {{{#!sql 8 SELECT CASE 9 WHEN EXISTS ( 10 SELECT 1 11 FROM permissions 12 WHERE personal_ID='0010002' AND (permission_type='BOSS' OR permission_type='MANAGER') 13 ) THEN 'Yes' 14 ELSE 'No' 15 END AS has_permission; 16 17 }}} 4 18 5 19 **2.** The registered user selects “Create Product”.
