...
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
Panel | ||
---|---|---|
| ||
|
...
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 |
...