sbcDeveloper / bugs-in-time

bug repository for timesheet
0 stars 0 forks source link

Move code logic for displaying Review, Edit, Print and Template to SQL's SP #110

Closed sbcDeveloper closed 8 years ago

sbcDeveloper commented 8 years ago

See email exchange dated January 15th subject RE:Updates

sbcDeveloper commented 8 years ago

CURRENTLY

Review & Approve – Edit Link Availability based on Submitted Status - once the DTSA submits the timesheets to AC Payroll, these timesheets can no longer be edited *

Review & Submit – Edit Link Availability based on Submitted Status - once the DTSA submits the timesheets to AC Payroll, these timesheets can no longer be edited *

Input Leave Integration – Edit Link Availability based on History Status - once AC Payroll submits the timesheets to Pay Plus, these timesheets can no longer be edited

• Unless AC Payroll recalls the timesheets for that BUnit

sbcDeveloper commented 8 years ago

modify boolean DisplayXXXLink... functions to evaluate new SP returns - no longer evals Submitted and History

sbcDeveloper commented 8 years ago

See email to self dated Jan 20th 10:27am - Subject RE: ESS+ Unlocking Time Sheet

sbcDeveloper commented 8 years ago

Because the grid needs status and submitted status columns - the same columns we're using to determine the display settings, we won’t see much benefit in performance, or a reduction in lines of code by adding display logic to the stored procedure