Changes between Version 1 and Version 2 of P2
- Timestamp:
- 12/20/25 20:21:50 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P2
v1 v2 49 49 17. **FOR_STORE** (**__{{{request_num*}}}__** (REQUEST), **__{{{store_ID*}}}__** (STORE)) 50 50 51 1 7. **REVIEW** (**__{{{order_num*}}}__** (ORDER), {{{comment}}}, {{{rating}}}, {{{last_mod_date}}})51 18. **REVIEW** (**__{{{order_num*}}}__** (ORDER), {{{comment}}}, {{{rating}}}, {{{last_mod_date}}}) 52 52 53 1 8. **CHANGE** (**__{{{date_and_time}}}__**, **{{{changes_made}}}**, ''{{{previous_version}}}'', ''{{{new_version}}}'')53 19. **CHANGE** (**__{{{date_and_time}}}__**, **{{{changes_made}}}**, ''{{{previous_version}}}'', ''{{{new_version}}}'') 54 54 55 19. **MAKES_CHANGE** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{change_date_time*}}}__** (CHANGE))55 20. **MAKES_CHANGE** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{change_date_time*}}}__** (CHANGE)) 56 56 57 2 0. **MADE_ON** (**__{{{product_code*}}}__** (PRODUCT), **__{{{change_date_time*}}}__** (CHANGE))57 21. **MADE_ON** (**__{{{product_code*}}}__** (PRODUCT), **__{{{change_date_time*}}}__** (CHANGE)) 58 58 59 2 1. **WORKS_IN_STORE** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{store_ID*}}}__** (STORE))59 22. **WORKS_IN_STORE** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{store_ID*}}}__** (STORE)) 60 60 61 2 2. **WORKED** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{report_date*}}}__** (REPORT), **__{{{store_ID*}}}__** (REPORT), {{{wage}}}, {{{pay_method}}}, **{{{working_hours}}}**, ''{{{total}}}'', ''{{{total_week}}}'')61 23. **WORKED** (**__{{{personal_SSN*}}}__** (PERSONAL), **__{{{report_date*}}}__** (REPORT), **__{{{store_ID*}}}__** (REPORT), {{{wage}}}, {{{pay_method}}}, **{{{working_hours}}}**, ''{{{total}}}'', ''{{{total_week}}}'') 62 62 63 2 3. **SELLS** (**__{{{product_code*}}}__** (PRODUCT), **__{{{store_ID*}}}__** (STORE), {{{discount}}})63 24. **SELLS** (**__{{{product_code*}}}__** (PRODUCT), **__{{{store_ID*}}}__** (STORE), {{{discount}}}) 64 64 65 2 4. **INCLUDES** (**__{{{order_num*}}}__** (ORDER), **__{{{product_code*}}}__** (PRODUCT))65 25. **INCLUDES** (**__{{{order_num*}}}__** (ORDER), **__{{{product_code*}}}__** (PRODUCT)) 66 66 67 2 5. **APPROVES** (**__{{{boss_SSN*}}}__** (BOSS), **__{{{report_date*}}}__** (REPORT), {{{owner_signature}}}, **__{{{store_ID*}}}__** (REPORT))67 26. **APPROVES** (**__{{{boss_SSN*}}}__** (BOSS), **__{{{report_date*}}}__** (REPORT), {{{owner_signature}}}, **__{{{store_ID*}}}__** (REPORT)) 68 68 69 2 6. **EXCHANGES_DATA** (**__{{{report_date*}}}__** (REPORT), **__{{{store_ID*}}}__** (STORE), {{{monthly_profit}}}, {{{date}}}, {{{sales}}}, {{{damages}}}, {{{store_ID*}}} (REPORT))69 27. **EXCHANGES_DATA** (**__{{{report_date*}}}__** (REPORT), **__{{{store_ID*}}}__** (STORE), {{{monthly_profit}}}, {{{date}}}, {{{sales}}}, {{{damages}}}, {{{store_ID*}}} (REPORT)) 70 70 * store_ID is also added as a regular attribute because it is being included in the report. This is necessary as reports made by different stores, on the same day need to be differentiated. 71 71
