Weekly Project Time Sheet

From Adjutant Wiki

{TOC}

Default Menu Location

Reports >> Project Control >> Weekly Project Time Sheet

Management\projtimes.jpg|Click here for a screenshot

General Description

The Weekly Project Time Sheet screen generates a report for the selected project based on a selected week.

Report Filters

Project Number: Filter a specific project number

Project Name: Filter selection by specific project name

Phase: Filter by a phase or leave blank

Week Of: Filter by week

Standard Report Fields (Header)

Company: Company

Week of: "Week of " + lc_sdated

Project: lc_projname

Client: lc_company

First date of the week: lc_time0

Second date of the week: lc_time1

Third date of the week: lc_time2

Fourth date of the week: lc_time3

Fifth date of the week: lc_time4

Sixth date of the week: lc_time5

Seventh date of the week: lc_time6

Standard Report Fields (Group Header Task)

Task: alltrim(task) + " - " + sonum

Standard Report Fields (Detail)

Resource rname

First date of the week: time0

Second date of the week: time1

Third date of the week: time2

Fourth date of the week: time3

Fifth date of the week: time4

Sixth date of the week: time5

Seventh date of the week: time6

Total: Timet

Standard Report Fields (Group Footer)

Task Totals:

  • time0
  • time1
  • time2
  • time3
  • time4
  • time5
  • time6
  • timet

Standard Report Fields (Page Footer)

  • datetime()
  • "Page #" + alltrim(str(_pageno))

Standard Report Fields (Summary)

Proj Totals:

  • time0
  • time1
  • time2
  • time3
  • time4
  • time5
  • time6
  • timet

Additional Report Fields for Customization