Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

This data structure is included in the response for PwsSaveProject and PwsSaveProjectRole.   It includes information on the time cards from the project or project role that could be revalued.  

Format


PwsRevalueReport
  • PwsRevalueReport
    • InvoiceCardCount: Int32
    • NoRevalueAdjustedRevenueEffect: Double
    • NoRevalueCardCount: Int32
    • NoRevalueContractRevenueEffect: Double
    • RevalueAdjustedRevenueEffect: Double
    • RevalueCardCount: Int32
    • RevalueContractRevenueEffect: Double

Elements


Element

Data Type

Description

Sample Data

InvoiceCardCount

Int32

Number of time cards that are on invoices already but otherwise would have needed revalue.

0

NoRevalueAdjustedRevenueEffect

Double

The total billing adjusted revenue effect that would have been had the time cards been revalue-able.

0

NoRevalueCardCount

Int32

Number of time cards that cannot be revalued because of lack of permissions.

Cards can be revalued if:

a. user is project manager, engagement manager or on the project management team and managers can revalue time card on rate change.

b. user has cost center based project team permission and managers can revalue time card on rate change.

c. user has cost center based maintain project rate permission.

0
NoRevalueContractRevenueEffectDoubleThe total contract revenue effect that would have been had the time cards been revalue-able. 0
RevalueAdjustedRevenueEffectDoubleThe total billing adjusted revenue effect of revaluing time cards.6.62
RevalueCardCountInt32Number of revalue-able time cards.1
RevalueContractRevenueEffectDoubleThe total contract revenue effect of revaluing time cards. 7.35

Usage Example(s)


Example 01
         	<a:RevalueReport xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:InvoiceCardCount>0</b:InvoiceCardCount>
               <b:NoRevalueAdjustedRevenueEffect>0</b:NoRevalueAdjustedRevenueEffect>
               <b:NoRevalueCardCount>0</b:NoRevalueCardCount>
               <b:NoRevalueContractRevenueEffect>0</b:NoRevalueContractRevenueEffect>
               <b:RevalueAdjustedRevenueEffect>6.62</b:RevalueAdjustedRevenueEffect>
               <b:RevalueCardCount>1</b:RevalueCardCount>
               <b:RevalueContractRevenueEffect>7.35</b:RevalueContractRevenueEffect>
            </a:RevalueReport>            





  • No labels