In the Timesheet form, users can track logged or planned hours for tasks in the DBP.

  1. Weekly Plan: This is a date picker that allows users to input/select the required date.
    • This field acts as a search box. Any date inputted in this field will be, upon request, searched for in the grid and retrieved.
      • To select a date, click on the icon.
      • To run the search, click on the icon.
  2. / : These buttons allows users to minimize/expand an entry.
    • Entries are expanded by default.
  3. Add: This button allows users to add a new entry.
    • If selected, it will open a pop-up window with the following form:
      • Date: This is a date picker that allows users to input/select the date of the plan.
      • Start Time: This is a numeric field that allows users to input the start time.
      • End Time: This is a numeric field that allows users to input the end time.
      • Remaining Time: This is a numeric field that allows users to input the remaining time—that is, the time remaining to complete the task.
      • Description: This is a text field that allows users to input a description of the task plan. It can be expanded to encompass multiple lines.
      • Save: This button allows users to save the entry.
        • It will populate the Timesheet grid in the following fashion:
  1. Delete: This button allows users to delete an existing entry.
    • To delete, select the entry from the Timesheet grid and click on the Delete button.
  2. Next Week: This button allows users to view the timesheet for the next week.
  3. Previous Week: This button allows users to view the timesheet for the previous week.