Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AbrahamViljoen

    PWA My Timesheet Create New Error on Page

    Hi All, When a user creates a new timesheet from the My Timeheet page there is no responce except for the Error on page message at the bottom of the browser (IE6). But if the user clicks on My Work and then the Timesheet link to the left the uncreated timesheet can be created from there no...
  2. AbrahamViljoen

    missing hours from PWA

    The hours in PWA are they in visible in My Tasks or in My Timesheets? My Timesheet does not update the project plan even if you accept. My Tasks need to be updated to update the project plan.
  3. AbrahamViljoen

    Display the actual cost between 2 dates on a project in a report

    Hi, I need to display the actual cost between 2 dates on a project in a report. This is what i have. SELECT Proj.ProjectUID ,ROUND(Proj.[ProjectBudgetCost],0) AS [Budget] ,ROUND(sum((AssiBD.[AssignmentCost]-AssiBD.[AssignmentActualCost])),0) AS [Remaining Cost]...
  4. AbrahamViljoen

    Report on actual/remaining cost only for this financial year

    Hi everyone, I have to write a report in SSRS displaying project information like Cost, Buget Cost, Remaining Cost and Actual Cost. Easy right? But these cost fields should only display costs for this financial year. For example if the project starts Jan 01 and ends May31 and the current date...

Part and Inventory Search

Back
Top