Skip to main content

FinancialPeriod

FinancialPeriods. Represents a financial period (FinPeriod) from the ERP general ledger calendar.

type FinancialPeriod {
finPeriodId: String!
startDate: DateTime!
endDate: DateTime!
description: String
active: Boolean!
year: Int!
closedInGeneralLedger: Boolean!
closedInSupplierLedger: Boolean!
closedInCustomerLedger: Boolean!
closedInInventoryManagement: Boolean!
closedInCashManagement: Boolean!
closedInFixedAssets: Boolean!
lastModifiedDateTime: DateTime!
deletedDatabaseRecord: Boolean!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}

Fields

FinancialPeriod.finPeriodId ● String! non-null scalar

finPeriodId > (PK) The unique identifier of the financial period (period number and year).

FinancialPeriod.startDate ● DateTime! non-null scalar

startDate > The date when the financial period starts.

FinancialPeriod.endDate ● DateTime! non-null scalar

endDate > The date when the financial period ends.

FinancialPeriod.description ● String scalar

description > The description of the financial period.

FinancialPeriod.active ● Boolean! non-null scalar

active > Indicates if the financial period is active for posting transactions.

FinancialPeriod.year ● Int! non-null scalar

year > The financial year the period belongs to.

FinancialPeriod.closedInGeneralLedger ● Boolean! non-null scalar

closedInGeneralLedger > Indicates if the period is closed in the General Ledger.

FinancialPeriod.closedInSupplierLedger ● Boolean! non-null scalar

closedInSupplierLedger > Indicates if the period is closed in the Supplier Ledger (Accounts Payable).

FinancialPeriod.closedInCustomerLedger ● Boolean! non-null scalar

closedInCustomerLedger > Indicates if the period is closed in the Customer Ledger (Accounts Receivable).

FinancialPeriod.closedInInventoryManagement ● Boolean! non-null scalar

closedInInventoryManagement > Indicates if the period is closed in Inventory Management.

FinancialPeriod.closedInCashManagement ● Boolean! non-null scalar

closedInCashManagement > Indicates if the period is closed in Cash Management.

FinancialPeriod.closedInFixedAssets ● Boolean! non-null scalar

closedInFixedAssets > Indicates if the period is closed in Fixed Assets.

FinancialPeriod.lastModifiedDateTime ● DateTime! non-null scalar

lastModifiedDateTime > The last modified date and time of the financial period.

FinancialPeriod.deletedDatabaseRecord ● Boolean! non-null scalar

deletedDatabaseRecord > Indicates whether the financial period record has been marked as deleted in the database.

FinancialPeriod.companyId ● Int! non-null scalar

companyId > (PK) The unique identifier of the company.

FinancialPeriod.id ● String! non-null scalar

id > The unique identifier of the document in DataMart.

FinancialPeriod.createdInDataMartDateTime ● DateTime! non-null scalar

createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.

FinancialPeriod.updatedInDataMartDateTime ● DateTime! non-null scalar

updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.

Returned By

financialPeriods query