PwsAccountingPeriodSummary

Overview

This structure includes basic information about an accounting period. The information represented in this structure is not comprehensive and only includes certain key attributes of an accounting period that are considered useful in an accounting period listing.

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)

The accounting period code is a unique identifier.

01~06-2018

AccountingPeriodId

Int32

The accounting period id is a unique identifier. For internal use only.


AccountingPeriodName

String (50)

The accounting period name is a unique identifier.

Jan-Jun2018

AccountingPeriodUid

Int64

The accounting period Uid is a unique identifier.

1152921504606866570

BeginDate

DateTime

The begin date of the accounting period.

2018-01-01T00:00:00

EndDate

DateTime

The end date of the accounting period.

2018-06-30T00:00:00

OpenForAdjustmentsFlag

Boolean

If set to 'true', this accounting period is open for time/cost adjustment.

false

OpenForApTransactionsFlag

Boolean

If set to 'true', this accounting period is open for AP transactions.

true

OpenForArTransactionsFlag

Boolean

If set to 'true', this accounting period is open for AR transactions.

true

OpenForCostFlag

Boolean

If set to 'true', this accounting period is open for cost entry.

true

OpenForGlTransactionsFlag

Boolean

If set to 'true', this accounting period is open for GL transactions.

true

OpenForTimeFlag

Boolean

If set to 'true', this accounting period is open for time entry.

true

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>