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 3 Next »

Overview

This structure includes basic information about a project. The information represented in this structure is not comprehensive and only includes certain key attributes of a project deemed to be useful in a listing of projects.

Format

PwsAccountingPeriodSummary
  • PwsAccountingPeriodSummary
    • AccountingPeriodCode: String (20)
    • AccountingPeriodId: Int32
    • AccountingPeriodName: String (50)
    • AccountingPeriodUid: Int64
    • BeginDate: DateTime
    • EndDate: DateTime
    • OpenForAdjustmentsFlag: Boolean
    • OpenForApTransactionsFlag: Boolean
    • OpenForArTransactionsFlag: Boolean
    • OpenForCostFlag: Boolean
    • OpenForGlTransactionsFlag: Boolean
    • OpenForTimeFlag: Boolean

Elements

Element

Data Type

Description

Sample Data

AccountingPeriodCode

String (20)



AccountingPeriodId

Int32



AccountingPeriodName

String (50)



AccountingPeriodUid

Int64



BeginDate

DateTime



EndDate

DateTime



OpenForAdjustmentsFlag

Boolean



OpenForApTransactionsFlag

Boolean



OpenForArTransactionsFlag

Boolean



OpenForCostFlag

Boolean



OpenForGlTransactionsFlag

Boolean



OpenForTimeFlag

Boolean



Usage Example(s)

Example 01
               <b:PwsAccountingPeriodSummary>
                  <b:AccountingPeriodCode>01~06-2018</b:AccountingPeriodCode>
                  <b:AccountingPeriodId i:nil="true"/>
                  <b:AccountingPeriodName>Jan-Jun2018</b:AccountingPeriodName>
                  <b:AccountingPeriodUid>1152921504606866570</b:AccountingPeriodUid>
                  <b:BeginDate>2018-01-01T00:00:00</b:BeginDate>
                  <b:EndDate>2018-06-30T00:00:00</b:EndDate>
                  <b:OpenForAdjustmentsFlag>false</b:OpenForAdjustmentsFlag>
                  <b:OpenForApTransactionsFlag i:nil="true"/>
                  <b:OpenForArTransactionsFlag i:nil="true"/>
                  <b:OpenForCostFlag i:nil="true"/>
                  <b:OpenForGlTransactionsFlag i:nil="true"/>
                  <b:OpenForTimeFlag i:nil="true"/>
               </b:PwsAccountingPeriodSummary> 
  • No labels